|WARNING| pw106120 [PATCH] net/tap: Bug fix to populate fds in secondary process

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 20 12:12:49 CET 2022


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#149: FILE: drivers/net/tap/rte_eth_tap.c:922:
+	if (rte_eal_process_type() == RTE_PROC_PRIMARY) {
+		tap_mp_req_on_rxtx(dev);
+	}

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#393: FILE: lib/ethdev/rte_ethdev.h:4991:
+/**
+* Get rte_eth_dev from device name. The device name should be specified

WARNING:TYPO_SPELLING: 'sucessful' may be misspelled - perhaps 'successful'?
#402: FILE: lib/ethdev/rte_ethdev.h:5000:
+*   - rte_eth_dev if sucessful 

ERROR:TRAILING_WHITESPACE: trailing whitespace
#402: FILE: lib/ethdev/rte_ethdev.h:5000:
+*   - rte_eth_dev if sucessful $

total: 1 errors, 3 warnings, 302 lines checked
ERROR: symbol rte_get_eth_dev_by_name is added in the DPDK_22 section, but is expected to be added in the EXPERIMENTAL section of the version map


More information about the test-report mailing list