This patch set extends flow director to support filtering by TOS, Protocol and TTL in i40e driver.
Jingjing Wu (4): ethdev: extend flow director to support input set selection i40e: split function for input set change of hash and fdir i40e: extend flow director to filter by more IP Header fields testpmd: extend commands for filter's input set changing app/test-pmd/cmdline.c | 100 ++++++-- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 34 +-- drivers/net/i40e/i40e_ethdev.c | 367 ++++++++++++++++------------ drivers/net/i40e/i40e_ethdev.h | 11 +- drivers/net/i40e/i40e_fdir.c | 31 ++- lib/librte_ether/rte_eth_ctrl.h | 8 + 6 files changed, 344 insertions(+), 207 deletions(-) -- 2.4.0