mbox series

[ovs-dev,v6,0/5] netdev-dpdk: Fix mempool management and other cleanup.

Message ID 1508159716-3656-1-git-send-email-antonio.fischetti@intel.com
Headers show
Series netdev-dpdk: Fix mempool management and other cleanup. | expand

Message

Fischetti, Antonio Oct. 16, 2017, 1:15 p.m. UTC
Patch #1 contains the fix.
All other patches in this series are a clean up for code readability or small
improvements.

List of versions:
 - v6: patches #1 and #2 squashed into one. 
       - Reworked to consider the latest comments.
       - tested the release of pre-existing mempools (reported by Ciara L.)
       - tested the change of MTU when an existing mempool is returned
         (reported by Robert M.)
       - tested the NUMA-Awareness usecase (reported by Ciara L.)
 - v5: manage new MTU value when a pre-existing mempool is returned.
 - v4: fix NUMA awareness usecase
 - v3: avoid deletion of pre-existing mempools
 - v2: rework to accomodate code changes for dpdk ports too
 - v1: 1st implementation.

Fischetti, Antonio (5):
  netdev-dpdk: fix management of pre-existing mempools.
  netdev-dpdk: skip init for existing mempools.
  netdev-dpdk: manage empty mempool names.
  netdev-dpdk: Reword mp_size as n_mbufs.
  netdev-dpdk: Rename dpdk_mp_put as dpdk_mp_free.

 lib/netdev-dpdk.c | 90 +++++++++++++++++++++++++++++++++----------------------
 1 file changed, 55 insertions(+), 35 deletions(-)