> -----Original Message-----
> From: Su, Simei <simei...@intel.com>
> Sent: Tuesday, July 13, 2021 10:10 AM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Cao, Yahui <yahui....@intel.com>; Su, Simei
> <simei...@intel.com>
> Subject: [PATCH v2] net/ice: fix FDIR when SPI as input set for ESP flow
>
> FDIR can't work when SPI as inputset for both ESP over IP and ESP over UDP
> flow. This patch fixes this issue by adding the corresponding input set for
> ESP
> over IP and ESP over UDP 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: Simei Su <simei...@intel.com>
>
> v2:
> * Refine title and commit log to be more accurate.
> * Correct spelling mistakes in commit log.
Change log is not part of the commit log, should below "---"
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi