[dpdk-test-report] |WARNING| pw27808 [PATCH v3 36/40] net/dpaa: add support for packet type parsing

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 12:27:44 CEST 2017


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

_coding style issues_


CHECK:MACRO_ARG_PRECEDENCE: Macro argument '_buf' may be better as '(_buf)' to avoid precedence issues
#444: FILE: drivers/net/dpaa/dpaa_rxtx.h:257:
+#define GET_RX_PRS(_buf) \
+	(struct dpaa_eth_parse_results_t *)((uint8_t *)_buf + DEFAULT_RX_ICEOF)

total: 0 errors, 0 warnings, 1 checks, 400 lines checked


More information about the test-report mailing list