|WARNING| pw167711 [PATCH v2 03/14] net/idpf: use common division round up macro

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 13 19:23:35 CEST 2026


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'max' is not used in function-like macro
#101: FILE: drivers/net/intel/idpf/base/idpf_osdep.h:299:
+#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