[dpdk-test-report] |WARNING| pw66353 [PATCH 3/4] if_proxy: add simple functionality test

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 6 17:42:06 CET 2020


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

_coding style issues_


ERROR:POINTER_LOCATION: "(foo**)" should be "(foo **)"
#233: FILE: app/test/test_if_proxy.c:103:
+			if (rte_ring_dequeue(ev_queue, (void**)&ev) == 0)

WARNING:BRACES: braces {} are not necessary for single statement blocks
#302: FILE: app/test/test_if_proxy.c:172:
+		if (!ev->is_up) {
+			rte_ifpx_callbacks_unregister();
+		}

ERROR:CODE_INDENT: code indent should use tabs where possible
#427: FILE: app/test/test_if_proxy.c:297:
+^I           RTE_ETHER_ADDR_LEN) == 0) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#455: FILE: app/test/test_if_proxy.c:325:
+^I           RTE_ETHER_ADDR_LEN) == 0) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#495: FILE: app/test/test_if_proxy.c:365:
+^I^I           RTE_ETHER_ADDR_LEN) != 0)$

total: 4 errors, 1 warnings, 734 lines checked


More information about the test-report mailing list