automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw40360 [PATCH v4] net/tap: perform proto field update for tun only
       [not found] <1527050693-162950-1-git-send-email-vipin.varghese@intel.com>
@ 2018-05-23  4:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-05-23  4:46 UTC (permalink / raw)
  To: test-report; +Cc: Vipin Varghese

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/40360

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#95: FILE: drivers/net/tap/rte_eth_tap.c:488:
+			pi.proto = (j == 0x40) ? htons(ETHER_TYPE_IPv4) :

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#96: FILE: drivers/net/tap/rte_eth_tap.c:489:
+				(j == 0x60) ? htons(ETHER_TYPE_IPv6) : 0x00;

total: 0 errors, 0 warnings, 2 checks, 182 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-23  4:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1527050693-162950-1-git-send-email-vipin.varghese@intel.com>
2018-05-23  4:46 ` [dpdk-test-report] |WARNING| pw40360 [PATCH v4] net/tap: perform proto field update for tun only checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).