For complex packets use raw flow type with pre-constructed packet buffer instead of creating a packet internally in PMD.
v2: Fix code style, add comments v3: Merge with dunamic pctype to flow type mapping patch. Add raw flow type mode to flow_director_filter command in testpmd. v4: Remove unnecessary parameters from flow_director_filter command in testpmd for raw flow type mode. Modify testpmd documentation accordingly. v5: Fix code style warning. 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 mode in flow director in testpmd app/test-pmd/cmdline.c | 99 ++++++++++++++++++++++------- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 18 ++++-- drivers/net/i40e/i40e_fdir.c | 26 ++++++-- lib/librte_ether/rte_eth_ctrl.h | 10 +++ 4 files changed, 121 insertions(+), 32 deletions(-) -- 2.5.5