This patch set extends flow director to support L2_paylod type and VF filtering in i40e driver.
Jingjing Wu (6): ethdev: add struct rte_eth_l2_flow to support l2_payload flow type i40e: extend flow diretcor to support l2_payload flow type ethdev: extend struct to support flow director in VFs i40e: extend flow diretcor to support filtering in VFs testpmd: extend commands doc: extend commands in testpmd app/test-pmd/cmdline.c | 87 +++++++++++++++++++++++++++-- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 15 ++--- lib/librte_ether/rte_eth_ctrl.h | 10 ++++ lib/librte_pmd_i40e/i40e_fdir.c | 39 +++++++++++-- 4 files changed, 132 insertions(+), 19 deletions(-) -- 1.9.3