|WARNING| pw167712 [PATCH v2 04/14] net/ice: use common division round up macro
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Aug 13 19:23:31 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/167712
_coding style issues_
WARNING:MACRO_ARG_UNUSED: Argument 'max' is not used in function-like macro
#102: FILE: drivers/net/intel/ice/base/ice_osdep.h:319:
+#define usleep_range(min, max) msleep(RTE_DIV_ROUND_UP(min, 1000))
total: 0 errors, 1 warnings, 0 checks, 14 lines checked
More information about the test-report
mailing list