> -----Original Message-----
> From: Su, Simei <[email protected]>
> Sent: Tuesday, July 13, 2021 10:10 AM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Cao, Yahui <[email protected]>; Su, Simei
> <[email protected]>
> 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 <[email protected]>
>
> 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 <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi