> -----Original Message----- > From: Nicolau, Radu <radu.nico...@intel.com> > Sent: Friday, September 30, 2022 5:05 PM > To: Zeng, ZhichaoX <zhichaox.z...@intel.com>; dev@dpdk.org > Cc: Yang, Qiming <qiming.y...@intel.com>; Zhou, YidingX > <yidingx.z...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Sinha, Abhijit > <abhijit.si...@intel.com>; Doherty, Declan <declan.dohe...@intel.com> > Subject: Re: [PATCH v4] net/iavf: fix TSO offload for tunnel case > > > 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 behavior to the NIC. > > > > Fixes: 1e728b01120c ("net/iavf: rework Tx path") > > > > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com> > > > > --- > Acked-by: Radu Nicolau <radu.nico...@intel.com>
Applied to dpdk-next-net-intel. Thanks Qi