]> git.droids-corp.org - dpdk.git/commit
net/iavf: fix segmentation offload buffer size
authorRadu Nicolau <radu.nicolau@intel.com>
Tue, 15 Feb 2022 15:50:23 +0000 (15:50 +0000)
committerQi Zhang <qi.z.zhang@intel.com>
Sun, 20 Feb 2022 13:38:10 +0000 (14:38 +0100)
commit6a28563d1f86d8c51d8ec4a5f3d9bbd30514c20e
treeae70c4eb576eef2480881d803d827f28bf1e7471
parentea9fac93e1ca1f0684b2ccdad9467a7760b4a3eb
net/iavf: fix segmentation offload buffer size

This fix commit ff8b8bcd2ebe, which resulted in incorrect buffer size
being computed for non IPses TSO packets.

Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition")
Cc: stable@dpdk.org
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/iavf/iavf_rxtx.c