From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doherty, Declan" Subject: Re: [PATCH v2 1/4] Link Bonding Library Date: Fri, 13 Jun 2014 14:03:22 +0000 Message-ID: <345C63BAECC1AD42A2EC8C63AFFC3ADC13D38C10@IRSMSX101.ger.corp.intel.com> References: <20140609211054.GA4853@roosta.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Eric Kinzie Return-path: In-Reply-To: <20140609211054.GA4853-5G/Vjf02Nsf/9pzu0YdTqQ@public.gmane.org> 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: Eric Kinzie [mailto:ehkinzie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org] > Sent: Monday, June 9, 2014 10:11 PM > To: Doherty, Declan > Cc: dev-VfR2kkLFssw@public.gmane.org > Subject: Re: [dpdk-dev] [PATCH v2 1/4] Link Bonding Library >=20 > On Wed Jun 04 16:18:53 +0100 2014, Declan Doherty wrote: > > - Broadcast TX burst broadcast bug fix > > - Add/remove slave behavior fix > > - Checkpatch fixes >=20 > Declan, would you consider the following change to rte_bond.c? The two > header files from librte_cmdline don't seem to be necessary. >=20 > Eric >=20 >=20 > --- a/lib/librte_bond/rte_bond.c > +++ b/lib/librte_bond/rte_bond.c > @@ -44,9 +44,6 @@ > #include > #include >=20 > -#include > -#include > - > #include "rte_bond.h" >=20 > static const char *driver_name =3D "Link Bonding PMD"; Hi Eric,=20 I've cleaned up the includes in v3 of the patch, but the those headers are = now actually required for the kvarg parsing. Regards Declan