[PATCH v4 2/2] net/ice: fix vlan offload

Huang, ZhiminX zhiminx.huang at intel.com
Thu Oct 27 10:36:06 CEST 2022


> -----Original Message-----
> From: Mingjin Ye <mingjinx.ye at intel.com>
> Sent: Thursday, October 27, 2022 1:10 AM
> To: dev at dpdk.org
> Cc: stable at dpdk.org; Zhou, YidingX <yidingx.zhou at intel.com>; Ye, MingjinX
> <mingjinx.ye at intel.com>; Richardson, Bruce <bruce.richardson at intel.com>;
> Konstantin Ananyev <konstantin.v.ananyev at yandex.ru>; Yang, Qiming
> <qiming.yang at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>; Lu, Wenzhuo
> <wenzhuo.lu at intel.com>; Junyu Jiang <junyux.jiang at intel.com>; Rong, Leyi
> <leyi.rong at intel.com>; Wisam Jaddo <wisamm at nvidia.com>; Xia, Chenbo
> <chenbo.xia at intel.com>; Hemant Agrawal <hemant.agrawal at nxp.com>;
> Jerin Jacob <jerinj at marvell.com>; Ajit Khaparde
> <ajit.khaparde at broadcom.com>
> Subject: [PATCH v4 2/2] net/ice: fix vlan offload
> 
> The vlan tag and flag in Rx descriptor are not processed on vector path, then
> the upper application can't fetch the tci from mbuf.
> 
> This commit add handling of vlan RX offloading.
> 
> Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx")
> Fixes: ece1f8a8f1c8 ("net/ice: switch to flexible descriptor in SSE path")
> Fixes: 12443386a0b0 ("net/ice: support flex Rx descriptor RxDID22")
> Fixes: 214f452f7d5f ("net/ice: add AVX2 offload Rx")
> Fixes: 7f85d5ebcfe1 ("net/ice: add AVX512 vector path")
> Fixes: 295968d17407 ("ethdev: add namespace")
> Fixes: 808a17b3c1e6 ("net/ice: add Rx AVX512 offload path")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Mingjin Ye <mingjinx.ye at intel.com>
> 
> v3:
> 	* Fix macros in ice_rxtx_vec_sse.c source file.
> v4:
> 	* Fix ice_rx_desc_to_olflags_v define in ice_rxtx_vec_sse.c source file.
> ---
Tested-by: Zhimin Huang <zhiminx.huang at intel.com >




More information about the stable mailing list