From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v3 0/2] bonding PCI Port Hotplug Date: Fri, 19 Jun 2015 17:33:13 +0100 Message-ID: <55844449.5020409@intel.com> References: <1434126088-28333-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Bernard Iremonger , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 23ABCC6FE for ; Fri, 19 Jun 2015 18:26:35 +0200 (CEST) In-Reply-To: <1434126088-28333-1-git-send-email-bernard.iremonger@intel.com> 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" On 12/06/15 17:21, Bernard Iremonger wrote: > Changes in V3: > Modified testpmd to handle attach/detach of bonding pmd. > > Bernard Iremonger (2): > bonding: add support for PCI Port Hotplug > test-pmd: modified testpmd for link_bonding > > 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 | 82 +++++++++++++++++++--------- > drivers/net/bonding/rte_eth_bond_pmd.c | 23 +++++++- > drivers/net/bonding/rte_eth_bond_private.h | 7 ++- > 7 files changed, 124 insertions(+), 36 deletions(-) > Acked-by: Declan Doherty