[ewg] [GIT PULL compat-rdma] PVRDMA driver for OFED 4.8
Vladimir Sokolovsky
vlad at dev.mellanox.co.il
Thu Nov 3 03:29:08 PDT 2016
On 11/02/2016 11:53 PM, Adit Ranadive wrote:
> Hi Vlad,
>
> This pull request is for the paravirtual RDMA driver which we want to add to
> OFED 4.8 as a tech preview. Here is the pull request info:
>
> The following changes since commit 435b481c5dfea4ddcf73a28243d491058a8da4a7:
>
> BACKPORT: cxgb4 (2016-10-11 15:51:19 -0700)
>
> are available in the git repository at:
>
> git://git.openfabrics.org/~aditr/compat-rdma.git pvrdma
>
> for you to fetch changes up to 94ba2a3e9b29b43c71e4229f4737b086aa1c99c9:
>
> compat-rdma: Build support for PVRDMA driver in OFED 4.8 (2016-11-02 14:23:16 -0700)
Hi Adit,
I merged your commits and fixed the typo in the configure script:
@@ -709,6 +712,12 @@ main()
CONFIG_SUNRPC_XPRT_RDMA_CLIENT=
CONFIG_SUNRPC_XPRT_RDMA_SERVER=
;;
+ --with-pvrdma-mod)
+ CONFIG_INFINIBAND_PVRDMA="m"
+ ;;
+ --without-pvrdma-mod)
+ CONFIG_INFINIBAND=
+ ;;
Should be "CONFIG_INFINIBAND_PVRDMA="
Regards,
Vladimir
More information about the ewg
mailing list