automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
@ 2024-02-27 17:40 ` checkpatch
  2024-02-27 17:41 ` |FAILURE| " qemudev
                   ` (61 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: checkpatch @ 2024-02-27 17:40 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/137363

_coding style issues_


WARNING:TYPO_SPELLING: 'Implmentation' may be misspelled - perhaps 'Implementation'?
#92: 
Implmentation is based of the public domain and Creative

total: 0 errors, 1 warnings, 383 lines checked

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
  2024-02-27 17:40 ` |WARNING| pw137363 [PATCH] lib/hash: add SipHash function checkpatch
@ 2024-02-27 17:41 ` qemudev
  2024-02-27 18:44 ` 0-day Robot
                   ` (60 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: qemudev @ 2024-02-27 17:41 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/137363

_ninja build failure_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tue, 27 Feb 2024 09:39:01 -0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_hash.a.p/hash_rte_siphash.c.o
cc -Ilib/librte_hash.a.p -Ilib -I../lib -Ilib/hash -I../lib/hash -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DAL
 LOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ lib/librte_hash.a.p/hash_rte_siphash.c.o -MF lib/librte_hash.a.p/hash_rte_siphash.c.o.d -o lib/librte_hash.a.p/hash_rte_siphash.c.o -c ../lib/hash/rte_siphash.c
./lib/hash/rte_siphash.c: In function ‘u8to64_le’:
./lib/hash/rte_siphash.c:41:46: error: expected ‘;’ before ‘)’ token
(uint64_t)p[6] << 48 | (uint64_t)p[7] << 56);
^
;
./lib/hash/rte_siphash.c:41:46: error: expected statement before ‘)’ token
./lib/hash/rte_siphash.c: In function ‘u8to32_le’:
./lib/hash/rte_siphash.c:46:20: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
return (uint32_t)p[0] | (uint32_t)p[1] << 8 |
^
./lib/hash/rte_siphash.c:46:20: warning: dereferencing ‘void *’ pointer
./lib/hash/rte_siphash.c:46:9: error: invalid use of void expression
return (uint32_t)p[0] | (uint32_t)p[1] << 8 |
^
./lib/hash/rte_siphash.c:46:43: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
return (uint32_t)p[0] | (uint32_t)p[1] << 8 |
^
./lib/hash/rte_siphash.c:46:43: warning: dereferencing ‘void *’ pointer
./lib/hash/rte_siphash.c:46:32: error: invalid use of void expression
return (uint32_t)p[0] | (uint32_t)p[1] << 8 |
^
./lib/hash/rte_siphash.c:47:14: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^
./lib/hash/rte_siphash.c:47:14: warning: dereferencing ‘void *’ pointer
./lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^
./lib/hash/rte_siphash.c:47:37: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^
./lib/hash/rte_siphash.c:47:37: warning: dereferencing ‘void *’ pointer
./lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^
./lib/hash/rte_siphash.c:48:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
[116/2451] Compiling C object lib/librte_hash.a.p/hash_rte_hash_crc.c.o
[117/2451] Compiling C object lib/librte_hash.a.p/hash_rte_thash_gfni.c.o
[118/2451] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
[119/2451] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[120/2451] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o
[121/2451] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.o
[122/2451] Generating kvargs.sym_chk with a custom command (wrapped by meson to capture output)
[123/2451] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics.c.o
[124/2451] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o
[125/2451] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.o
[126/2451] Compiling C object lib/librte_acl.a.p/acl_rte_acl.c.o
[127/2451] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.o
[128/2451] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
[129/2451] Generating argparse.sym_chk with a custom command (wrapped by meson to capture output)
[130/2451] Compiling C object lib/librte_acl.a.p/acl_acl_gen.c.o
[131/2451] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.o
[132/2451] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
[133/2451] Compiling C object lib/librte_acl.a.p/acl_acl_run_scalar.c.o
[134/2451] Compiling C object lib/librte_timer.a.p/timer_rte_timer.c.o
[135/2451] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
[136/2451] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[137/2451] Compiling C object lib/librte_hash.a.p/hash_rte_thash.c.o
[138/2451] Generating ring.sym_chk with a custom command (wrapped by meson to capture output)
[139/2451] Generating pci.sym_chk with a custom command (wrapped by meson to capture output)
[140/2451] Generating rcu.sym_chk with a custom command (wrapped by meson to capture output)
[141/2451] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_sad.c.o
[142/2451] Generating net.sym_chk with a custom command (wrapped by meson to capture output)
[143/2451] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
[144/2451] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[145/2451] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
[146/2451] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[147/2451] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[148/2451] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
  2024-02-27 17:40 ` |WARNING| pw137363 [PATCH] lib/hash: add SipHash function checkpatch
  2024-02-27 17:41 ` |FAILURE| " qemudev
@ 2024-02-27 18:44 ` 0-day Robot
  2024-02-27 20:01 ` |SUCCESS| " dpdklab
                   ` (59 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: 0-day Robot @ 2024-02-27 18:44 UTC (permalink / raw)
  To: test-report; +Cc: stephen, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
FAILED: doc/api/man 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/man /usr/bin/doxygen doc/api/doxy-api-man.conf
/home/runner/work/dpdk/dpdk/lib/hash/rte_siphash.h:47: error: argument 'initval' of command @param is not found in the argument list of rte_siphash(const void *data, uint32_t len, uint64_t init_val) (warning treated as error, aborting now)
Traceback (most recent call last):
  File "/home/runner/work/dpdk/dpdk/build/../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api-man.conf']' died with <Signals.SIGSEGV: 11>.
[98/740] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_dev_self_test.c.o'.
[99/740] Compiling C object 'examples/c590b3c@@dpdk-flow_filtering@exe/flow_filtering_main.c.o'.
[100/740] Generating doxygen-html with a custom command.
FAILED: doc/api/html 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api-html.conf
/home/runner/work/dpdk/dpdk/lib/hash/rte_siphash.h:47: error: argument 'initval' of command @param is not found in the argument list of rte_siphash(const void *data, uint32_t len, uint64_t init_val) (warning treated as error, aborting now)
Traceback (most recent call last):
  File "/home/runner/work/dpdk/dpdk/build/../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api-html.conf']' died with <Signals.SIGSEGV: 11>.
[101/740] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_main.c.o'.
[102/740] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
FAILED: doc/api/man 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/man /usr/bin/doxygen doc/api/doxy-api-man.conf
/home/runner/work/dpdk/dpdk/lib/hash/rte_siphash.h:47: error: argument 'initval' of command @param is not found in the argument list of rte_siphash(const void *data, uint32_t len, uint64_t init_val) (warning treated as error, aborting now)
Traceback (most recent call last):
  File "/home/runner/work/dpdk/dpdk/build/../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api-man.conf']' returned non-zero exit status 1.
[76/740] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[77/740] Generating doxygen-html with a custom command.
FAILED: doc/api/html 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api-html.conf
/home/runner/work/dpdk/dpdk/lib/hash/rte_siphash.h:47: error: argument 'initval' of command @param is not found in the argument list of rte_siphash(const void *data, uint32_t len, uint64_t init_val) (warning treated as error, aborting now)
Traceback (most recent call last):
  File "/home/runner/work/dpdk/dpdk/build/../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api-html.conf']' returned non-zero exit status 1.
[78/740] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[79/740] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[80/740] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
../lib/hash/rte_siphash.c:47:28: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                            ^
../lib/hash/rte_siphash.c:47:28: error: dereferencing ‘void *’ pointer [-Werror]
../lib/hash/rte_siphash.c:47:17: error: invalid use of void expression
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                 ^
../lib/hash/rte_siphash.c:47:51: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                                                   ^
../lib/hash/rte_siphash.c:47:51: error: dereferencing ‘void *’ pointer [-Werror]
../lib/hash/rte_siphash.c:47:40: error: invalid use of void expression
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                                        ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
   48 | }
      | ^
