RE: [PATCH v5 2/2] net/ice: fix vlan offload of rxq

2022-11-08 Thread Huang, ZhiminX
> -Original Message- > From: Mingjin Ye > Sent: Tuesday, November 8, 2022 9:28 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, Qi Z > ; Ferruh Yigit ; Wu, Jingjing > ; Li, Xiaoyun ; Lu, Wenzhuo > > Subjec

[PATCH v5 2/2] net/ice: fix vlan offload of rxq

2022-11-07 Thread Mingjin Ye
After setting "vlan offload" in pmd, the configuration of rxq is not updated. This patch is to sync the rxmode offload config with rxq. Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- drivers/net/ice/ice_dcf_ethdev.c | 15 +++ dri

[PATCH v5 2/2] net/ice: fix vlan offload of rxq

2022-11-07 Thread Mingjin Ye
After setting "vlan offload" in pmd, the configuration of rxq is not updated. This patch is to sync the rxmode offload config with rxq. Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- drivers/net/ice/ice_dcf_ethdev.c | 15 +++ dri

[PATCH v5 2/2] net/ice: fix vlan offload of rxq

2022-11-07 Thread Mingjin Ye
After setting "vlan offload" in pmd, the configuration of rxq is not updated. This patch is to sync the rxmode offload config with rxq. Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- drivers/net/ice/ice_dcf_ethdev.c | 15 +++ dri