From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v6 0/3] bonding PCI Port Hotplug Date: Tue, 21 Jul 2015 16:16:21 +0100 Message-ID: <1437491784-26676-1-git-send-email-bernard.iremonger@intel.com> References: To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6F3D8C332 for ; Tue, 21 Jul 2015 17:16:37 +0200 (CEST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Changes in V6: Rebase. add rte_eth_bond_free() to rte_eth_bond_version.map Changes in V5: Rebase. Refactor initialisation of static structures. Changes in V4: Rebase to latest code. Move freeing of queue memory from uninit() function to close() function. Changes in V3: Rebase to latest code. Modified testpmd to handle attach/detach of bonding pmd. Changes in V2: Rebased to use drivers/net/bonding dirctory Free rx and tx queues in uninit() function. Bernard Iremonger (3): bonding: add support for PCI Port Hotplug test-pmd: modified testpmd for link_bonding bonding: free queue memory in stop function app/test-pmd/cmdline.c | 4 +- app/test-pmd/testpmd.c | 22 +++++++- app/test-pmd/testpmd.h | 7 ++- drivers/net/bonding/rte_eth_bond.h | 13 ++++- drivers/net/bonding/rte_eth_bond_api.c | 78 ++++++++++++++++++---------- drivers/net/bonding/rte_eth_bond_pmd.c | 41 ++++++++++++++- drivers/net/bonding/rte_eth_bond_private.h | 7 ++- drivers/net/bonding/rte_eth_bond_version.map | 1 + 8 files changed, 137 insertions(+), 36 deletions(-) -- 1.9.1