diff options
author | pmikus <pmikus@cisco.com> | 2021-10-13 09:57:13 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-10-13 12:15:58 +0000 |
commit | 07dc2213e6c0e95147e7025b02e91ed89ea07209 (patch) | |
tree | bb24abaa8c9ac95028c14736c0aea2b6600ea025 /docs/report/introduction/methodology_mellanox_nic.rst | |
parent | d105782925ed00efb0019ccef191bb0a781c05ed (diff) |
feat(Docs): Update few sections
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I6bfa76b7b0dd9e6f78164ac07ad32c5efac156b0
Diffstat (limited to 'docs/report/introduction/methodology_mellanox_nic.rst')
-rw-r--r-- | docs/report/introduction/methodology_mellanox_nic.rst | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/docs/report/introduction/methodology_mellanox_nic.rst b/docs/report/introduction/methodology_mellanox_nic.rst index 40fcb08aab..7f8a8a0c31 100644 --- a/docs/report/introduction/methodology_mellanox_nic.rst +++ b/docs/report/introduction/methodology_mellanox_nic.rst @@ -18,32 +18,13 @@ Specifically: $ ethtool -A $netdev rx off tx off -- Change PCI MaxReadReq to 1024B for each port of each NIC: - :: - - $ setpci -s $PORT_PCI_ADDRESS 68.w=3BCD - - Set CQE COMPRESSION to "AGGRESSIVE": :: $ mlxconfig -d $PORT_PCI_ADDRESS set CQE_COMPRESSION=1 -Mellanox :abbr:`OFED (OpenFabrics Enterprise Distribution)` driver of version -4.6-1.0.1.1 is installed and used to manage the NIC settings. - -:: - - $ sudo ethtool -i enp94s0f0 - driver: mlx5_core - version: 4.6-1.0.1 - firmware-version: 16.25.1020 (MT_0000000009) - expansion-rom-version: - bus-info: 0000:5e:00.0 - supports-statistics: yes - supports-test: yes - supports-eeprom-access: no - supports-register-dump: no - supports-priv-flags: yes +Mellanox :abbr:`OFED (OpenFabrics Enterprise Distribution)` driver is installed +and used to manage the NIC settings. :: |