mbox series

[v2,0/3] add support for L2TP AH ESP and NAT-T on switch

Message ID 20200420051855.11126-1-wei.zhao1@intel.com (mailing list archive)
Headers
Series add support for L2TP AH ESP and NAT-T on switch |

Message

Zhao1, Wei April 20, 2020, 5:18 a.m. UTC
  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(-)
  

Comments

Qi Zhang April 20, 2020, 7:26 a.m. UTC | #1
> -----Original Message-----
> From: Zhao1, Wei <wei.zhao1@intel.com>
> Sent: Monday, April 20, 2020 1:19 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Fu, Qi <qi.fu@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.zhang@intel.com>
  
Xiaolong Ye April 22, 2020, 6:38 a.m. UTC | #2
On 04/20, Zhang, Qi Z wrote:
>
>
>> -----Original Message-----
>> From: Zhao1, Wei <wei.zhao1@intel.com>
>> Sent: Monday, April 20, 2020 1:19 PM
>> To: dev@dpdk.org
>> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Fu, Qi <qi.fu@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.zhang@intel.com>
>

Applied to dpdk-next-net-intel, Thanks.