|WARNING| pw120725 [PATCH 2/3] net/i40e: support no IOVA as PA mode

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


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pkt' - possible side-effects?
#85: FILE: drivers/net/i40e/i40e_rxtx_common_avx.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?
#87: FILE: drivers/net/i40e/i40e_rxtx_common_avx.h:21:
+	#define _PKT_DATA_OFF_U64(pkt) ((u64)(pkt)->buf_addr + (pkt)->data_off)

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


More information about the test-report mailing list