automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104190 [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine
       [not found] <20211111214141.26612-2-eagostini@nvidia.com>
@ 2021-11-11 13:32 ` checkpatch
  2021-11-11 13:58 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-11-11 13:32 UTC (permalink / raw)
  To: test-report; +Cc: eagostini

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

_coding style issues_


WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#225: FILE: app/test-pmd/parameters.c:1547:
+		if (mbuf_mem_types[idx] == MBUF_MEM_GPU && strcmp(cur_fwd_eng->fwd_mode_name, "io") != 0) {

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#256: FILE: app/test-pmd/testpmd.c:556:
+int gpu_id = 0;

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#268: FILE: app/test-pmd/testpmd.c:1121:
+			int gpu_id, uintptr_t * mp_addr)

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#312: FILE: app/test-pmd/testpmd.c:1165:
+	ret = rte_extmem_register(gpu_mem.buf_ptr, gpu_mem.buf_len, NULL, gpu_mem.buf_iova, gpu_page_size);

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#314: FILE: app/test-pmd/testpmd.c:1167:
+		rte_exit(EXIT_FAILURE, "Unable to register addr 0x%p, ret %d
", gpu_mem.buf_ptr, ret);

WARNING:LONG_LINE: line length of 128 exceeds 100 columns
#328: FILE: app/test-pmd/testpmd.c:1181:
+	rte_mp = rte_pktmbuf_pool_create_extbuf(pool_name, nb_mbuf, mb_mempool_cache, 0, mbuf_seg_size, socket_id, &gpu_mem, 1);

WARNING:BRACES: braces {} are not necessary for single statement blocks
#329: FILE: app/test-pmd/testpmd.c:1182:
+	if (rte_mp == NULL) {
+		rte_exit(EXIT_FAILURE, "Creation of GPU mempool <%s> failed
", pool_name);
+	}

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#353: FILE: app/test-pmd/testpmd.c:1787:
 			for (j = 0; j < mbuf_data_size_n; j++)
+			{

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#365: FILE: app/test-pmd/testpmd.c:1795:
+											 nb_mbuf_per_pool,

WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#366: FILE: app/test-pmd/testpmd.c:1796:
+											 socket_ids[i], j, gpu_id,

WARNING:LONG_LINE: line length of 113 exceeds 100 columns
#367: FILE: app/test-pmd/testpmd.c:1797:
+											 &(mempools_ext_ptr[j]));

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#378: FILE: app/test-pmd/testpmd.c:1808:
 		for (i = 0; i < mbuf_data_size_n; i++)
+		{

WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#387: FILE: app/test-pmd/testpmd.c:1812:
+												   nb_mbuf_per_pool,

WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#388: FILE: app/test-pmd/testpmd.c:1813:
+												   socket_num == UMA_NO_CONFIG ? 0 : socket_num,

WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#389: FILE: app/test-pmd/testpmd.c:1814:
+												   i, gpu_id,

WARNING:LONG_LINE: line length of 123 exceeds 100 columns
#390: FILE: app/test-pmd/testpmd.c:1815:
+												   &(mempools_ext_ptr[i]));

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: eagostini <eagostini@nvidia.com>' != 'Signed-off-by: Elena Agostini <eagostini@nvidia.com>'

total: 4 errors, 13 warnings, 303 lines checked

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

* |SUCCESS| pw104190 [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine
       [not found] <20211111214141.26612-2-eagostini@nvidia.com>
  2021-11-11 13:32 ` |WARNING| pw104190 [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine checkpatch
@ 2021-11-11 13:58 ` 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-11-11 13:58 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/104190/

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

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

* |WARNING| pw104190 [PATCH] [v2, 1/1] app/testpmd: add GPU memory option in iofwd engine
@ 2021-11-11 14:11 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2021-11-11 14:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, Elena Agostini

[-- Attachment #1: Type: text/plain, Size: 2052 bytes --]

Test-Label: iol-spell-check-testing
Test-Status: WARNING
http://dpdk.org/patch/104190

_Testing issues_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Thursday, November 11 2021 21:41:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:19d024003dfce0018c9e52635b78efdc6e1c172a

104190 --> testing fail

Test environment and result as below:

+--------------+-------------+
| Environment  | spell_check |
+==============+=============+
| Ubuntu 20.04 | FAIL        |
+--------------+-------------+

==== 20 line log output for Ubuntu 20.04 (spell_check): ====
dpdk/doc/guides/prog_guide/gpudev.rst:222 post-processing
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:26 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:27 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:43 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:46 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:47 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:47 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:49 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:55 gfni
dpdk/doc/guides/prog_guide/toeplitz_hash_lib.rst:64 GFNI
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:93 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:94 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:94 vector-tmo
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:94 vector-tmo
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:311 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:312 vector-tmo
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:333 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:335 vector-tmo
dpdk/doc/guides/tools/flow-perf.rst:103 random-priority
Errors found: 98
==== End log output ====

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/20164/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211111214141.26612-2-eagostini@nvidia.com>
2021-11-11 13:32 ` |WARNING| pw104190 [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine checkpatch
2021-11-11 13:58 ` |SUCCESS| " 0-day Robot
2021-11-11 14:11 |WARNING| pw104190 [PATCH] [v2, " dpdklab

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