From: Ophir Munk <ophirmu@mellanox.com>
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
Date: Mon, 1 Jun 2020 05:50:44 +0000 [thread overview]
Message-ID: <20200601055047.5108-1-ophirmu@mellanox.com> (raw)
In-Reply-To: <20200527161425.22944-1-ophirmu@mellanox.com>
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
next prev parent reply other threads:[~2020-06-01 5:50 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 ` Ophir Munk [this message]
2020-06-01 5:50 ` [dpdk-dev] [PATCH v2 1/3] common/mlx5: move glue files " 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
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=20200601055047.5108-1-ophirmu@mellanox.com \
--to=ophirmu@mellanox.com \
--cc=dev@dpdk.org \
--cc=matan@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).