[dpdk-test-report] |WARNING| pw88524 [PATCH 7/8] net/qede: prefetch next packet to free

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 5 14:15:35 CET 2021


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

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'next'
#73: 
While handling the current mbuf, pull the next next mbuf into the cache.

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#91: FILE: drivers/net/qede/qede_rxtx.c:919:
+		/* Prefetch the next mbuf. Note that at least the last 4 mbufs
+		   that are prefetched will not be used in the current call. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#91: FILE: drivers/net/qede/qede_rxtx.c:919:
+		   that are prefetched will not be used in the current call. */

total: 0 errors, 3 warnings, 0 checks, 11 lines checked


More information about the test-report mailing list