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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 10 08:28:04 CET 2025


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

_coding style issues_


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

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

WARNING:MEMORY_BARRIER: memory barrier without comment
#177: 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