|WARNING| pw120726 [PATCH 3/3] net/iavf: support no IOVA as PA mode

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


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pkt' - possible side-effects?
#132: FILE: drivers/net/iavf/iavf_rxtx_vec_common.h:19:
+	#define _PKT_DATA_OFF_U64(pkt) ((pkt)->buf_iova + (pkt)->data_off)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pkt' - possible side-effects?
#134: FILE: drivers/net/iavf/iavf_rxtx_vec_common.h:21:
+	#define _PKT_DATA_OFF_U64(pkt) ((u64)(pkt)->buf_addr + (pkt)->data_off)

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


More information about the test-report mailing list