Re: [openib-general] [PATCH] Add -m option to ping pong programs to set path MTU

2006-01-23 Thread Ralph Campbell
Looks fine to me. On Fri, 2006-01-20 at 16:48 -0800, Roland Dreier wrote: > Thanks, I applied my own version of this. Please make sure that the > svn tree still works for you. > > (This patch was the one that pushed me over the edge with code > duplication in the pingpong examples, so I put the

Re: [openib-general] [PATCH] Add -m option to ping pong programs to set path MTU

2006-01-20 Thread Roland Dreier
Thanks, I applied my own version of this. Please make sure that the svn tree still works for you. (This patch was the one that pushed me over the edge with code duplication in the pingpong examples, so I put the MTU switch statement into a new pingpong.c file...) - R. __

[openib-general] [PATCH] Add -m option to ping pong programs to set path MTU

2006-01-18 Thread Ralph Campbell
This patch adds a new -m option to the ping pong programs which have a path MTU parameter to ib_modify_qp(). Signed-off-by: Ralph Campbell <[EMAIL PROTECTED]> Index: libibverbs/examples/rc_pingpong.c === --- libibverbs/examples/rc_p