From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doherty, Declan" Subject: Re: [PATCH v7 6/6] Link Bonding Library doxygen additions 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Thomas Monjalon Return-path: In-Reply-To: <3664505.WcrJi8fzD3@xps13> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] > Sent: Wednesday, June 25, 2014 2:44 PM > To: Doherty, Declan > Cc: dev-VfR2kkLFssw@public.gmane.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.