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

2007-01-07 Thread Dotan Barak
Roland Dreier wrote: > with a mem-free or tavor mode HCA? > > Are your test programs available from a git tree anywhere? > > Thanks, > Roland > Here is the output of the valgrind when executing a "standard" test which comes with the driver: The server was executed on tavor and the client was

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

2007-01-07 Thread Roland Dreier
Some of these are almost definitely due to the what the test program is doing -- for example > ==10853== 72 bytes in 1 blocks are definitely lost in loss record 8 of 13 > ==10853==at 0x4904B7E: malloc (vg_replace_malloc.c:149) > ==10853==by 0x4C3DA82: mthca_alloc_pd (verbs.c:83) > ==10

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 > He