RE: [PATCH v2] net/iavf: fix TSO offload for tunnel case

2022-09-26 Thread Zhang, Qi Z
lau, Radu > > Subject: [PATCH v2] net/iavf: fix TSO offload for tunnel case > > This patch is to fix the tunnel TSO not enabling issue, simplify the logic of > calculating 'Tx Buffer Size' of data descriptor with IPSec and fix handling > that > the mbuf size exc

RE: [PATCH v2] net/iavf: fix TSO offload for tunnel case

2022-09-26 Thread Xu, Ke1
, Radu > > Subject: [PATCH v2] net/iavf: fix TSO offload for tunnel case > > This patch is to fix the tunnel TSO not enabling issue, simplify the logic of > calculating 'Tx Buffer Size' of data descriptor with IPSec and fix handling > that > the mbuf size exc

[PATCH v2] net/iavf: fix TSO offload for tunnel case

2022-09-25 Thread Zhichao Zeng
This patch is to fix the tunnel TSO not enabling issue, simplify the logic of calculating 'Tx Buffer Size' of data descriptor with IPSec and fix handling that the mbuf size exceeds the TX descriptor hardware limit(1B-16KB) which causes malicious behavior to the NIC. Fixes: 1e728b01120c ("net/iavf: