Re: [ewg] [PATCH RFC v3] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space.

2008-11-12 Thread Vladimir Sokolovsky
Chien Tung wrote: RDMA/CMA: Allocate PS_TCP ports from the host TCP port space. This is needed for iwarp providers that support native and rdma connections over the same interface. Optionally turned on by the new rdma_cm unify_tcp_port_space module option. Signed-off-by: Steve Wise [EMAIL

RE: [ewg] [PATCH RFC v3] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space.

2008-11-12 Thread Tung, Chien Tin
I understand that now the value of the port allocated by the network stack is being kept by the rdma-cm, can you clarify what was the outcome of not keeping it? The code flow for the failed case is: 1) For active open, sin_port 0 get pass in to cma_get_tcp_port(). 2) The port number for the

[ewg] [GIT PULL] RDMA/nes: put patches not yet upstream in kernel_patches/fixes

2008-11-12 Thread Tung, Chien Tin
Vlad, Please pull RDMA/nes updates for OFED 1.4 RC5 from: git://git.openfabrics.org/~ctung/ofed-1.4.git ofed_kernel Revert 10 commits and convert them to patches in kernel_patches/fixes. Revert commit is a05b368f89763a3274ba71c3bd6323b63e5f96e0 Reverted commits:

[ewg] Please pull: IB/ipath RHEL4U4 backport

2008-11-12 Thread Yannick Cote
Hello Vlad, please, pull a RHEL4U4 backport patch (1 commit) from my tree. tree: ssh://openfabrics.org/home/ycote/scm/ofed_1_4/linux-2.6.git branch: ofed_kernel look at commit: commit 2d0ea1d1c68b7fd60de682bc8d7ba49dc51f6565 Author: Dave Olson [EMAIL PROTECTED] Date: Wed Nov 12 19:29:28 2008

Re: [ewg] [PATCH RFC v3] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space.

2008-11-12 Thread Or Gerlitz
Tung, Chien Tin wrote: 3) and calls cma_alloc_any_port() to allocate a port number which may not correspond to the port number for the bound socket. With the addition of getnam(), sin_port is filled in with the reserved port number and cma_any_port will evaluate to false and the reserved port

[ewg] Re: [GIT PULL] RDMA/nes: put patches not yet upstream in kernel_patches/fixes

2008-11-12 Thread Vladimir Sokolovsky
Tung, Chien Tin wrote: Vlad, Please pull RDMA/nes updates for OFED 1.4 RC5 from: git://git.openfabrics.org/~ctung/ofed-1.4.git ofed_kernel Revert 10 commits and convert them to patches in kernel_patches/fixes. Done, Regards, Vladimir