> -----Original Message-----
> From: Bing Zhao <bi...@mellanox.com>
> Sent: Friday, November 8, 2019 6:45
> To: Slava Ovsiienko <viachesl...@mellanox.com>
> Cc: Ori Kam <or...@mellanox.com>; Raslan Darawsheh
> <rasl...@mellanox.com>; dev@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 <bi...@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com>