mbox series

[v4,0/5] Supported VXLAN-GPE in i40e

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

Message

Qiming Yang March 19, 2019, 4:36 p.m. UTC
  This patch set supported new packet type VXLAN-GPE and add
support for VXLAN-GPE packet classification.

Acked-by: Qi Zhang <qi.z.zhang@intel.com>
---
V4:
1. rebased to the latest code.
2. deleted misleading statement.

V3:
1. fixed issue in release note.
2. fixed check patch issue.
3. spilted eal related change to a new patch.

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


Qiming Yang (5):
  eal: add VXLAN-GPE macro
  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(-)
  

Comments

Qi Zhang March 19, 2019, 1:03 p.m. UTC | #1
> -----Original Message-----
> From: Yang, Qiming
> Sent: Wednesday, March 20, 2019 12:37 AM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming <qiming.yang@intel.com>
> Subject: [PATCH v4 0/5] Supported VXLAN-GPE in i40e
> 
> This patch set supported new packet type VXLAN-GPE and add support for
> VXLAN-GPE packet classification.
> 
> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
> ---
> V4:
> 1. rebased to the latest code.
> 2. deleted misleading statement.
> 
> V3:
> 1. fixed issue in release note.
> 2. fixed check patch issue.
> 3. spilted eal related change to a new patch.
> 
> V2:
> 1. move testpmd related changes to a new patch.
> 2. added release note update.
> 
> 
> Qiming Yang (5):
>   eal: add VXLAN-GPE macro
>   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(-)
> 
> --
> 2.9.5

Applied to dpdk-next-net-intel.

Thanks
Qi