automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104398 [PATCH] [v6,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-16 13:31 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-11-16 13:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, Elena Agostini

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

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

_Testing issues_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Tuesday, November 16 2021 20:47:25 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104398 --> 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/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/nics/mlx5.rst:619 WQEs
dpdk/doc/guides/nics/mlx5.rst:624 re-activeate
dpdk/doc/guides/nics/mlx5.rst:631 set-priv-flags
dpdk/doc/guides/nics/mlx5.rst:632 show-priv-flags
dpdk/doc/guides/vdpadevs/sfc.rst:22 libefx
dpdk/doc/guides/rel_notes/release_21_11.rst:114 CUDA
dpdk/doc/guides/rel_notes/release_21_11.rst:176 AFM
dpdk/doc/guides/rel_notes/release_21_11.rst:257 RxTx
dpdk/doc/guides/dmadevs/dpaa.rst:43 dpaa-based
dpdk/doc/guides/index.rst:25 gpus
dpdk/doc/guides/eventdevs/dsw.rst:48 MAINT
dpdk/doc/guides/eventdevs/dsw.rst:70 MAINT
Errors found: 185
==== 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/20234/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| pw104398 [PATCH v6 1/1] gpu/cuda: introduce CUDA driver
       [not found] <20211116204725.27897-2-eagostini@nvidia.com>
@ 2021-11-16 12:37 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-11-16 12:37 UTC (permalink / raw)
  To: test-report; +Cc: eagostini

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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#162: FILE: doc/guides/gpus/cuda.rst:18:
+- Install `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit>`_ $

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#347: FILE: drivers/gpu/cuda/cuda.c:24:
+CUresult CUDAAPI (*sym_cuInit)(unsigned int flags) = NULL;

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#348: FILE: drivers/gpu/cuda/cuda.c:25:
+CUresult CUDAAPI (*sym_cuDriverGetVersion)(int *driverVersion) = NULL;

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#349: FILE: drivers/gpu/cuda/cuda.c:26:
+CUresult CUDAAPI (*sym_cuGetProcAddress)(const char *symbol,

ERROR:CODE_INDENT: code indent should use tabs where possible
#412: FILE: drivers/gpu/cuda/cuda.c:89:
+        {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#412: FILE: drivers/gpu/cuda/cuda.c:89:
+        {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#413: FILE: drivers/gpu/cuda/cuda.c:90:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#413: FILE: drivers/gpu/cuda/cuda.c:90:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#414: FILE: drivers/gpu/cuda/cuda.c:91:
+                                NVIDIA_GPU_A100_80GB_DEVICE_ID)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#414: FILE: drivers/gpu/cuda/cuda.c:91:
+                                NVIDIA_GPU_A100_80GB_DEVICE_ID)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#415: FILE: drivers/gpu/cuda/cuda.c:92:
+        },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#415: FILE: drivers/gpu/cuda/cuda.c:92:
+        },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#416: FILE: drivers/gpu/cuda/cuda.c:93:
+        {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#416: FILE: drivers/gpu/cuda/cuda.c:93:
+        {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#417: FILE: drivers/gpu/cuda/cuda.c:94:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#417: FILE: drivers/gpu/cuda/cuda.c:94:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#418: FILE: drivers/gpu/cuda/cuda.c:95:
+                                NVIDIA_GPU_A30_24GB_DEVICE_ID)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#418: FILE: drivers/gpu/cuda/cuda.c:95:
+                                NVIDIA_GPU_A30_24GB_DEVICE_ID)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#419: FILE: drivers/gpu/cuda/cuda.c:96:
+        },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#419: FILE: drivers/gpu/cuda/cuda.c:96:
+        },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#420: FILE: drivers/gpu/cuda/cuda.c:97:
+        {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#420: FILE: drivers/gpu/cuda/cuda.c:97:
+        {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#421: FILE: drivers/gpu/cuda/cuda.c:98:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#421: FILE: drivers/gpu/cuda/cuda.c:98:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#422: FILE: drivers/gpu/cuda/cuda.c:99:
+                                NVIDIA_GPU_A10_24GB_DEVICE_ID)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#422: FILE: drivers/gpu/cuda/cuda.c:99:
+                                NVIDIA_GPU_A10_24GB_DEVICE_ID)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#423: FILE: drivers/gpu/cuda/cuda.c:100:
+        },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#423: FILE: drivers/gpu/cuda/cuda.c:100:
+        },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#424: FILE: drivers/gpu/cuda/cuda.c:101:
+        {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#424: FILE: drivers/gpu/cuda/cuda.c:101:
+        {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#425: FILE: drivers/gpu/cuda/cuda.c:102:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#425: FILE: drivers/gpu/cuda/cuda.c:102:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#426: FILE: drivers/gpu/cuda/cuda.c:103:
+                                NVIDIA_GPU_V100_32GB_DEVICE_ID)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#426: FILE: drivers/gpu/cuda/cuda.c:103:
+                                NVIDIA_GPU_V100_32GB_DEVICE_ID)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#427: FILE: drivers/gpu/cuda/cuda.c:104:
+        },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#427: FILE: drivers/gpu/cuda/cuda.c:104:
+        },$

ERROR:CODE_INDENT: code indent should use tabs where possible
#428: FILE: drivers/gpu/cuda/cuda.c:105:
+        {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#428: FILE: drivers/gpu/cuda/cuda.c:105:
+        {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#429: FILE: drivers/gpu/cuda/cuda.c:106:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#429: FILE: drivers/gpu/cuda/cuda.c:106:
+                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#430: FILE: drivers/gpu/cuda/cuda.c:107:
+                                NVIDIA_GPU_V100_16GB_DEVICE_ID)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#430: FILE: drivers/gpu/cuda/cuda.c:107:
+                                NVIDIA_GPU_V100_16GB_DEVICE_ID)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#431: FILE: drivers/gpu/cuda/cuda.c:108:
+        },$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#431: FILE: drivers/gpu/cuda/cuda.c:108:
+        },$

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#1026: FILE: drivers/gpu/cuda/cuda.c:703:
+		if ((uintptr_t) mem_alloc_list_tail->ptr_d != (uintptr_t) mem_alloc_list_tail->ptr_h) {

WARNING:BRACES: braces {} are not necessary for single statement blocks
#1410: FILE: drivers/gpu/cuda/cuda.c:1087:
+		if (private->gdr_flush_type != CU_FLUSH_GPU_DIRECT_RDMA_WRITES_OPTION_HOST) {
+			rte_cuda_log(ERR, "GPUDirect RDMA flush writes API is not supported");
+		}

total: 21 errors, 25 warnings, 1334 lines checked

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 13:31 |WARNING| pw104398 [PATCH] [v6,1/1] gpu/cuda: introduce CUDA driver dpdklab
     [not found] <20211116204725.27897-2-eagostini@nvidia.com>
2021-11-16 12:37 ` |WARNING| pw104398 [PATCH v6 1/1] " 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).