mbox series

[v2,0/4] Supported VXLAN-GPE in i40e

Message ID 20190318133230.140978-1-qiming.yang@intel.com (mailing list archive)
Headers
Series Supported VXLAN-GPE in i40e |

Message

Qiming Yang March 18, 2019, 1:32 p.m. UTC
  This patch set supported new packet type VXLAN-GPE and add
support for inner checksum, RSS and classification for VXLAN-GPE.

---
V2:
1. move testpmd related changes to a new patch
2. added release note update.

Qiming Yang (4):
  net/i40e: add support for VXLAN-GPE
  net/i40e: support VXLAN-GPE classification
  app/testpmd: Add VXLAN-GPE to tunnel type
  doc: add release note for VXLAN-GPE support

 app/test-pmd/cmdline.c                 | 10 +++++++---
 doc/guides/rel_notes/release_19_05.rst |  6 ++++++
 drivers/net/i40e/i40e_ethdev.c         | 16 ++++++++++++----
 lib/librte_ethdev/rte_eth_ctrl.h       |  1 +
 4 files changed, 26 insertions(+), 7 deletions(-)