|WARNING| pw152005 [PATCH v15 10/29] net/rnp: add support device start stop operations

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 25 09:47:08 CET 2025


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

_coding style issues_


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

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

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