[dpdk-dev] [PATCH v2 0/3] add support for L2TP AH ESP and NAT-T on switch
Ye Xiaolong
xiaolong.ye at intel.com
Wed Apr 22 08:38:59 CEST 2020
On 04/20, Zhang, Qi Z wrote:
>
>
>> -----Original Message-----
>> From: Zhao1, Wei <wei.zhao1 at intel.com>
>> Sent: Monday, April 20, 2020 1:19 PM
>> To: dev at dpdk.org
>> Cc: Zhang, Qi Z <qi.z.zhang at intel.com>; Fu, Qi <qi.fu at 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 at intel.com>
>
Applied to dpdk-next-net-intel, Thanks.
More information about the dev
mailing list