[dpdk-test-report] |WARNING| pw64669 [RFC PATCH 2/3] if_proxy: add preliminary Linux implementation

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 14 15:26:21 CET 2020


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

_coding style issues_


WARNING:MISSING_BREAK: Possible switch case/default not preceded by break or fallthrough comment
#174: FILE: lib/librte_eal/linux/eal/eal_interrupts.c:902:
+		case RTE_INTR_HANDLE_NETLINK:

ERROR:CODE_INDENT: code indent should use tabs where possible
#515: FILE: lib/librte_if_proxy/rte_if_proxy.c:287:
+                               uint16_t *ports, unsigned int num)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#515: FILE: lib/librte_if_proxy/rte_if_proxy.c:287:
+                               uint16_t *ports, unsigned int num)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#619: FILE: lib/librte_if_proxy/rte_if_proxy.c:391:
+^I^I                RTA_DATA(attrs[IFLA_ADDRESS]);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#622: FILE: lib/librte_if_proxy/rte_if_proxy.c:394:
+^I^I           RTE_ETHER_ADDR_LEN);$

ERROR:SPACING: space prohibited after that open parenthesis '('
#830: FILE: lib/librte_if_proxy/rte_if_proxy.c:602:
+		if ( !node->cbs.cfg_finished)

total: 4 errors, 2 warnings, 905 lines checked


More information about the test-report mailing list