|WARNING| pw151414 [PATCH v12 10/28] net/rnp: add support device start stop operations

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 12 16:38:35 CET 2025


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

_coding style issues_


CHECK:USLEEP_RANGE: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst
#76: FILE: drivers/net/rnp/base/rnp_common.c:89:
+		udelay(10);

WARNING:MEMORY_BARRIER: memory barrier without comment
#172: FILE: drivers/net/rnp/base/rnp_mac.h:13:
+	wmb(); \

WARNING:MEMORY_BARRIER: memory barrier without comment
#178: FILE: drivers/net/rnp/base/rnp_mac.h:19:
+	wmb(); \

total: 0 errors, 2 warnings, 1 checks, 462 lines checked


More information about the test-report mailing list