automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
       [not found] <20221013092342.6861-1-pbhagavatula@marvell.com>
@ 2022-10-13  9:24 ` checkpatch
  2022-10-13 11:00 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 11+ messages in thread
From: checkpatch @ 2022-10-13  9:24 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
       [not found] <20221013092342.6861-1-pbhagavatula@marvell.com>
  2022-10-13  9:24 ` |SUCCESS| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits checkpatch
@ 2022-10-13 11:00 ` 0-day Robot
  1 sibling, 0 replies; 11+ messages in thread
From: 0-day Robot @ 2022-10-13 11:00 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[1877/3272] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sta/meson-generated_.._rte_event_dpaa2.pmd.c.o'.
[1878/3272] Linking static target drivers/librte_event_dpaa2.a.
[1879/3272] Generating rte_event_dpaa2.sym_chk with a meson_exe.py custom command.
[1880/3272] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sha/meson-generated_.._rte_event_dpaa2.pmd.c.o'.
[1881/3272] Linking target drivers/librte_event_dpaa2.so.23.0.
[1882/3272] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_evdev.c.o'.
[1883/3272] Generating rte_event_dsw_def with a custom command.
[1884/3272] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_event_dsw@sta -Idrivers -I../drivers -Idrivers/event/dsw -I../drivers/event/dsw -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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 -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -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 -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-format-nonliteral -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.dsw -MD -MQ 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o' -MF 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o.d' -o 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o' -c ../drivers/event/dsw/dsw_xstats.c
../drivers/event/dsw/dsw_xstats.c: In function ‘dsw_xstats_port_get’:
../drivers/event/dsw/dsw_xstats.c:19:39: error: left shift count >= width of type [-Werror=shift-count-overflow]
   19 | #define DSW_XSTATS_ID_STAT_MASK ((1UL << DSW_XSTATS_ID_STAT_BITS) - 1)
      |                                       ^~
../drivers/event/dsw/dsw_xstats.c:25:10: note: in expansion of macro ‘DSW_XSTATS_ID_STAT_MASK’
   25 |  ((id) & DSW_XSTATS_ID_STAT_MASK)
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../drivers/event/dsw/dsw_xstats.c:301:27: note: in expansion of macro ‘DSW_XSTATS_ID_GET_STAT’
  301 |   unsigned int stat_idx = DSW_XSTATS_ID_GET_STAT(id);
      |                           ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1885/3272] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev.c.o'.
[1886/3272] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_event.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13 10:45 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13 10:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Fedora 31           | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.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

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

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

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

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

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13 10:26 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13 10:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> 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 GCC Native   | SKIPPED      | PASS           |
+-------------------------------+--------------+----------------+
| Ubuntu 20.04 ARM Clang Native | 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 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

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

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13 10:17 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13 10:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> testing pass

Test environment and result as below:

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


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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.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 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

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

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)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.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)

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

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13 10:10 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13 10:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> 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 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/23977/

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13 10:05 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13 10:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> 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 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/23977/

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13 10:02 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13 10:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> 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.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.4%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.6%                        |
+----------+-------------+---------+------------+------------------------------+

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

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

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13  9:58 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13  9:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> 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.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.4%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.6%                        |
+----------+-------------+---------+------------+------------------------------+

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

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13  9:56 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13  9:56 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> 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.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+

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

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| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits
@ 2022-10-13  9:53 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-10-13  9:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Thursday, October 13 2022 09:23:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118119 --> 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/23977/

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-10-13 11:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221013092342.6861-1-pbhagavatula@marvell.com>
2022-10-13  9:24 ` |SUCCESS| pw118119 [PATCH] eventdev: increase xstats ID width to 64 bits checkpatch
2022-10-13 11:00 ` |FAILURE| " 0-day Robot
2022-10-13 10:45 |SUCCESS| " dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-10-13 10:26 dpdklab
2022-10-13 10:17 dpdklab
2022-10-13 10:10 dpdklab
2022-10-13 10:05 dpdklab
2022-10-13 10:02 dpdklab
2022-10-13  9:58 dpdklab
2022-10-13  9:56 dpdklab
2022-10-13  9:53 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).