From: Raslan Darawsheh <rasland@mellanox.com>
To: Ophir Munk <ophirmu@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>,
Matan Azrad <matan@mellanox.com>
Cc: Ophir Munk <ophirmu@mellanox.com>
Subject: Re: [dpdk-dev] [PATCH v2 0/3] Linux specific files moved & split
Date: Wed, 3 Jun 2020 10:19:10 +0000 [thread overview]
Message-ID: <AM0PR05MB6707725949A3F80884E0729FC2880@AM0PR05MB6707.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20200601055047.5108-1-ophirmu@mellanox.com>
Hi,
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Ophir Munk
> Sent: Monday, June 1, 2020 8:51 AM
> To: dev@dpdk.org; Matan Azrad <matan@mellanox.com>
> Cc: Ophir Munk <ophirmu@mellanox.com>
> Subject: [dpdk-dev] [PATCH v2 0/3] Linux specific files moved & split
>
> v1:
> Initial release
> v2:
> Following review comments.
>
> Ophir Munk (3):
> common/mlx5: move glue files under Linux directory
> common/mlx5: move netlink files under Linux directory
> common/mlx5: split common file under Linux directory
>
> drivers/common/mlx5/Makefile | 15 +-
> drivers/common/mlx5/linux/meson.build | 201 ++++
> drivers/common/mlx5/linux/mlx5_common_os.c | 305 +++++
> drivers/common/mlx5/linux/mlx5_glue.c | 1294
> +++++++++++++++++++++
> drivers/common/mlx5/linux/mlx5_glue.h | 309 +++++
> drivers/common/mlx5/linux/mlx5_nl.c | 1724
> ++++++++++++++++++++++++++++
> drivers/common/mlx5/linux/mlx5_nl.h | 79 ++
> drivers/common/mlx5/meson.build | 201 +---
> drivers/common/mlx5/mlx5_common.c | 286 +----
> drivers/common/mlx5/mlx5_common.h | 1 +
> drivers/common/mlx5/mlx5_glue.c | 1294 ---------------------
> drivers/common/mlx5/mlx5_glue.h | 309 -----
> drivers/common/mlx5/mlx5_nl.c | 1721 ---------------------------
> drivers/common/mlx5/mlx5_nl.h | 79 --
> drivers/net/mlx5/Makefile | 1 +
> drivers/vdpa/mlx5/Makefile | 1 +
> 16 files changed, 3932 insertions(+), 3888 deletions(-)
> create mode 100644 drivers/common/mlx5/linux/meson.build
> create mode 100644 drivers/common/mlx5/linux/mlx5_common_os.c
> create mode 100644 drivers/common/mlx5/linux/mlx5_glue.c
> create mode 100644 drivers/common/mlx5/linux/mlx5_glue.h
> create mode 100644 drivers/common/mlx5/linux/mlx5_nl.c
> create mode 100644 drivers/common/mlx5/linux/mlx5_nl.h
> delete mode 100644 drivers/common/mlx5/mlx5_glue.c
> delete mode 100644 drivers/common/mlx5/mlx5_glue.h
> delete mode 100644 drivers/common/mlx5/mlx5_nl.c
> delete mode 100644 drivers/common/mlx5/mlx5_nl.h
>
> --
> 2.8.4
Series applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
prev parent reply other threads:[~2020-06-03 10:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-27 16:14 [dpdk-dev] [PATCH v1 1/3] common/mlx5: move glue files under Linux directory Ophir Munk
2020-05-27 16:14 ` [dpdk-dev] [PATCH v1 2/3] common/mlx5: move netlink " Ophir Munk
2020-05-27 16:40 ` Stephen Hemminger
2020-06-03 7:05 ` Ophir Munk
2020-05-27 16:14 ` [dpdk-dev] [PATCH v1 3/3] common/mlx5: split common file " Ophir Munk
2020-06-01 5:50 ` [dpdk-dev] [PATCH v2 0/3] Linux specific files moved & split Ophir Munk
2020-06-01 5:50 ` [dpdk-dev] [PATCH v2 1/3] common/mlx5: move glue files under Linux directory Ophir Munk
2020-06-01 5:50 ` [dpdk-dev] [PATCH v2 2/3] common/mlx5: move netlink " Ophir Munk
2020-06-01 5:50 ` [dpdk-dev] [PATCH v2 3/3] common/mlx5: split common file " Ophir Munk
2020-06-01 7:03 ` [dpdk-dev] [PATCH v2 0/3] Linux specific files moved & split Matan Azrad
2020-06-03 10:19 ` 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=AM0PR05MB6707725949A3F80884E0729FC2880@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).