]> git.openfabrics.org - ~shefty/libibverbs.git/commit
Fix ibv_srq_pingpong option handling
authorRoland Dreier <rolandd@cisco.com>
Fri, 6 Apr 2007 14:44:39 +0000 (07:44 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 6 Apr 2007 14:44:39 +0000 (07:44 -0700)
commit09335ff6377acf90d5ed1c28a6ce69d2aa620e09
treef8f28109985957d6064e0ad58e935162be6cacce
parent5b64045b331fd23bddf0b5be2b803889d993f720
Fix ibv_srq_pingpong option handling

Add missing break statement in command line option handling switch.
Without the break statement, setting the 'm' (mtu) command line option
fell through to the next case and the same value was used for the 'q'
(num-qp) option.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
examples/srq_pingpong.c