[ewg] Re: Build problem with rnfs-utils

2009-03-26 Thread Jon Mason
On Thu, Mar 26, 2009 at 10:16:33AM +0100, Alexander Schmidt wrote: > Hi, > > i am trying to install OFED-1.4.1-20090325-0600 on a powerpc system with > RHEL5.3, including the rnfs-utils package. The build process fails with the > following message: > > checking for powerpc-redhat-linux-gnu-ld...

Re: [ewg] Re: [PATCH] IB/ipoib: set neigh->dgid upon ipoib_neigh creation

2009-03-26 Thread Yossi Etigin
Eli Cohen wrote: @@ -481,7 +479,9 @@ static void path_rec_completion(int status, __skb_queue_tail(&skqueue, skb); } path->valid = 1; - } + } else + list_for_each_entry_safe(neigh, tn, &path->neigh_list, list

[ewg] Build problem with rnfs-utils

2009-03-26 Thread Alexander Schmidt
Hi, i am trying to install OFED-1.4.1-20090325-0600 on a powerpc system with RHEL5.3, including the rnfs-utils package. The build process fails with the following message: checking for powerpc-redhat-linux-gnu-ld... /usr/bin/ld checking for ANSI C header files... (cached) yes checking for GNU lib

[ewg] Re: [PATCH] NFS-RDMA backport for RHEL 5.1 (updated)

2009-03-26 Thread Vladimir Sokolovsky
Jon Mason wrote: Hey Vlad, This patch gets the NFS-RDMA backport on RHEL5.1 100% working. This is a replacement of the previous patch I sent to you. It passes connectathon test-suites without issue. Please enable NFS-RDMA on RHEL5.1 by default now. Thanks, Jon Applied, Jon, Please send y

[ewg] Re: [PATCH] NFSRDMA backport cleanups

2009-03-26 Thread Vladimir Sokolovsky
Jon Mason wrote: Hey Vlad, Jeff Becker found some cruft in the patches that I sentout for RHEL5.2, RHEL5.3, and 2.6.22. The attached patch removes these unused functions, and the files that contained them. Thanks, Jon Applied. Regards, Vladimir _

[ewg] Re: [PATCH] openibd: add iw_nes to STATUS_MODULES

2009-03-26 Thread Vladimir Sokolovsky
Chien Tung wrote: openibd status does not show iw_nes as a loaded module. Add iw_nes to STATUS_MODULES Signed-off-by: Chien Tung --- Applied, Regards, Vladimir ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/

Re: [ewg] Re: [PATCH] IB/ipoib: set neigh->dgid upon ipoib_neigh creation

2009-03-26 Thread Eli Cohen
On Wed, Mar 25, 2009 at 09:20:19PM +0200, Yossi Etigin wrote: > Wouldn't this patch break the fast bond+SM failover recovery? > > Up till now, in such case neigh->dgid was the old gid until path record > query was successful, and that caused to retry the path query until it's > successful. Wit