> -----Original Message----- > From: Rybalchenko, Kirill > Sent: Monday, November 27, 2017 8:30 PM > To: [email protected] > Cc: Wu, Jingjing <[email protected]>; Xing, Beilei > <[email protected]>; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Lu, Wenzhuo <[email protected]>; Ananyev, > Konstantin <[email protected]>; Rybalchenko, Kirill > <[email protected]>; Chilikin, Andrey <[email protected]> > 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 <[email protected]>
Reviewed-by: Beilei Xing <[email protected]>

