From: Adit Ranadive <aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
To: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
pv-drivers-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org
Cc: Adit Ranadive <aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>,
jhansen-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org,
asarwade-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org,
georgezhang-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org,
bryantan-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org
Subject: [PATCH v1 14/15] IB: Add PVRDMA driver
Date: Tue, 5 Jul 2016 23:14:47 -0700 [thread overview]
Message-ID: <1467785688-23229-15-git-send-email-aditr@vmware.com> (raw)
In-Reply-To: <1467785688-23229-1-git-send-email-aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
This patch updates the InfiniBand subsystem to build the PVRDMA driver.
Reviewed-by: Jorgen Hansen <jhansen-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
Reviewed-by: George Zhang <georgezhang-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
Reviewed-by: Aditya Sarwade <asarwade-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
Reviewed-by: Bryan Tan <bryantan-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
Signed-off-by: Adit Ranadive <aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
---
drivers/infiniband/Kconfig | 1 +
drivers/infiniband/hw/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig
index 2137adf..d677d8f 100644
--- a/drivers/infiniband/Kconfig
+++ b/drivers/infiniband/Kconfig
@@ -86,5 +86,6 @@ source "drivers/infiniband/ulp/isert/Kconfig"
source "drivers/infiniband/sw/rdmavt/Kconfig"
source "drivers/infiniband/hw/hfi1/Kconfig"
+source "drivers/infiniband/hw/pvrdma/Kconfig"
endif # INFINIBAND
diff --git a/drivers/infiniband/hw/Makefile b/drivers/infiniband/hw/Makefile
index c0c7cf8..eb24449 100644
--- a/drivers/infiniband/hw/Makefile
+++ b/drivers/infiniband/hw/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_INFINIBAND_NES) += nes/
obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/
obj-$(CONFIG_INFINIBAND_USNIC) += usnic/
obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/
+obj-$(CONFIG_INFINIBAND_PVRDMA) += pvrdma/
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-07-06 6:14 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-06 6:14 [PATCH v1 00/15] Add Paravirtual RDMA Driver Adit Ranadive
[not found] ` <1467785688-23229-1-git-send-email-aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
2016-07-06 6:14 ` [PATCH v1 01/15] IB/pvrdma: Add paravirtual rdma device Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 02/15] IB/pvrdma: Add device command support Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 03/15] IB/pvrdma: Add support for Completion Queues Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 04/15] IB/pvrdma: Add the paravirtual RDMA device specification Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 05/15] IB/pvrdma: Add UAR support Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 06/15] IB/pvrdma: Add virtual device RDMA structures Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 07/15] IB/pvrdma: Add the main driver module for PVRDMA Adit Ranadive
[not found] ` <1467785688-23229-8-git-send-email-aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
2016-07-06 6:51 ` Yuval Shaia
2016-07-06 6:14 ` [PATCH v1 08/15] IB/pvrdma: Add helper functions Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 09/15] IB/pvrdma: Add support for memory regions Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 10/15] IB/pvrdma: Add Queue Pair support Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 11/15] IB/pvrdma: Add user-level shared functions Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 12/15] IB/pvrdma: Add functions for Verbs support Adit Ranadive
2016-07-06 6:14 ` [PATCH v1 13/15] IB/pvrdma: Add Kconfig and Makefile Adit Ranadive
2016-07-06 6:14 ` Adit Ranadive [this message]
[not found] ` <1467785688-23229-15-git-send-email-aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
2016-07-06 15:21 ` [PATCH v1 14/15] IB: Add PVRDMA driver kbuild test robot
2016-07-06 6:14 ` [PATCH v1 15/15] MAINTAINERS: Update for " Adit Ranadive
2016-07-06 15:43 ` [PATCH v1 00/15] Add Paravirtual RDMA Driver Steve Wise
2016-07-06 18:40 ` Adit Ranadive
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=1467785688-23229-15-git-send-email-aditr@vmware.com \
--to=aditr-pghwnbhtmq7qt0dzr+alfa@public.gmane.org \
--cc=asarwade-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org \
--cc=bryantan-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=georgezhang-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org \
--cc=jhansen-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=pv-drivers-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org \
/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