This patch set extends flow director to VF filtering in i40e driver. v2 change: - rework the doc, including release notes and testpmd guide
v3 change: - rebase doc update to the same commit with code change v4 change: - remove the fix of disable interrupt on queues when stop device from this patch set Jingjing Wu (3): ethdev: extend struct to support flow director in VFs i40e: extend flow diretcor to support filtering in VFs testpmd: extend commands app/test-pmd/cmdline.c | 41 ++++++++++++++++++++++++++--- doc/guides/rel_notes/deprecation.rst | 4 --- doc/guides/rel_notes/release_2_2.rst | 5 ++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 15 ++++++----- drivers/net/i40e/i40e_fdir.c | 15 ++++++++--- lib/librte_ether/rte_eth_ctrl.h | 2 ++ 6 files changed, 65 insertions(+), 17 deletions(-) -- 2.4.0