[dpdk-dev] [PATCH v3 0/2] rte_flow: introduce eCPRI item for rte_flow

Bing Zhao bingz at mellanox.com
Thu Jul 2 14:53:40 CEST 2020


This patch set contains two commits.
1. header definition of the ethdev API
2. testpmd support for the eCPRI flow item

Bing Zhao (2):
  rte_flow: add eCPRI key fields to flow API
  app/testpmd: add eCPRI in flow creation patterns

 app/test-pmd/cmdline_flow.c        | 143 ++++++++++++++++++++++++++++++++
 doc/guides/prog_guide/rte_flow.rst |   8 ++
 lib/librte_ethdev/rte_flow.c       |   1 +
 lib/librte_ethdev/rte_flow.h       |  31 +++++++
 lib/librte_net/Makefile            |   1 +
 lib/librte_net/meson.build         |   3 +-
 lib/librte_net/rte_ecpri.h         | 163 +++++++++++++++++++++++++++++++++++++
 lib/librte_net/rte_ether.h         |   1 +
 8 files changed, 350 insertions(+), 1 deletion(-)
 create mode 100644 lib/librte_net/rte_ecpri.h

-- 
2.5.5



More information about the dev mailing list