> -----Original Message----- > From: Xu, Ke1 <[email protected]> > Sent: Thursday, July 6, 2023 10:45 AM > To: [email protected] > Cc: Xu, Ke1 <[email protected]>; Zeng, ZhichaoX > <[email protected]>; Lu, Wenzhuo <[email protected]>; > [email protected] > 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: [email protected] > > Signed-off-by: Ke Xu <[email protected]> > --- > v2: Add fixline, add CC, fix commit message. > ---
Acked-by: Zhichao Zeng <[email protected]>

