[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-13 Thread Thomas Monjalon
2014-06-13 14:08, Doherty, Declan: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Do you think you can send another version of your serie soon? > > Some comments need to be addressed. > > > > 2 formatting comments: > > - I saw some strange alignments of comments > > - you should

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-13 Thread Doherty, Declan
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Friday, June 6, 2014 3:54 PM > To: Doherty, Declan > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/4] Link Bonding Library > > On Fri, Jun 06, 2014 at 08:23:31AM +000

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-13 Thread Doherty, Declan
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, June 11, 2014 5:33 PM > To: Doherty, Declan > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/4] Link Bonding Library > > Hi Declan, > > Do

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-13 Thread Neil Horman
egister the pmd using the PMD_DRIVER_REGISTER macro, like other > > > > PMD's > > > > 2) Use the kvargs library to support configuration via the --vdev > > > > command line option, so bonds can be created administratively, rather > > > > than just

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-11 Thread Thomas Monjalon
Hi Declan, Do you think you can send another version of your serie soon? Some comments need to be addressed. 2 formatting comments: - I saw some strange alignments of comments - you should send your patches as children of the cover letter Thanks -- Thomas

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-06 Thread Neil Horman
e PMD functionality into separate > > libraries (use control mbufs to communicate configuration changes to > > the pmd). This will allow users to dynamically load the pmd > > functionality (without compile or run time linking requirements), and > > then optionally us

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-06 Thread Doherty, Declan
ufs to communicate configuration changes to > the pmd). This will allow users to dynamically load the pmd > functionality (without compile or run time linking requirements), and > then optionally use the programatic interface (or not if they want to > save memory) > > Regar

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-06 Thread Cao, Waterman
Tested-by: Waterman Cao This patch is updated version for Link Bonding library. It's compose of 5 files including cover letter, tested by Intel. Please see environment information: Fedora 20 x86_64, Linux Kernel 3.11.10-301, GCC 4.8.2 Intel Xeon CPU E5-2680 v2 @ 2.80GHz NIC: Intel Niantic 82599

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-05 Thread De Lara Guarch, Pablo
Acked-by: Pablo de Lara Guarch > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of > declan.doherty at intel.com > Sent: Wednesday, June 04, 2014 4:18 PM > To: dev at dpdk.org; dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/4] Link Bonding

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-05 Thread Neil Horman
On Wed, Jun 04, 2014 at 04:18:01PM +0100, declan.doherty at intel.com wrote: > From: Declan Doherty > > v2 patch additions, > fix for tx burst broadcast, incrementing the reference count on each mbuf by > the number of slaves - 1 > add/remove slave behavior chnange to fix primary slave port ass

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-04 Thread declan.dohe...@intel.com
From: Declan Doherty v2 patch additions, fix for tx burst broadcast, incrementing the reference count on each mbuf by the number of slaves - 1 add/remove slave behavior chnange to fix primary slave port assignment patchcheck code fixes Initial release of Link Bonding Library (lib/librte_bond

[dpdk-dev] [PATCH v2 0/4] Link Bonding Library

2014-06-04 Thread Doherty, Declan
Sorry for the double submission of the first 3 parts of this patch set. It was meant to be a test directed to my own email account. Regards Declan > -Original Message- > From: Doherty, Declan > Sent: Wednesday, June 4, 2014 4:19 PM > To: dev at dpdk.org; dev at dpdk.org > Cc: Doherty, Dec