automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104330 [PATCH v5 1/1] gpu/cuda: introduce CUDA driver
       [not found] <20211115223602.18189-2-eagostini@nvidia.com>
@ 2021-11-15 14:26 ` checkpatch
  2021-11-15 14:58 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 15+ messages in thread
From: checkpatch @ 2021-11-15 14:26 UTC (permalink / raw)
  To: test-report; +Cc: eagostini

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

_coding style issues_


WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#326: FILE: drivers/gpu/cuda/cuda.c:24:
+enum cuError (*sym_cuGetProcAddress)(const char *symbol, void **pfn, int cudaVersion, uint64_t flags) = NULL;

WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#485: FILE: drivers/gpu/cuda/cuda.c:183:
+	res = sym_cuGetProcAddress("cuGetErrorString", (void **) (&pfn_cuGetErrorString), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#491: FILE: drivers/gpu/cuda/cuda.c:189:
+	res = sym_cuGetProcAddress("cuGetErrorName", (void **) (&pfn_cuGetErrorName), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 124 exceeds 100 columns
#497: FILE: drivers/gpu/cuda/cuda.c:195:
+	res = sym_cuGetProcAddress("cuPointerSetAttribute", (void **) (&pfn_cuPointerSetAttribute), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#503: FILE: drivers/gpu/cuda/cuda.c:201:
+	res = sym_cuGetProcAddress("cuDeviceGetAttribute", (void **) (&pfn_cuDeviceGetAttribute), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 124 exceeds 100 columns
#509: FILE: drivers/gpu/cuda/cuda.c:207:
+	res = sym_cuGetProcAddress("cuDeviceGetByPCIBusId", (void **) (&pfn_cuDeviceGetByPCIBusId), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#515: FILE: drivers/gpu/cuda/cuda.c:213:
+	res = sym_cuGetProcAddress("cuDeviceGetName", (void **) (&pfn_cuDeviceGetName), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#521: FILE: drivers/gpu/cuda/cuda.c:219:
+	res = sym_cuGetProcAddress("cuDevicePrimaryCtxRetain", (void **) (&pfn_cuDevicePrimaryCtxRetain), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#523: FILE: drivers/gpu/cuda/cuda.c:221:
+		rte_gpu_cuda_log(ERR, "Retrieve pfn_cuDevicePrimaryCtxRetain failed with %d
", res);

WARNING:LONG_LINE: line length of 132 exceeds 100 columns
#527: FILE: drivers/gpu/cuda/cuda.c:225:
+	res = sym_cuGetProcAddress("cuDevicePrimaryCtxRelease", (void **) (&pfn_cuDevicePrimaryCtxRelease), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#529: FILE: drivers/gpu/cuda/cuda.c:227:
+		rte_gpu_cuda_log(ERR, "Retrieve pfn_cuDevicePrimaryCtxRelease failed with %d
", res);

WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#533: FILE: drivers/gpu/cuda/cuda.c:231:
+	res = sym_cuGetProcAddress("cuDeviceTotalMem", (void **) (&pfn_cuDeviceTotalMem), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#539: FILE: drivers/gpu/cuda/cuda.c:237:
+	res = sym_cuGetProcAddress("cuCtxGetApiVersion", (void **) (&pfn_cuCtxGetApiVersion), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#545: FILE: drivers/gpu/cuda/cuda.c:243:
+	res = sym_cuGetProcAddress("cuCtxGetDevice", (void **) (&pfn_cuCtxGetDevice), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#551: FILE: drivers/gpu/cuda/cuda.c:249:
+	res = sym_cuGetProcAddress("cuCtxSetCurrent", (void **) (&pfn_cuCtxSetCurrent), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#557: FILE: drivers/gpu/cuda/cuda.c:255:
+	res = sym_cuGetProcAddress("cuCtxGetCurrent", (void **) (&pfn_cuCtxGetCurrent), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#563: FILE: drivers/gpu/cuda/cuda.c:261:
+	res = sym_cuGetProcAddress("cuCtxGetExecAffinity", (void **) (&pfn_cuCtxGetExecAffinity), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#569: FILE: drivers/gpu/cuda/cuda.c:267:
+	res = sym_cuGetProcAddress("cuMemAlloc", (void **) (&pfn_cuMemAlloc), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#581: FILE: drivers/gpu/cuda/cuda.c:279:
+	res = sym_cuGetProcAddress("cuMemHostRegister", (void **) (&pfn_cuMemHostRegister), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 120 exceeds 100 columns
#587: FILE: drivers/gpu/cuda/cuda.c:285:
+	res = sym_cuGetProcAddress("cuMemHostUnregister", (void **) (&pfn_cuMemHostUnregister), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 132 exceeds 100 columns
#593: FILE: drivers/gpu/cuda/cuda.c:291:
+	res = sym_cuGetProcAddress("cuMemHostGetDevicePointer", (void **) (&pfn_cuMemHostGetDevicePointer), cuda_driver_version, 0);

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#595: FILE: drivers/gpu/cuda/cuda.c:293:
+		rte_gpu_cuda_log(ERR, "Retrieve pfn_cuMemHostGetDevicePointer failed with %d
", res);

WARNING:LONG_LINE: line length of 134 exceeds 100 columns
#599: FILE: drivers/gpu/cuda/cuda.c:297:
+	res = sym_cuGetProcAddress("cuFlushGPUDirectRDMAWrites", (void **) (&pfn_cuFlushGPUDirectRDMAWrites), cuda_driver_version, 0);

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

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#1228: FILE: drivers/gpu/cuda/cuda.c:926:
+							cuda_driver_version, CUDA_DRIVER_MIN_VERSION);

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#1391: FILE: drivers/gpu/cuda/cuda.c:1089:
+	rte_gpu_cuda_log_debug("dev id = %u name = %s
", dev->mpshared->info.dev_id, private->gpu_name);

WARNING:TYPO_SPELLING: 'tipically' may be misspelled - perhaps 'typically'?
#1447: FILE: drivers/gpu/cuda/cuda_loader.h:7:
+ * tipically found in /usr/local/cuda/include

WARNING:LONG_LINE_COMMENT: line length of 143 exceeds 100 columns
#1595: FILE: drivers/gpu/cuda/cuda_loader.h:155:
+	/* The returned attribute shall be interpreted as a bitmask, where the individual bits are described by the cuFlushGDRWriteOpts enum */

WARNING:LONG_LINE_COMMENT: line length of 206 exceeds 100 columns
#1597: FILE: drivers/gpu/cuda/cuda_loader.h:157:
+	/* GPUDirect RDMA writes to the device do not need to be flushed for consumers within the scope indicated by the returned attribute. See cuGDRWriteOrdering for the numerical values returned here. */

WARNING:LONG_LINE_COMMENT: line length of 108 exceeds 100 columns
#1621: FILE: drivers/gpu/cuda/cuda_loader.h:181:
+	/* 1 if this pointer maps to an allocation that is suitable for cudaIpcGetMemHandle, 0 otherwise **/

WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#1627: FILE: drivers/gpu/cuda/cuda_loader.h:187:
+	/* 1 if this pointer is in a valid address range that is mapped to a backing allocation, 0 otherwise **/

WARNING:LONG_LINE_COMMENT: line length of 149 exceeds 100 columns
#1633: FILE: drivers/gpu/cuda/cuda_loader.h:193:
+	/* Returns the access flags the device associated with the current context has on the corresponding memory referenced by the pointer given */

WARNING:LONG_LINE_COMMENT: line length of 120 exceeds 100 columns
#1635: FILE: drivers/gpu/cuda/cuda_loader.h:195:
+	/* Returns the mempool handle for the allocation if it was allocated from a mempool. Otherwise returns NULL. **/

WARNING:LONG_LINE_COMMENT: line length of 121 exceeds 100 columns
#1642: FILE: drivers/gpu/cuda/cuda_loader.h:202:
+/* The CU_STREAM_WAIT_VALUE_FLUSH flag and the CU_STREAM_MEM_OP_FLUSH_REMOTE_WRITES MemOp are supported on the device. */

WARNING:LONG_LINE_COMMENT: line length of 129 exceeds 100 columns
#1646: FILE: drivers/gpu/cuda/cuda_loader.h:206:
+/* The device does not natively support ordering of remote writes. cuFlushGPUDirectRDMAWrites() can be leveraged if supported. */

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#1648: FILE: drivers/gpu/cuda/cuda_loader.h:208:
+/* Natively, the device can consistently consume remote writes, although other CUDA devices may not. */

WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#1673: FILE: drivers/gpu/cuda/cuda_loader.h:233:
+extern enum cuError (*sym_cuGetProcAddress)(const char *symbol, void **pfn, int cudaVersion, uint64_t flags);

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#1712: FILE: drivers/gpu/cuda/cuda_loader.h:272:
+typedef enum cuError (*PFN_cuPointerSetAttribute_v6000)(const void *value, enum cuPtrAttr attribute, cuDevPtr_v2 ptr);

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#1713: FILE: drivers/gpu/cuda/cuda_loader.h:273:
+typedef enum cuError (*PFN_cuDeviceGetAttribute_v2000)(int *pi, enum cuDevAttr attrib, cuDev_v1 dev);

WARNING:LONG_LINE: line length of 135 exceeds 100 columns
#1727: FILE: drivers/gpu/cuda/cuda_loader.h:287:
+typedef enum cuError (*PFN_cuCtxGetExecAffinity_v11040)(struct cuExecAffinityParams *pExecAffinity, enum cuExecAffinityParamType type);

WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#1734: FILE: drivers/gpu/cuda/cuda_loader.h:294:
+typedef enum cuError (*PFN_cuMemHostGetDevicePointer_v3020)(cuDevPtr_v2 *pdptr, void *p, unsigned int Flags);

WARNING:LONG_LINE: line length of 120 exceeds 100 columns
#1735: FILE: drivers/gpu/cuda/cuda_loader.h:295:
+typedef enum cuError (*PFN_cuFlushGPUDirectRDMAWrites_v11030)(enum cuFlushGDRTarget target, enum cuFlushGDRScope scope);

total: 0 errors, 42 warnings, 1590 lines checked

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

* |SUCCESS| pw104330 [PATCH v5 1/1] gpu/cuda: introduce CUDA driver
       [not found] <20211115223602.18189-2-eagostini@nvidia.com>
  2021-11-15 14:26 ` |WARNING| pw104330 [PATCH v5 1/1] gpu/cuda: introduce CUDA driver checkpatch
