[ewg] OFED status toward RC1
Jeff Becker
Jeffrey.C.Becker at nasa.gov
Wed Sep 3 17:32:35 PDT 2008
Jeff Becker wrote:
> Hi Vlad.
>
> Tziporet Koren wrote:
>> Jeff Becker wrote:
>>>>
>>>> Not done:
>>>> - NFS/RDMA support for SLES10 - Jeff when do you expect this
>>>> will be ready
>>>>
>>> I should get it to completely build today, and then I will do some
>>> light testing. When it passes, I will send my patches to Vlad,
>>> hopefully by the end of this week. Thanks.
>>>
>> So we will wait with RC1 for Monday
>> Can you send first patches to Vlad today so he will try them tomorrow,
>> therwise if we will have a problem it will delay the release to Tuesday
> My first cut of the NFSRDMA SLES10SP2 backport is done and pushed to
> the server. Can you please pull from
> www.openfabrics.org:/projects/ ~jbecker/nfs_rdma_ofed_1_4.git ? You
> should get several backport header patches, and two patch files with
> the code - rnfs_fs.patch (for fs/{lockd,nfs,nfsd}) and rnfs_net.patch
> (for net/sunrpc/{*.c, auth_gss, xprtrdma}). I believe ofed_checkout.sh
> was also fixed.
>
> Is this easy for you, or would you rather I generate a set of e-mail
> patches?
>
> BTW. I still need to update build_ofa_kernel.sh and install.pl
Patch for build_ofa_kernel.sh below (looks like someone modified
install.pl already). Thanks.
-jeff
---------------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/build_ofa_kernel.sh b/build_ofa_kernel.sh
index e8aff4d..8e31419 100755
--- a/build_ofa_kernel.sh
+++ b/build_ofa_kernel.sh
@@ -188,6 +188,13 @@ set_packages()
;;
esac
+ # nfsrdma target
+ case ${kern} in
+ 2.6.16.60-*-*|2.6.2[6-7]*)
+ WITH_PACKAGES="${WITH_PACKAGES} --with-nfsrdma-mod"
+ ;;
+ esac
+
}
get_src()
-------------------------------------------------------------------------------------------------------------------------------------------------
>
> Thanks.
>
> -jeff
>>
>> Thanks
>> Tziporet
>
> _______________________________________________
> ewg mailing list
> ewg at lists.openfabrics.org
> http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
More information about the ewg
mailing list