From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iremonger, Bernard" Subject: Re: [PATCH v3 4/4] app/testpmd: collect bad outer L4 checksum for csum engine Date: Thu, 4 Oct 2018 15:06:53 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D0CB87@IRSMSX107.ger.corp.intel.com> References: <20180913134707.23698-1-jerin.jacob@caviumnetworks.com> <20181003181657.32236-1-jerin.jacob@caviumnetworks.com> <20181003181657.32236-4-jerin.jacob@caviumnetworks.com> <8CEF83825BEC744B83065625E567D7C260D0C9DE@IRSMSX107.ger.corp.intel.com> <20181004141647.GA10128@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Lu, Wenzhuo" , "Wu, Jingjing" , "dev@dpdk.org" , "shahafs@mellanox.com" To: Jerin Jacob Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B43A23798 for ; Thu, 4 Oct 2018 17:09:05 +0200 (CEST) In-Reply-To: <20181004141647.GA10128@jerin> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Jerin, > > > Subject: [dpdk-dev] [PATCH v3 4/4] app/testpmd: collect bad outer L4 > > > checksum for csum engine > > > > > > Collect and prints the statistics for PKT_RX_EL4_CKSUM_BAD errors. > > > > > > Signed-off-by: Jerin Jacob > > > Reviewed-by: Andrew Rybchenko > > > --- > > > > > > > > The following checkpatch warnings should probably be fixed > > > > WARNING:LONG_LINE: line over 80 characters > > #86: FILE: app/test-pmd/testpmd.c:1043: > > + printf(" Bad-ipcsum: %-14"PRIu64" Bad-l4csum: > > + %-14"PRIu64"Bad-outer-l4csum: %-14"PRIu64"\n", > > > > WARNING:LONG_LINE: line over 80 characters > > #98: FILE: app/test-pmd/testpmd.c:1063: > > + printf(" Bad-ipcsum:%14"PRIu64" Bad-l4csum:= %14"PRIu64" > Bad-outer-l4csum: %-14"PRIu64"\n", > > >=20 > AFAIK, printf's string can be >80 to allow string strip Yes, there is flexibility, not sure how much, the above lines are > 100 cha= rs. Otherwise Acked-by: Bernard Iremonger =20