Re: [dpdk-dev] [PATCH v1] net/ice/base: add ethertype offset for QinQ dummy pkt

2021-01-21 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Yuying > Sent: Tuesday, January 19, 2021 3:13 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Wang, Haiyue ; Guo, Junfeng > ; Zhang, Yuying > Subject: [PATCH v1] net/ice/base: add ethertype offset for QinQ dummy pkt > > Add the ethertype

[dpdk-dev] [PATCH v1] net/ice/base: add ethertype offset for QinQ dummy pkt

2021-01-18 Thread Yuying Zhang
Add the ethertype offset for QinQ switch rule dummy packet to allow matching the corresponding field. Signed-off-by: Yuying Zhang --- drivers/net/ice/base/ice_switch.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/net/ice/base/ice_switch.c b/drivers/