[dpdk-test-report] |WARNING| pw62176 [PATCH v2 1/3] ethdev: identify SR-IOV VF from host

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 4 12:00:32 CET 2019


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#200: FILE: lib/librte_ethdev/rte_ethdev.h:1348:
+#define RTE_ETH_VALID_ID_OR_ERR_RET(port_id, retval) do { \
+	if (!rte_eth_dev_is_valid(port_id, 1)) { \
+		RTE_ETHDEV_LOG(ERR, "Invalid port_id=%u
", port_id); \
+		return retval; \
+	} \
+} while (0)

total: 0 errors, 1 warnings, 128 lines checked


More information about the test-report mailing list