]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Add mempool reuse/free debug.
authorKevin Traynor <ktraynor@redhat.com>
Fri, 13 Apr 2018 17:25:09 +0000 (18:25 +0100)
committerIan Stokes <ian.stokes@intel.com>
Sat, 21 Apr 2018 16:09:34 +0000 (17:09 +0100)
commita7fb0a4ee109e7ca4a56b506b52ce35ef0025d00
tree393f791f87c4ea545dd686545c5326b677837d34
parentc77f6920deba6f22d7e9a3857408d996100029c2
netdev-dpdk: Add mempool reuse/free debug.

There is debug when a new mempool is created, but not
when it is reused or freed. Add these as it is very
difficult to debug mempool issues from logs without
them.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/netdev-dpdk.c