[dpdk-dev] [PATCH 3/3] net/mlx5: reorganize flow matcher resources

Slava Ovsiienko viacheslavo at mellanox.com
Fri Nov 8 09:16:06 CET 2019


> -----Original Message-----
> From: Bing Zhao <bingz at mellanox.com>
> Sent: Friday, November 8, 2019 6:45
> To: Slava Ovsiienko <viacheslavo at mellanox.com>
> Cc: Ori Kam <orika at mellanox.com>; Raslan Darawsheh
> <rasland at mellanox.com>; dev at dpdk.org
> Subject: [PATCH 3/3] net/mlx5: reorganize flow matcher resources
> 
> Matchers are created on the specific table. If a single linked list is used to
> store these, then the finding process might be the bottleneck when there are
> a lot of different flow matchers on a huge amount of tables. The matchers
> could be move into the table data resource structure in order to reduce the
> comparasion times when finding.
> 
> Signed-off-by: Bing Zhao <bingz at mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>


More information about the dev mailing list