From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 00D0FFFA for ; Tue, 7 Jul 2015 12:21:34 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 07 Jul 2015 03:21:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,422,1432623600"; d="scan'208";a="724240626" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 07 Jul 2015 03:21:32 -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 t67ALWTw025171; Tue, 7 Jul 2015 11:21:32 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t67ALVkH008811; Tue, 7 Jul 2015 11:21:31 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t67ALV5b008807; Tue, 7 Jul 2015 11:21:31 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 7 Jul 2015 11:21:24 +0100 Message-Id: <1436264487-8769-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 v4 0/3] 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: Tue, 07 Jul 2015 10:21:35 -0000 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 | 24 ++++++++- app/test-pmd/testpmd.h | 7 ++- drivers/net/bonding/rte_eth_bond.h | 13 +++++- drivers/net/bonding/rte_eth_bond_api.c | 75 ++++++++++++++++++--------- drivers/net/bonding/rte_eth_bond_pmd.c | 41 +++++++++++++++- drivers/net/bonding/rte_eth_bond_private.h | 7 ++- 7 files changed, 136 insertions(+), 35 deletions(-) -- 1.7.4.1