mbox

[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

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(-)