|WARNING| pw120758 [PATCH] net/ice: support IOVA as PA mode
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Dec 12 08:34:49 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120758
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pkt' - possible side-effects?
#268: FILE: drivers/net/ice/ice_rxtx_vec_common.h:15:
+#define _PKT_DATA_OFF_AS_U64(pkt) ((pkt)->buf_iova + (pkt)->data_off)
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pkt' - possible side-effects?
#270: FILE: drivers/net/ice/ice_rxtx_vec_common.h:17:
+#define _PKT_DATA_OFF_AS_U64(pkt) ((u64)(pkt)->buf_addr + (pkt)->data_off)
total: 0 errors, 0 warnings, 2 checks, 220 lines checked
More information about the test-report
mailing list