[dpdk-dev] [PATCH 0/3] add support for L2TP AH ESP and NAT-T on switch

Wei Zhao wei.zhao1 at intel.com
Fri Apr 17 10:26:14 CEST 2020


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.

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



More information about the dev mailing list