mbox series

[v2,0/3] Add GENEVE protocol parsing to testpmd

Message ID 20200827070244.32392-1-ophirmu@nvidia.com (mailing list archive)
Headers
Series Add GENEVE protocol parsing to testpmd |

Message

Ophir Munk Aug. 27, 2020, 7:02 a.m. UTC
  This patchset adds GENEVE parsing of inner protocols (IPv4-0x0800, IPv6-0x86dd,
Ethernet-0x6558) based on IETF draft-ietf-nvo3-geneve-09.

v1:
Initial version
v2:
Rebased + Minor update in protocol options field:
char opts[0] ===> uint8_t opts[]

Ophir Munk (3):
  app/testpmd: add GENEVE parsing
  app/testpmd: enable configuring GENEVE port
  app/testpmd: reduce tunnel parsing code duplication

 app/test-pmd/csumonly.c     | 120 ++++++++++++++++++++++++++++----------------
 app/test-pmd/parameters.c   |  13 ++++-
 app/test-pmd/testpmd.h      |   1 +
 lib/librte_net/Makefile     |   2 +-
 lib/librte_net/meson.build  |   3 +-
 lib/librte_net/rte_geneve.h |  72 ++++++++++++++++++++++++++
 lib/librte_net/rte_vxlan.h  |   1 +
 7 files changed, 167 insertions(+), 45 deletions(-)
 create mode 100644 lib/librte_net/rte_geneve.h
  

Comments

Ophir Munk Aug. 31, 2020, 6:40 a.m. UTC | #1
Hello Wenzhou, Beilei, Bernard,
I saw no comments regarding v1 or v2 of this patch set.
Please let me know if you have any question. Otherwise - can it be merged?

Regards,
Ophir

> -----Original Message-----
> From: Ophir Munk <ophirmu@nvidia.com>
> Sent: Thursday, August 27, 2020 10:03 AM
> To: dev@dpdk.org; Wenzhuo Lu <wenzhuo.lu@intel.com>; Beilei Xing
> <beilei.xing@intel.com>; Bernard Iremonger
> <bernard.iremonger@intel.com>
> Cc: Ophir Munk <ophirmu@mellanox.com>
> Subject: [PATCH v2 0/3] Add GENEVE protocol parsing to testpmd
> 
> This patchset adds GENEVE parsing of inner protocols (IPv4-0x0800, IPv6-
> 0x86dd,
> Ethernet-0x6558) based on IETF draft-ietf-nvo3-geneve-09.
> 
> v1:
> Initial version
> v2:
> Rebased + Minor update in protocol options field:
> char opts[0] ===> uint8_t opts[]
> 
> Ophir Munk (3):
>   app/testpmd: add GENEVE parsing
>   app/testpmd: enable configuring GENEVE port
>   app/testpmd: reduce tunnel parsing code duplication
> 
>  app/test-pmd/csumonly.c     | 120 ++++++++++++++++++++++++++++---------
> -------
>  app/test-pmd/parameters.c   |  13 ++++-
>  app/test-pmd/testpmd.h      |   1 +
>  lib/librte_net/Makefile     |   2 +-
>  lib/librte_net/meson.build  |   3 +-
>  lib/librte_net/rte_geneve.h |  72 ++++++++++++++++++++++++++
>  lib/librte_net/rte_vxlan.h  |   1 +
>  7 files changed, 167 insertions(+), 45 deletions(-)  create mode 100644
> lib/librte_net/rte_geneve.h
> 
> --
> 2.8.4