cc1: all warnings being treated as errors
[156/4131] Generating metrics.sym_chk with a meson_exe.py custom command.
[157/4131] Generating cmdline.sym_chk with a meson_exe.py custom command.
[158/4131] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[159/4131] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[160/4131] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
../lib/hash/rte_siphash.c:47:28: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                            ^
../lib/hash/rte_siphash.c:47:28: error: dereferencing ‘void *’ pointer [-Werror]
../lib/hash/rte_siphash.c:47:17: error: invalid use of void expression
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                 ^
../lib/hash/rte_siphash.c:47:51: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                                                   ^
../lib/hash/rte_siphash.c:47:51: error: dereferencing ‘void *’ pointer [-Werror]
../lib/hash/rte_siphash.c:47:40: error: invalid use of void expression
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                                        ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
   48 | }
      | ^
cc1: all warnings being treated as errors
[158/3425] Generating metrics.sym_chk with a meson_exe.py custom command.
[159/3425] Generating cmdline.sym_chk with a meson_exe.py custom command.
[160/3425] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[161/3425] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[162/3425] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
../lib/hash/rte_siphash.c:47:28: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                            ^
../lib/hash/rte_siphash.c:47:28: error: dereferencing ‘void *’ pointer [-Werror]
../lib/hash/rte_siphash.c:47:17: error: invalid use of void expression
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                 ^
../lib/hash/rte_siphash.c:47:51: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                                                   ^
../lib/hash/rte_siphash.c:47:51: error: dereferencing ‘void *’ pointer [-Werror]
../lib/hash/rte_siphash.c:47:40: error: invalid use of void expression
   47 |                 (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
      |                                        ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
   48 | }
      | ^
