Skip to content

Commit 8ad6bc4

Browse files
committed
Update mlx lib (change default ring size to 32k)
1 parent acb7043 commit 8ad6bc4

6 files changed

+2
-2
lines changed

doc/modules/mellanox.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ specified as interface name, as reported by *pfcount -L*. Example:
8282
pfcount -i mlx:mlx5_0
8383
8484
The default size of the RX ring (the maximum number of packets the adapter can keep in the receive
85-
FIFO buffer) is 4K. This can be configured using the PF_RING_RX_QUEUE_SIZE environment variable.
85+
FIFO buffer) is 32K. This can be configured using the PF_RING_RX_QUEUE_SIZE environment variable.
8686
Example:
8787

8888
.. code-block:: console
8989
90-
PF_RING_RX_QUEUE_SIZE=32768 pfcount -i mlx:mlx5_0
90+
PF_RING_RX_QUEUE_SIZE=4096 pfcount -i mlx:mlx5_0
9191
9292
RSS / Multi Queue
9393
~~~~~~~~~~~~~~~~~
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)