[dpdk-dev] [PATCH] ethdev: increase flow type limit from 32 to 64

Xing, Beilei beilei.xing at intel.com
Wed Jan 10 07:51:19 CET 2018



> -----Original Message-----
> From: Rybalchenko, Kirill
> Sent: Monday, November 27, 2017 8:30 PM
> To: dev at dpdk.org
> Cc: Wu, Jingjing <jingjing.wu at intel.com>; Xing, Beilei
> <beilei.xing at intel.com>; johndale at cisco.com; neescoba at cisco.com;
> adrien.mazarguil at 6wind.com; nelio.laranjeiro at 6wind.com;
> yskoh at mellanox.com; Lu, Wenzhuo <wenzhuo.lu at intel.com>; Ananyev,
> Konstantin <konstantin.ananyev at intel.com>; Rybalchenko, Kirill
> <kirill.rybalchenko at intel.com>; Chilikin, Andrey <andrey.chilikin at 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.rybalchenko at intel.com>

Reviewed-by: Beilei Xing <beilei.xing at intel.com>


More information about the dev mailing list