[openib-general] Outstanding RDMA operations

2006-08-09 Thread Manpreet Singh
Hi, Some time ago, I thought there were some thoughts about making the outstanding RDMA count to be configurable via a patch to the mthca driver (the 'rdb_per_qp' parameter in mthca_main.c). Just curious if the patch was going to go in at some point. Thanks, Manpreet. __

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

2006-08-09 Thread Roland Dreier
search for svn-mirror ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

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

2006-08-09 Thread Arlin Davis
>> Can we include librdmacm and dapl in the basic installation option? >> Also, it would be nice to have rdma_ucm and rdma_cm load on boot by >> default. >> >> Thanks, >> >> -arlin > > > This is a small change in the OFED scripts. > I suggest that if we go for this change we will do it for the H

Re: [openib-general] return error when rdma_listen fails

2006-08-09 Thread Sean Hefty
Pete Wyckoff wrote: > Calling rdma_listen() on a cm_id bound to INADDR_ANY can fail, e.g. > with EADDRINUSE, but report no error back to the user. This patch > fixes that by propagating the error. Success occurs only if at > least one of the possibly multiple devices in the system was able to > l

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

2006-08-09 Thread Sasha Khapyorsky
Hi, Maybe somebody know. How is it possible to download exact copy (not SVK mirrors) of https://openib.org/svn repository? I like to test some svn to git converter, but would prefer to not overload the network. Thanks, Sasha ___ openib-general mailing

Re: [openib-general] [PATCH] libibumad: nit on short mad read

