From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1B321C598 for ; Mon, 27 Jul 2015 17:54:44 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 27 Jul 2015 08:54:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,555,1432623600"; d="scan'208";a="613781103" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 27 Jul 2015 08:54:42 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t6RFse6b018698; Mon, 27 Jul 2015 16:54:40 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t6RFseuJ000771; Mon, 27 Jul 2015 16:54:40 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t6RFseWO000766; Mon, 27 Jul 2015 16:54:40 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Mon, 27 Jul 2015 16:54:33 +0100 Message-Id: <1438012477-729-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v7 0/4] bonding PCI Port Hotplug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2015 15:54:45 -0000 Changes in V7: Rebase. Move call of bond_ethdev_free_queues() from bond_ethdev_stop() to bond_ethdev_close(). Add patch 4, doc patch for testpmd_app_ug, adds bonding example. 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 (4): bonding: add support for PCI Port Hotplug test-pmd: modified testpmd for link_bonding bonding: free queue memory in close function testpmd_app_ug: add example of re-attaching bonded port app/test-pmd/cmdline.c | 4 +- app/test-pmd/testpmd.c | 22 +++++++- app/test-pmd/testpmd.h | 7 ++- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 13 +++++ drivers/net/bonding/rte_eth_bond.h | 13 ++++- drivers/net/bonding/rte_eth_bond_api.c | 80 ++++++++++++++++++---------- drivers/net/bonding/rte_eth_bond_pmd.c | 44 +++++++++++++-- drivers/net/bonding/rte_eth_bond_private.h | 10 +++- drivers/net/bonding/rte_eth_bond_version.map | 1 + 9 files changed, 156 insertions(+), 38 deletions(-) -- 1.9.1