|WARNING| pw120724 [PATCH 1/3] net/ice: support no IOVA as PA mode

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Dec 11 14:43:21 CET 2022


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pkt' - possible side-effects?
#86: FILE: drivers/net/ice/ice_rxtx_common_avx.h:15:
+#define _PKT_DATA_OFF_U64(pkt) ((pkt)->buf_iova + (pkt)->data_off)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pkt' - possible side-effects?
#88: FILE: drivers/net/ice/ice_rxtx_common_avx.h:17:
+#define _PKT_DATA_OFF_U64(pkt) ((u64)(pkt)->buf_addr + (pkt)->data_off)

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


More information about the test-report mailing list