[dpdk-test-report] |WARNING| pw33626 [PATCH v4 3/5] net/tap: add eBPF program file

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 11 18:47:11 CET 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <IPv4>
#61: FILE: drivers/net/tap/tap_bpf_program.c:22:
+#define IPv4(a, b, c, d) ((__u32)(((a) & 0xff) << 24) | \

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#255: FILE: drivers/net/tap/tap_bpf_program.c:216:
+		return rss_ ## L (skb);			\

total: 0 errors, 1 warnings, 1 checks, 221 lines checked


More information about the test-report mailing list