DPDK patches and discussions
 help / color / mirror / Atom feed
* [V2 0/2] net: extend VXLAN header to support more extensions
@ 2024-06-04  6:27 Gavin Li
  2024-06-04  6:27 ` [V2 1/2] " Gavin Li
  2024-06-04  6:27 ` [V2 2/2] app/testpmd: introduce VXLAN-GBP and VXLAN-GPE fields Gavin Li
  0 siblings, 2 replies; 7+ messages in thread
From: Gavin Li @ 2024-06-04  6:27 UTC (permalink / raw)
  To: matan, viacheslavo, orika, thomas; +Cc: dev, rasland

In this patch series, all the VXLAN extension header will be merged with
VXLAN as union if the overlapped field has different format among
protocols. The existing VXLAN-GPE will be marked as deprecated and new
extensions of VXLAN should be added to VXLAN instead of a new RTE item.

RFC
https://patches.dpdk.org/project/dpdk/patch/20240130112520.1971315-2-gavinl@nvidia.com/

PMD changes
https://patches.dpdk.org/project/dpdk/patch/20240514032131.153409-1-rongweil@nvidia.com/

Gavin Li (2):
  net: extend VXLAN header to support more extensions
---
changelog:
v1->v2
        - removed deprecation (removal) note, it should be decided later
        - reworded deprecation comments to use @see for replacements
        - merged bits in a single place to avoid redefinitions
        - documented all bits
        - move big endian bit-fields first as it is the networking standard
---
  app/testpmd: introduce VXLAN-GBP and VXLAN-GPE fields
---
changelog:
v1->v2
        - add all supported bits in testpmd command line
        - documented all bits in testpmd doc
---

 app/test-pmd/cmdline_flow.c                 | 110 ++++++++++++++++++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  11 ++
 lib/ethdev/rte_flow.h                       |  20 +++-
 lib/net/rte_vxlan.h                         |  83 +++++++++++++--
 4 files changed, 211 insertions(+), 13 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-11 14:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04  6:27 [V2 0/2] net: extend VXLAN header to support more extensions Gavin Li
2024-06-04  6:27 ` [V2 1/2] " Gavin Li
2024-06-05  8:09   ` [V3 0/2] " Gavin Li
2024-06-05  8:09     ` [V3 1/2] " Gavin Li
2024-06-05  8:09     ` [V3 2/2] app/testpmd: support matching any VXLAN field Gavin Li
2024-06-11 14:53     ` [V3 0/2] net: extend VXLAN header to support more extensions Ferruh Yigit
2024-06-04  6:27 ` [V2 2/2] app/testpmd: introduce VXLAN-GBP and VXLAN-GPE fields Gavin Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).