[dpdk-test-report] |WARNING| pw34990 [PATCH v2] net/tap: allow user MAC to be passed as args

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 5 16:48:46 CET 2018


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

_coding style issues_


CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#69: FILE: drivers/net/tap/rte_eth_tap.c:54:
+#define ETH_TAP_MAC_ARG_FMT     "["ETH_TAP_MAC_FIXED "|" ETH_TAP_USR_MAC_FMT"]"

CHECK:SPACING: No space is necessary after a cast
#154: FILE: drivers/net/tap/rte_eth_tap.c:1597:
+		user_mac->addr_bytes[index++] = (char) strtoul(mac_byte, NULL, 16);

total: 0 errors, 0 warnings, 2 checks, 146 lines checked


More information about the test-report mailing list