mbox series

[0/3] ASO age action fixes

Message ID cover.1605689124.git.dekelp@nvidia.com (mailing list archive)
Headers
Series ASO age action fixes |

Message

Dekel Peled Nov. 18, 2020, 8:59 a.m. UTC
  The age action using ASO was recently introduced in MLX5 PMD.
This series includes fixes for this feature, repairing issues found
and updating it to the released rdma-core API.

Dekel Peled (3):
  net/mlx5: fix unfreed memory on ASO age close
  net/mlx5: fix input register for ASO object
  common/mlx5: move to formal ASO action API

 drivers/common/mlx5/linux/meson.build |  4 +--
 drivers/common/mlx5/linux/mlx5_glue.c | 38 ++++++++++++----------
 drivers/common/mlx5/linux/mlx5_glue.h |  6 ++--
 drivers/net/mlx5/linux/mlx5_os.c      | 36 +++++++++++++--------
 drivers/net/mlx5/mlx5.c               |  2 +-
 drivers/net/mlx5/mlx5_flow.c          |  1 +
 drivers/net/mlx5/mlx5_flow.h          |  1 +
 drivers/net/mlx5/mlx5_flow_dv.c       | 45 +++++++++++++++++++++------
 8 files changed, 88 insertions(+), 45 deletions(-)
  

Comments

Raslan Darawsheh Nov. 19, 2020, 4:18 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Dekel Peled
> Sent: Wednesday, November 18, 2020 11:00 AM
> To: Slava Ovsiienko <viacheslavo@nvidia.com>; Shahaf Shuler
> <shahafs@nvidia.com>; Matan Azrad <matan@nvidia.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 0/3] ASO age action fixes
> 
> The age action using ASO was recently introduced in MLX5 PMD.
> This series includes fixes for this feature, repairing issues found
> and updating it to the released rdma-core API.
> 
> Dekel Peled (3):
>   net/mlx5: fix unfreed memory on ASO age close
>   net/mlx5: fix input register for ASO object
>   common/mlx5: move to formal ASO action API
> 
>  drivers/common/mlx5/linux/meson.build |  4 +--
>  drivers/common/mlx5/linux/mlx5_glue.c | 38 ++++++++++++----------
>  drivers/common/mlx5/linux/mlx5_glue.h |  6 ++--
>  drivers/net/mlx5/linux/mlx5_os.c      | 36 +++++++++++++--------
>  drivers/net/mlx5/mlx5.c               |  2 +-
>  drivers/net/mlx5/mlx5_flow.c          |  1 +
>  drivers/net/mlx5/mlx5_flow.h          |  1 +
>  drivers/net/mlx5/mlx5_flow_dv.c       | 45 +++++++++++++++++++++------
>  8 files changed, 88 insertions(+), 45 deletions(-)
> 
> --
> 2.25.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh