> -----Original Message----- > From: Xu, Ke1 <ke1...@intel.com> > Sent: Thursday, July 6, 2023 10:45 AM > To: dev@dpdk.org > Cc: Xu, Ke1 <ke1...@intel.com>; Zeng, ZhichaoX > <zhichaox.z...@intel.com>; Lu, Wenzhuo <wenzhuo...@intel.com>; > sta...@dpdk.org > Subject: [PATCH v2] net/iavf: fix Tunnel TSO path selecting. > > IAVF currently supports TSO and Tunnel TSO. Both these two features are > implemented in scalar path. As there are missed flags for Tunnel TSO, it > selects vector paths wrongly when only Tunnel TSO is enabled after > introducing the patch "net/iavf: add offload path for Tx AVX512". > > This patch added the missed flags to fix the Tunnel TSO path selecting. > > Fixes: 059f18ae2aec ("net/iavf: add offload path for Tx AVX512") > Cc: sta...@dpdk.org > > Signed-off-by: Ke Xu <ke1...@intel.com> > --- > v2: Add fixline, add CC, fix commit message. > ---
Acked-by: Zhichao Zeng <zhichaox.z...@intel.com>