This series implemented on top of my previous patch-set:
 * [PATCH 0/4] netdev-dpdk: mempool management: Leaks & Refactoring.
   https://mail.openvswitch.org/pipermail/ovs-dev/2017-October/340144.html

I can rebase it on top of current master easily if needed.

Patches are independent, sent together only because they are based on
the same patch-set pointed above.

First patch fixes mempool creation failure in case of large MTU or
big number of queues/threads. Second patch adds debug appctl to
obtain mempool information from DPDK including names, numbers of
available mbufs, object sizes and memory pointers.

Ilya Maximets (2):
  netdev-dpdk: Fix mempool creation with large MTU.
  netdev-dpdk: Add debug appctl to get mempool information.

 lib/netdev-dpdk.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 56 insertions(+), 1 deletion(-)

-- 
2.7.4

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to