> -----Original Message-----
> From: Bing Zhao <[email protected]>
> Sent: Friday, November 8, 2019 6:45
> To: Slava Ovsiienko <[email protected]>
> Cc: Ori Kam <[email protected]>; Raslan Darawsheh
> <[email protected]>; [email protected]
> Subject: [PATCH 1/3] net/mlx5: reorganize flow tables with hash list
> 
> In the current flow tables organization, arrays are used. This is fast for
> searching, creating related object that will be used in flow creation. But it
> introduces some limitation to the table index.
> Then we can reorganize the flow tables information with hash list.
> When using hash list, there is no need to maintain three arrays for NIC TX, RX
> and FDB tables object information.
> This attribute could be used together with the table ID to generate a 64-bits
> key that is unique for the hash list insertion, lookup and deletion.
> 
> Signed-off-by: Bing Zhao <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>

Reply via email to