Skip to content

Commit

Permalink
Update mlx lib (change default ring size to 32k)
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Dec 3, 2024
1 parent acb7043 commit 8ad6bc4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/modules/mellanox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ specified as interface name, as reported by *pfcount -L*. Example:
pfcount -i mlx:mlx5_0
The default size of the RX ring (the maximum number of packets the adapter can keep in the receive
FIFO buffer) is 4K. This can be configured using the PF_RING_RX_QUEUE_SIZE environment variable.
FIFO buffer) is 32K. This can be configured using the PF_RING_RX_QUEUE_SIZE environment variable.
Example:

.. code-block:: console
PF_RING_RX_QUEUE_SIZE=32768 pfcount -i mlx:mlx5_0
PF_RING_RX_QUEUE_SIZE=4096 pfcount -i mlx:mlx5_0
RSS / Multi Queue
~~~~~~~~~~~~~~~~~
Expand Down
Binary file modified userland/lib/libs/libpfring_mlx_x86_64.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_mlx_x86_64.so
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_mlx_x86_64_core-avx2.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_mlx_x86_64_corei7-avx.a
Binary file not shown.
Binary file modified userland/lib/libs/libpfring_mlx_x86_64_corei7.a
Binary file not shown.

0 comments on commit 8ad6bc4

Please sign in to comment.