diff options
author | Dekel Peled <dekelp@mellanox.com> | 2019-11-11 19:47:34 +0200 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2019-11-12 01:43:47 +0100 |
commit | 1c7e57f9bd3319f63a111b633ef12016fc732d2f (patch) | |
tree | 0501d49ddcc155dd711b530c60cd513b8ccdcf69 /doc/guides/nics | |
parent | dc258e4ab9115fbc98405dc0dc19c1912e2968aa (diff) | |
download | dpdk-1c7e57f9bd3319f63a111b633ef12016fc732d2f.zip dpdk-1c7e57f9bd3319f63a111b633ef12016fc732d2f.tar.gz dpdk-1c7e57f9bd3319f63a111b633ef12016fc732d2f.tar.xz |
net/mlx5: set maximum LRO packet size
This patch implements use of the API for LRO aggregated packet
max size.
Rx queue create is updated to use the relevant configuration.
Documentation is updated accordingly.
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
Diffstat (limited to 'doc/guides/nics')
-rw-r--r-- | doc/guides/nics/mlx5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 5fd313c..fd5a326 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -207,6 +207,8 @@ Limitations - KEEP_CRC offload cannot be supported with LRO. - The first mbuf length, without head-room, must be big enough to include the TCP header (122B). + - Rx queue with LRO offload enabled, receiving a non-LRO packet, can forward + it with size limited to max LRO size, not to max RX packet length. Statistics ---------- |