Re: [openib-general] [PATCH 1/1] IB/iser: return error code when PDUs may not be sent

2007-01-20 Thread Erez Zilber
Roland Dreier wrote: > Thanks, queued for 2.6.20. (And thanks for letting me know that this > patch should go for 2.6.20) > Roland, What do I need to do in order to insert this fix into the 2.6.19 stable version (never done that before)? Thanks, Erez ___

Re: [openib-general] [PATCH ] ofabuild Allow command-line override of $scripts_git.

2007-01-20 Thread Vladimir Sokolovsky
Thanks, applied. Regards, Vladimir On Sat, 2007-01-20 at 09:03 -0600, Steve Wise wrote: > Useful when testing changes to the ofsscripts tree. > > Signed-off-by: Steve Wise <[EMAIL PROTECTED]> ___ openib-general mailing list openib-general@openib.org

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

2007-01-20 Thread Eitan Zahavi
OSM Simulation Regression Summary OpenSM rev = Sat_Jan_20_10:09:52_2007 25aa01 ibutils rev = Wed_Jan_3_11:42:12_2007 913448 Total=410 Pass=410 Fail=0 Pass: 30 Stability IS1-16.topo 30 Pkey IS1-16.topo 30 OsmTest IS1-16.topo 30 OsmStress IS1-16.topo 30 Multicast IS1-16.topo 30 LidMgr IS1-16.topo

Video Aulas, cursos em v�deo. Aprenda a fazer tudo com video cursos

2007-01-20 Thread Marcia Ribeiro
Video Aulas para download, cursos em vídeo. Vários assuntos. Aprenda a fazer sushi, curso de Yoga em vído, video aula de sedução, video curso de massagem sensual: http://www.gueb.de/videocursosbrasil Video cursos de informática, ginástica, artes marciais. Tudo em cursos para download. Víd

Re: [openib-general] abi_version file not created on SLES9SP3 or RHEL4U4

2007-01-20 Thread Steve Wise
Your mailer garbled this patch. Can you please email me this as an attachment, or make sure your email client doesn't do line wrapping? Thanks, Steve. On Fri, 2007-01-19 at 11:06 -0800, Woodruff, Robert J wrote: > Steve wrote, > >Sean, > > >I'm testing the latest ofed_1_2 code on RHEL4U4 and

Re: [openib-general] ib_local_sa workqueue creation crash with ofed 1.2 + sles9sp3

2007-01-20 Thread Steve WIse
On Sat, 2007-01-20 at 09:27 -0600, Steve WIse wrote: > BTW: "local_sa" is still too long. I reduced it to "lsa" and it > worked. > I cannot explain this. The BUG_ON() is for (strlen(name) > 10). "local_sa" is 8...9 if you count the NUL at the end. But I hit that BUG_ON() for rhel4u4 and sle

[openib-general] [PATCH 3/3] OpenSM/osm_port_profile.h: Fix reinsertion issue in osm_port_prof_set_ignored_port

2007-01-20 Thread Hal Rosenstock
OpenSM/osm_port_profile.h: Fix reinsertion issue in osm_port_prof_set_ignored_port In osm_port_prof_set_ignored_port, if key already exists in map, it must be removed prior to reinserting. This is to handle more than one port for the same GUID. Signed-off-by: Dale Purdy <[EMAIL PROTECTED]> Signed

[openib-general] [PATCH 2/3] OpenSM/main.c: Fix endian for GUID in osm_log debug message and add port number to same debug message

2007-01-20 Thread Hal Rosenstock
OpenSM/main.c: Fix endian for GUID in osm_log debug message and add port number to same debug message Signed-off-by: Dale Purdy <[EMAIL PROTECTED]> Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> diff --git a/osm/opensm/main.c b/osm/opensm/main.c index 9186576..9fa297a 100644 --- a/osm/opensm/m

[openib-general] [PATCH 1/3] OpenSM/port profile: Fix endian for some osm_port_prof routines

2007-01-20 Thread Hal Rosenstock
OpenSM/port profile: Fix endian for some osm_port_prof routines osm_port_prof_set_ignored_port and osm_port_prof_is_ignored_port take network rather than host order Signed-off-by: Dale Purdy <[EMAIL PROTECTED]> Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> diff --git a/osm/include/opensm/osm

[openib-general] [PATCH 0/3]: OpenSM: equalize-ignore-guids fixes

2007-01-20 Thread Hal Rosenstock
OpenSM: equalize-ignore-guids fixes This patch series fixes a number of problems in handling the equalize-ignore-guids file. Signed-off-by: Dale Purdy <[EMAIL PROTECTED]> Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> ___ openib-general mailing lis

Re: [openib-general] ib_local_sa workqueue creation crash with ofed 1.2 + sles9sp3

2007-01-20 Thread Steve WIse
BTW: "local_sa" is still too long. I reduced it to "lsa" and it worked. On Thu, 2007-01-18 at 14:09 -0800, Sean Hefty wrote: > Can you see if the call to create_singlethread_workqueue() passes in a string > longer than 8 characters? If so, try reducing the size of the string. > > I've committ

Re: [openib-general] [PATCH 2.6.20 2/2] ehca: ehca_irq.c: fix mismatched spin_unlock in irq handler

2007-01-20 Thread Hoang-Nam Nguyen
hmm, code line too long. please ignore the previous patch. here is the one with correct length of code line. Thanks Nam This is a patch for ehca_irq.c that fixes an unproper use of spin_unlock in irq handler. Signed-off-by Hoang-Nam Nguyen <[EMAIL PROTECTED]> --- ehca_irq.c |4 +++- 1 fi

[openib-general] [PATCH ] ofabuild Allow command-line override of $scripts_git.

2007-01-20 Thread Steve Wise
Useful when testing changes to the ofsscripts tree. Signed-off-by: Steve Wise <[EMAIL PROTECTED]> --- build_ofa_user.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build_ofa_user.sh b/build_ofa_user.sh index 52fe3af..a6bef75 100755 --- a/build_ofa_user.sh +++ b/bui