automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw40352 [PATCH v5] net/tap: fix proto field for tun
       [not found] <20180522220953.39425-1-ferruh.yigit@intel.com>
@ 2018-05-22 22:10 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-05-22 22:10 UTC (permalink / raw)
  To: test-report; +Cc: Ferruh Yigit

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

_coding style issues_


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

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

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

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

only message in thread, other threads:[~2018-05-22 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180522220953.39425-1-ferruh.yigit@intel.com>
2018-05-22 22:10 ` [dpdk-test-report] |WARNING| pw40352 [PATCH v5] net/tap: fix proto field for tun 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).