2006-08-09 Thread Hal Rosenstock
Hi Eitan, On Tue, 2006-08-01 at 06:28, Eitan Zahavi wrote: > Hi Hal > > This was reported to me by Ishai R. > > Consider function umad_recv line 810: > if ((n = read(port->dev_fd, umad, sizeof *mad + *length)) <= >sizeof *mad + *length) { > DEBUG("mad received b

Re: [openib-general] [patch 02/45] IB/mthca: restore missing PCI registers after reset

2006-08-09 Thread Adrian Bunk
On Tue, Aug 08, 2006 at 02:39:37AM +0300, Michael S. Tsirkin wrote: > Quoting r. Michael S. Tsirkin <[EMAIL PROTECTED]>: > > Subject: Re: [patch 02/45] IB/mthca: restore missing PCI registers after > > reset > > > > Quoting r. Adrian Bunk <[EMAIL PROTECTED]>: > > > Thanks for this information, I'

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

2006-08-09 Thread Hal Rosenstock
On Tue, 2006-08-08 at 10:48, Tziporet Koren wrote: > Hi, > > In two week delay we publish OFED 1.1-RC1 on > https://openib.org/svn/gen2/branches/1.1/ofed/releases/ > File: OFED-1.1-rc1.tgz Is there an update to the OFED 1.1 schedule going forward ? -- Hal 1. Schedule:

Re: [openib-general] OFED 1.0 - Official Release (Tziporet Koren)

2006-08-09 Thread Michael S. Tsirkin
Things work well on 64 bit systems. Quoting r. zhu shi song <[EMAIL PROTECTED]>: Subject: Re: OFED 1.0 - Official Release (Tziporet Koren) Dear Sir, Can I test the new release fixed for large SDP connections? tks zhu --- Tziporet Koren <[EMAIL PROTECTED]> wrote: > > > zhu shi song wrote: > >

Re: [openib-general] OFED 1.0 - Official Release (Tziporet Koren)

2006-08-09 Thread zhu shi song
Dear Sir, Can I test the new release fixed for large SDP connections? tks zhu --- Tziporet Koren <[EMAIL PROTECTED]> wrote: > > > zhu shi song wrote: > > Dear Sir, > > what's your progress on sdp connection? I'm > waiting > > for the new release to test. > > tks > > zhu > > > > Progre

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

2006-08-09 Thread Moni Levy
Hi, Tziporet, On 8/8/06, Tziporet Koren <[EMAIL PROTECTED]> wrote: > o iSER: >- Stability >- Testing more platforms (e.g. ppc64 and ia64) >- Performance improvements Only number two above is in the scope of OFED from our perspective, so we prefer to have it listed alone.

Re: [openib-general] [PATCH v3 0/6] Tranport Neutral Verbs Proposal.

2006-08-09 Thread Krishna Kumar2
Hi James, Sorry for the late response, my system was down and I just got it fixed. > Is there a benefit to having rdmav_create_qp() take generic > parameters if the application needs to understand the type of QP (IB, > iWARP, etc.) created and the transport specific communication manager > cal

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

2006-08-09 Thread Michael S. Tsirkin
Quoting r. Muli Ben-Yehuda <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] mthca: make IB_SEND_FENCE work > > On Wed, Aug 09, 2006 at 10:37:20AM +0300, Michael S. Tsirkin wrote: > > Quoting r. Muli Ben-Yehuda <[EMAIL PROTECTED]>: > > > > +enum { > > > > + MTHCA_SEND_DOORBELL_FENCE = 1 << 5 > > >

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

2006-08-09 Thread Muli Ben-Yehuda
On Wed, Aug 09, 2006 at 10:37:20AM +0300, Michael S. Tsirkin wrote: > Quoting r. Muli Ben-Yehuda <[EMAIL PROTECTED]>: > > > +enum { > > > + MTHCA_SEND_DOORBELL_FENCE = 1 << 5 > > > +}; > > > > Does anonymous enum have any benefit over define for this? > > Not really, no. Good, because I think #d

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

2006-08-09 Thread Michael S. Tsirkin
Quoting r. Muli Ben-Yehuda <[EMAIL PROTECTED]>: > > +enum { > > + MTHCA_SEND_DOORBELL_FENCE = 1 << 5 > > +}; > > Does anonymous enum have any benefit over define for this? Not really, no. -- MST ___ openib-general mailing list openib-general@openib

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

2006-08-09 Thread Muli Ben-Yehuda
On Wed, Aug 09, 2006 at 10:04:35AM +0300, Michael S. Tsirkin wrote: > diff --git a/drivers/infiniband/hw/mthca/mthca_doorbell.h > b/drivers/infiniband/hw/mthca/mthca_doorbell.h > index dd9a44d..e5f0ad6 100644 > --- a/drivers/infiniband/hw/mthca/mthca_doorbell.h > +++ b/drivers/infiniband/hw/mthca

[openib-general] \x97T\x95\x9F\x82\xC8\x8A\x84\x90\xD8\x8A\xF3\x96]\x90l\x8D\xC8\x83p\x81[\x83g\x83i\x81[\x8F\xD0\x89

2006-08-09 Thread hanahana
\x82\xA8\x90\xA2\x98b\x82\xC9\x82\xC8\x82\xC1\x82\xC4\x82\xA2\x82\xDC\x82\xB7m(_ _)m \x92S\x93\x96\x82\xCC\x8AF\x8C\xB4\x82\xC5\x82\xB7\x81B \x96{\x93\xFA\x82\xE0\x97D\x97\xC7VIP\x8F\x97\x90\xAB\x82\xAA\x91\xBD\x90\x94\x82\xB2\x93o\x98^\x82\xC9\x82\xC8\x82\xE8\x82\xDC\x82\xB5\x82\xBD\x82\xCC\x82\

[openib-general] libmthca: make fence work

2006-08-09 Thread Michael S. Tsirkin
libmthca: fence bit must be set in doorbell, not only in WQE Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> Index: openib/src/userspace/libmthca/src/qp.c === --- openib/src/userspace/libmthca/src/qp.c (revision 8841) +++

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

2006-08-09 Thread Michael S. Tsirkin
IB/mthca: make IB_SEND_FENCE work Fence bit must be set in the doorbell, not only in WQE Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> diff --git a/drivers/infiniband/hw/mthca/mthca_doorbell.h b/drivers/infiniband/hw/mthca/mthca_doorbell.h index dd9a44d..e5f0ad6 100644 --- a/drivers/in

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

2006-08-09 Thread Scott Weitzenkamp (sweitzen)
We received our DDN equipment today and have started setting it up. Scott Weitzenkamp SQA and Release Manager Server Virtualization Business Unit Cisco Systems > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Shawn > Hansen (shahanse) > Sent: Tue