Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# mlxconfig -d /dev/mst/mt4123_pciconf0 q | grep ORDER
         PCI_WR_ORDERING                     per_mkey(0)


# mlxconfig -d /dev/mst/mt4123_pciconf0 -s PCI_WR_ORDERING=1
…

# mlxconfig -d /dev/mst/mt4123_pciconf0 q | grep ORDER
         PCI_WR_ORDERING                     force_relax(1)

...

Code Block
# mlxconfig -d /dev/mst/mt4123_pciconf0.1 q | grep ORDER
         PCI_WR_ORDERING                     per_mkey(0)


# mlxconfig -d /dev/mst/mt4123_pciconf0.1 -s PCI_WR_ORDERING=1
…

# mlxconfig -d /dev/mst/mt4123_pciconf0.1 q | grep ORDER
         PCI_WR_ORDERING                     force_relax(1)

...