From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 0C43FB543 for ; Thu, 19 Feb 2015 11:28:11 +0100 (CET) Received: by mail-wg0-f46.google.com with SMTP id a1so6333947wgh.5 for ; Thu, 19 Feb 2015 02:28:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Gc4NUPE8giueDlekRYf9b2kJg0PBUDOoplvx6lImDgI=; b=VAcqN9gAaSlhrrGrEpa33Nev+I9Y3h7oow6QzIWsCiiryGt3Sa2TNeHCqa5ueQh6L5 yfJHpmfYq7qsVT7PdIqJdoTmoLLgD1KwsCVHIXEurRP+3AK3qk6KndIiuHt91RZqm4VK FLcXR2DRcAh53cw3YnKRsBniI4B5v9YY37NtPwF0+OpD7TyuJpmJPCaOYid9Y5F+blau Kh/AWVprPUivgFBvKCFMWkDvmEkKtJbgQ6FKNRloNgVkyjYE5x9TUFSEyRmOTJDsmC5N wwlcFvaLFXDNlv39ktxVK57MnHuVRFlRaLLbqRzy6sjrQpxNctLkFp1UZHKMWNqwRzON 3YAw== X-Gm-Message-State: ALoCoQmFWlRgmUkoZhN7AbblbUyaHnmm0eocv0IfQiStMu/L3AVHQ0vNOumh8LfyL1JPg10N0572 X-Received: by 10.194.240.97 with SMTP id vz1mr7507551wjc.155.1424341690876; Thu, 19 Feb 2015 02:28:10 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fm10sm33564746wib.7.2015.02.19.02.28.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Feb 2015 02:28:10 -0800 (PST) From: Thomas Monjalon To: "Jastrzebski, MichalX K" Date: Thu, 19 Feb 2015 11:27:41 +0100 Message-ID: <2315500.6pf10cIWmZ@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB1582138EAA30@IRSMSX109.ger.corp.intel.com> References: <1423840570-6452-1-git-send-email-michalx.k.jastrzebski@intel.com> <1533160.F3kMOSWkDY@xps13> <60ABE07DBB3A454EB7FAD707B4BB1582138EAA30@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 10:28:11 -0000 2015-02-19 10:14, Jastrzebski, MichalX K: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > 2015-02-19 09:18, Jastrzebski, MichalX K: > > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > > 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. > > The authorship in v2 is proper as I think I shouldn't signoff patch that is not mine > - that I was never working on the code it provides, should I? No. Signed-off is about responsibility of a patch. I'm speaking about authorship. Please use "git log" and check what is the name after "Author: ". There is also authoring date but it's not important. When sending email, the Author field is converted in a From field. > I edited the patches manually before I submitted it to match the proper authority, > In git tree I have all patches signed-off by myself by default.