Re: [openib-general] [PATCH 38 of 39] IB/ipath - More changes to support InfiniPath on PowerPC 970 systems

2006-07-03 Thread Michael S. Tsirkin
Quoting r. Anton Blanchard <[EMAIL PROTECTED]>: > Subject: Re: [PATCH 38 of 39] IB/ipath - More changes to support InfiniPath > on PowerPC 970 systems > > > Hi, > > > Please fix the generic code if it doesn't provide the facility > > you need at the moment. Don't shoe horn it into your driver

[openib-general] [PATCH] mthca: initialize send and receive queue locks separately

2006-07-03 Thread Zach Brown
mthca: initialize send and receive queue locks separately lockdep identifies a lock by the call site of its initialization. By initializing the send and receive queue locks in mthca_wq_init() we confuse lockdep. It warns that that the ordered acquiry of both locks in mthca_modify_qp() is recursi

[openib-general] [Bug 165] IBWSD.DLL crashes when accessing g_pm_stat.pdata[INTR_TOTAL]

2006-07-03 Thread bugzilla-daemon
http://openib.org/bugzilla/show_bug.cgi?id=165 --- Comment #1 from [EMAIL PROTECTED] 2006-07-03 15:30 --- (In reply to comment #0) > The following line: > InterlockedIncrement64( &g_pm_stat.pdata[INTR_TOTAL] ); > Cause a crash in the function ib_cq_thread() > When compiling WSD withou

Re: [openib-general] [PATCH 38 of 39] IB/ipath - More changes to support InfiniPath on PowerPC 970 systems

2006-07-03 Thread Anton Blanchard
Hi, > Please fix the generic code if it doesn't provide the facility > you need at the moment. Don't shoe horn it into your driver > just to make up for that. Ive had 3 drivers asking for write combining recently so I agree this is a good idea. How about ioremap_wc as suggested by Willy: http

Re: [openib-general] [PATCH] [MINOR] OpenSM/osm_helper: Add support for dump of SAInformInfoRecord

2006-07-03 Thread Eitan Zahavi
Sure - thanks Eitan Zahavi ___ 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

[openib-general] [PATCH] [MINOR] OpenSM/osm_helper: Add support for dump of SAInformInfoRecord

2006-07-03 Thread Hal Rosenstock
OpenSM/osm_helper: Add support for dump of SAInformInfoRecord Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> Index: include/opensm/osm_helper.h === --- include/opensm/osm_helper.h (revision 8343) +++ include/opensm/osm_helper.h (w

[openib-general] [PATCH] [TRIVIAL] OpenSM/osm_sm_mad_ctrl.c: Eliminate dead code in __osm_sm_mad_ctrl_process_get_resp

2006-07-03 Thread Hal Rosenstock
OpenSM/osm_sm_mad_ctrl.c: Eliminate dead code in __osm_sm_mad_ctrl_process_get_resp Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> Index: opensm/osm_sm_mad_ctrl.c === --- opensm/osm_sm_mad_ctrl.c(revision 8341) +++ opensm/osm_

[openib-general] [Bug 165] New: IBWSD.DLL crashes when accessing g_pm_stat.pdata[INTR_TOTAL]

2006-07-03 Thread bugzilla-daemon
http://openib.org/bugzilla/show_bug.cgi?id=165 Summary: IBWSD.DLL crashes when accessing g_pm_stat.pdata[INTR_TOTAL] Product: OpenFabrics Windows Version: unspecified Platform: X86-64 OS/Version: Other Status: NEW

[openib-general] [PATCH] OpenSM/osmtest: Fix display of key violation counters in osmtest_validate_port_data

2006-07-03 Thread Hal Rosenstock
OpenSM/osmtest: Fix display of key violation counters in osmtest_validate_port_data Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> Index: osmtest/osmtest.c === --- osmtest/osmtest.c (revision 8335) +++ osmtest/osmtest.c (work

[openib-general] [librdmacm] rping: compilation warning on 64 bit machines was fixed

2006-07-03 Thread Dotan Barak
Compilation warning on 64 bit machines was fixed. Signed-off-by: Dotan Barak <[EMAIL PROTECTED]> Index: last_stable/src/userspace/librdmacm/examples/rping.c === --- last_stable.orig/src/userspace/librdmacm/examples/rping.c 2006-07-02

Re: [openib-general] design for communication established affiliated asynchronous event handling

2006-07-03 Thread Or Gerlitz
Sean Hefty wrote: > Rimmer, Todd wrote: >> The CM would open the CA, provide its async event callback routine and >> perform a special register_cm() verbs call. Of course most CM traffic >> would occur on the GSI QP, so this open CA instance was only for this >> purpose. This special verb was onl

Re: [openib-general] [diags] compilation warning fix on 32 bit machines

2006-07-03 Thread Hal Rosenstock
On Mon, 2006-07-03 at 05:57, Dotan Barak wrote: > Compilation warning on 32 bit machines was fixed. > > Signed-off-by: Dotan Barak <[EMAIL PROTECTED]> Thanks. Applied. -- Hal ___ openib-general mailing list openib-general@openib.org http://openib.org

[openib-general] [diags] compilation warning fix on 32 bit machines

2006-07-03 Thread Dotan Barak
Compilation warning on 32 bit machines was fixed. Signed-off-by: Dotan Barak <[EMAIL PROTECTED]> Index: last_stable/src/userspace/management/diags/src/grouping.c === --- last_stable.orig/src/userspace/management/diags/src/grouping.c

Re: [openib-general] ucma into kernel.org

2006-07-03 Thread Or Gerlitz
Michael S. Tsirkin wrote: > Quoting r. Sean Hefty <[EMAIL PROTECTED]>: >>> Can you drive these enhancements only to 2.6.18. >> I would like these features in OFED 1.1 as well. However, there are no users >> of those new interfaces in 2.6.18 that would justify their inclusion. > > I think setting

Re: [openib-general] [PATCH] osm: pkey manager fail to clear unused peer block

2006-07-03 Thread Hal Rosenstock
Hi Eitan, On Sat, 2006-07-01 at 16:21, Eitan Zahavi wrote: > Hi Hal > > Similar to the failure to clear HCA port pkey block if it was empty. > The code for peer port does depend on the neighbor HCA block to exist. > So the fix is very similar: use an empty block for comparing with the > current p