Hi Jerin,
> -----Original Message-----
> From: Jerin Jacob [mailto:[email protected]]
> Sent: Wednesday, October 3, 2018 7:17 PM
> To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing
> <[email protected]>; Iremonger, Bernard
> <[email protected]>
> Cc: [email protected]; [email protected]; Jerin Jacob
> <[email protected]>
> 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 <[email protected]>
> Reviewed-by: Andrew Rybchenko <[email protected]>
> ---
<snip>
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",
Regards,
Bernard.