Re: [dpdk-dev] [PATCH v1] net/ice/base: clean code of finding GTPU dummy pkt

2021-04-27 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Yuying > Sent: Monday, April 26, 2021 3:18 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Zhang, Yuying > Subject: [PATCH v1] net/ice/base: clean code of finding GTPU dummy pkt > > Four gtpu tunnel types are used twice to find gtpu dummy packets > (ipv4_

[dpdk-dev] [PATCH v1] net/ice/base: clean code of finding GTPU dummy pkt

2021-04-26 Thread Yuying Zhang
Four gtpu tunnel types are used twice to find gtpu dummy packets (ipv4_gtpu_ipv4/ipv6, ipv6_gtpu_ipv4/ipv6). Clean redundant code. Signed-off-by: Yuying Zhang --- drivers/net/ice/base/ice_switch.c | 28 1 file changed, 28 deletions(-) diff --git a/drivers/net/ice/ba