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/8] mlx5 PMD multi OS support
Date: Sun, 7 Jun 2020 08:49:08 +0000	[thread overview]
Message-ID: <AM0PR05MB670789F6C28D9355030C6302C2840@AM0PR05MB6707.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20200603150602.4686-1-ophirmu@mellanox.com>

Hi,

> -----Original Message-----
> From: Ophir Munk <ophirmu@mellanox.com>
> Sent: Wednesday, June 3, 2020 6:06 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/8] mlx5 PMD multi OS support
> 
> This patch series is part of preparing mlx5 PMD to compile and run under
> multiple OSs.
> 
> v1:
> Initial release
> 
> Ophir Munk (8):
>   net/mlx5: rename mlx5 ibv shared struct
>   net/mlx5: add mlx5 Linux specific file with getter functions
>   drivers: remove mlx5 protection domain dependency on ibv
>   net/mlx5: remove attributes dependency on ibv and dv
>   net/mlx5: remove umem field dependency on dv
>   net/mlx5: refactor PCI probing under Linux
>   net/mlx5: add mlx5 header file specific to Linux
>   net/mlx5: remove ibv dependency in spawn struct
> 
>  drivers/common/mlx5/mlx5_common_mr.c |   24 +-
>  drivers/common/mlx5/mlx5_common_mr.h |    6 +-
>  drivers/net/mlx5/Makefile            |    2 +
>  drivers/net/mlx5/linux/meson.build   |    8 +
>  drivers/net/mlx5/linux/mlx5_os.c     | 1992
> ++++++++++++++++++++++++++++++++++
>  drivers/net/mlx5/linux/mlx5_os.h     |   18 +
>  drivers/net/mlx5/meson.build         |    5 +-
>  drivers/net/mlx5/mlx5.c              | 1900 ++------------------------------
>  drivers/net/mlx5/mlx5.h              |  100 +-
>  drivers/net/mlx5/mlx5_ethdev.c       |   12 +-
>  drivers/net/mlx5/mlx5_flow.c         |   20 +-
>  drivers/net/mlx5/mlx5_flow_dv.c      |   28 +-
>  drivers/net/mlx5/mlx5_mp.c           |    2 +-
>  drivers/net/mlx5/mlx5_mr.c           |   10 +-
>  drivers/net/mlx5/mlx5_rxq.c          |    6 +-
>  drivers/net/mlx5/mlx5_txq.c          |   18 +-
>  16 files changed, 2233 insertions(+), 1918 deletions(-)
>  create mode 100644 drivers/net/mlx5/linux/meson.build
>  create mode 100644 drivers/net/mlx5/linux/mlx5_os.c
>  create mode 100644 drivers/net/mlx5/linux/mlx5_os.h
> 
> --
> 2.8.4

Series applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh

      parent reply	other threads:[~2020-06-07  8:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-03 15:05 Ophir Munk
2020-06-03 15:05 ` [dpdk-dev] [PATCH v1 1/8] net/mlx5: rename mlx5 ibv shared struct Ophir Munk
2020-06-03 15:05 ` [dpdk-dev] [PATCH v1 2/8] net/mlx5: add mlx5 Linux specific file with getter functions Ophir Munk
2020-06-08 11:20   ` Ferruh Yigit
2020-06-09  8:40     ` Ophir Munk
2020-06-09  8:43       ` Ferruh Yigit
2020-06-03 15:05 ` [dpdk-dev] [PATCH v1 3/8] drivers: remove mlx5 protection domain dependency on ibv Ophir Munk
2020-06-03 15:05 ` [dpdk-dev] [PATCH v1 4/8] net/mlx5: remove attributes dependency on ibv and dv Ophir Munk
2020-06-03 15:05 ` [dpdk-dev] [PATCH v1 5/8] net/mlx5: remove umem field dependency on dv Ophir Munk
2020-06-03 15:06 ` [dpdk-dev] [PATCH v1 6/8] net/mlx5: refactor PCI probing under Linux Ophir Munk
2020-06-03 15:06 ` [dpdk-dev] [PATCH v1 7/8] net/mlx5: add mlx5 header file specific to Linux Ophir Munk
2020-06-08 11:31   ` Ferruh Yigit
2020-06-09  8:44     ` Ophir Munk
2020-06-09 11:48       ` Ferruh Yigit
2020-06-09 14:49         ` Ophir Munk
2020-06-03 15:06 ` [dpdk-dev] [PATCH v1 8/8] net/mlx5: remove ibv dependency in spawn struct Ophir Munk
2020-06-07  8:49 ` 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=AM0PR05MB670789F6C28D9355030C6302C2840@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).