|WARNING| pw167720 [PATCH v2 12/14] raw/ifpga/base: use common division round up macro

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 13 19:25:39 CEST 2026


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'max' is not used in function-like macro
#98: FILE: drivers/raw/ifpga/base/opae_osdep.h:76:
+#define usleep_range(min, max) msleep(RTE_DIV_ROUND_UP(min, 1000))

total: 0 errors, 1 warnings, 11 lines checked


More information about the test-report mailing list