[0/2] adjusting mkey creations
Message ID | 1616061368-29768-1-git-send-email-michaelba@nvidia.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org 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 <dev@dpdk.org>; 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 <michaelba@nvidia.com> To: dev@dpdk.org Cc: Matan Azrad <matan@nvidia.com>, Raslan Darawsheh <rasland@nvidia.com>, Viacheslav Ovsiienko <viacheslavo@nvidia.com> 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Michael Baum
March 18, 2021, 9:56 a.m. UTC
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(-)