From: Leon Romanovsky <leon@kernel.org>
To: kys@microsoft.com
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
devel@linuxdriverproject.org, linux-rdma@vger.kernel.org,
yishaih@mellanox.com, sean.hefty@intel.com, dledford@redhat.com,
olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com,
jasowang@redhat.com, leann.ogasawara@canonical.com,
longli@microsoft.com
Subject: Re: [PATCH 1/1] Drivers: infiniband: hw: vmbus-nd: NetworkDirect driver for Linux
Date: Wed, 27 Jul 2016 07:25:21 +0300 [thread overview]
Message-ID: <20160727042521.GD4628@leon.nu> (raw)
In-Reply-To: <1469585137-31229-1-git-send-email-kys@exchange.microsoft.com>
[-- Attachment #1: Type: text/plain, Size: 2365 bytes --]
On Tue, Jul 26, 2016 at 07:05:37PM -0700, kys@exchange.microsoft.com wrote:
> From: K. Y. Srinivasan <kys@microsoft.com>
>
> This driver is a bridge driver that surfaces a Mellanox device in the Linux guest and plugs into
> the "NetworkDirect" RDMA infrastructure on the Windows host. Only a subset of the ibverbs are
> implemented (this decision is based on the verbs supported by the Windows host).
> The control path is implemented over the vmbus using the NetworkDirect protocol for
> virtualized environments. The data path bypasses the guest and host kernel and the NIC is able to RDMA
> into guest addresses.
>
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
> ---
> drivers/infiniband/Kconfig | 1 +
> drivers/infiniband/hw/Makefile | 1 +
> drivers/infiniband/hw/vmbus-nd/Kconfig | 5 +
> drivers/infiniband/hw/vmbus-nd/Makefile | 3 +
> drivers/infiniband/hw/vmbus-nd/hvnd_addr.c | 292 +++
> drivers/infiniband/hw/vmbus-nd/mx_abi.h | 232 ++
> drivers/infiniband/hw/vmbus-nd/provider.c | 2844 ++++++++++++++++++++++++
> drivers/infiniband/hw/vmbus-nd/vmbus_rdma.c | 3086 +++++++++++++++++++++++++++
> drivers/infiniband/hw/vmbus-nd/vmbus_rdma.h | 2205 +++++++++++++++++++
> 9 files changed, 8669 insertions(+), 0 deletions(-)
If your final goal is to merge this driver into Linux kernel, so I will
ask from you to do the following actions:
1. Split this patch to smaller patches to allow review.
You can see as an example - latest submission of "Add Paravirtual RDMA Driver" [1].
2. Fix licenses, magic numbers, remove creepy comments and learn about
MAINTAINERS file.
3. Use preferred for this susbsystem title format.
4. Find the relevant mailing list and maintainer for this submission and
don't add unrelated people.
Thanks.
[1] http://marc.info/?l=linux-rdma&m=146835226218818&w=2
> create mode 100644 drivers/infiniband/hw/vmbus-nd/Kconfig
> create mode 100644 drivers/infiniband/hw/vmbus-nd/Makefile
> create mode 100644 drivers/infiniband/hw/vmbus-nd/hvnd_addr.c
> create mode 100644 drivers/infiniband/hw/vmbus-nd/mx_abi.h
> create mode 100644 drivers/infiniband/hw/vmbus-nd/provider.c
> create mode 100644 drivers/infiniband/hw/vmbus-nd/vmbus_rdma.c
> create mode 100644 drivers/infiniband/hw/vmbus-nd/vmbus_rdma.h
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-07-27 4:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-27 2:05 [PATCH 1/1] Drivers: infiniband: hw: vmbus-nd: NetworkDirect driver for Linux kys
2016-07-27 4:18 ` kbuild test robot
2016-07-27 4:25 ` Leon Romanovsky [this message]
2016-07-27 22:32 ` KY Srinivasan
2016-07-27 4:40 ` Greg KH
2016-07-27 21:09 ` KY Srinivasan
2016-07-27 21:25 ` Greg KH
2016-07-27 23:31 ` KY Srinivasan
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=20160727042521.GD4628@leon.nu \
--to=leon@kernel.org \
--cc=apw@canonical.com \
--cc=devel@linuxdriverproject.org \
--cc=dledford@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=jasowang@redhat.com \
--cc=kys@microsoft.com \
--cc=leann.ogasawara@canonical.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=longli@microsoft.com \
--cc=olaf@aepfle.de \
--cc=sean.hefty@intel.com \
--cc=vkuznets@redhat.com \
--cc=yishaih@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