automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113615 [PATCH 12/17] net/mana: add function to start/stop TX queues
       [not found] <1656666167-26035-13-git-send-email-longli@linuxonhyperv.com>
@ 2022-07-01  9:05 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-07-01  9:05 UTC (permalink / raw)
  To: test-report; +Cc: longli

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#55: 
MANA allocate device queues through the IB layer when starting TX queues. When

WARNING:VSPRINTF_SPECIFIER_PX: Using vsprintf specifier '%px' potentially exposes the kernel memory layout, if you don't really need the address please consider using '%p'.
#250: FILE: drivers/net/mana/tx.c:139:
+		DRV_LOG(INFO, "txq sq id %u vp_offset %u db_page %px "
+				" buf %px count %u size %u",
+				txq->gdma_sq.id, txq->tx_vp_offset,
+				priv->db_page,
+				txq->gdma_sq.buffer, txq->gdma_sq.count,
+				txq->gdma_sq.size);

WARNING:VSPRINTF_SPECIFIER_PX: Using vsprintf specifier '%px' potentially exposes the kernel memory layout, if you don't really need the address please consider using '%p'.
#265: FILE: drivers/net/mana/tx.c:154:
+		DRV_LOG(INFO, "txq cq id %u buf %px count %u size %u head %u",
+			txq->gdma_cq.id, txq->gdma_cq.buffer,
+			txq->gdma_cq.count, txq->gdma_cq.size,
+			txq->gdma_cq.head);

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

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

only message in thread, other threads:[~2022-07-01  9:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1656666167-26035-13-git-send-email-longli@linuxonhyperv.com>
2022-07-01  9:05 ` |WARNING| pw113615 [PATCH 12/17] net/mana: add function to start/stop TX queues 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).