cc1: all warnings being treated as errors
[156/3396] Generating metrics.sym_chk with a meson_exe.py custom command.
[157/3396] Generating cmdline.sym_chk with a meson_exe.py custom command.
[158/3396] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[159/3396] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[160/3396] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (2 preceding siblings ...)
  2024-02-27 18:44 ` 0-day Robot
@ 2024-02-27 20:01 ` dpdklab
  2024-02-27 20:24 ` dpdklab
                   ` (58 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> 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.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -1.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.6%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (3 preceding siblings ...)
  2024-02-27 20:01 ` |SUCCESS| " dpdklab
@ 2024-02-27 20:24 ` dpdklab
  2024-02-27 20:37 ` dpdklab
                   ` (57 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> 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.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -1.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.6%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (4 preceding siblings ...)
  2024-02-27 20:24 ` dpdklab
@ 2024-02-27 20:37 ` dpdklab
  2024-02-27 20:43 ` dpdklab
                   ` (56 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> 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/3


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (5 preceding siblings ...)
  2024-02-27 20:37 ` dpdklab
@ 2024-02-27 20:43 ` dpdklab
  2024-02-27 20:44 ` dpdklab
                   ` (55 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (6 preceding siblings ...)
  2024-02-27 20:43 ` dpdklab
@ 2024-02-27 20:44 ` dpdklab
  2024-02-27 20:48 ` dpdklab
                   ` (54 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (7 preceding siblings ...)
  2024-02-27 20:44 ` dpdklab
@ 2024-02-27 20:48 ` dpdklab
  2024-02-27 20:52 ` dpdklab
                   ` (53 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (8 preceding siblings ...)
  2024-02-27 20:48 ` dpdklab
@ 2024-02-27 20:52 ` dpdklab
  2024-02-27 20:55 ` dpdklab
                   ` (52 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:52 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> performance testing pass

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15.0-78-generic
Compiler: gcc 11.4.0
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.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.4%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15.0-78-generic
Compiler: gcc 11.4.0
NIC: Mellanox ConnectX-6 Lx 25000 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.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (9 preceding siblings ...)
  2024-02-27 20:52 ` dpdklab
@ 2024-02-27 20:55 ` dpdklab
  2024-02-27 20:55 ` dpdklab
                   ` (51 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (10 preceding siblings ...)
  2024-02-27 20:55 ` dpdklab
@ 2024-02-27 20:55 ` dpdklab
  2024-02-27 20:56 ` dpdklab
                   ` (50 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (11 preceding siblings ...)
  2024-02-27 20:55 ` dpdklab
@ 2024-02-27 20:56 ` dpdklab
  2024-02-27 20:57 ` dpdklab
                   ` (49 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (12 preceding siblings ...)
  2024-02-27 20:56 ` dpdklab
@ 2024-02-27 20:57 ` dpdklab
  2024-02-27 20:58 ` dpdklab
                   ` (48 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (13 preceding siblings ...)
  2024-02-27 20:57 ` dpdklab
@ 2024-02-27 20:58 ` dpdklab
  2024-02-27 20:58 ` dpdklab
                   ` (47 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:58 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> performance testing pass

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15.0-78-generic
Compiler: gcc 11.4.0
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.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.4%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15.0-78-generic
Compiler: gcc 11.4.0
NIC: Mellanox ConnectX-6 Lx 25000 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.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (14 preceding siblings ...)
  2024-02-27 20:58 ` dpdklab
@ 2024-02-27 20:58 ` dpdklab
  2024-02-27 20:59 ` dpdklab
                   ` (46 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (15 preceding siblings ...)
  2024-02-27 20:58 ` dpdklab
@ 2024-02-27 20:59 ` dpdklab
  2024-02-28  0:25 ` |FAILURE| " dpdklab
                   ` (45 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-27 20:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Bullseye  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12 (arm)  | PASS     |
+------------------+----------+


Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (16 preceding siblings ...)
  2024-02-27 20:59 ` dpdklab
@ 2024-02-28  0:25 ` dpdklab
  2024-02-28  0:25 ` dpdklab
                   ` (44 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (17 preceding siblings ...)
  2024-02-28  0:25 ` |FAILURE| " dpdklab
@ 2024-02-28  0:25 ` dpdklab
  2024-02-28  0:25 ` dpdklab
                   ` (43 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (18 preceding siblings ...)
  2024-02-28  0:25 ` dpdklab
@ 2024-02-28  0:25 ` dpdklab
  2024-02-28  0:25 ` |SUCCESS| " dpdklab
                   ` (42 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (19 preceding siblings ...)
  2024-02-28  0:25 ` dpdklab
@ 2024-02-28  0:25 ` dpdklab
  2024-02-28  0:25 ` |FAILURE| " dpdklab
                   ` (41 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (20 preceding siblings ...)
  2024-02-28  0:25 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:25 ` dpdklab
  2024-02-28  0:26 ` dpdklab
                   ` (40 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (21 preceding siblings ...)
  2024-02-28  0:25 ` |FAILURE| " dpdklab
@ 2024-02-28  0:26 ` dpdklab
  2024-02-28  0:26 ` dpdklab
                   ` (39 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (22 preceding siblings ...)
  2024-02-28  0:26 ` dpdklab
@ 2024-02-28  0:26 ` dpdklab
  2024-02-28  0:26 ` |SUCCESS| " dpdklab
                   ` (38 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (23 preceding siblings ...)
  2024-02-28  0:26 ` dpdklab
@ 2024-02-28  0:26 ` dpdklab
  2024-02-28  0:26 ` |FAILURE| " dpdklab
                   ` (37 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (24 preceding siblings ...)
  2024-02-28  0:26 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:26 ` dpdklab
  2024-02-28  0:27 ` |SUCCESS| " dpdklab
                   ` (36 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (25 preceding siblings ...)
  2024-02-28  0:26 ` |FAILURE| " dpdklab
@ 2024-02-28  0:27 ` dpdklab
  2024-02-28  0:27 ` dpdklab
                   ` (35 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (26 preceding siblings ...)
  2024-02-28  0:27 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:27 ` dpdklab
  2024-02-28  0:30 ` |FAILURE| " dpdklab
                   ` (34 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (27 preceding siblings ...)
  2024-02-28  0:27 ` dpdklab
@ 2024-02-28  0:30 ` dpdklab
  2024-02-28  0:31 ` |SUCCESS| " dpdklab
                   ` (33 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
|                                ^
../lib/hash/rte_siphash.c:47:14: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|              ^
../lib/hash/rte_siphash.c:47:14: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:3: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|   ^
../lib/hash/rte_siphash.c:47:37: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                                     ^
../lib/hash/rte_siphash.c:47:37: error: dereferencing 'void *' pointer [-Werror]
../lib/hash/rte_siphash.c:47:26: error: invalid use of void expression
47 |   (uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
|                          ^
../lib/hash/rte_siphash.c:48:1: error: control reaches end of non-void function [-Werror=return-type]
48 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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)

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (28 preceding siblings ...)
  2024-02-28  0:30 ` |FAILURE| " dpdklab
@ 2024-02-28  0:31 ` dpdklab
  2024-02-28  0:31 ` dpdklab
                   ` (32 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (29 preceding siblings ...)
  2024-02-28  0:31 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:31 ` dpdklab
  2024-02-28  0:31 ` dpdklab
                   ` (31 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (30 preceding siblings ...)
  2024-02-28  0:31 ` dpdklab
@ 2024-02-28  0:31 ` dpdklab
  2024-02-28  0:31 ` dpdklab
                   ` (30 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (31 preceding siblings ...)
  2024-02-28  0:31 ` dpdklab
@ 2024-02-28  0:31 ` dpdklab
  2024-02-28  0:31 ` dpdklab
                   ` (29 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (32 preceding siblings ...)
  2024-02-28  0:31 ` dpdklab
@ 2024-02-28  0:31 ` dpdklab
  2024-02-28  0:32 ` dpdklab
                   ` (28 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (33 preceding siblings ...)
  2024-02-28  0:31 ` dpdklab
@ 2024-02-28  0:32 ` dpdklab
  2024-02-28  0:34 ` dpdklab
                   ` (27 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (34 preceding siblings ...)
  2024-02-28  0:32 ` dpdklab
@ 2024-02-28  0:34 ` dpdklab
  2024-02-28  0:35 ` dpdklab
                   ` (26 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (35 preceding siblings ...)
  2024-02-28  0:34 ` dpdklab
@ 2024-02-28  0:35 ` dpdklab
  2024-02-28  0:35 ` dpdklab
                   ` (25 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (36 preceding siblings ...)
  2024-02-28  0:35 ` dpdklab
@ 2024-02-28  0:35 ` dpdklab
  2024-02-28  0:38 ` |FAILURE| " dpdklab
                   ` (24 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (37 preceding siblings ...)
  2024-02-28  0:35 ` dpdklab
@ 2024-02-28  0:38 ` dpdklab
  2024-02-28  0:44 ` dpdklab
                   ` (23 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (38 preceding siblings ...)
  2024-02-28  0:38 ` |FAILURE| " dpdklab
@ 2024-02-28  0:44 ` dpdklab
  2024-02-28  0:44 ` |SUCCESS| " dpdklab
                   ` (22 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (39 preceding siblings ...)
  2024-02-28  0:44 ` dpdklab
@ 2024-02-28  0:44 ` dpdklab
  2024-02-28  0:45 ` dpdklab
                   ` (21 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (40 preceding siblings ...)
  2024-02-28  0:44 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:45 ` dpdklab
  2024-02-28  0:46 ` dpdklab
                   ` (20 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (41 preceding siblings ...)
  2024-02-28  0:45 ` dpdklab
@ 2024-02-28  0:46 ` dpdklab
  2024-02-28  0:46 ` |FAILURE| " dpdklab
                   ` (19 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (42 preceding siblings ...)
  2024-02-28  0:46 ` dpdklab
@ 2024-02-28  0:46 ` dpdklab
  2024-02-28  0:48 ` |SUCCESS| " dpdklab
                   ` (18 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (43 preceding siblings ...)
  2024-02-28  0:46 ` |FAILURE| " dpdklab
@ 2024-02-28  0:48 ` dpdklab
  2024-02-28  0:48 ` |FAILURE| " dpdklab
                   ` (17 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (44 preceding siblings ...)
  2024-02-28  0:48 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:48 ` dpdklab
  2024-02-28  0:49 ` |SUCCESS| " dpdklab
                   ` (16 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (45 preceding siblings ...)
  2024-02-28  0:48 ` |FAILURE| " dpdklab
@ 2024-02-28  0:49 ` dpdklab
  2024-02-28  0:56 ` |FAILURE| " dpdklab
                   ` (15 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (46 preceding siblings ...)
  2024-02-28  0:49 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:56 ` dpdklab
  2024-02-28  0:56 ` dpdklab
                   ` (14 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (47 preceding siblings ...)
  2024-02-28  0:56 ` |FAILURE| " dpdklab
@ 2024-02-28  0:56 ` dpdklab
  2024-02-28  0:57 ` dpdklab
                   ` (13 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (48 preceding siblings ...)
  2024-02-28  0:56 ` dpdklab
@ 2024-02-28  0:57 ` dpdklab
  2024-02-28  0:57 ` |SUCCESS| " dpdklab
                   ` (12 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (49 preceding siblings ...)
  2024-02-28  0:57 ` dpdklab
@ 2024-02-28  0:57 ` dpdklab
  2024-02-28  0:59 ` |FAILURE| " dpdklab
                   ` (11 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (50 preceding siblings ...)
  2024-02-28  0:57 ` |SUCCESS| " dpdklab
@ 2024-02-28  0:59 ` dpdklab
  2024-02-28  1:11 ` dpdklab
                   ` (10 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  0:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (51 preceding siblings ...)
  2024-02-28  0:59 ` |FAILURE| " dpdklab
@ 2024-02-28  1:11 ` dpdklab
  2024-02-28  1:16 ` |SUCCESS| " dpdklab
                   ` (9 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  1:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (52 preceding siblings ...)
  2024-02-28  1:11 ` dpdklab
@ 2024-02-28  1:16 ` dpdklab
  2024-02-28  1:27 ` dpdklab
                   ` (8 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  1:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Alpine           | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (53 preceding siblings ...)
  2024-02-28  1:16 ` |SUCCESS| " dpdklab
@ 2024-02-28  1:27 ` dpdklab
  2024-02-28  1:28 ` dpdklab
                   ` (7 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  1:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (54 preceding siblings ...)
  2024-02-28  1:27 ` dpdklab
@ 2024-02-28  1:28 ` dpdklab
  2024-02-28  2:22 ` dpdklab
                   ` (6 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  1:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (55 preceding siblings ...)
  2024-02-28  1:28 ` dpdklab
@ 2024-02-28  2:22 ` dpdklab
  2024-02-28  3:48 ` dpdklab
                   ` (5 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  2:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian 12 (arm)     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (56 preceding siblings ...)
  2024-02-28  2:22 ` dpdklab
@ 2024-02-28  3:48 ` dpdklab
  2024-02-28  9:04 ` dpdklab
                   ` (4 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  3:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian 12 (arm)     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (57 preceding siblings ...)
  2024-02-28  3:48 ` dpdklab
@ 2024-02-28  9:04 ` dpdklab
  2024-02-28 11:45 ` dpdklab
                   ` (3 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28  9:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Debian 12 (arm)     | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (58 preceding siblings ...)
  2024-02-28  9:04 ` dpdklab
@ 2024-02-28 11:45 ` dpdklab
  2024-02-28 11:46 ` dpdklab
                   ` (2 subsequent siblings)
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28 11:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> 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.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -1.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.6%                        |
+----------+-------------+---------+------------+------------------------------+

22.04
Kernel: 5.15.0-92-generic
Compiler: gcc 11.4.0
NIC: Intel E810 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (59 preceding siblings ...)
  2024-02-28 11:45 ` dpdklab
@ 2024-02-28 11:46 ` dpdklab
  2024-02-28 18:23 ` dpdklab
  2024-02-29  9:14 ` dpdklab
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28 11:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> 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/3


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (60 preceding siblings ...)
  2024-02-28 11:46 ` dpdklab
@ 2024-02-28 18:23 ` dpdklab
  2024-02-29  9:14 ` dpdklab
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-28 18:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | PASS                 |
+--------------+----------------------+


Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137363 [PATCH] lib/hash: add SipHash function
       [not found] <20240227174012.343004-1-stephen@networkplumber.org>
                   ` (61 preceding siblings ...)
  2024-02-28 18:23 ` dpdklab
@ 2024-02-29  9:14 ` dpdklab
  62 siblings, 0 replies; 63+ messages in thread
From: dpdklab @ 2024-02-29  9:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137363

_Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing pass

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | PASS                 |
+--------------+----------------------+


Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2024-02-29  9:14 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240227174012.343004-1-stephen@networkplumber.org>
2024-02-27 17:40 ` |WARNING| pw137363 [PATCH] lib/hash: add SipHash function checkpatch
2024-02-27 17:41 ` |FAILURE| " qemudev
2024-02-27 18:44 ` 0-day Robot
2024-02-27 20:01 ` |SUCCESS| " dpdklab
2024-02-27 20:24 ` dpdklab
2024-02-27 20:37 ` dpdklab
2024-02-27 20:43 ` dpdklab
2024-02-27 20:44 ` dpdklab
2024-02-27 20:48 ` dpdklab
2024-02-27 20:52 ` dpdklab
2024-02-27 20:55 ` dpdklab
2024-02-27 20:55 ` dpdklab
2024-02-27 20:56 ` dpdklab
2024-02-27 20:57 ` dpdklab
2024-02-27 20:58 ` dpdklab
2024-02-27 20:58 ` dpdklab
2024-02-27 20:59 ` dpdklab
2024-02-28  0:25 ` |FAILURE| " dpdklab
2024-02-28  0:25 ` dpdklab
2024-02-28  0:25 ` dpdklab
2024-02-28  0:25 ` |SUCCESS| " dpdklab
2024-02-28  0:25 ` |FAILURE| " dpdklab
2024-02-28  0:26 ` dpdklab
2024-02-28  0:26 ` dpdklab
2024-02-28  0:26 ` |SUCCESS| " dpdklab
2024-02-28  0:26 ` |FAILURE| " dpdklab
2024-02-28  0:27 ` |SUCCESS| " dpdklab
2024-02-28  0:27 ` dpdklab
2024-02-28  0:30 ` |FAILURE| " dpdklab
2024-02-28  0:31 ` |SUCCESS| " dpdklab
2024-02-28  0:31 ` dpdklab
2024-02-28  0:31 ` dpdklab
2024-02-28  0:31 ` dpdklab
2024-02-28  0:31 ` dpdklab
2024-02-28  0:32 ` dpdklab
2024-02-28  0:34 ` dpdklab
2024-02-28  0:35 ` dpdklab
2024-02-28  0:35 ` dpdklab
2024-02-28  0:38 ` |FAILURE| " dpdklab
2024-02-28  0:44 ` dpdklab
2024-02-28  0:44 ` |SUCCESS| " dpdklab
2024-02-28  0:45 ` dpdklab
2024-02-28  0:46 ` dpdklab
2024-02-28  0:46 ` |FAILURE| " dpdklab
2024-02-28  0:48 ` |SUCCESS| " dpdklab
2024-02-28  0:48 ` |FAILURE| " dpdklab
2024-02-28  0:49 ` |SUCCESS| " dpdklab
2024-02-28  0:56 ` |FAILURE| " dpdklab
2024-02-28  0:56 ` dpdklab
2024-02-28  0:57 ` dpdklab
2024-02-28  0:57 ` |SUCCESS| " dpdklab
2024-02-28  0:59 ` |FAILURE| " dpdklab
2024-02-28  1:11 ` dpdklab
2024-02-28  1:16 ` |SUCCESS| " dpdklab
2024-02-28  1:27 ` dpdklab
2024-02-28  1:28 ` dpdklab
2024-02-28  2:22 ` dpdklab
2024-02-28  3:48 ` dpdklab
2024-02-28  9:04 ` dpdklab
2024-02-28 11:45 ` dpdklab
2024-02-28 11:46 ` dpdklab
2024-02-28 18:23 ` dpdklab
2024-02-29  9:14 ` 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).