[ewg] [ANNOUNCE] OFED 1.5 rc3 release is available

2009-11-25 Thread Vladimir Sokolovsky
OFED 1.5-rc3 is available Notes: The tarball is available on: http://www.openfabrics.org/builds/ofed-1.5/release/OFED-1.5-rc3.tgz To get BUILD_ID run ofed_info Please report any issues in bugzilla https://bugs.openfabrics.org/ for OFED 1.5 Vladimir Tziporet

RE: [ewg] Re: [PATCH 7/9] rdma/cm: fix loopback address support

2009-11-25 Thread David J. Wilder
On Tue, 2009-11-24 at 09:28 -0800, Sean Hefty wrote: Pradeep, earlier you wanted to hear the rdma-cm maintainer opinion on inclusion of this 2.6.33-rc1 patch set (which isn't finalized by-the-way, Jason still has fixes to submit), any reason to skip it now? I agree with Or lets have

[ewg] RE: [ANNOUNCE] OFED 1.5 rc3 release is available

2009-11-25 Thread Davis, Arlin R
Subject: [ANNOUNCE] OFED 1.5 rc3 release is available OFED 1.5-rc3 is available Vlad, What happened to the new uDAPL libraries released last night? I don't see them on the list. -arlin ___ ewg mailing list ewg@lists.openfabrics.org

RE: [ewg] Re: [PATCH 7/9] rdma/cm: fix loopback address support

2009-11-25 Thread Sean Hefty
Sean, is the patch series (9 patches) you sent earlier still current? Jason, do you have any updates? Roland added at least one change to fix the build when ipv6 is not enabled. I would check his for-next branch to see what he actually has queued. - Sean

[ewg] [PATCH 0/9] rdma cm patches

2009-11-25 Thread David J. Wilder
This series of patches were original posted by Sean Hefty. I have ported and tested the patches to OFED 1.5 rc3. I included several changes that were included by Roland when he took these patches. Dave Wilder ___ ewg mailing list

[ewg] [PATCH 2/9] RDMA CM: Correct detection of SA Created MGID (ported to rc3)

2009-11-25 Thread David J. Wilder
RDMA CM: Correct detection of SA Created MGID RDMA CM treats AF_INET6 addresses that are either 0 or prefixed with FF1x:A01B::/32 as MGIDs, but the detection for the prefix was buggy, fix it up. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com Signed-off-by: Sean Hefty

[ewg] [PATCH 3/9] RDMA CM: Fix AF_INET6 support in multicast joining (ported to rc3)

2009-11-25 Thread David J. Wilder
RDMA CM: Fix AF_INET6 support in multicast joining If joining to an AF_INET6 address we need to map the address to a MGID in the same way as the IP stack. The old code would just fall through to the IPv4 case and generate garbage. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com

[ewg] [PATCH 4/9] rdma/cm: replace net_device pointer with index (ported to rc3)

2009-11-25 Thread David J. Wilder
rdma/cm: replace net_device pointer with index Provide the device interface when resolving route information to ensure that the correct outbound device is used. This will also simplify processing of sin6_scope_id for IPv6 support. Based on work from: David Wilder dwil...@us.ibm.com Jason

[ewg] [PATCH 6/9] ib/addr: store net_device type instead of translating to RDMA transport (ported to rc3)

2009-11-25 Thread David J. Wilder
ib/addr: store net_device type instead of translating to RDMA transport The struct rdma_dev_addr stores net_device address information: the source device address, destination hardware address, and broadcast address. For consistency, store the net_device type rather than converting it to the

[ewg] [PATCH 8/9] ib/addr: simplify resolving IPv4 addresses (ported to rc3)

2009-11-25 Thread David J. Wilder
ib/addr: simplify resolving IPv4 addresses Merge resolve local/remote address resolution into a single data flow to ensure consistent access and use of the local routing tables. Based on work from: David Wilder dwil...@us.ibm.com Jason Gunthorpe jguntho...@obsidianresearch.com Signed-off-by: