[ewg] [GIT PULL compat_rdma/docs/linux-4.8/ofed_scripts] Add PVRDMA Driver to OFED-4.8-2
Vladimir Sokolovsky
vlad at dev.mellanox.co.il
Mon Jan 22 14:34:31 PST 2018
On 01/19/2018 10:35 PM, Adit Ranadive wrote:
> Hi Vlad,
>
> This contains 4 pull requests to add in the VMware PVRDMA driver
> to OFED-4.8-2, remove it from the tech preview path and update
> documentation.
>
> It modifies the compat-rdma, compat-rdma/docs, linux-4.8,
> ofed_scripts repositories. The pull info is listed in that order
> below.
>
> Thanks,
> Adit
Hi Adit,
All of your git trees were merged.
Build: OFED-4.8-2-20180122-1411.tgz
Thanks,
Vladimir
>
> ---
> compat-rdma
> ---
>
> The following changes since commit 1cf7e4c3c785a7f124768f7921e034e6feabdc40:
>
> Fixed mlx4 backport (2018-01-11 22:00:19 +0200)
>
> are available in the git repository at:
>
> git://git.openfabrics.org/~aditr/compat-rdma.git for-vlad
>
> for you to fetch changes up to bea803cdc2334af8b9aebb5f38891276b5b510d5:
>
> Remove vmw_pvrdma tech preview patches (2018-01-19 11:17:40 -0800)
>
> ----------------------------------------------------------------
> Adit Ranadive (1):
> Remove vmw_pvrdma tech preview patches
>
> configure | 6 -
> ...mw_pvrdma-Add-user-level-shared-functions.patch | 338 ------
> ...w_pvrdma-Add-functions-for-ring-traversal.patch | 158 ---
> ...mw_pvrdma-Add-the-paravirtual-RDMA-device.patch | 614 ----------
> ...mw_pvrdma-Add-functions-for-Verbs-support.patch | 1047 ----------------
> ...IB-vmw_pvrdma-Add-paravirtual-rdma-device.patch | 487 --------
> .../0006-IB-vmw_pvrdma-Add-helper-functions.patch | 334 -----
> ...-IB-vmw_pvrdma-Add-device-command-support.patch | 146 ---
> ..._pvrdma-Add-support-for-Completion-Queues.patch | 452 -------
> .../0009-IB-vmw_pvrdma-Add-UAR-support.patch | 155 ---
> ...vmw_pvrdma-Add-support-for-memory-regions.patch | 362 ------
> ...0011-IB-vmw_pvrdma-Add-Queue-Pair-support.patch | 999 ---------------
> .../0012-IB-vmw_pvrdma-Add-the-main-driver.patch | 1270 --------------------
> ...13-IB-vmw_pvrdma-Add-Kconfig-and-Makefile.patch | 44 -
> .../0014-IB-Add-VMware-PVRDMA-driver.patch | 41 -
> 15 files changed, 6453 deletions(-)
> delete mode 100644 tech-preview/vmw_pvrdma/0001-IB-vmw_pvrdma-Add-user-level-shared-functions.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0002-IB-vmw_pvrdma-Add-functions-for-ring-traversal.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0003-IB-vmw_pvrdma-Add-the-paravirtual-RDMA-device.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0004-IB-vmw_pvrdma-Add-functions-for-Verbs-support.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0005-IB-vmw_pvrdma-Add-paravirtual-rdma-device.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0006-IB-vmw_pvrdma-Add-helper-functions.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0007-IB-vmw_pvrdma-Add-device-command-support.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0008-IB-vmw_pvrdma-Add-support-for-Completion-Queues.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0009-IB-vmw_pvrdma-Add-UAR-support.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0010-IB-vmw_pvrdma-Add-support-for-memory-regions.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0011-IB-vmw_pvrdma-Add-Queue-Pair-support.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0012-IB-vmw_pvrdma-Add-the-main-driver.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0013-IB-vmw_pvrdma-Add-Kconfig-and-Makefile.patch
> delete mode 100644 tech-preview/vmw_pvrdma/0014-IB-Add-VMware-PVRDMA-driver.patch
>
> ---
> compat-rdma/docs
> ---
>
> The following changes since commit 43621ad90aaee2ffa3d0a3acd83d395e71ead235:
>
> OFED_release_notes: Added Generic Notes (2017-12-19 22:13:05 +0200)
>
> are available in the git repository at:
>
> git://git.openfabrics.org/~aditr/compat-rdma-docs.git for-vlad
>
> for you to fetch changes up to 3d8076a11370887d545a98386524d05bfd900c82:
>
> Remove vmw_pvrdma tech preview notes (2018-01-19 11:13:51 -0800)
>
> ----------------------------------------------------------------
> Adit Ranadive (1):
> Remove vmw_pvrdma tech preview notes
>
> OFED_release_notes.txt | 1 -
> README.txt | 4 ----
> 2 files changed, 5 deletions(-)
>
> ---
> linux-4.8
> ---
>
> The following changes since commit e65a4b69c2d28024bebb175382e6a3fabebc98e2:
>
> Add missing NFS/RDMA header files (2017-09-02 00:49:17 +0300)
>
> are available in the git repository at:
>
> git://git.openfabrics.org/~aditr/linux-4.8.git for-vlad
>
> for you to fetch changes up to 6a86a8675cec6e5ec45cd1f696c3219c50f80b70:
>
> vmw_pvrdma: Add VMware Paravirtual RDMA Driver (2018-01-19 11:48:31 -0800)
>
> ----------------------------------------------------------------
> Adit Ranadive (1):
> vmw_pvrdma: Add VMware Paravirtual RDMA Driver
>
> drivers/infiniband/Kconfig | 1 +
> drivers/infiniband/hw/Makefile | 1 +
> drivers/infiniband/hw/vmw_pvrdma/Kconfig | 7 +
> drivers/infiniband/hw/vmw_pvrdma/Makefile | 3 +
> drivers/infiniband/hw/vmw_pvrdma/pvrdma.h | 530 ++++++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_cmd.c | 119 ++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c | 442 +++++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h | 673 +++++++++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_doorbell.c | 127 ++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 1267 ++++++++++++++++++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_misc.c | 311 +++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_mr.c | 334 ++++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c | 1004 ++++++++++++++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h | 114 ++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_srq.c | 320 +++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.c | 590 +++++++++
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.h | 453 +++++++
> include/uapi/rdma/Kbuild | 1 +
> include/uapi/rdma/vmw_pvrdma-abi.h | 293 +++++
> 19 files changed, 6590 insertions(+)
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/Kconfig
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/Makefile
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_cmd.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_doorbell.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_misc.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_mr.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_srq.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.c
> create mode 100644 drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.h
> create mode 100644 include/uapi/rdma/vmw_pvrdma-abi.h
>
> ---
> ofed_scripts
> ---
>
> The following changes since commit 49a14b93dce13deb979733966a47ca8e68103f27:
>
> install.pl: Added rdma-core-devel dependency for the perftest build (2017-12-18 21:41:06 +0200)
>
> are available in the git repository at:
>
> git://git.openfabrics.org/~aditr/ofed_scripts.git for-vlad
>
> for you to fetch changes up to 337581f5a1ed223a4db296686e4d31f0385f09a9:
>
> Remove vmw_pvrdma tech preview install option (2018-01-19 11:15:31 -0800)
>
> ----------------------------------------------------------------
> Adit Ranadive (1):
> Remove vmw_pvrdma tech preview install option
>
> install.pl | 11 ++---------
> 1 file changed, 2 insertions(+), 9 deletions(-)
>
> ---
More information about the ewg
mailing list