Implement dynamic mapping of software flow types to hardware pctypes. This allows to map new flow types to pctypes without changing API of the driver.
Kirill Rybalchenko (5): app/testpmd: add new commands to manipulate with pctype mapping net/i40e: add function to initialize pctype mapping table net/i40e: add new functions to manipulate with pctype mapping table net/i40e: change list of parameters for functions mapping flow type to pctype and back net/i40e: implement dynamic mapping of sw flow types to hw pctypes app/test-pmd/cmdline.c | 263 ++++++++++++++++++++++++++++++++ drivers/net/i40e/i40e_ethdev.c | 313 +++++++++----------------------------- drivers/net/i40e/i40e_ethdev.h | 16 +- drivers/net/i40e/i40e_ethdev_vf.c | 36 ++--- drivers/net/i40e/i40e_fdir.c | 10 +- drivers/net/i40e/i40e_flow.c | 2 +- drivers/net/i40e/i40e_rxtx.c | 57 +++++++ drivers/net/i40e/i40e_rxtx.h | 1 + drivers/net/i40e/rte_pmd_i40e.c | 98 ++++++++++++ drivers/net/i40e/rte_pmd_i40e.h | 60 ++++++++ 10 files changed, 583 insertions(+), 273 deletions(-) -- 2.5.5