From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/6] Link Bonding mode 6 support (ALB) Date: Thu, 19 Feb 2015 10:39:49 +0100 Message-ID: <1533160.F3kMOSWkDY@xps13> References: <1423840570-6452-1-git-send-email-michalx.k.jastrzebski@intel.com> <1774392.VK6szrItcK@xps13> <60ABE07DBB3A454EB7FAD707B4BB1582138EA984@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Jastrzebski, MichalX K" Return-path: In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB1582138EA984-kPTMFJFq+rHjxeytcECX8bfspsVTdybXVpNB7YpNyf8@public.gmane.org> 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" 2015-02-19 09:18, Jastrzebski, MichalX K: > From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] > > 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. > > > 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 You probably broke it by importing patches with "patch" command instead of "git am". Then you must fix the authorship in your git tree before sending. > > Some of the patches make some changes without explaining why. > I noticed 5/6 has got incomplete description. Probably it disappeared during edition. Yes please ask yourself why each patch is done, and check it's explained in commit log. > > > Series Acked-by: Declan Doherty > > > > 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. > > > > A v3 is needed. > > Best regards > Michal