From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 79C355910 for ; Wed, 25 Jun 2014 16:19:18 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 25 Jun 2014 07:19:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,546,1400050800"; d="scan'208";a="560779958" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga002.fm.intel.com with ESMTP; 25 Jun 2014 07:19:33 -0700 Received: from irsmsx154.ger.corp.intel.com (163.33.192.96) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 25 Jun 2014 15:19:32 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.56]) by IRSMSX154.ger.corp.intel.com ([169.254.12.216]) with mapi id 14.03.0123.003; Wed, 25 Jun 2014 15:19:32 +0100 From: "Doherty, Declan" To: Thomas Monjalon Thread-Topic: [PATCH v7 6/6] Link Bonding Library doxygen additions Thread-Index: AQHPj8X99homw4znzkaNOyMS12sIlJuBxpgAgAARPIA= Date: Wed, 25 Jun 2014 14:19:31 +0000 Message-ID: <345C63BAECC1AD42A2EC8C63AFFC3ADC272FA3EA@IRSMSX101.ger.corp.intel.com> References: <1403621531-30487-1-git-send-email-declan.doherty@intel.com> <1403625828-20956-7-git-send-email-declan.doherty@intel.com> <3664505.WcrJi8fzD3@xps13> In-Reply-To: <3664505.WcrJi8fzD3@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v7 6/6] Link Bonding Library doxygen additions 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: Wed, 25 Jun 2014 14:19:19 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, June 25, 2014 2:44 PM > To: Doherty, Declan > Cc: dev@dpdk.org > Subject: Re: [PATCH v7 6/6] Link Bonding Library doxygen additions >=20 > Hi Declan, >=20 > Since bonding library is a PMD, there should have no need of integrate it > in the API documentation. > I hadn't time to review it yet, so I would miss something. > Do you mean it can be used directly by the application with a specific AP= I? > In this case, you could explain it in the commit log. >=20 Hi Thomas, the bonding library has a API which supports creation and=20 management of bonded devices directly from within applications, but more=20 importantly provides the APIs required to dynamically add and remove slaves= =20 from a bonded device, this functionality will be required to support live=20 migration of VMs using bonded ports in a future releases.