diff options
author | Matan Azrad <matan@mellanox.com> | 2019-07-29 11:53:22 +0000 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2019-07-29 16:54:27 +0200 |
commit | be39124e5b708bbf6ffe9c870ea3a6a6156e15b0 (patch) | |
tree | e603006b67d7abafd05ccce55ab796e9d902b498 /doc/guides/nics/mlx5.rst | |
parent | d64e1e28eb05c8c73fea5c9cbed0a1a55535a798 (diff) | |
download | dpdk-be39124e5b708bbf6ffe9c870ea3a6a6156e15b0.zip dpdk-be39124e5b708bbf6ffe9c870ea3a6a6156e15b0.tar.gz dpdk-be39124e5b708bbf6ffe9c870ea3a6a6156e15b0.tar.xz |
net/mlx5: support mbuf headroom for LRO packet
Patch [1] zeroes the mbuf headroom when the port is configured with LRO
because when working with more than one stride per packet the HW cannot
guaranty an headroom in the start stride of each packet.
Change the solution to support mbuf headroom by adding an empty buffer
as the first packet segment, scatter mode must be enabled to support it.
[1] http://patches.dpdk.org/patch/56912/
Signed-off-by: Matan Azrad <matan@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Diffstat (limited to 'doc/guides/nics/mlx5.rst')
-rw-r--r-- | doc/guides/nics/mlx5.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 92f1b97..cd550f4 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -165,8 +165,7 @@ Limitations - LRO: - - No mbuf headroom space is created for RX packets when LRO is configured. - - ``scatter_fcs`` is disabled when LRO is configured. + - scatter_fcs is disabled when LRO is configured. Statistics ---------- |