From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bairemon@ecsmtp.ir.intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 205A19A9E
 for <dev@dpdk.org>; Fri, 12 Jun 2015 18:21:53 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga101.fm.intel.com with ESMTP; 12 Jun 2015 09:21:31 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,602,1427785200"; d="scan'208";a="745650224"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by orsmga002.jf.intel.com with ESMTP; 12 Jun 2015 09:21:30 -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
 t5CGLTRA019771; Fri, 12 Jun 2015 17:21:29 +0100
Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1])
 by sivswdev01.ir.intel.com with ESMTP id t5CGLTob028369;
 Fri, 12 Jun 2015 17:21:29 +0100
Received: (from bairemon@localhost)
 by sivswdev01.ir.intel.com with  id t5CGLTME028365;
 Fri, 12 Jun 2015 17:21:29 +0100
From: Bernard Iremonger <bernard.iremonger@intel.com>
To: dev@dpdk.org
Date: Fri, 12 Jun 2015 17:21:26 +0100
Message-Id: <1434126088-28333-1-git-send-email-bernard.iremonger@intel.com>
X-Mailer: git-send-email 1.7.4.1
In-Reply-To: <PATCH>
References: <PATCH>
Subject: [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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Jun 2015 16:21:54 -0000

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(-)

-- 
1.7.4.1