Re: [dpdk-dev] [PATCH] net/ice: fix SPI for ESP and NATT not work issue

2021-07-12 Thread Su, Simei
Hi, Qi > -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, July 13, 2021 9:07 AM > To: Su, Simei > Cc: dev@dpdk.org; Cao, Yahui > Subject: RE: [PATCH] net/ice: fix SPI for ESP and NATT not work issue > > > > > -Original Message- > > From: Su, Simei > > Sent: Monday, Ju

Re: [dpdk-dev] [PATCH] net/ice: fix SPI for ESP and NATT not work issue

2021-07-12 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Monday, July 12, 2021 5:39 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Cao, Yahui ; Su, Simei > > Subject: [PATCH] net/ice: fix SPI for ESP and NATT not work issue What is "ESP and NATT" Do you mean fix FDIR when SPI as inputset for an ES

[dpdk-dev] [PATCH] net/ice: fix SPI for ESP and NATT not work issue

2021-07-12 Thread Simei Su
This patch fixes this issue by adding the correspongding input set for ESP and NATT when parsing input set. Also, it adds input set bit for NAT_T_ESP to distinguish ESP over IP and ESP over UDP. Fixes: 70feafc1a3f2 ("net/ice: support ESP/NATT flow director to match outer IP") Signed-off-by: Sime