> -----Original Message----- > From: Rybalchenko, Kirill > Sent: Monday, November 27, 2017 8:30 PM > To: dev@dpdk.org > Cc: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei > <beilei.x...@intel.com>; johnd...@cisco.com; neesc...@cisco.com; > adrien.mazarg...@6wind.com; nelio.laranje...@6wind.com; > ys...@mellanox.com; Lu, Wenzhuo <wenzhuo...@intel.com>; Ananyev, > Konstantin <konstantin.anan...@intel.com>; Rybalchenko, Kirill > <kirill.rybalche...@intel.com>; Chilikin, Andrey <andrey.chili...@intel.com> > Subject: [PATCH] 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/enic > net/mlx5 > net/ixgbe > app/testpmd > > Signed-off-by: Kirill Rybalchenko <kirill.rybalche...@intel.com>
Reviewed-by: Beilei Xing <beilei.x...@intel.com>