mbox series

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

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

Message

Ophir Munk Sept. 15, 2020, 1:17 p.m. UTC
  v1:
Initial version
v2:
Rebased + Minor update in protocol options field:
char opts[0] ===> uint8_t opts[]
v3:
Rebase
document "geneve-port=N" parameter
v4:
Mispelling corrections

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             |  14 +++-
 app/test-pmd/testpmd.h                |   1 +
 doc/guides/testpmd_app_ug/run_app.rst |   5 ++
 lib/librte_net/meson.build            |   3 +-
 lib/librte_net/rte_geneve.h           |  72 ++++++++++++++++++++
 lib/librte_net/rte_vxlan.h            |   1 +
 7 files changed, 171 insertions(+), 45 deletions(-)
 create mode 100644 lib/librte_net/rte_geneve.h