automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return
       [not found] <1619163678-37202-1-git-send-email-humin29@huawei.com>
@ 2021-04-23  7:42 ` checkpatch
  2021-04-23  9:58 ` [dpdk-test-report] |FAILURE| pw92054 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 7+ messages in thread
From: checkpatch @ 2021-04-23  7:42 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* [dpdk-test-report] |FAILURE| pw92054 [dpdk-dev] [PATCH] app/crypto-perf: fix dereference of null return
       [not found] <1619163678-37202-1-git-send-email-humin29@huawei.com>
  2021-04-23  7:42 ` [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return checkpatch
@ 2021-04-23  9:58 ` 0-day Robot
  1 sibling, 0 replies; 7+ messages in thread
From: 0-day Robot @ 2021-04-23  9:58 UTC (permalink / raw)
  To: test-report; +Cc: humin29, robot

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=pw|patchwork.dpdk.org|build|16620|SHA|6f086e3a483df07529fab3e3006bc5a8c6303256|passed|https://github.com/ovsrobot/dpdk/actions/runs/777012467|[dpdk-dev] [PATCH] app/bbdev: fix wrong variable|ovsrobot/dpdk, Size: 4260 bytes --]

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################
[1844/2508] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
FAILED: app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o 
ccache gcc -Iapp/a172ced@@dpdk-test-crypto-perf@exe -Iapp -I../app -Ilib/cryptodev -I../lib/cryptodev -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/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/security -I../lib/security -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/reorder -I../lib/reorder -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -march=corei7 -DALLOW_EXPERIMENTAL_API  -MD -MQ 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o' -MF 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o.d' -o 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o' -c ../app/test-crypto-perf/cperf_options_parsing.c
In file included from ../lib/eal/include/rte_bus.h:24:0,
                 from ../lib/eal/include/rte_eal.h:21,
                 from ../lib/eal/include/rte_lcore.h:16,
                 from ../lib/eal/include/generic/rte_spinlock.h:21,
                 from ../lib/eal/x86/include/rte_spinlock.h:12,
                 from ../lib/mempool/rte_mempool.h:44,
                 from ../lib/mbuf/rte_mbuf.h:38,
                 from ../lib/cryptodev/rte_crypto.h:20,
                 from ../lib/cryptodev/rte_cryptodev.h:22,
                 from ../app/test-crypto-perf/cperf_options_parsing.c:8:
../app/test-crypto-perf/cperf_options_parsing.c: In function ‘parse_test_name’:
../app/test-crypto-perf/cperf_options_parsing.c:511:19: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Werror=format=]
    strlen(arg) + 3);
    ~~~~~~~~~~~~~~~^
../lib/eal/include/rte_log.h:348:25: note: in definition of macro ‘RTE_LOG’
    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
                         ^
cc1: all warnings being treated as errors
[1845/2508] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[1846/2508] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_latency.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"
####################################################################################
--------------------------------END LOGS-----------------------------

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

* [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return
@ 2021-04-27  6:59 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-04-27  6:59 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Friday, April 23 2021 07:41:18 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b9c832e9b284cc59665fe662242a3fc1daf

92054 --> performance testing pass

Test environment and result as below:

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.22808%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.19679%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | -1.40535%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.44624%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.11692%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.02465%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.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 | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.13912%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.00185%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | 0.45361%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | -1.73421%                           |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.37988%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.21171%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | 1.91134%                            |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.73957%                           |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.03648%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.13286%                           |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.18832%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.16967%                            |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return
@ 2021-04-23 21:03 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-04-23 21:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Friday, April 23 2021 07:41:18 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b9c832e9b284cc59665fe662242a3fc1daf

92054 --> testing pass

Test environment and result as below:

+--------------+----------+
| Environment  | abi_test |
+==============+==========+
| Ubuntu 18.04 | PASS     |
+--------------+----------+


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

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return
@ 2021-04-23 19:03 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-04-23 19:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Friday, April 23 2021 07:41:18 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b9c832e9b284cc59665fe662242a3fc1daf

92054 --> 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 32           | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Fedora 31           | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| RHEL8               | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu 20.04        | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| RHEL 7              | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Arch Linux          | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| CentOS Stream 8     | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| FreeBSD 11.2        | 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 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

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

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

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)

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

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

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

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return
@ 2021-04-23 11:14 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-04-23 11:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Friday, April 23 2021 07:41:18 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b9c832e9b284cc59665fe662242a3fc1daf

92054 --> 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.19864%                           |
+------------+---------+-------------------------------------+
| 64         | 2048    | -0.18334%                           |
+------------+---------+-------------------------------------+

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     | 5.06281%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | 3.6565%                             |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return
@ 2021-04-23  9:37 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-04-23  9:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Friday, April 23 2021 07:41:18 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b9c832e9b284cc59665fe662242a3fc1daf

92054 --> 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.19864%                           |
+------------+---------+-------------------------------------+
| 64         | 2048    | -0.18334%                           |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2021-04-27  6:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1619163678-37202-1-git-send-email-humin29@huawei.com>
2021-04-23  7:42 ` [dpdk-test-report] |SUCCESS| pw92054 [PATCH] app/crypto-perf: fix dereference of null return checkpatch
2021-04-23  9:58 ` [dpdk-test-report] |FAILURE| pw92054 [dpdk-dev] " 0-day Robot
2021-04-23  9:37 [dpdk-test-report] |SUCCESS| pw92054 " dpdklab
2021-04-23 11:14 dpdklab
2021-04-23 19:03 dpdklab
2021-04-23 21:03 dpdklab
2021-04-27  6:59 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).