From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by dpdk.org (Postfix) with ESMTP id 97141B4CA for ; Wed, 18 Feb 2015 20:11:02 +0100 (CET) Received: by wesk11 with SMTP id k11so3038087wes.11 for ; Wed, 18 Feb 2015 11:11:01 -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=tIqanlOHnUqRRh/4u1kJNnmcGnDDGyQWHoPe8n6Gw24=; b=k1nhM4zAlT/Bl/oc5x5zsYUToPt5I7NOMdmCXWv17dfdRYZwHlrBlZMHFy670f19Uy Qz9GhTe/EpGukEu6DGpIFrXT/L8UEs0KYjbTlbpsR0onFNgf1Ro4RlAhTDsrQdFW8Vhc vZEgeymvAKJFQ2rQpH06lE8CkyEJyfIiUP6i6waoiY5vSh635SgzwFj6/Tz0BzRj5x8M xJTCitx02NRTMCvJk78yGE0KX85sTYL8mI2237RS65jl+LbSUN1X2EY8CktSOIM0xP8f s81volpABACHkeTfAImA+JRQDl0w6fkYFqciBW1x4CGa24xNqYaO7QFvuTeZy8wbYFYe 4yvA== X-Gm-Message-State: ALoCoQk/kmW4I80NmvnP15UyHdRT5Z2QM9uevXpPK02QRKsGo6C9M/ibG2zJj5Go8ysO5dJxDxVu X-Received: by 10.194.200.233 with SMTP id jv9mr1420866wjc.51.1424286661430; Wed, 18 Feb 2015 11:11:01 -0800 (PST) Received: from xps13.localnet (60.26.90.92.rev.sfr.net. [92.90.26.60]) by mx.google.com with ESMTPSA id lj13sm30761530wic.9.2015.02.18.11.10.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Feb 2015 11:11:00 -0800 (PST) From: Thomas Monjalon To: Declan Doherty , Michal Jastrzebski Date: Wed, 18 Feb 2015 20:10:27 +0100 Message-ID: <1774392.VK6szrItcK@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <54DE2285.8000507@intel.com> References: <1423840570-6452-1-git-send-email-michalx.k.jastrzebski@intel.com> <54DE2285.8000507@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: Wed, 18 Feb 2015 19:11:02 -0000 Hi, 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. You didn't sign some of these patches. So I suspect that you should fix some authorship. Some of the patches make some changes without explaining why. > Series Acked-by: Declan Doherty Please, use checkpatch before submitting and/or when reviewing. A v3 is needed.