[dpdk-test-report] |WARNING| pw25825 [PATCH v2 5/5] app/testpmd: add command to test NIC restoration

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 29 23:54:14 CEST 2017


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#106: FILE: app/test-pmd/config.c:3344:
+	printf("Begin to forward at least %d packets to test reconfiguration
", NUM_PACKETS);

WARNING:RETURN_VOID: void function return statements are not generally useful
#125: FILE: app/test-pmd/config.c:3363:
+	return;
+}

WARNING:LONG_LINE: line over 90 characters
#149: FILE: app/test-pmd/config.c:3387:
+		MBUF_CACHE_SIZE, 0, RTE_MBUF_DEFAULT_BUF_SIZE, rte_eth_dev_socket_id(port));

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#182: FILE: app/test-pmd/config.c:3420:
+			(unsigned)port,

total: 0 errors, 4 warnings, 151 lines checked


More information about the test-report mailing list