automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw118794 [PATCH v6 08/18] net/mlx5: add HW steering counter action
       [not found] <20221020154152.28228-9-suanmingm@nvidia.com>
@ 2022-10-20 15:44 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-10-20 15:44 UTC (permalink / raw)
  To: test-report; +Cc: Suanming Mou

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#1609: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:190:
+		DRV_LOG(ERR, "counter number %"PRIu64" is out of 32bit range",

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#1609: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:190:
+		DRV_LOG(ERR, "counter number %"PRIu64" is out of 32bit range",

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#1721: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:302:
+	uint32_t idx, alloced = 0;

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#1747: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:328:
+	alloced = cpool->dcs_mng.dcs[0].batch_sz;

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#1758: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:339:
+			cpool->dcs_mng.dcs[idx].iidx = alloced;

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#1759: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:340:
+			alloced += cpool->dcs_mng.dcs[idx].batch_sz;

CHECK:CAMELCASE: Avoid CamelCase: <PRIu32>
#1766: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:347:
+		"Cannot alloc device counter, allocated[%" PRIu32 "] request[%" PRIu32 "]",

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#1767: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:348:
+		alloced, cnt_num);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1804: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:385:
+	if (priv->sh->config.dv_esw_en && priv->master)

total: 0 errors, 6 warnings, 3 checks, 2204 lines checked

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

only message in thread, other threads:[~2022-10-20 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221020154152.28228-9-suanmingm@nvidia.com>
2022-10-20 15:44 ` |WARNING| pw118794 [PATCH v6 08/18] net/mlx5: add HW steering counter action 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).