> -----Original Message-----
> From: Zhao1, Wei <wei.zh...@intel.com>
> Sent: Monday, April 20, 2020 1:19 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Fu, Qi <qi...@intel.com>
> Subject: [PATCH v2 0/3] add support for L2TP AH ESP and NAT-T on switch
>
> This patch set add switch filter support for AH ESP NAT-T and L2TP protocol,
> and use spi or session idas input set for switch rule.
>
> v2:
> -fix bug for input set error.
>
> Wei Zhao (3):
> net/ice/base: add support for AH ESP and NAT-T on switch
> net/ice/base: add support for L2TP on switch
> net/ice: add flow support for AH ESP and L2TP
>
> drivers/net/ice/base/ice_protocol_type.h | 14 +
> drivers/net/ice/base/ice_switch.c | 311
> +++++++++++++++++++++++
> drivers/net/ice/base/ice_switch.h | 2 +
> drivers/net/ice/ice_generic_flow.c | 25 ++
> drivers/net/ice/ice_generic_flow.h | 23 ++
> drivers/net/ice/ice_switch_filter.c | 198 ++++++++++++---
> 6 files changed, 543 insertions(+), 30 deletions(-)
>
> --
> 2.19.1
Acked-by: Qi Zhang <qi.z.zh...@intel.com>