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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 19 09:01:59 CET 2025


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

_coding style issues_


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

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

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

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


More information about the test-report mailing list