automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113613 [PATCH 10/17] net/mana: implement memory registration
       [not found] <1656666167-26035-11-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/113613

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#55: 
MANA hardware has iommu built-in, that provides hardware safe access to user

WARNING:TYPO_SPELLING: 'registartion' may be misspelled - perhaps 'registration'?
#57: 
expensive operation, this patch implements a two level memory registartion

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'.
#246: FILE: drivers/net/mana/mp.c:50:
+	DRV_LOG(DEBUG, "MR (2nd) lkey %u addr %px len 0x%lx",
+		ibv_mr->lkey, ibv_mr->addr, ibv_mr->length);

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'.
#430: FILE: drivers/net/mana/mr.c:90:
+			DRV_LOG(DEBUG, "MR lkey %u addr %px len 0x%lx",
+				ibv_mr->lkey, ibv_mr->addr, ibv_mr->length);

total: 0 errors, 4 warnings, 0 checks, 573 lines checked
Warning in drivers/net/mana/mp.c:
Using %l format, prefer %PRI*64 if type is [u]int64_t

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

only message in thread, other threads:[~2022-07-01  9:06 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-11-git-send-email-longli@linuxonhyperv.com>
2022-07-01  9:05 ` |WARNING| pw113613 [PATCH 10/17] net/mana: implement memory registration 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).