Hi
I had a check in code for mbuf double release I used to check if the reference count <= 0 Since the following change i can't check anymore this way since the reference count is 1 even after it is release to the pool http://mails.dpdk.org/archives/dev/2017-January/056188.html I there a way to check if the mbuf is detached(in the pool or out of the pool) instead of looking at ref count?