Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-22 Thread Thomas Monjalon
21/07/2021 10:43, Matan Azrad: > Better title: > net/mlx5/windows: fix indexed pools allocation even better: keep the "on Windows" at the end.

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Matan Azrad
Hi From: Suanming Mou: > Currently, the flow indexed pools are allocated per port, the allocation was > missing in Windows code. > > This commit fixes the the Windows flow indexed pools are not allocated Double "the" Instead, you can use: Allocate indexed pool for the Windows case too. > issue

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Odi Assli
> -Original Message- > From: Tal Shnaiderman > Sent: Wednesday, July 21, 2021 11:40 AM > To: Suanming Mou ; Slava Ovsiienko > ; Matan Azrad ; Odi Assli > > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: RE: [PATCH] net/mlx5: fix indexed pools allocate on Windows > > > Subject: [PATCH]

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Tal Shnaiderman
> Subject: [PATCH] net/mlx5: fix indexed pools allocate on Windows > > Currently, the flow indexed pools are allocated per port, the allocation was > missing in Windows code. > > This commit fixes the the Windows flow indexed pools are not allocated issue. > > Fixes: b4edeaf3efd5 ("net/mlx5: rep

[dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Suanming Mou
Currently, the flow indexed pools are allocated per port, the allocation was missing in Windows code. This commit fixes the the Windows flow indexed pools are not allocated issue. Fixes: b4edeaf3efd5 ("net/mlx5: replace flow list with indexed pool") Signed-off-by: Suanming Mou --- drivers/net/