]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rping: Fixes race, where ibv context was getting freed before memory was deregistered
authorHariprasad S <hariprasad@chelsio.com>
Thu, 6 Nov 2014 09:12:56 +0000 (14:42 +0530)
committerSean Hefty <sean.hefty@intel.com>
Fri, 14 Nov 2014 18:47:24 +0000 (10:47 -0800)
commit5ae36aba6f9507324048d1d6d5536bed6f5fe92c
tree73c08fe429da75bf6b776073b2c05e6dcdb752b9
parent5b13b73d054299be96e142f9d6ce0dfe0fa6f834
rping: Fixes race, where ibv context was getting freed before memory was deregistered

While running rping as a client without server on the other end,
rping_test_client fails and the ibv context was getting freed
before memory was deregistered. This patch fixes it.

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/rping.c