automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API
       [not found] <20210602203531.2288645-1-thomas@monjalon.net>
@ 2021-06-02 20:36 ` checkpatch
  2021-06-02 22:00 ` [dpdk-test-report] |FAILURE| pw93838 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 8+ messages in thread
From: checkpatch @ 2021-06-02 20:36 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/93838

_coding style OK_



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

* [dpdk-test-report] |FAILURE| pw93838 [dpdk-dev] [PATCH] gpudev: introduce memory API
       [not found] <20210602203531.2288645-1-thomas@monjalon.net>
  2021-06-02 20:36 ` [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API checkpatch
@ 2021-06-02 22:00 ` 0-day Robot
  1 sibling, 0 replies; 8+ messages in thread
From: 0-day Robot @ 2021-06-02 22:00 UTC (permalink / raw)
  To: test-report; +Cc: thomas, robot

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/93838/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/900704655
Build Logs:
-----------------------Summary of failed steps-----------------------
ubuntu-18.04-gcc-static failed at step "Build and test"
ubuntu-18.04-gcc-shared-abi+doc+tests failed at step "Build and test"
ubuntu-18.04-clang-static failed at step "Build and test"
ubuntu-18.04-clang-shared-doc+tests failed at step "Build and test"
ubuntu-18.04-gcc-static-i386 failed at step "Build and test"
ubuntu-18.04-gcc-static-aarch64 failed at step "Build and test"
ubuntu-18.04-gcc-shared-aarch64 failed at step "Build and test"
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################
 ^
