automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw111135 [PATCH v2] eal: allow worker lcore stacks to be allocated from hugepage memory
       [not found] <20220513175822.69905-1-donw@xsightlabs.com>
@ 2022-05-13 17:59 ` checkpatch
  2022-05-13 19:39 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 11+ messages in thread
From: checkpatch @ 2022-05-13 17:59 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw111135 [PATCH v2] eal: allow worker lcore stacks to be allocated from hugepage memory
       [not found] <20220513175822.69905-1-donw@xsightlabs.com>
  2022-05-13 17:59 ` |SUCCESS| pw111135 [PATCH v2] eal: allow worker lcore stacks to be allocated from hugepage memory checkpatch
@ 2022-05-13 19:39 ` 0-day Robot
  1 sibling, 0 replies; 11+ messages in thread
From: 0-day Robot @ 2022-05-13 19:39 UTC (permalink / raw)
  To: test-report; +Cc: donw, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2321135079
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[19/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.obj'.
[20/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.obj'.
[21/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.obj'.
[22/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.obj'.
[23/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.obj'.
[24/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.obj'.
[25/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.obj'.
[26/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.obj'.
[27/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.obj'.
[28/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.obj'.
[29/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.obj'.
[30/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.obj'.
[31/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.obj'.
[32/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_string_fns.c.obj'.
[33/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.obj'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.obj 
x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="22.2"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal  -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.obj' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.obj.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.obj' -c ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c:1623:1: error: ‘eal_parse_huge_worker_stack’ defined but not used [-Werror=unused-function]
 1623 | eal_parse_huge_worker_stack(const char *arg, size_t *huge_worker_stack_size)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[34/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_tailqs.c.obj'.
[35/1285] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_thread.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 21:11 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 21:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> testing pass

Test environment and result as below:

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


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

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)

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.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)

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 20:46 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 20:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> 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 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | 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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 20:30 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 20:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> testing pass

Test environment and result as below:

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


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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 20:04 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 20:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> testing pass

Test environment and result as below:

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


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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 19:17 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 19:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> 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: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 2.9%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.8%                        |
+----------+-------------+---------+------------+------------------------------+

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.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.4%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 19:10 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 19:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> functional testing pass

Test environment and result as below:

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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 19:03 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 19:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> 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: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 2.9%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.8%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 18:57 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 18:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> functional testing pass

Test environment and result as below:

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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw111135 [PATCH] [v2] eal: allow worker lcore stacks to be allocated from hugepage memory
@ 2022-05-13 18:39 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-05-13 18:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Don Wallwork <donw@xsightlabs.com>
Date: Friday, May 13 2022 17:58:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c0c305ee9e0e7c9feca6412266a778f330d20c19

111135 --> functional testing pass

Test environment and result as below:

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-05-13 21:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220513175822.69905-1-donw@xsightlabs.com>
2022-05-13 17:59 ` |SUCCESS| pw111135 [PATCH v2] eal: allow worker lcore stacks to be allocated from hugepage memory checkpatch
2022-05-13 19:39 ` |FAILURE| " 0-day Robot
2022-05-13 21:11 |SUCCESS| pw111135 [PATCH] [v2] " dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-05-13 20:46 dpdklab
2022-05-13 20:30 dpdklab
2022-05-13 20:04 dpdklab
2022-05-13 19:17 dpdklab
2022-05-13 19:10 dpdklab
2022-05-13 19:03 dpdklab
2022-05-13 18:57 dpdklab
2022-05-13 18:39 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).