[dpdk-dev] [PATCH v3 0/3] extend flow director to support VF filtering in i40e driver

Jingjing Wu jingjing.wu at intel.com
Sat Oct 31 17:24:10 CET 2015


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

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_ethdev.c              |  4 +--
 drivers/net/i40e/i40e_fdir.c                | 15 ++++++++---
 lib/librte_ether/rte_eth_ctrl.h             |  2 ++
 7 files changed, 67 insertions(+), 19 deletions(-)

-- 
2.4.0



More information about the dev mailing list