[dpdk-dev] [PATCH v3 0/4] ethdev: add support for raw flow type for flow director

Kirill Rybalchenko kirill.rybalchenko at intel.com
Thu Oct 5 22:52:47 CEST 2017


For complex packets use raw flow type with pre-constructed packet buffer
instead of creating a packet internally in PMD.

v2:
Fixed code style, comment added

v3:
Merged with dunamic pctype to flow type mapping patch.
Added raw fode to flow_director_filter command in testpmd.

Kirill Rybalchenko (4):
  ethdev: add support for raw flow type for flow director
  net/i40e: add support for raw flow type for flow director
  app/testpmd: add raw flow type to flow director
  doc: add description of raw flow type in flow director in testpmd

 app/test-pmd/cmdline.c                      | 69 +++++++++++++++++++++++++++--
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  4 ++
 drivers/net/i40e/i40e_fdir.c                | 25 ++++++++---
 lib/librte_ether/rte_eth_ctrl.h             | 10 +++++
 4 files changed, 100 insertions(+), 8 deletions(-)

-- 
2.5.5



More information about the dev mailing list