अनुज wrote:
Hi

I have used user space server and client programs for simple data transfer (rdma write, send and receive) by using uverbs (libibverbs).

is it required to cleanup all the resources (pd, qp, cq, mr etc. ) allocated with in these programs explicitly by using uverbs (ibv_dealloc_pd, ibv_dereg_mr etc.) ?

Or all the resources will be cleaned automatically when the programs exit?

One don't have to clean the resources in user level; upon process termination all of the resources are being cleaned automatically
(in kernel level, it is a completely different story ...)

Dotan


--
Anuj Aggarwal

.''`.
: :Ⓐ :   # apt-get install hakuna-matata
`. `'`
`- ------------------------------------------------------------------------

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to