[ewg] [GIT PULL compat-rdma] VMW_PVRDMA Driver for OFED 4.8

Vladimir Sokolovsky vlad at dev.mellanox.co.il
Thu Dec 22 05:32:45 PST 2016


On 12/21/2016 08:35 AM, Adit Ranadive wrote:
> Hi Vlad,
>
> This pull request is for the updated VMware Paravirtual RDMA driver
> which we want to add to OFED 4.8 as a tech preview. I updated the
> scripts to reflect the correct name in mainline - vmw_pvrdma.
>
> Here is the pull request info:
>
> The following changes since commit f88cf14a9d9ef7b7b4793f5247b98910f6c4d3af:
>
>    ibscif fixes (2016-12-13 12:42:26 +0200)
>
> are available in the git repository at:
>
>    git://git.openfabrics.org/~aditr/compat-rdma.git vmw_pvrdma
>
> for you to fetch changes up to 28c78e7c2a3474625d130cc47a8442ae451a8216:
>
>    compat-rdma: Build support for VMW_PVRDMA driver in OFED 4.8 (2016-12-20 21:49:57 -0800)

Hi Adit,
Merged + build: OFED-4.8-20161222-0632.tgz

Regards,
Vladimir

> ----------------------------------------------------------------
> Adit Ranadive (3):
>        IB/pvrdma: Remove old pvrdma patches
>        IB/vmw_pvrdma: Add VMware Paravirtual Driver patches
>        compat-rdma: Build support for VMW_PVRDMA driver in OFED 4.8
>
>   compat-rdma.spec                                   |  2 +-
>   configure                                          | 38 +++++++++----------
>   makefile                                           |  2 +-
>   ofed_scripts/openibd                               |  6 +--
>   .../0013-IB-pvrdma-Add-Kconfig-and-Makefile.patch  | 43 ---------------------
>   ...w_pvrdma-Add-user-level-shared-functions.patch} | 29 +++++++-------
>   ..._pvrdma-Add-functions-for-ring-traversal.patch} | 17 +++++----
>   ...w_pvrdma-Add-the-paravirtual-RDMA-device.patch} | 24 ++++++------
>   ...w_pvrdma-Add-functions-for-Verbs-support.patch} | 29 +++++++-------
>   ...B-vmw_pvrdma-Add-paravirtual-rdma-device.patch} | 30 ++++++++-------
>   .../0006-IB-vmw_pvrdma-Add-helper-functions.patch} | 21 ++++++-----
>   ...IB-vmw_pvrdma-Add-device-command-support.patch} | 19 +++++-----
>   ...pvrdma-Add-support-for-Completion-Queues.patch} | 17 +++++----
>   .../0009-IB-vmw_pvrdma-Add-UAR-support.patch}      | 21 ++++++-----
>   ...mw_pvrdma-Add-support-for-memory-regions.patch} | 17 +++++----
>   ...011-IB-vmw_pvrdma-Add-Queue-Pair-support.patch} | 21 ++++++-----
>   .../0012-IB-vmw_pvrdma-Add-the-main-driver.patch}  | 31 +++++++--------
>   ...13-IB-vmw_pvrdma-Add-Kconfig-and-Makefile.patch | 44 ++++++++++++++++++++++
>   .../0014-IB-Add-VMware-PVRDMA-driver.patch}        | 20 +++++-----
>   19 files changed, 223 insertions(+), 208 deletions(-)
>   delete mode 100644 tech-preview/pvrdma/0013-IB-pvrdma-Add-Kconfig-and-Makefile.patch
>   rename tech-preview/{pvrdma/0001-IB-pvrdma-Add-user-level-shared-functions.patch => vmw_pvrdma/0001-IB-vmw_pvrdma-Add-user-level-shared-functions.patch} (92%)
>   rename tech-preview/{pvrdma/0002-IB-pvrdma-Add-functions-for-ring-traversal.patch => vmw_pvrdma/0002-IB-vmw_pvrdma-Add-functions-for-ring-traversal.patch} (91%)
>   rename tech-preview/{pvrdma/0003-IB-pvrdma-Add-the-paravirtual-RDMA-device-specificat.patch => vmw_pvrdma/0003-IB-vmw_pvrdma-Add-the-paravirtual-RDMA-device.patch} (96%)
>   rename tech-preview/{pvrdma/0004-IB-pvrdma-Add-functions-for-Verbs-support.patch => vmw_pvrdma/0004-IB-vmw_pvrdma-Add-functions-for-Verbs-support.patch} (97%)
>   rename tech-preview/{pvrdma/0005-IB-pvrdma-Add-paravirtual-rdma-device.patch => vmw_pvrdma/0005-IB-vmw_pvrdma-Add-paravirtual-rdma-device.patch} (95%)
>   rename tech-preview/{pvrdma/0006-IB-pvrdma-Add-helper-functions.patch => vmw_pvrdma/0006-IB-vmw_pvrdma-Add-helper-functions.patch} (93%)
>   rename tech-preview/{pvrdma/0007-IB-pvrdma-Add-device-command-support.patch => vmw_pvrdma/0007-IB-vmw_pvrdma-Add-device-command-support.patch} (90%)
>   rename tech-preview/{pvrdma/0008-IB-pvrdma-Add-support-for-Completion-Queues.patch => vmw_pvrdma/0008-IB-vmw_pvrdma-Add-support-for-Completion-Queues.patch} (96%)
>   rename tech-preview/{pvrdma/0009-IB-pvrdma-Add-UAR-support.patch => vmw_pvrdma/0009-IB-vmw_pvrdma-Add-UAR-support.patch} (89%)
>   rename tech-preview/{pvrdma/0010-IB-pvrdma-Add-support-for-memory-regions.patch => vmw_pvrdma/0010-IB-vmw_pvrdma-Add-support-for-memory-regions.patch} (95%)
>   rename tech-preview/{pvrdma/0011-IB-pvrdma-Add-Queue-Pair-support.patch => vmw_pvrdma/0011-IB-vmw_pvrdma-Add-Queue-Pair-support.patch} (98%)
>   rename tech-preview/{pvrdma/0012-IB-pvrdma-Add-the-main-driver-module-for-PVRDMA.patch => vmw_pvrdma/0012-IB-vmw_pvrdma-Add-the-main-driver.patch} (97%)
>   create mode 100644 tech-preview/vmw_pvrdma/0013-IB-vmw_pvrdma-Add-Kconfig-and-Makefile.patch
>   rename tech-preview/{pvrdma/0014-IB-Add-PVRDMA-driver.patch => vmw_pvrdma/0014-IB-Add-VMware-PVRDMA-driver.patch} (71%)
>
> --
>
> Thanks,
> Adit




More information about the ewg mailing list