automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw119490 [PATCH v3 3/3] mempool: use cache for frequently updated stats
       [not found] <20221104111740.330-3-mb@smartsharesystems.com>
@ 2022-11-04 11:18 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-11-04 11:18 UTC (permalink / raw)
  To: test-report; +Cc: Morten Brørup

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

_coding style issues_


WARNING:TYPO_SPELLING: 'accesing' may be misspelled - perhaps 'accessing'?
#62: 
structure, accesing the dedicated statistics structure is avoided in the

WARNING:REPEATED_WORD: Possible repeated word: 'the'
#78: 
* Don't update the the description of the RTE_MEMPOOL_STAT_ADD macro.

WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#148: FILE: lib/mempool/rte_mempool.h:345:
+#define RTE_MEMPOOL_CACHE_STAT_ADD(cache, name, n) do { \
+		(cache)->stats.name += n;               \
+	} while (0)

total: 0 errors, 3 warnings, 126 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-04 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221104111740.330-3-mb@smartsharesystems.com>
2022-11-04 11:18 ` |WARNING| pw119490 [PATCH v3 3/3] mempool: use cache for frequently updated stats checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).