From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by dpdk.org (Postfix) with ESMTP id C6B94C316 for ; Tue, 21 Jun 2016 17:53:33 +0200 (CEST) Received: by mail-lb0-f178.google.com with SMTP id ak10so14034418lbc.3 for ; Tue, 21 Jun 2016 08:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=yWm17QLK25Q8V88TTubhALCVGqv7wPPW123la6BxT6I=; b=TWp6evOeRVeXjQcL4uREo4TRyywegmof4h9Cfa2kyycJFvncF4lpnaSoxrhEP0AWVm Mr6TZ+41zqtauQAHU+W4cgmIla0OcZ1Z0Q1Zq5VRY84346+pdye2qd5S6iXl80K4pU7u ka4CB2pKJHzKIe2pIx/zdHiTq8d/rAAuVdea50c00msVMhoOKkBCSvahD3vqJqDJv/Kh hOwfE0AmudJE7WYLXS/aLGcTSgf3S1kbbPF5Fyrd91Bb5o3s1CJ6joF6gNqmSZrnyM8W J4UdodcD3+KV1aOpepNHkPLam2vKADADs09bd751bE6w1WHK6TY/f7G98j80UTFkm7wX PYpg== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=yWm17QLK25Q8V88TTubhALCVGqv7wPPW123la6BxT6I=; b=PFYy5qhqN4JZhsreU1XOKIiO2Dm/F90StDu9gZWkuhyz0jvyOG4P7E20RVdg5+UScu P6DktBzxIL75kk9lbRY7r9a2/5erpD1w3XotlzG0cGhAnzPS5PnF93aZBaS1SIE55wt7 8oe02W7mPNzPnr1zEG4n9QVUIrwStZYIWU533v/DJd+D60g2BnJ1kwFV/ymY40tGoD3d dWlfen1rY+PXZwmctYLWVoXbQnd034oEihTata9JsS6sOywHc62P5ZAGJ741uOKdzXMb SHI3bcEtASC6yVXUOoFX1DxA+5NOcaqDXq70bMdL288xZy00qUYLwqu69eBHx7TgzQtz Wh4g== X-Gm-Message-State: ALyK8tKn33aTbsxab7KtmueAkiepszdAo8w3UwK+WWDAzOQf1zVErmVUfoxUBRbRkXPkKanN X-Received: by 10.194.177.201 with SMTP id cs9mr20378171wjc.139.1466524413164; Tue, 21 Jun 2016 08:53:33 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id d4sm71285wjb.47.2016.06.21.08.53.31 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Jun 2016 08:53:31 -0700 (PDT) From: Thomas Monjalon To: Anupam Kapoor Cc: dev@dpdk.org, Ferruh Yigit Date: Tue, 21 Jun 2016 17:53:30 +0200 Message-ID: <4141088.RJFoBSLcMU@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <5769329F.1090407@intel.com> References: <5769329F.1090407@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] kni : fix build errors for gcc --version >= 6.1 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: Tue, 21 Jun 2016 15:53:34 -0000 2016-06-21 13:27, Ferruh Yigit: > On 6/21/2016 12:43 PM, Anupam Kapoor wrote: > > This commit fixes build errors triggered due misleading indentation. > > > > Fixes: 38db3f7f50bde (e1000: update base driver) > Fixes: b9ee370557f1 ("kni: update kernel driver ethtool baseline") > > > Fixes: 3fc5ca2f63529 (kni: initial import) > > > > > > Signed-off-by: Anupam Kapoor > > Apart from above fixline update: > Acked-by: Ferruh Yigit Applied, thanks > Independent from this patch, for next patches, it would be helpful to > maintainers and reviewers if > - Add version number to new version of patches > http://dpdk.org/doc/guides/contributing/patches.html#creating-patches > > - Send new versions in reply to old mail thread > http://dpdk.org/doc/guides/contributing/patches.html#sending-patches > > - And in patchwork change status of old version of patch to superseded > http://dpdk.org/dev/patchwork/project/dpdk/list/ I add: - Use git send-email (this patch was corrupted)