[dpdk-test-report] |WARNING| pw42452 [3/4] eventdev: add eth Tx adapter implementation
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jul 6 08:42:48 CEST 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/42452
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#188: FILE: lib/librte_eventdev/rte_event_eth_tx_adapter.c:137:
+#define RTE_EVENT_ETH_TX_ADAPTER_ID_VALID_OR_ERR_RET(id, retval) \
+do { \
+ if (!txa_valid_id(id)) { \
+ RTE_EDEV_LOG_ERR("Invalid eth Rx adapter id = %d", id); \
+ return retval; \
+ } \
+} while (0)
total: 0 errors, 1 warnings, 1272 lines checked
More information about the test-report
mailing list