mbox series

[0/2] net/mlx5: fix indexed pool bugs

Message ID 1587350076-58468-1-git-send-email-suanmingm@mellanox.com (mailing list archive)
Headers
Series net/mlx5: fix indexed pool bugs |

Message

Suanming Mou April 20, 2020, 2:34 a.m. UTC
  These two patches fix the bugs with indexed memory pool.

1. The incorrect pool entry size with mark reg copy.
2. The incorrect trunks free.

Suanming Mou (2):
  net/mlx5: fix incorrect indexed pool configurations
  net/mlx5: fix indexed pool incorrect trunks free

 drivers/net/mlx5/mlx5.c       | 4 ++--
 drivers/net/mlx5/mlx5_utils.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Comments

Raslan Darawsheh April 20, 2020, 1:15 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Suanming Mou <suanmingm@mellanox.com>
> Sent: Monday, April 20, 2020 5:35 AM
> To: Slava Ovsiienko <viacheslavo@mellanox.com>; Matan Azrad
> <matan@mellanox.com>
> Cc: Raslan Darawsheh <rasland@mellanox.com>; dev@dpdk.org
> Subject: [PATCH 0/2] net/mlx5: fix indexed pool bugs
> 
> These two patches fix the bugs with indexed memory pool.
> 
> 1. The incorrect pool entry size with mark reg copy.
> 2. The incorrect trunks free.
> 
> Suanming Mou (2):
>   net/mlx5: fix incorrect indexed pool configurations
>   net/mlx5: fix indexed pool incorrect trunks free
> 
>  drivers/net/mlx5/mlx5.c       | 4 ++--
>  drivers/net/mlx5/mlx5_utils.c | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> --
> 1.8.3.1


Patches squashed into relevant commits,
Applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh