From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 19 Jun 2015 09:26:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,644,1427785200"; d="scan'208";a="591001607" Received: from dwdohert-dpdk-fedora-20.ir.intel.com ([163.33.213.98]) by orsmga003.jf.intel.com with ESMTP; 19 Jun 2015 09:26:34 -0700 Message-ID: <55844449.5020409@intel.com> Date: Fri, 19 Jun 2015 17:33:13 +0100 From: Declan Doherty User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Bernard Iremonger , dev@dpdk.org References: <1434126088-28333-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1434126088-28333-1-git-send-email-bernard.iremonger@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/2] 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: Fri, 19 Jun 2015 16:26:37 -0000 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