Re: [dpdk-dev] [PATCH v2] net/ice: fix tunnel type get error

2020-07-15 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Thursday, July 16, 2020 9:42 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH v2] net/ice: fix tunnel type get error > > When function ice_get_tun_type_for_recipe() get tunnel type, for > ICE_NON_TUN we need to incl

[dpdk-dev] [PATCH v2] net/ice: fix tunnel type get error

2020-07-15 Thread Wei Zhao
When function ice_get_tun_type_for_recipe() get tunnel type, for ICE_NON_TUN we need to include gtp-c and some gtp-u ptype with no payload, as they do not have tunnel packet as paylod. Fixes: 418d2563d10b ("net/ice/base: get tunnel type for recipe") Signed-off-by: Wei Zhao Tested-by: Nannan Lu