From patchwork Wed Nov 18 08:59:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dekel Peled X-Patchwork-Id: 84309 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B4411A04E6; Wed, 18 Nov 2020 10:03:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 87DF7C8F8; Wed, 18 Nov 2020 10:02:19 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 569F15AA7 for ; Wed, 18 Nov 2020 10:02:12 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@nvidia.com) with SMTP; 18 Nov 2020 11:00:48 +0200 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.228.134.250]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0AI90mxc021118; Wed, 18 Nov 2020 11:00:48 +0200 From: Dekel Peled To: viacheslavo@nvidia.com, shahafs@nvidia.com, matan@nvidia.com Cc: dev@dpdk.org Date: Wed, 18 Nov 2020 10:59:54 +0200 Message-Id: X-Mailer: git-send-email 1.7.1 Subject: [dpdk-dev] [PATCH 0/3] ASO age action fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)