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

2022-10-08 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Friday, September 30, 2022 5:05 PM > To: Zeng, ZhichaoX ; dev@dpdk.org > Cc: Yang, Qiming ; Zhou, YidingX > ; Zhang, Qi Z ; Wu, Jingjing > ; Xing, Beilei ; Sinha, Abhijit > ; Doherty, Declan > Subject: Re: [

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

2022-09-30 Thread Nicolau, Radu
On 9/29/2022 6:27 AM, Zhichao Zeng wrote: 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 behavi

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

2022-09-29 Thread Xu, Ke1
; Declan > Subject: [PATCH v4] 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 exceed

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

2022-09-28 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