diff --git a/doc/modules/mellanox.rst b/doc/modules/mellanox.rst index 5a91ceec2..0dad0ce2b 100644 --- a/doc/modules/mellanox.rst +++ b/doc/modules/mellanox.rst @@ -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 ~~~~~~~~~~~~~~~~~ diff --git a/userland/lib/libs/libpfring_mlx_x86_64.a b/userland/lib/libs/libpfring_mlx_x86_64.a index 0f02b39a5..677cdf5d0 100644 Binary files a/userland/lib/libs/libpfring_mlx_x86_64.a and b/userland/lib/libs/libpfring_mlx_x86_64.a differ diff --git a/userland/lib/libs/libpfring_mlx_x86_64.so b/userland/lib/libs/libpfring_mlx_x86_64.so index 6232b8aa4..e6e5aa550 100755 Binary files a/userland/lib/libs/libpfring_mlx_x86_64.so and b/userland/lib/libs/libpfring_mlx_x86_64.so differ diff --git a/userland/lib/libs/libpfring_mlx_x86_64_core-avx2.a b/userland/lib/libs/libpfring_mlx_x86_64_core-avx2.a index 80b698076..7a84e3e9c 100644 Binary files a/userland/lib/libs/libpfring_mlx_x86_64_core-avx2.a and b/userland/lib/libs/libpfring_mlx_x86_64_core-avx2.a differ diff --git a/userland/lib/libs/libpfring_mlx_x86_64_corei7-avx.a b/userland/lib/libs/libpfring_mlx_x86_64_corei7-avx.a index ff4f475a8..615dff3fa 100644 Binary files a/userland/lib/libs/libpfring_mlx_x86_64_corei7-avx.a and b/userland/lib/libs/libpfring_mlx_x86_64_corei7-avx.a differ diff --git a/userland/lib/libs/libpfring_mlx_x86_64_corei7.a b/userland/lib/libs/libpfring_mlx_x86_64_corei7.a index c0c3b9ff3..b7e00b078 100644 Binary files a/userland/lib/libs/libpfring_mlx_x86_64_corei7.a and b/userland/lib/libs/libpfring_mlx_x86_64_corei7.a differ