Re: [dpdk-dev] [PATCH 0/3] net/mlx5: optimize single counter allocate

2020-06-21 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Thursday, June 18, 2020 10:25 AM > To: Slava Ovsiienko ; Matan Azrad > > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: [PATCH 0/3] net/mlx5: optimize single counter allocate > > This patch set optimizes the DevX single counter alloc

[dpdk-dev] [PATCH 0/3] net/mlx5: optimize single counter allocate

2020-06-18 Thread Suanming Mou
This patch set optimizes the DevX single counter allocate from two sides: 1. Add the multiple level table to have a quick look up while allocate/search the single shared counter. 2. Optimize the pool look up for the new allocated single counter. Suanming Mou (3): net/mlx5: add Three-Level tabl