@ 2021-11-15 14:58 ` 0-day Robot
  1 sibling, 0 replies; 15+ messages in thread
From: 0-day Robot @ 2021-11-15 14: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/104330/

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:45 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Functional Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:43 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

Test-Label: iol-aarch64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> testing pass

Test environment and result as below:

+------------------------------------+--------------------+
|            Environment             | dpdk_meson_compile |
+====================================+====================+
| Ubuntu 20.04 ARM                   | PASS               |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM gcc cross-compile | PASS               |
+------------------------------------+--------------------+


Ubuntu 20.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM gcc cross-compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:40 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-x86_64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS 8            | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Arch Linux          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+


Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

CentOS 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

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

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:36 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

Test-Label: iol-x86_64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Arch Linux       | PASS           |
+------------------+----------------+
| Ubuntu 18.04     | PASS           |
+------------------+----------------+
| CentOS 8         | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| Fedora 31        | PASS           |
+------------------+----------------+
| RHEL 7           | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Fedora 32        | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| Fedora 34        | PASS           |
+------------------+----------------+
| Fedora 33        | PASS           |
+------------------+----------------+
| Fedora 34 clang  | PASS           |
+------------------+----------------+


Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

CentOS 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:30 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-aarch64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> testing pass

Test environment and result as below:

+----------------------+--------------+----------------+
|     Environment      | lpm_autotest | dpdk_unit_test |
+======================+==============+================+
| Ubuntu 20.04 ARM SVE | PASS         | SKIPPED        |
+----------------------+--------------+----------------+
| Ubuntu 20.04 ARM     | SKIPPED      | PASS           |
+----------------------+--------------+----------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:25 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Performance Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 1.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 2           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 2           | -3.1%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 2           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 2           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -1.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:24 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Performance Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 1.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 2           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 2           | -3.1%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 2           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 2           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:22 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Performance Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 1.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 2           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 2           | -3.1%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:21 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:21 UTC (permalink / raw)
  To: Ajit Khaparde, Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Performance Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-65-generic
Compiler: gcc gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
NIC: Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | -0.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -0.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.0%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:15 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:15 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Performance Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 256     | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | 0.3%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:09 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:09 UTC (permalink / raw)
  To: Ajit Khaparde, Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Functional Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-65-generic
Compiler: gcc gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
NIC: Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:07 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Functional Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw104330 [PATCH] [v5,1/1] gpu/cuda: introduce CUDA driver
@ 2021-11-15 15:06 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2021-11-15 15:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/104330

_Functional Testing PASS_

Submitter: Elena Agostini <eagostini@nvidia.com>
Date: Monday, November 15 2021 22:36:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7

104330 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211115223602.18189-2-eagostini@nvidia.com>
2021-11-15 14:26 ` |WARNING| pw104330 [PATCH v5 1/1] gpu/cuda: introduce CUDA driver checkpatch
2021-11-15 14:58 ` |SUCCESS| " 0-day Robot
2021-11-15 15:06 |SUCCESS| pw104330 [PATCH] [v5,1/1] " dpdklab
2021-11-15 15:07 dpdklab
2021-11-15 15:09 dpdklab
2021-11-15 15:15 dpdklab
2021-11-15 15:21 dpdklab
2021-11-15 15:22 dpdklab
2021-11-15 15:24 dpdklab
2021-11-15 15:25 dpdklab
2021-11-15 15:30 dpdklab
2021-11-15 15:36 dpdklab
2021-11-15 15:40 dpdklab
2021-11-15 15:43 dpdklab
2021-11-15 15:45 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).