In file included from buildtools/chkincs/fe389a9@@chkincs@exe/rte_gpudev.c:1:0:
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:88:1: error: unknown type name ‘__rte_experimental’; did you mean ‘__rte_deprecated’?
 __rte_experimental
 ^~~~~~~~~~~~~~~~~~
 __rte_deprecated
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:89:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rte_gpu_dev_find_next’
 uint16_t rte_gpu_dev_find_next(uint16_t gpu_id);
          ^~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:122:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_dev_info_get(uint16_t gpu_id, struct rte_gpu_info **info);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:141:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:160:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc_visible(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:177:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_free(uint16_t gpu_id, void *ptr);
 ^~~
[3013/3097] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_gro.c.o'.
[3014/3097] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_event_crypto_adapter.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################
 ^
In file included from buildtools/chkincs/fe389a9@@chkincs@exe/rte_gpudev.c:1:0:
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:88:1: error: unknown type name ‘__rte_experimental’; did you mean ‘__rte_deprecated’?
 __rte_experimental
 ^~~~~~~~~~~~~~~~~~
 __rte_deprecated
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:89:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rte_gpu_dev_find_next’
 uint16_t rte_gpu_dev_find_next(uint16_t gpu_id);
          ^~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:122:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_dev_info_get(uint16_t gpu_id, struct rte_gpu_info **info);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:141:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:160:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc_visible(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:177:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_free(uint16_t gpu_id, void *ptr);
 ^~~
[3228/3313] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_event_eth_tx_adapter.c.o'.
[3229/3313] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:88:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:89:9: error: expected ';' after top level declarator
uint16_t rte_gpu_dev_find_next(uint16_t gpu_id);
        ^
        ;
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:121:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:140:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:159:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:176:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
9 errors generated.
[3017/3099] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_gso.c.o'.
[3018/3099] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_ip_frag.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:88:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:89:9: error: expected ';' after top level declarator
uint16_t rte_gpu_dev_find_next(uint16_t gpu_id);
        ^
        ;
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:121:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:140:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:159:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:176:1: error: unknown type name '__rte_experimental'
__rte_experimental
^
9 errors generated.
[3231/3315] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_gro.c.o'.
[3232/3315] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################
 ^
In file included from buildtools/chkincs/fe389a9@@chkincs@exe/rte_gpudev.c:1:0:
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:88:1: error: unknown type name ‘__rte_experimental’; did you mean ‘__rte_deprecated’?
 __rte_experimental
 ^~~~~~~~~~~~~~~~~~
 __rte_deprecated
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:89:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rte_gpu_dev_find_next’
 uint16_t rte_gpu_dev_find_next(uint16_t gpu_id);
          ^~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:122:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_dev_info_get(uint16_t gpu_id, struct rte_gpu_info **info);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:141:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:160:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc_visible(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:177:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_free(uint16_t gpu_id, void *ptr);
 ^~~
[2383/2464] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_gro.c.o'.
[2384/2464] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_event_crypto_adapter.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################
 ^
In file included from buildtools/chkincs/fe389a9@@chkincs@exe/rte_gpudev.c:1:0:
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:88:1: error: unknown type name ‘__rte_experimental’; did you mean ‘__rte_deprecated’?
 __rte_experimental
 ^~~~~~~~~~~~~~~~~~
 __rte_deprecated
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:89:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rte_gpu_dev_find_next’
 uint16_t rte_gpu_dev_find_next(uint16_t gpu_id);
          ^~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:122:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_dev_info_get(uint16_t gpu_id, struct rte_gpu_info **info);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:141:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:160:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc_visible(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:177:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_free(uint16_t gpu_id, void *ptr);
 ^~~
[3012/3097] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_event_eth_tx_adapter.c.o'.
[3013/3097] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_gro.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
 ^
In file included from buildtools/chkincs/fe389a9@@chkincs@exe/rte_gpudev.c:1:0:
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:88:1: error: unknown type name ‘__rte_experimental’; did you mean ‘__rte_deprecated’?
 __rte_experimental
 ^~~~~~~~~~~~~~~~~~
 __rte_deprecated
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:89:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rte_gpu_dev_find_next’
 uint16_t rte_gpu_dev_find_next(uint16_t gpu_id);
          ^~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:122:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_dev_info_get(uint16_t gpu_id, struct rte_gpu_info **info);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:141:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:160:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_malloc_visible(uint16_t gpu_id, size_t size, void **ptr);
 ^~~
/home/runner/work/dpdk/dpdk/lib/gpudev/rte_gpudev.h:177:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
 int rte_gpu_free(uint16_t gpu_id, void *ptr);
 ^~~
[3227/3310] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_gro.c.o'.
[3228/3310] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_gso.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
--------------------------------END LOGS-----------------------------

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

* [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API
@ 2021-06-03 14:41 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-06-03 14:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

Test-Label: iol-testing
Test-Status: SUCCESS
http://dpdk.org/patch/93838

_Testing PASS_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 02 2021 20:35:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:66b3a54b9feab193a5cf8ad54606d745078587cc

93838 --> testing pass

Test environment and result as below:

+---------------------+----------------------+-------------------+--------------------+----------------+
|     Environment     | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_meson_compile | dpdk_unit_test |
+=====================+======================+===================+====================+================+
| Windows Server 2019 | PASS                 | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | PASS              | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Fedora 31           | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| CentOS 8            | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| CentOS Stream 8     | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu 20.04        | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| RHEL 7              | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Fedora 32           | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| RHEL8               | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Arch Linux          | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Fedora 34           | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Fedora 33           | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu20.04         | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| NA                  | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+


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

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

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

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

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

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

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

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

Arch Linux
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.0

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)

Ubuntu20.04
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API
@ 2021-06-02 21:53 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-06-02 21:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/93838

_Testing PASS_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 02 2021 20:35:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:66b3a54b9feab193a5cf8ad54606d745078587cc

93838 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Ubuntu 18.04 ARM | PASS     |
+------------------+----------+
| Ubuntu 18.04     | PASS     |
+------------------+----------+
| CentOS 8         | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Arch Linux       | PASS     |
+------------------+----------+
| RHEL 7           | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| Ubuntu 20.04     | PASS     |
+------------------+----------+
| Fedora 34        | PASS     |
+------------------+----------+
| Ubuntu20.04      | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 32        | PASS     |
+------------------+----------+
| Fedora 33        | PASS     |
+------------------+----------+
| Fedora 31        | PASS     |
+------------------+----------+


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

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)

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

Arch Linux
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.0

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)

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

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)

Ubuntu20.04
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API
@ 2021-06-02 21:03 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-06-02 21:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Functional Testing PASS_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 02 2021 20:35:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:66b3a54b9feab193a5cf8ad54606d745078587cc

93838 --> functional testing pass

Test environment and result as below:

Ubuntu 18.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 18.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/5


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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API
@ 2021-06-02 20:59 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-06-02 20:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Functional Testing PASS_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 02 2021 20:35:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:66b3a54b9feab193a5cf8ad54606d745078587cc

93838 --> functional testing pass

Test environment and result as below:

Ubuntu 18.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/17298/

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API
@ 2021-06-02 20:55 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-06-02 20:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 02 2021 20:35:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:66b3a54b9feab193a5cf8ad54606d745078587cc

93838 --> performance testing pass

Test environment and result as below:

Ubuntu 18.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

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | 0.10116%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | -0.47363%                           |
+------------+---------+-------------------------------------+

Ubuntu 18.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

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | 0.54094%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | 1.11557%                            |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API
@ 2021-06-02 20:52 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-06-02 20:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 02 2021 20:35:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:66b3a54b9feab193a5cf8ad54606d745078587cc

93838 --> performance testing pass

Test environment and result as below:

Ubuntu 18.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

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | 0.10116%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | -0.47363%                           |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210602203531.2288645-1-thomas@monjalon.net>
2021-06-02 20:36 ` [dpdk-test-report] |SUCCESS| pw93838 [PATCH] gpudev: introduce memory API checkpatch
2021-06-02 22:00 ` [dpdk-test-report] |FAILURE| pw93838 [dpdk-dev] " 0-day Robot
2021-06-02 20:52 [dpdk-test-report] |SUCCESS| pw93838 " dpdklab
2021-06-02 20:55 dpdklab
2021-06-02 20:59 dpdklab
2021-06-02 21:03 dpdklab
2021-06-02 21:53 dpdklab
2021-06-03 14:41 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).