automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104509 [PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory
       [not found] <20211118185613.3246-2-eagostini@nvidia.com>
@ 2021-11-18 10:47 ` checkpatch
  2021-11-18 11:38 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-11-18 10:47 UTC (permalink / raw)
  To: test-report; +Cc: eagostini

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

_coding style issues_


ERROR:C99_COMMENTS: do not use C99 // comments
#168: FILE: app/test-gpudev/main.c:39:
+// #define DEBUG_PRINT 1

ERROR:INITIALISED_STATIC: do not initialise statics to 0
#188: FILE: app/test-gpudev/main.c:58:
+static uint16_t conf_gpu_id = 0;

ERROR:INITIALISED_STATIC: do not initialise statics to false
#192: FILE: app/test-gpudev/main.c:62:
+static bool conf_testapi = false;

ERROR:INITIALISED_STATIC: do not initialise statics to 0
#197: FILE: app/test-gpudev/main.c:67:
+static uint16_t conf_port_id = 0;

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#367: FILE: app/test-gpudev/main.c:512:
+		RTE_GPU_VOLATILE(comm_list_fwd[queue_id][comm_list_item].status) = RTE_GPU_COMM_LIST_DONE;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#397: FILE: app/test-gpudev/main.c:542:
+		while (RTE_GPU_VOLATILE(comm_list_fwd[queue_id][comm_list_item].status) !=
+				RTE_GPU_COMM_LIST_DONE && force_quit == false);

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#522: FILE: app/test-gpudev/main.c:668:
+					"rte_gpu_mem_register CPU memory returned error %d.
", ret);

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#537: FILE: app/test-gpudev/main.c:683:
+			fprintf(stderr, "Unable to register addr 0x%p, ret %d.
", ext_mem.buf_ptr, ret);

total: 5 errors, 3 warnings, 551 lines checked

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

* |SUCCESS| pw104509 [PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory
       [not found] <20211118185613.3246-2-eagostini@nvidia.com>
  2021-11-18 10:47 ` |WARNING| pw104509 [PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory checkpatch
@ 2021-11-18 11:38 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-11-18 11: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/104509/

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211118185613.3246-2-eagostini@nvidia.com>
2021-11-18 10:47 ` |WARNING| pw104509 [PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory checkpatch
2021-11-18 11: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).