|WARNING| pw117639 [PATCH v5 1/7] mbuf: add API to get and set mbuf physical address

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 7 23:03:47 CEST 2022


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#333: FILE: lib/mbuf/rte_mbuf_core.h:739:
+#define rte_pktmbuf_iova_offset(m, o) (rte_iova_t)(rte_mbuf_iova_get(m) + (m)->data_off + (o))

total: 1 errors, 0 warnings, 246 lines checked


More information about the test-report mailing list