automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104434 [PATCH v2 2/2] net/sfc: support regioned NIC DMA memory mapping type
       [not found] <20211117070545.4004374-3-andrew.rybchenko@oktetlabs.ru>
@ 2021-11-17  7:07 ` checkpatch
  2021-11-17  7:38 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-11-17  7:07 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#791: FILE: drivers/net/sfc/sfc_nic_dma.c:22:
+		return ENOMEM;

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#842: FILE: drivers/net/sfc/sfc_nic_dma.c:73:
+			"cannot handle memory buffer VA=%p IOVA=%" PRIx64 " length=0x%" PRIx64 ": %s",

WARNING:LONG_LINE: line length of 151 exceeds 100 columns
#850: FILE: drivers/net/sfc/sfc_nic_dma.c:81:
+		 "registered memory buffer VA=%p IOVA=%" PRIx64 " length=0x%" PRIx64 " -> NIC_BASE=%" PRIx64 " TRGT_BASE=%" PRIx64 " MAP_LEN=%" PRIx64,

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EFAULT)
#1075: FILE: drivers/net/sfc/sfc_nic_dma.c:306:
+		return EFAULT;

total: 0 errors, 3 warnings, 1 checks, 1063 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw104434 [PATCH v2 2/2] net/sfc: support regioned NIC DMA memory mapping type
       [not found] <20211117070545.4004374-3-andrew.rybchenko@oktetlabs.ru>
  2021-11-17  7:07 ` |WARNING| pw104434 [PATCH v2 2/2] net/sfc: support regioned NIC DMA memory mapping type checkpatch
@ 2021-11-17  7:38 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-11-17  7:38 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/104434/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1470457676

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-17  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211117070545.4004374-3-andrew.rybchenko@oktetlabs.ru>
2021-11-17  7:07 ` |WARNING| pw104434 [PATCH v2 2/2] net/sfc: support regioned NIC DMA memory mapping type checkpatch
2021-11-17  7:38 ` |SUCCESS| " 0-day Robot

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).