From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CA128A0561; Thu, 18 Mar 2021 10:56:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20EB5140F7F; Thu, 18 Mar 2021 10:56:25 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id C9032140F69 for ; Thu, 18 Mar 2021 10:56:22 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from michaelba@nvidia.com) with SMTP; 18 Mar 2021 11:56:18 +0200 Received: from nvidia.com (pegasus07.mtr.labs.mlnx [10.210.16.112]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 12I9uHRD019444; Thu, 18 Mar 2021 11:56:17 +0200 From: Michael Baum To: dev@dpdk.org Cc: Matan Azrad , Raslan Darawsheh , Viacheslav Ovsiienko Date: Thu, 18 Mar 2021 09:56:06 +0000 Message-Id: <1616061368-29768-1-git-send-email-michaelba@nvidia.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 0/2] adjusting mkey creations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Adjusting mkey creations to use Verbs instead of DevX API. Michael Baum (2): net/mlx5: workaround ASO memory region creation net/mlx5: workaround counter memory region creation drivers/common/mlx5/linux/mlx5_common_verbs.c | 1 - drivers/common/mlx5/windows/mlx5_common_os.c | 23 +++--- drivers/net/mlx5/linux/mlx5_os.c | 10 --- drivers/net/mlx5/mlx5.c | 11 ++- drivers/net/mlx5/mlx5.h | 15 +--- drivers/net/mlx5/mlx5_flow.c | 27 ++----- drivers/net/mlx5/mlx5_flow_age.c | 106 +++++++++++--------------- drivers/net/mlx5/windows/mlx5_os.c | 9 --- 8 files changed, 71 insertions(+), 131 deletions(-) -- 1.8.3.1