Hi maintainers What is your comments on this patch? As it affect Intel, ENIC and MLX NICs, I'd like to see the ACK from the maintainers. Then I can apply the patch.
Hi Kirill I already saw a comments. Could you help to address it from 6wind. Regards, Helin > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Kirill Rybalchenko > Sent: Monday, November 27, 2017 8:30 PM > To: [email protected] > Cc: Wu, Jingjing; Xing, Beilei; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Lu, Wenzhuo; Ananyev, Konstantin; Rybalchenko, Kirill; > Chilikin, Andrey > Subject: [dpdk-dev] [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]>

