From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6FECBB50F for ; Thu, 19 Feb 2015 10:18:30 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 19 Feb 2015 01:18:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,607,1418112000"; d="scan'208";a="687804526" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga002.jf.intel.com with ESMTP; 19 Feb 2015 01:18:28 -0800 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.103]) by IRSMSX102.ger.corp.intel.com ([169.254.2.69]) with mapi id 14.03.0195.001; Thu, 19 Feb 2015 09:18:27 +0000 From: "Jastrzebski, MichalX K" To: Thomas Monjalon , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB) Thread-Index: AQHQR6eMoBNCoU8Kw0eeYtchWXan9pz2zcyAgADqYhA= Date: Thu, 19 Feb 2015 09:18:26 +0000 Message-ID: <60ABE07DBB3A454EB7FAD707B4BB1582138EA984@IRSMSX109.ger.corp.intel.com> References: <1423840570-6452-1-git-send-email-michalx.k.jastrzebski@intel.com> <54DE2285.8000507@intel.com> <1774392.VK6szrItcK@xps13> In-Reply-To: <1774392.VK6szrItcK@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] 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 v2 0/6] Link Bonding mode 6 support (ALB) 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: Thu, 19 Feb 2015 09:18:31 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, February 18, 2015 8:10 PM > To: Doherty, Declan; Jastrzebski, MichalX K > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/6] Link Bonding mode 6 support (ALB) >=20 > Hi, >=20 > 2015-02-13 16:12, Declan Doherty: > > On 13/02/15 15:16, Michal Jastrzebski wrote: > > > Michal Jastrzebski (6): > > > net: changed arp_hdr struct declaration > > > bond: add link bonding mode 6 implementation > > > bond: add debug info for mode 6 link bonding > > > bond: add example application for link bonding mode 6 > > > bond: modify TLB unit tests > > > bond: add unit tests for link bonding mode 6. >=20 Hi Thomas, > You didn't sign some of these patches. So I suspect that you should > fix some authorship. That's because I am not an author of all of these patches - 1/6, 5/6 and 6/= 6 >=20 > Some of the patches make some changes without explaining why. I noticed 5/6 has got incomplete description. Probably it disappeared durin= g edition. >=20 > > Series Acked-by: Declan Doherty >=20 > Please, use checkpatch before submitting and/or when reviewing. I was using checkptach.pl, and have no errors, but I will check again. Maybe I overlooked something. >=20 > A v3 is needed. Best regards Michal