|WARNING| pw167710 [PATCH v2 02/14] net/i40e: use common division round up macro

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


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'max' is not used in function-like macro
#100: FILE: drivers/net/intel/i40e/base/i40e_osdep.h:235:
+#define usleep_range(min, max) msleep(RTE_DIV_ROUND_UP(min, 1000))

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


More information about the test-report mailing list