numam-dpdk/app
Kirill Rybalchenko 2c6b19af78 ethdev: increase flow type limit from 32 to 64
Increase the internal limit for flow types from 32 to 64
to support future flow type extensions.

Change type of variables from uint32_t[] to uint64_t[]:
rte_eth_fdir_info.flow_types_mask
rte_eth_hash_global_conf.sym_hash_enable_mask
rte_eth_hash_global_conf.valid_bit_mask

This modification affects the following components:
net/i40e
net/ixgbe
app/testpmd

ABI versioning used to keep ABI stability.

Signed-off-by: Kirill Rybalchenko <kirill.rybalchenko@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-01-21 15:51:52 +01:00
..
pdump app: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
proc_info app: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
test-bbdev app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00
test-crypto-perf cryptodev: remove duplicated device name length 2018-01-20 16:10:53 +01:00
test-eventdev app/eventdev: add pipeline atq worker functions 2018-01-19 16:09:56 +01:00
test-pmd ethdev: increase flow type limit from 32 to 64 2018-01-21 15:51:52 +01:00
Makefile app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00