|WARNING| pw164154 [RFC PATCH 1/8] net/ice: replace use of DPDK-specific memcpy function

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 19 18:06:54 CEST 2026


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'd' is not used in function-like macro
#104: FILE: drivers/net/intel/ice/base/ice_osdep.h:212:
+#define ice_memcpy(a, b, c, d) memcpy((a), (b), (c))

total: 0 errors, 1 warnings, 0 checks, 323 lines checked
__rte_packed_begin and __rte_packed_end should always be used in pairs.


More information about the test-report mailing list