Re: [openib-general] OFED 1.2 features update

2007-01-06 Thread Steve Wise
https://wiki.openfabrics.org/tiki-index.php?page=OFED+release+procedure -- Hal Thanks. FYI: I'm going to work next week on integrating the chelsio T3 drivers/libs into OFED 1.2 in order to make the feature freeze by 1/31. I haven't worked with OFED releases to date, so I have some

Re: [openib-general] [PATCH v4 01/13] Linux RDMA Core Changes

2007-01-06 Thread Michael S. Tsirkin
[Felix Marti] In addition, is arming the CQ really in the performance path? - Don't apps poll the CQ as long as there are pending CQEs and only arm the CQ for notification once there is nothing left to do? If this is the case, it would mean that we waste a few cycles 'idle' cycles.

Re: [openib-general] [PATCH 5 of 5] IB/mthca: give reserved MTTs a separate cache line

2007-01-06 Thread Michael S. Tsirkin
+ /* CPU writes to non-reserved MTTs, while HCA might DMA to reserved mtts */ + mdev-limits.reserved_mtts = max(dma_get_cache_alignment() / (int)sizeof(u64), + mdev-limits.reserved_mtts); I don't follow this -- first of all, what guarantee is

Re: [openib-general] nightly osm_sim report 2007-01-06:normal completion

2007-01-06 Thread Yevgeny Kliteynik
Eitan, I found this in the simulation log: -E- ibdiagnet failed with status: do_ypcall: clnt_call: RPC: Timed out YPBINDPROC_DOMAIN: Domain not bound All the logs look ok, including the ibdiagnet.log -- Yevgeny Eitan Zahavi wrote: OSM Simulation Regression Summary

[openib-general] nightly osm_sim report 2007-01-07:normal completion

2007-01-06 Thread Eitan Zahavi
OSM Simulation Regression Summary OpenSM rev = Sat_Jan_6_06:44:34_2007 6c8647 ibutils rev = Wed_Jan_3_11:42:12_2007 913448 Total=369 Pass=366 Fail=3 Pass: 27 Stability IS1-16.topo 27 Pkey IS1-16.topo 27 OsmTest IS1-16.topo 27 OsmStress IS1-16.topo 27 Multicast IS1-16.topo 27 LidMgr IS1-16.topo

Re: [openib-general] the valgrind support of libibverbs/libmthca is not full

2007-01-06 Thread Dotan Barak
Hi Roland and welcome back Roland Dreier wrote: For the following verbs (and I'm sure that this is not the full list) there is a memory warning from valgrind: ibv_query_device ibv_dealloc_pd ibv_create_cq Can you send the full warnings you get? Thanks Here are some of