|WARNING| pw167718 [PATCH v2 10/14] net/cxgbe: use common division round up macro

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


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'max' is not used in function-like macro
#154: FILE: drivers/net/cxgbe/cxgbe_compat.h:172:
+#define usleep_range(min, max) msleep(RTE_DIV_ROUND_UP(min, 1000))

total: 0 errors, 1 warnings, 0 checks, 146 lines checked


More information about the test-report mailing list