automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw113193 [PATCH] examples/distributor: update dynamic configuration
       [not found] <20220621201517.76991-1-omer.yamac@ceng.metu.edu.tr>
@ 2022-06-21 20:16 ` checkpatch
  2022-06-21 20:59 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 10+ messages in thread
From: checkpatch @ 2022-06-21 20:16 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw113193 [PATCH] examples/distributor: update dynamic configuration
       [not found] <20220621201517.76991-1-omer.yamac@ceng.metu.edu.tr>
  2022-06-21 20:16 ` |SUCCESS| pw113193 [PATCH] examples/distributor: update dynamic configuration checkpatch
@ 2022-06-21 20:59 ` 0-day Robot
  1 sibling, 0 replies; 10+ messages in thread
From: 0-day Robot @ 2022-06-21 20:59 UTC (permalink / raw)
  To: test-report; +Cc: omer.yamac, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
[3435/4621] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pcapng.c.o'.
[3436/4621] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'.
[3437/4621] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_vdev.c.o'.
[3438/4621] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'.
[3439/4621] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'.
[3440/4621] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'.
[3441/4621] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_parse_obj_list.c.o'.
[3442/4621] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[3443/4621] Generating examples.dox with a custom command.
[3444/4621] Compiling C object 'examples/c590b3c@@dpdk-bond@exe/bond_main.c.o'.
[3445/4621] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[3446/4621] Linking target examples/dpdk-bond.
[3447/4621] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_main.c.o'.
[3448/4621] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
FAILED: examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-distributor@exe -Iexamples -I../examples -Iexamples/distributor -I../examples/distributor -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/distributor -I../lib/distributor -Ilib/power -I../lib/power -Ilib/timer -I../lib/timer -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 -D_GNU_SOURCE -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -MF 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o.d' -o 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -c ../examples/distributor/main.c
../examples/distributor/main.c: In function ‘main’:
../examples/distributor/main.c:1023:3: error: ‘pd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1023 |   rte_free(pd);
      |   ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[3449/4621] Generating doxygen with a custom command.
[3450/4621] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[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-gcc-shared-aarch64" at step Build and test
####################################################################################
[3124/3766] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[3125/3766] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[3126/3766] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[3127/3766] Linking target examples/dpdk-dma.
[3128/3766] Linking target examples/dpdk-ethtool.
[3129/3766] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_parse_obj_list.c.o'.
[3130/3766] Linking target examples/dpdk-cmdline.
[3131/3766] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[3132/3766] Linking target app/test/dpdk-test.
[3133/3766] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[3134/3766] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation.c.o'.
[3135/3766] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_tx.c.o'.
[3136/3766] Linking target examples/dpdk-eventdev_pipeline.
[3137/3766] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
FAILED: examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o 
ccache aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-distributor@exe -Iexamples -I../examples -Iexamples/distributor -I../examples/distributor -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/distributor -I../lib/distributor -Ilib/power -I../lib/power -Ilib/timer -I../lib/timer -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 -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -MF 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o.d' -o 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -c ../examples/distributor/main.c
../examples/distributor/main.c: In function ‘main’:
../examples/distributor/main.c:1023:3: error: ‘pd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1023 |   rte_free(pd);
      |   ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[3138/3766] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_aes.c.o'.
[3139/3766] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_hmac.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[2961/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_combined.c.o'.
[2962/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/virtual_pmd.c.o'.
[2963/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring_perf.c.o'.
[2964/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_rssconf.c.o'.
[2965/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring.c.o'.
[2966/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_tx_adapter.c.o'.
[2967/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'.
[2968/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding.c.o'.
[2969/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_vdev.c.o'.
[2970/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'.
[2971/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'.
[2972/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'.
[2973/3608] Compiling C object 'examples/c590b3c@@dpdk-bond@exe/bond_main.c.o'.
[2974/3608] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
FAILED: examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o 
ccache powerpc64le-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-distributor@exe -Iexamples -I../examples -Iexamples/distributor -I../examples/distributor -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/distributor -I../lib/distributor -Ilib/power -I../lib/power -Ilib/timer -I../lib/timer -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 -D_GNU_SOURCE -mcpu=power8 -mtune=power8 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -MF 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o.d' -o 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -c ../examples/distributor/main.c
../examples/distributor/main.c: In function ‘main’:
../examples/distributor/main.c:1023:3: error: ‘pd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1023 |   rte_free(pd);
      |   ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2975/3608] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'.
[2976/3608] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
[2943/4055] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_main.c.o'.
[2944/4055] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_parse_obj_list.c.o'.
[2945/4055] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[2946/4055] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[2947/4055] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[2948/4055] Linking target examples/dpdk-bbdev_app.
[2949/4055] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[2950/4055] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[2951/4055] Linking target examples/dpdk-bond.
[2952/4055] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_commands.c.o'.
[2953/4055] Linking target examples/dpdk-cmdline.
[2954/4055] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[2955/4055] Linking target examples/dpdk-dma.
[2956/4055] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
FAILED: examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o 
ccache riscv64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-distributor@exe -Iexamples -I../examples -Iexamples/distributor -I../examples/distributor -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/distributor -I../lib/distributor -Ilib/power -I../lib/power -Ilib/timer -I../lib/timer -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 -D_GNU_SOURCE -march=rv64gc -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -MF 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o.d' -o 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -c ../examples/distributor/main.c
../examples/distributor/main.c: In function ‘main’:
../examples/distributor/main.c:1023:3: error: ‘pd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1023 |   rte_free(pd);
      |   ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2957/4055] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[2958/4055] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-shared" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-28  1:17 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-28  1:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Omer Yamac <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

113193 --> testing pass

Test environment and result as below:

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


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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

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

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

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

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| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-21 23:38 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-21 23:38 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

113193 --> 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.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+

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

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| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-21 21:06 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-21 21:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

113193 --> testing pass

Test environment and result as below:

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


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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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)

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

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| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-21 21:00 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-21 21:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

113193 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Arch Linux          | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| Fedora 31           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | 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

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

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

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
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

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

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

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

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| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-21 20:56 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-21 20:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

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

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

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| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-21 20:53 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-21 20:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

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

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

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| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-21 20:47 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-21 20:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

113193 --> 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/22727/

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| pw113193 [PATCH] examples/distributor: update dynamic configuration
@ 2022-06-21 20:41 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-06-21 20:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr>
Date: Tuesday, June 21 2022 20:15:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a1b2afe431d80ab65b2ed9889a61ead335e53299

113193 --> 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/22727/

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-06-28  1:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220621201517.76991-1-omer.yamac@ceng.metu.edu.tr>
2022-06-21 20:16 ` |SUCCESS| pw113193 [PATCH] examples/distributor: update dynamic configuration checkpatch
2022-06-21 20:59 ` |FAILURE| " 0-day Robot
2022-06-21 20:41 |SUCCESS| " dpdklab
2022-06-21 20:47 dpdklab
2022-06-21 20:53 dpdklab
2022-06-21 20:56 dpdklab
2022-06-21 21:00 dpdklab
2022-06-21 21:06 dpdklab
2022-06-21 23:38 dpdklab
2022-06-28  1:17 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).