|WARNING| pw104509 [PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 18 11:47:26 CET 2021


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


More information about the test-report mailing list