automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw111590 [PATCH v2] lib/eal: fix segfaults due to thread exit order
       [not found] <20220523111642.10406-1-zhichaox.zeng@intel.com>
@ 2022-05-23  3:17 ` checkpatch
  2022-05-23  4:19 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 10+ messages in thread
From: checkpatch @ 2022-05-23  3:17 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw111590 [PATCH v2] lib/eal: fix segfaults due to thread exit order
       [not found] <20220523111642.10406-1-zhichaox.zeng@intel.com>
  2022-05-23  3:17 ` |SUCCESS| pw111590 [PATCH v2] lib/eal: fix segfaults due to thread exit order checkpatch
@ 2022-05-23  4:19 ` 0-day Robot
  1 sibling, 0 replies; 10+ messages in thread
From: 0-day Robot @ 2022-05-23  4:19 UTC (permalink / raw)
  To: test-report; +Cc: zhichaox.zeng, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
 91/100 DPDK:fast-tests / telemetry_json_autotest  OK       0.17 s 
 92/100 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s 
 93/100 DPDK:fast-tests / table_autotest        OK       6.74 s 
 94/100 DPDK:fast-tests / ring_pmd_autotest     OK       0.17 s 
 95/100 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.62 s 
 96/100 DPDK:fast-tests / bitratestats_autotest  OK       0.17 s 
 97/100 DPDK:fast-tests / latencystats_autotest  OK       0.17 s 
 98/100 DPDK:fast-tests / pdump_autotest        OK       5.24 s 
 99/100 DPDK:fast-tests / vdev_autotest         OK       0.17 s 
100/100 DPDK:fast-tests / compressdev_autotest  SKIP     0.17 s 

Ok:                   93
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               6
Timeout:               0

Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
Done

Shutting down port 1...
=================================================================
==25885==AddressSanitizer CHECK failed: /build/llvm-toolchain-11-9xfOLw/llvm-toolchain-11-11.0.0/compiler-rt/lib/asan/asan_thread.cpp:356 "((ptr[0] == kCurrentStackFrameMagic)) != (0)" (0x0, 0x0)
    #0 0x4b101e in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4b101e)
    #1 0x4c53ff in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4c53ff)
    #2 0x4b4773 in __asan::AsanThread::GetStackFrameAccessByAddr(unsigned long, __asan::AsanThread::StackFrameAccess*) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4b4773)
    #3 0x4383b7 in __asan::AddressDescription::AddressDescription(unsigned long, unsigned long, bool) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4383b7)
    #4 0x439ee2 in __asan::ErrorGeneric::ErrorGeneric(unsigned int, unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x439ee2)
    #5 0x4ae7ef in __asan::ReportGenericError(unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long, unsigned int, bool) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4ae7ef)
    #6 0x489640 in sigaltstack (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x489640)
    #7 0x4c6b0c in __sanitizer::UnsetAlternateSignalStack() (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4c6b0c)
    #8 0x4b36f8 in __asan::AsanThread::Destroy() (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4b36f8)
    #9 0x7f96a408a5a0 in __nptl_deallocate_tsd.part.0 /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:301:8
    #10 0x7f96a408b629 in __nptl_deallocate_tsd /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:256:6
    #11 0x7f96a408b629 in start_thread /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:488:3
    #12 0x7f96a3f8b132 in clone /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95

+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  5:17 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  5:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> testing pass

Test environment and result as below:

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


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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)

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

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

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)

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

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

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/22233/

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  4:48 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  4:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> testing pass

Test environment and result as below:

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


Ubuntu 20.04 ARM GCC Native
	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

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)

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  4:44 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  4:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+


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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  4:00 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  4:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> 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/22233/

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  3:55 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  3:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> 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 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

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

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: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -3.4%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  3:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  3:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> 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 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  3:40 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  3:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> 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 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/22233/

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111590 [PATCH] [v2] lib/eal: fix segfaults due to thread exit order
@ 2022-05-23  3:40 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-05-23  3:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
Date: Monday, May 23 2022 11:16:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2

111590 --> 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/22233/

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-05-23  5:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220523111642.10406-1-zhichaox.zeng@intel.com>
2022-05-23  3:17 ` |SUCCESS| pw111590 [PATCH v2] lib/eal: fix segfaults due to thread exit order checkpatch
2022-05-23  4:19 ` |FAILURE| " 0-day Robot
2022-05-23  5:17 |SUCCESS| pw111590 [PATCH] [v2] " dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-05-23  4:48 dpdklab
2022-05-23  4:44 dpdklab
2022-05-23  4:00 dpdklab
2022-05-23  3:55 dpdklab
2022-05-23  3:52 dpdklab
2022-05-23  3:40 dpdklab
2022-05-23  3:40 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).