As e1000, ixgbe and i40e hardware use different sizes of redirection table, ethdev needs to be reworked to support multiple sizes of that table. Also each PMD should be reworked to support this change, and can be told the table size directly. In addition, commands in testpmd have been reworked to support these changes.
Helin Zhang (5): ethdev: support of multiple sizes of redirection table e1000: rework of updating/querying redirection table ixgbe: rework of updating/querying redirection table i40e: rework of updating/querying redirection table app/testpmd: rework of updating/querying redirection table app/test-pmd/cmdline.c | 159 ++++++++++++++++++++++-------- app/test-pmd/config.c | 37 ++++--- app/test-pmd/testpmd.h | 4 +- lib/librte_ether/rte_ethdev.c | 116 +++++++++++++--------- lib/librte_ether/rte_ethdev.h | 43 +++++--- lib/librte_pmd_e1000/igb_ethdev.c | 184 ++++++++++++++++++++++++----------- lib/librte_pmd_i40e/i40e_ethdev.c | 88 +++++++++++------ lib/librte_pmd_i40e/i40e_ethdev.h | 1 + lib/librte_pmd_i40e/i40e_ethdev_vf.c | 1 + lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 136 ++++++++++++++++---------- 10 files changed, 512 insertions(+), 257 deletions(-) -- 1.8.1.4