Re: [openib-general] [PATCH 3/3] librdmacm: add ability to get/set transport specific options

2006-05-09 Thread Jack Morgenstein
On Tuesday 09 May 2006 19:25, Sean Hefty wrote: > > This is fine for route lookup, but not rdma_get_option. > I missed adding rdma_ib.c to my tag file, so missed the rdma_get_option usage of local_sa.c -- sorry about that. My preference is to take the most recent rdma_cm, since there are several

Re: [openib-general] [PATCH 3/3] librdmacm: add ability to get/set transport specific options

2006-05-09 Thread Sean Hefty
Jack Morgenstein wrote: Use of local_sa in the rdma_cm kernel module is already patched out for OFED. local_sa is used ONLY in kernel cma.c ( static function cma_resolve_ib_route(), which calls ib_get_path_rec()). Icall to ib_get_path_rec() is eliminated, and we call cma_query_ib_route() direct

Re: [openib-general] [PATCH 3/3] librdmacm: add ability to get/set transport specific options

2006-05-09 Thread Jack Morgenstein
On Tuesday 09 May 2006 02:46, you wrote: > The end-users should probably decide that. These changes use the local_sa, > which has not been queued to be merged upstream yet. Use of local_sa in the rdma_cm kernel module is already patched out for OFED. local_sa is used ONLY in kernel cma.c ( static

Re: [openib-general] [PATCH 3/3] librdmacm: add ability to get/set transport specific options

2006-05-08 Thread Sean Hefty
Jack Morgenstein wrote: Should we use this revision (6949/6950 of the openib trunk) of the rdma_cm in the upcoming OFED (branch) release? The end-users should probably decide that. These changes use the local_sa, which has not been queued to be merged upstream yet. (since the branch rdma_c

Re: [openib-general] [PATCH 3/3] librdmacm: add ability to get/set transport specific options

2006-05-07 Thread Jack Morgenstein
On Friday 05 May 2006 02:15, Sean Hefty wrote: > Add routines to the userspace RDMA CM library to get/set transport > specific options. > > Add an option to retrieve possible path records for a connection, and > set which path a connection will be established on. > Sean, I noticed that in this upd

[openib-general] [PATCH 3/3] librdmacm: add ability to get/set transport specific options

2006-05-04 Thread Sean Hefty
Add routines to the userspace RDMA CM library to get/set transport specific options. Add an option to retrieve possible path records for a connection, and set which path a connection will be established on. Signed-off-by: Sean Hefty <[EMAIL PROTECTED]> --- Index: include/rdma/rdma_cma_abi.h =