From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <jfreimann@redhat.com> Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 53FC92BF4 for <dev@dpdk.org>; Tue, 2 Oct 2018 10:59:34 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A29A887625; Tue, 2 Oct 2018 08:59:33 +0000 (UTC) Received: from localhost (dhcp-192-205.str.redhat.com [10.33.192.205]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 43B1570BDC; Tue, 2 Oct 2018 08:59:29 +0000 (UTC) Date: Tue, 2 Oct 2018 10:59:28 +0200 From: Jens Freimann <jfreimann@redhat.com> To: Thomas Monjalon <thomas@monjalon.net> Cc: "Iremonger, Bernard" <bernard.iremonger@intel.com>, "dev@dpdk.org" <dev@dpdk.org>, "ailan@redhat.com" <ailan@redhat.com>, "jan.scheurich@ericsson.com" <jan.scheurich@ericsson.com>, "Richardson, Bruce" <bruce.richardson@intel.com>, "maxime.coquelin@redhat.com" <maxime.coquelin@redhat.com>, "Ananyev, Konstantin" <konstantin.ananyev@intel.com>, "Yigit, Ferruh" <ferruh.yigit@intel.com>, "ktraynor@redhat.com" <ktraynor@redhat.com> Message-ID: <20181002085928.gmigdlq7v7wujnyf@jenstp.localdomain> References: <20180921132633.21317-1-jfreimann@redhat.com> <8CEF83825BEC744B83065625E567D7C260D0B019@IRSMSX107.ger.corp.intel.com> <20181002071952.a5usu4tgj55dql5v@jenstp.localdomain> <5093277.B6gBP5p74m@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5093277.B6gBP5p74m@xps> User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 02 Oct 2018 08:59:33 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v7] app/testpmd: add forwarding mode to simulate a noisy neighbour X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 02 Oct 2018 08:59:34 -0000 On Tue, Oct 02, 2018 at 09:57:52AM +0200, Thomas Monjalon wrote: >02/10/2018 09:19, Jens Freimann: >> On Mon, Oct 01, 2018 at 01:13:32PM +0000, Iremonger, Bernard wrote: >> >./devtools/check-git-log.sh -1 >> >Headline too long: >> > app/testpmd: add forwarding mode to simulate a noisy neighbour >> >> I'm sorry, I failed to use checkpatches.sh correctly :) I did: >> >> #> git show | DPDK_CHECKPATCH_PATH="/home/jfreiman/code/linux/scripts/checkpatch.pl" devtools/checkpatches.sh -- >> >> 1/1 valid patch > >Why this command is not correct? checkpatches.sh looks for the string "Subject:" which is not included in git show output. Using cat on the patch file instead will work. regards, Jens >