mbox series

[RFC,0/2] net/i40e: add VXLAN-GPE and IP-in-GRE flow parsing

Message ID 20201020082427.33105-1-chenxux.di@intel.com (mailing list archive)
Headers
Series net/i40e: add VXLAN-GPE and IP-in-GRE flow parsing |

Message

Chenxu Di Oct. 20, 2020, 8:24 a.m. UTC
  The patches add VXLAN-GPE and IP-in-GRE flow parsing function to
support VXLAN-GPE and IP-in-GRE classifications.

Chenxu Di (1):
  net/i40e: add IP-in-GRE flow parsing

Junyu Jiang (1):
  net/i40e: add VXLAN-GPE flow parsing

 drivers/net/i40e/i40e_ethdev.c |  14 +-
 drivers/net/i40e/i40e_ethdev.h |   5 +
 drivers/net/i40e/i40e_flow.c   | 612 +++++++++++++++++++++++++++++++++
 3 files changed, 629 insertions(+), 2 deletions(-)