DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@mellanox.com>
To: Ophir Munk <ophirmu@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>,
	Matan Azrad <matan@mellanox.com>
Subject: Re: [dpdk-dev] [PATCH v1 0/4] mlx5 MR refactor
Date: Wed, 17 Jun 2020 10:13:12 +0000	[thread overview]
Message-ID: <AM0PR05MB670776EB92F88C0645A85617C29A0@AM0PR05MB6707.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20200616094446.7152-1-ophirmu@mellanox.com>

Hi,
> -----Original Message-----
> From: Ophir Munk <ophirmu@mellanox.com>
> Sent: Tuesday, June 16, 2020 12:45 PM
> To: dev@dpdk.org; Matan Azrad <matan@mellanox.com>; Raslan
> Darawsheh <rasland@mellanox.com>
> Cc: Ophir Munk <ophirmu@mellanox.com>
> Subject: [PATCH v1 0/4] mlx5 MR refactor
> 
> This patch series is part of preparing mlx5 PMD to compile and run under
> multiple OSs. This series handles memory region refactoring.
> 
> Ophir Munk (4):
>   common/mlx5: remove MR struct dependency on ibv
>   common/mlx5: export MR verbs operations
>   net/mlx5: add MR callbacks in per-device cache
>   mlx5/linux: add MR callbacks to verbs operations struct
> 
>  drivers/common/mlx5/Makefile                    |  1 +
>  drivers/common/mlx5/linux/meson.build           |  1 +
>  drivers/common/mlx5/linux/mlx5_common_verbs.c   | 87
> +++++++++++++++++++++++++
>  drivers/common/mlx5/mlx5_common_mr.c            | 60 ++++++++---------
>  drivers/common/mlx5/mlx5_common_mr.h            | 33 ++++++++--
>  drivers/common/mlx5/rte_common_mlx5_version.map |  3 +
>  drivers/net/mlx5/Makefile                       |  1 +
>  drivers/net/mlx5/linux/meson.build              |  1 +
>  drivers/net/mlx5/linux/mlx5_os.c                | 19 ++++++
>  drivers/net/mlx5/linux/mlx5_verbs.c             | 78
> ++++++++++++++++++++++
>  drivers/net/mlx5/linux/mlx5_verbs.h             | 15 +++++
>  drivers/net/mlx5/mlx5.c                         |  2 +
>  drivers/net/mlx5/mlx5.h                         |  2 +
>  drivers/net/mlx5/mlx5_mr.c                      |  6 +-
>  14 files changed, 268 insertions(+), 41 deletions(-)
>  create mode 100644 drivers/common/mlx5/linux/mlx5_common_verbs.c
>  create mode 100644 drivers/net/mlx5/linux/mlx5_verbs.c
>  create mode 100644 drivers/net/mlx5/linux/mlx5_verbs.h
> 
> --
> 2.8.4

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


      parent reply	other threads:[~2020-06-17 10:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16  9:44 Ophir Munk
2020-06-16  9:44 ` [dpdk-dev] [PATCH v1 1/4] common/mlx5: remove MR struct dependency on ibv Ophir Munk
2020-06-16  9:44 ` [dpdk-dev] [PATCH v1 2/4] common/mlx5: export MR verbs operations Ophir Munk
2020-06-16  9:44 ` [dpdk-dev] [PATCH v1 3/4] net/mlx5: add MR callbacks in per-device cache Ophir Munk
2020-06-16  9:44 ` [dpdk-dev] [PATCH v1 4/4] mlx5/linux: add MR callbacks to verbs operations struct Ophir Munk
2020-06-17 10:13 ` Raslan Darawsheh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM0PR05MB670776EB92F88C0645A85617C29A0@AM0PR05MB6707.eurprd05.prod.outlook.com \
    --to=rasland@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=matan@mellanox.com \
    --cc=ophirmu@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).