Re: [openib-general] umad_recv won't block after first read...

2006-08-10 Thread Abhijit Gadgil
Hi Hal, Sorry for being ambiguous on the answers below. However, I figured out what the problem was (while not looking at the code and thinking over it offline.) The main mistake was the umad_send part in the while(1) loop. Where I have specified the timeout value greater than '0' which means

Re: [openib-general] umad_recv won't block after first read...

2006-08-10 Thread Hal Rosenstock
Hi Abhijit, On Thu, 2006-08-10 at 10:55, Abhijit Gadgil wrote: > Hi Hal, > I tried using the umad code as per the latest repository. > (The latest fix is on libibumad/umad.c Line # 806 right?) Yes. > I manually applied that patch. OK but not sure why you did this "manually". > It doesn't s

[openib-general] dapl_rmr_create in uDAPL gen-2

2006-08-10 Thread Boris Shpolyansky
Hi,   I have found out that dapl_rmr_create() function will never succeed in current gen-2 uDAPL implementation since dapls_ib_mw_alloc() function is not implemented. What is the reason for this ? Does it mean that DAPL doesn't support RDMA operations ?   Thanks,   Boris Shpolyansky Applica

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Hal Rosenstock
On Thu, 2006-08-10 at 16:59, Roland Dreier wrote: > James> Why don't you find it useful as an InfiniBand diagnosis > James> tool? > > James> In the absence of IPoIB (and therefore ICMP pings), it can > James> be used to test connectivity. > > Sure, but AFAIK the ibping userspace a

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Hal Rosenstock
On Thu, 2006-08-10 at 16:36, James Lentini wrote: > On Thu, 10 Aug 2006, Ira Weiny wrote: > > > Is there a reason ib_ping.ko is not in this release? > > The OFED release team decided to only pull kernel sources from the > upstream kernel. There are some things which have not yet gone upstream

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Roland Dreier
James> Why don't you find it useful as an InfiniBand diagnosis James> tool? James> In the absence of IPoIB (and therefore ICMP pings), it can James> be used to test connectivity. Sure, but AFAIK the ibping userspace app (which is required to use it anyway) has a server mode, so yo

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread James Lentini
On Thu, 10 Aug 2006, Roland Dreier wrote: > James> Roland, will ib_ping be moving upstream? > > No one has submitted it. And I really question what the point of it > is anyway. Why don't you find it useful as an InfiniBand diagnosis tool? In the absence of IPoIB (and therefore ICMP pin

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Roland Dreier
James> Roland, will ib_ping be moving upstream? No one has submitted it. And I really question what the point of it is anyway. - R. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To un

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread James Lentini
On Thu, 10 Aug 2006, Ira Weiny wrote: > Is there a reason ib_ping.ko is not in this release? The OFED release team decided to only pull kernel sources from the upstream kernel. I understand why they did this, but I too had hoped that ib_ping would be in the next OFED release. Roland, will

[openib-general] OF bugzilla: have added 1.1rc1 version, and "RHEL 4" and "SLES 10" op_sys

2006-08-10 Thread Scott Weitzenkamp (sweitzen)
I have been given OF bugzilla admin privs, and have added more values.   Scott Weitzenkamp SQA and Release Manager Server Virtualization Business Unit Cisco Systems   ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman

Re: [openib-general] RDMA_READ SGE

2006-08-10 Thread Caitlin Bestler
[EMAIL PROTECTED] wrote: > Quoting r. Tom Tucker <[EMAIL PROTECTED]>: >> Subject: RDMA_READ SGE >> >> Roland: >> >> iWARP RNIC's have a different SGE limit for RDMA_READ response then >> they do for other SGE. To support iWARP, we need to add a >> max_read_sge attribute to the ib_device structure

Re: [openib-general] RDMA_READ SGE

2006-08-10 Thread Michael S. Tsirkin
Quoting r. Tom Tucker <[EMAIL PROTECTED]>: > Subject: RDMA_READ SGE > > Roland: > > iWARP RNIC's have a different SGE limit for RDMA_READ response then they > do for other SGE. To support iWARP, we need to add a max_read_sge > attribute to the ib_device structure. We had originally mapped this to

Re: [openib-general] howto get copy of https://openib.org/svn repository

2006-08-10 Thread Sasha Khapyorsky
On 11:33 Thu 10 Aug , Roland Dreier wrote: > Sasha> This works like SVK mirroring (I guess it based on the same > Sasha> SVN::Mirror). It is able preserve history, but may change > Sasha> revision numbers - mirrored tree is similar but not > Sasha> equivalent. Will try to play

Re: [openib-general] howto get copy of https://openib.org/svn repository

2006-08-10 Thread Roland Dreier
Sasha> This works like SVK mirroring (I guess it based on the same Sasha> SVN::Mirror). It is able preserve history, but may change Sasha> revision numbers - mirrored tree is similar but not Sasha> equivalent. Will try to play anyway... If you really care about revision numbers I

Re: [openib-general] howto get copy of https://openib.org/svn repository

2006-08-10 Thread Sasha Khapyorsky
On 15:05 Wed 09 Aug , Roland Dreier wrote: > search for svn-mirror This works like SVK mirroring (I guess it based on the same SVN::Mirror). It is able preserve history, but may change revision numbers - mirrored tree is similar but not equivalent. Will try to play anyway... Thanks, Sasha __

Re: [openib-general] [PATCH v2] sa_query: require SA query registration

2006-08-10 Thread Sean Hefty
>I think I agree with Michael that having ib_sa_register_client() >allocate the structure is going to far in the name of encapsulation. >How about making the structure public, but providing a macro >DEFINE_IB_SA_CLIENT() to wrap up the initialization? (Similar to >DEFINE_MUTEX, DEFINE_IDR, etc) C

Re: [openib-general] [PATCH report] IB/ipoib fix flush/start xmit race (from code review)

2006-08-10 Thread Roland Dreier
Looks safe enough but I'd rather not tinker with locking so late in the 2.6.18 cycle. The race is purely theoretical at this point, and these sorts of changes have a tendency to introduce unintended consequences. So I queued this for 2.6.19 and checke it into svn. - R.

Re: [openib-general] RDMA_READ SGE

2006-08-10 Thread Roland Dreier
Tom> Do you want me to submit a patch on top of Steve's, or do you Tom> want me to wait until you've got the git tree built? Go ahead and send it, which the caveat that you should keep track of it and make sure I get it into my git tree... - R. _

Re: [openib-general] [PATCH v2] sa_query: require SA query registration

2006-08-10 Thread Roland Dreier
I think I agree with Michael that having ib_sa_register_client() allocate the structure is going to far in the name of encapsulation. How about making the structure public, but providing a macro DEFINE_IB_SA_CLIENT() to wrap up the initialization? (Similar to DEFINE_MUTEX, DEFINE_IDR, etc) For de

Re: [openib-general] [PATCH] mthca: make IB_SEND_FENCE work

2006-08-10 Thread Roland Dreier
Similarly I just checked this in: (BTW Muli -- I think anonymous enum is better than define because it lets the compiler have human-readable names for values, rather than throwing the info away at the preprocessor stage -- so error messages can be better, etc) commit e54b82d739d4a2ef992976c8c0692

Re: [openib-general] libmthca: make fence work

2006-08-10 Thread Roland Dreier
I fixed this in a slightly different way that seemed cleaner to me (see below). Please verify that my fix works for you. Thanks, Roland Index: libmthca/src/qp.c === --- libmthca/src/qp.c (revision 8875) +++ libmthca/src/qp.c (

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Ira Weiny
Is there a reason ib_ping.ko is not in this release? Ira On Thu, 10 Aug 2006 17:22:07 +0300 "Tziporet Koren" <[EMAIL PROTECTED]> wrote: > of course I meant slips (we are all awake here :-) > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tzip

[openib-general] RDMA_READ SGE

2006-08-10 Thread Tom Tucker
Roland: iWARP RNIC's have a different SGE limit for RDMA_READ response then they do for other SGE. To support iWARP, we need to add a max_read_sge attribute to the ib_device structure. We had originally mapped this to max_sge_rd, but someone pointed out that this is not for RDMA_READ in general, b

Re: [openib-general] [openfabrics-ewg] OFED 1.1 planning meeting - summary

2006-08-10 Thread Arlin Davis
Tziporet Koren wrote: >You are correct - we forgot about it. >Will be fixed in rc2 >Can you open a bug in bugzilla for the installer package so we will not >miss it this time? > > > Done. Bug 195. ___ openib-general mailing list openib-general@openib.

Re: [openib-general] Outstanding RDMA operations

2006-08-10 Thread Roland Dreier
Manpreet> Hi, Some time ago, I thought there were some thoughts Manpreet> about making the outstanding RDMA count to be Manpreet> configurable via a patch to the mthca driver (the Manpreet> 'rdb_per_qp' parameter in mthca_main.c). Manpreet> Just curious if the patch was going t

[openib-general] does Oracle still support AIO SDP?

2006-08-10 Thread Scott Weitzenkamp (sweitzen)
I know at one point Oracle supported AIO SDP on Linux, is still still supported?   Scott Weitzenkamp SQA and Release Manager Server Virtualization Business Unit Cisco Systems   ___ openib-general mailing list openib-general@openib.org http://openib.o

Re: [openib-general] umad_recv won't block after first read...

2006-08-10 Thread Abhijit Gadgil
Hi Hal, I tried using the umad code as per the latest repository. (The latest fix is on libibumad/umad.c Line # 806 right?) I manually applied that patch. It doesn't seem to work yet. Infact, what I figured out was that the 'poll' on the umad->fd isn't blocking either. The read returns the

Re: [openib-general] umad_recv won't block after first read...

2006-08-10 Thread Hal Rosenstock
Hi again Abhijit, On Thu, 2006-08-10 at 09:46, Abhijit Gadgil wrote: > Hi Hal, > > Please see below. > > On Aug 10, 2006 07:01 PM, Hal Rosenstock <[EMAIL PROTECTED]> wrote: > > > Hi Abhijit, > > > > On Thu, 2006-08-10 at 07:21, Abhijit Gadgil wrote: > > > Hi All, > > > > > > I am trying to

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Tziporet Koren
of course I meant slips (we are all awake here :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren Sent: Thursday, August 10, 2006 4:42 PM To: Hal Rosenstock Cc: OpenFabricsEWG; openib Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is availab

Re: [openib-general] umad_recv won't block after first read...

2006-08-10 Thread Abhijit Gadgil
Hi Hal, Please see below. On Aug 10, 2006 07:01 PM, Hal Rosenstock <[EMAIL PROTECTED]> wrote: > Hi Abhijit, > > On Thu, 2006-08-10 at 07:21, Abhijit Gadgil wrote: > > Hi All, > > > > I am trying to write a simple program using libibumad to 'subscribe' for > > traps and then receive traps f

Re: [openib-general] HCA not recognized by OFED

2006-08-10 Thread Cain, Brian (GE Healthcare)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of yipee > Sent: Thursday, August 10, 2006 7:07 AM > To: openib-general@openib.org > Subject: Re: [openib-general] HCA not recognized by OFED > > Cain, Brian (GE Healthcare ge.com> writes: > [snip] > >

Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Tziporet Koren
The schedule is sleeps in 2 weeks meaning: Target release date: 12-Sep Intermediate milestones: 1. Create 1.1 branch of user level: 27-Jul - done 2. RC1: 8-Aug - done 3. Feature freeze (RC2): 17-Aug 4. Code freeze (rc-x): 6-Sep 5. Final release: 12-Sep Tziporet -Original Message- Fr

Re: [openib-general] umad_recv won't block after first read...

2006-08-10 Thread Hal Rosenstock
Hi Abhijit, On Thu, 2006-08-10 at 07:21, Abhijit Gadgil wrote: > Hi All, > > I am trying to write a simple program using libibumad to 'subscribe' for > traps and then receive traps from the SA. Most of the things seem to work > fine, however I am facing a small problem where, after first read

Re: [openib-general] HCA not recognized by OFED

2006-08-10 Thread yipee
Cain, Brian (GE Healthcare ge.com> writes: [snip] > I suppose I snipped a little too much when I posted the output of lspci. > It does look just as you indicate: "[InfiniHost III Lx HCA Flash > Recovery]". What's this "Flash Recovery" in your lspci output? sounds like you should reburn the hca w

[openib-general] umad_recv won't block after first read...

2006-08-10 Thread Abhijit Gadgil
Hi All, I am trying to write a simple program using libibumad to 'subscribe' for traps and then receive traps from the SA. Most of the things seem to work fine, however I am facing a small problem where, after first read for the trap, all subsequent reads are not blocking (and return some inco

Re: [openib-general] [openfabrics-ewg] OFED 1.1 planning meeting - summary

2006-08-10 Thread Tziporet Koren
You are correct - we forgot about it. Will be fixed in rc2 Can you open a bug in bugzilla for the installer package so we will not miss it this time? Thanks, Tziporet -Original Message- From: Arlin Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 12:26 AM To: Tziporet Kor