automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw50759 [v2, 13/13] net/enic: fix several issues with inner packet matching
       [not found] <20190302104251.32565-14-hyonkim@cisco.com>
@ 2019-03-02 10:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-03-02 10:46 UTC (permalink / raw)
  To: test-report; +Cc: Hyong Youb Kim

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#344: FILE: drivers/net/enic/enic_flow.c:538:
+		return ENOTSUP;

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#417: FILE: drivers/net/enic/enic_flow.c:611:
+		arg->l2_proto_off, rte_cpu_to_be_16(ETHER_TYPE_IPv4), 2);

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#433: FILE: drivers/net/enic/enic_flow.c:627:
+		arg->l2_proto_off, rte_cpu_to_be_16(ETHER_TYPE_IPv6), 2);

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#556: FILE: drivers/net/enic/enic_flow.c:724:
+		return ENOTSUP;

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

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

only message in thread, other threads:[~2019-03-02 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190302104251.32565-14-hyonkim@cisco.com>
2019-03-02 10:46 ` [dpdk-test-report] |WARNING| pw50759 [v2, 13/13] net/enic: fix several issues with inner packet matching 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).