]> 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>
Mon, 9 Apr 2007 07:24:32 +0000 (00:24 -0700)
commitf6f80705251ab1a0156768a426eeaa064064913a
tree7bec21c29767d1788b0c559d7895b03c8454e5d8
parentf113e75412fb77295ed5806215fb7b1f6a873d89
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>
(cherry picked from commit 09335ff6377acf90d5ed1c28a6ce69d2aa620e09)
examples/srq_pingpong.c