automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw158003-158008 [PATCH v5 6/6] net/cnxk: report link mode
       [not found] <20251023075450.4145667-6-skori@marvell.com>
@ 2025-10-23  7:21 ` qemudev
  2025-10-23  7:56 ` |SUCCESS| pw158008 " checkpatch
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: qemudev @ 2025-10-23  7:21 UTC (permalink / raw)
  To: test-report; +Cc: skori, maobibo

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

_ninja build failure_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thu, 23 Oct 2025 13:23:25 +0530
DPDK git baseline: Repo:dpdk-next-net-mrvl
  Branch: for-next-net
  CommitID: f3878b615e69a12087a6c5d212723478cfc79c31

158003-158008 --> 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: drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev.c.o
cc -Idrivers/libtmp_rte_net_cnxk.a.p -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -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/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../
 drivers/common/cnxk -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-vla -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev.c.o -MF drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev.c.o.d -o drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev.c.o -c ../drivers/net/cnxk/cnxk_ethdev.c
./drivers/net/cnxk/cnxk_ethdev.c:66:18: error: ‘RTE_ETH_LINK_CONNECTOR_TP’ undeclared here (not in a function); did you mean ‘RTE_ETH_LINK_AUTONEG’?
[CGX_PORT_TP] = RTE_ETH_LINK_CONNECTOR_TP,
^~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_LINK_AUTONEG
./drivers/net/cnxk/cnxk_ethdev.c:67:19: error: ‘RTE_ETH_LINK_CONNECTOR_AUI’ undeclared here (not in a function); did you mean ‘RTE_ETH_LINK_MAX_STR_LEN’?
[CGX_PORT_AUI] = RTE_ETH_LINK_CONNECTOR_AUI,
^~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_LINK_MAX_STR_LEN
./drivers/net/cnxk/cnxk_ethdev.c:68:19: error: ‘RTE_ETH_LINK_CONNECTOR_MII’ undeclared here (not in a function); did you mean ‘RTE_ETH_LINK_MAX_STR_LEN’?
[CGX_PORT_MII] = RTE_ETH_LINK_CONNECTOR_MII,
^~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_LINK_MAX_STR_LEN
./drivers/net/cnxk/cnxk_ethdev.c:69:21: error: ‘RTE_ETH_LINK_CONNECTOR_FIBER’ undeclared here (not in a function); did you mean ‘RTE_ETH_LINK_SPEED_FIXED’?
[CGX_PORT_FIBRE] = RTE_ETH_LINK_CONNECTOR_FIBER,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_LINK_SPEED_FIXED
./drivers/net/cnxk/cnxk_ethdev.c:70:19: error: ‘RTE_ETH_LINK_CONNECTOR_BNC’ undeclared here (not in a function); did you mean ‘RTE_ETH_LINK_MAX_STR_LEN’?
[CGX_PORT_BNC] = RTE_ETH_LINK_CONNECTOR_BNC,
^~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_LINK_MAX_STR_LEN
./drivers/net/cnxk/cnxk_ethdev.c:71:18: error: ‘RTE_ETH_LINK_CONNECTOR_DAC’ undeclared here (not in a function); did you mean ‘RTE_ETH_LINK_MAX_STR_LEN’?
[CGX_PORT_DA] = RTE_ETH_LINK_CONNECTOR_DAC,
^~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_LINK_MAX_STR_LEN
./drivers/net/cnxk/cnxk_ethdev.c:72:20: error: ‘RTE_ETH_LINK_CONNECTOR_NONE’ undeclared here (not in a function); did you mean ‘RTE_ETH_REPRESENTOR_NONE’?
[CGX_PORT_NONE] = RTE_ETH_LINK_CONNECTOR_NONE,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_REPRESENTOR_NONE
./drivers/net/cnxk/cnxk_ethdev.c:73:21: error: ‘RTE_ETH_LINK_CONNECTOR_OTHER’ undeclared here (not in a function); did you mean ‘RTE_ETH_LINK_MAX_STR_LEN’?
[CGX_PORT_OTHER] = RTE_ETH_LINK_CONNECTOR_OTHER,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_LINK_MAX_STR_LEN
./drivers/net/cnxk/cnxk_ethdev.c: In function ‘nix_get_speed_capa’:
./drivers/net/cnxk/cnxk_ethdev.c:139:7: error: ‘struct rte_eth_link’ has no member named ‘link_connector’
link.link_connector = dev->link_type;
^
./drivers/net/cnxk/cnxk_ethdev.c:139:3: warning: statement with no effect [-Wunused-value]
link.link_connector = dev->link_type;
^~~~
./drivers/net/cnxk/cnxk_ethdev.c: In function ‘cnxk_nix_dev_stop’:
./drivers/net/cnxk/cnxk_ethdev.c:1808:6: error: ‘struct rte_eth_link’ has no member named ‘link_connector’
link.link_connector = dev->link_type;
^
./drivers/net/cnxk/cnxk_ethdev.c:1808:2: warning: statement with no effect [-Wunused-value]
link.link_connector = dev->link_type;
^~~~
[1243/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_flow_common.c.o
[1244/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_link.c.o
FAILED: drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_link.c.o
cc -Idrivers/libtmp_rte_net_cnxk.a.p -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -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/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../
 drivers/common/cnxk -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-vla -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_link.c.o -MF drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_link.c.o.d -o drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_link.c.o -c ../drivers/net/cnxk/cnxk_link.c
In file included from ../lib/eal/include/rte_dev.h:20,
from ../lib/eal/include/dev_driver.h:9,
from ../lib/ethdev/ethdev_driver.h:19,
from ../drivers/net/cnxk/cnxk_ethdev.h:10,
from ../drivers/net/cnxk/cnxk_link.c:5:
./drivers/net/cnxk/cnxk_link.c: In function ‘nix_link_status_print’:
./drivers/net/cnxk/cnxk_link.c:124:6: warning: implicit declaration of function ‘rte_eth_link_connector_to_str’; did you mean ‘rte_eth_link_speed_to_str’? [-Wimplicit-function-declaration]
rte_eth_link_connector_to_str(link->link_connector));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/log/rte_log.h:334:32: note: in definition of macro ‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^~~~~~~~~~~
./lib/log/rte_log.h:388:16: note: in expansion of macro ‘RTE_FMT’
RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "n", ^~~~~~~
./lib/log/rte_log.h:389:3: note: in expansion of macro ‘RTE_FMT_TAIL’
RTE_FMT_TAIL(__VA_ARGS__ ,))); ^~~~~~~~~~~~
./drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro ‘RTE_LOG_LINE’
#define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__)
^~~~~~~~~~~~
./drivers/net/cnxk/cnxk_link.c:118:3: note: in expansion of macro ‘plt_info’
plt_info("Port %d: Link Up - speed %u Mbps - %s - %s",
^~~~~~~~
./drivers/net/cnxk/cnxk_link.c:124:6: warning: nested extern declaration of ‘rte_eth_link_connector_to_str’ [-Wnested-externs]
rte_eth_link_connector_to_str(link->link_connector));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/log/rte_log.h:334:32: note: in definition of macro ‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^~~~~~~~~~~
./lib/log/rte_log.h:388:16: note: in expansion of macro ‘RTE_FMT’
RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "n", ^~~~~~~
./lib/log/rte_log.h:389:3: note: in expansion of macro ‘RTE_FMT_TAIL’
RTE_FMT_TAIL(__VA_ARGS__ ,))); ^~~~~~~~~~~~
./drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro ‘RTE_LOG_LINE’
#define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__)
^~~~~~~~~~~~
./drivers/net/cnxk/cnxk_link.c:118:3: note: in expansion of macro ‘plt_info’
plt_info("Port %d: Link Up - speed %u Mbps - %s - %s",
^~~~~~~~
./drivers/net/cnxk/cnxk_link.c:124:40: error: ‘struct rte_eth_link’ has no member named ‘link_connector’
rte_eth_link_connector_to_str(link->link_connector));
^~
./lib/log/rte_log.h:334:32: note: in definition of macro ‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^~~~~~~~~~~
./lib/log/rte_log.h:388:16: note: in expansion of macro ‘RTE_FMT’
RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "n", ^~~~~~~
./lib/log/rte_log.h:389:3: note: in expansion of macro ‘RTE_FMT_TAIL’
RTE_FMT_TAIL(__VA_ARGS__ ,))); ^~~~~~~~~~~~
./drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro ‘RTE_LOG_LINE’
#define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__)
^~~~~~~~~~~~
./drivers/net/cnxk/cnxk_link.c:118:3: note: in expansion of macro ‘plt_info’
plt_info("Port %d: Link Up - speed %u Mbps - %s - %s",
^~~~~~~~
./drivers/net/cnxk/cnxk_link.c:127:39: error: ‘struct rte_eth_link’ has no member named ‘link_connector’
rte_eth_link_connector_to_str(link->link_connector));
^~
./lib/log/rte_log.h:334:32: note: in definition of macro ‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^~~~~~~~~~~
./lib/log/rte_log.h:388:16: note: in expansion of macro ‘RTE_FMT’
RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "n", ^~~~~~~
./lib/log/rte_log.h:389:3: note: in expansion of macro ‘RTE_FMT_TAIL’
RTE_FMT_TAIL(__VA_ARGS__ ,))); ^~~~~~~~~~~~
./drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro ‘RTE_LOG_LINE’
#define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__)
^~~~~~~~~~~~
./drivers/net/cnxk/cnxk_link.c:126:3: note: in expansion of macro ‘plt_info’
plt_info("Port %d: Link Down - %s", (int)(eth_dev->data->port_id),
^~~~~~~~
./drivers/net/cnxk/cnxk_link.c: In function ‘cnxk_eth_dev_link_status_cb’:
./drivers/net/cnxk/cnxk_link.c:176:10: error: ‘struct rte_eth_link’ has no member named ‘link_connector’
eth_link.link_connector = dev->link_type;
^
./drivers/net/cnxk/cnxk_link.c: In function ‘cnxk_nix_link_update’:
./drivers/net/cnxk/cnxk_link.c:216:7: error: ‘struct rte_eth_link’ has no member named ‘link_connector’
link.link_connector = dev->link_type;
^
[1245/2979] Generating rte_net_bnxt_map with a custom command
[1246/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_eswitch_devargs.c.o
[1247/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_lookup.c.o
[1248/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_sec.c.o
[1249/2979] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_api.c.o
[1250/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_eswitch_flow.c.o
[1251/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ptp.c.o
[1252/2979] Generating rte_net_axgbe.sym_chk with a custom command (wrapped by meson to capture output)
[1253/2979] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_ulp_ulp_mapper.c.o
[1254/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_devargs.c.o
[1255/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_rep.c.o
[1256/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_eswitch.c.o
[1257/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_stats.c.o
[1258/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_sec_telemetry.c.o
[1259/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_ops.c.o
[1260/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_tm.c.o
[1261/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_rep_ops.c.o
[1262/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_rep_msg.c.o
[1263/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mcs.c.o
[1264/2979] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1265/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_flow.c.o
[1266/2979] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o
[1267/2979] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
[1268/2979] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[1269/2979] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_8023ad.c.o
[1270/2979] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_elink.c.o
[1271/2979] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1272/2979] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[1273/2979] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x.c.o
[1274/2979] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[1275/2979] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw158008 [PATCH v5 6/6] net/cnxk: report link mode
       [not found] <20251023075450.4145667-6-skori@marvell.com>
  2025-10-23  7:21 ` |FAILURE| pw158003-158008 [PATCH v5 6/6] net/cnxk: report link mode qemudev
@ 2025-10-23  7:56 ` checkpatch
  2025-10-23  8:26 ` |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod dpdklab
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: checkpatch @ 2025-10-23  7:56 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
  2025-10-23  7:21 ` |FAILURE| pw158003-158008 [PATCH v5 6/6] net/cnxk: report link mode qemudev
  2025-10-23  7:56 ` |SUCCESS| pw158008 " checkpatch
@ 2025-10-23  8:26 ` dpdklab
  2025-10-23  8:28 ` |PENDING| " dpdklab
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Functional Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> functional testing pass

Upstream job id: Template-DPDK-DTS-Pipeline#2604

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8.0-55-generic
Compiler: gcc 13.3.0
NIC: Mellanox ConnectX-5 100000 Mbps

Aggregate Results by Test Suite
+---------------------------------+--------+
|           Test Suite            | Result |
+=================================+========+
| blocklist                       |  PASS  |
+---------------------------------+--------+
| promisc_support                 |  PASS  |
+---------------------------------+--------+
| uni_pkt                         |  PASS  |
+---------------------------------+--------+
| dynamic_config                  |  PASS  |
+---------------------------------+--------+
| hello_world                     |  PASS  |
+---------------------------------+--------+
| l2fwd                           |  PASS  |
+---------------------------------+--------+
| port_restart_config_persistency |  PASS  |
+---------------------------------+--------+
| softnic                         |  PASS  |
+---------------------------------+--------+
| vlan                            |  PASS  |
+---------------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (2 preceding siblings ...)
  2025-10-23  8:26 ` |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod dpdklab
@ 2025-10-23  8:28 ` dpdklab
  2025-10-23  8:31 ` |SUCCESS| " dpdklab
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/158008

_Testing pending_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pending

Upstream job id: Generic-VM-DPDK-Compile-Meson#39194

Test environment and result as below:

+---------------------+-------------------+--------------------+-------------------------+
|     Environment     | dpdk_msvc_compile | dpdk_meson_compile | dpdk_llvm_clang_compile |
+=====================+===================+====================+=========================+
| Windows Server 2022 | PEND              | SKIPPED            | PEND                    |
+---------------------+-------------------+--------------------+-------------------------+
| FreeBSD 14.2        | SKIPPED           | PEND               | SKIPPED                 |
+---------------------+-------------------+--------------------+-------------------------+
| Ubuntu 20.04        | SKIPPED           | PASS               | SKIPPED                 |
+---------------------+-------------------+--------------------+-------------------------+


Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (3 preceding siblings ...)
  2025-10-23  8:28 ` |PENDING| " dpdklab
@ 2025-10-23  8:31 ` dpdklab
  2025-10-23  8:31 ` |PENDING| " dpdklab
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Functional Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#250860

Test environment and result as below:

Ubuntu 20.04.6
Kernel: 5.4.105
Compiler: gcc 9.4
NIC: Marvell CN106XX 50000 Mbps
Target: arm64-native-linuxapp-gcc

Aggregate Results by Test Suite
+----------------+--------+
|   Test Suite   | Result |
+================+========+
| cmdline        |  PASS  |
+----------------+--------+
| rxtx_callbacks |  PASS  |
+----------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (4 preceding siblings ...)
  2025-10-23  8:31 ` |SUCCESS| " dpdklab
@ 2025-10-23  8:31 ` dpdklab
  2025-10-23  8:38 ` dpdklab
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/158008

_Testing pending_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#384383

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| CentOS Stream 9               | PEND           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Fedora Linux 42               | PEND           |
+-------------------------------+----------------+
| Fedora Linux 40               | PEND           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+
| Windows Server 2022           | PEND           |
+-------------------------------+----------------+


CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (5 preceding siblings ...)
  2025-10-23  8:31 ` |PENDING| " dpdklab
@ 2025-10-23  8:38 ` dpdklab
  2025-10-23  8:43 ` |SUCCESS| " dpdklab
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/158008

_Testing pending_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#384378

Test environment and result as below:

+------------------------------+------------------------------+---------------------------+----------------+--------------+
|         Environment          | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest |
+==============================+==============================+===========================+================+==============+
| Debian 12 (arm)              | PEND                         | PEND                      | SKIPPED        | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| CentOS Stream 10             | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora Linux 41              | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Debian GNU/Linux 12          | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| CentOS Stream 9              | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04                 | SKIPPED                      | SKIPPED                   | PEND           | PASS         |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora Linux 40              | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora Linux 42              | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 24.04                 | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 22.04                 | SKIPPED                      | SKIPPED                   | PEND           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+


Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 41
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (6 preceding siblings ...)
  2025-10-23  8:38 ` dpdklab
@ 2025-10-23  8:43 ` dpdklab
  2025-10-23  8:44 ` dpdklab
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#250863

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| blocklist  |  PASS  |
+------------+--------+
| uni_pkt    |  PASS  |
+------------+--------+


Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| dynamic_queue_conf |  PASS  |
+--------------------+--------+
| hello_world        |  PASS  |
+--------------------+--------+
| l2fwd              |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+


Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (7 preceding siblings ...)
  2025-10-23  8:43 ` |SUCCESS| " dpdklab
@ 2025-10-23  8:44 ` dpdklab
  2025-10-23  8:56 ` dpdklab
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pass

Upstream job id: Windows-Compile-DPDK-Native#31829

Test environment and result as below:

+---------------------+-------------------+--------------------+-------------------------+
|     Environment     | dpdk_msvc_compile | dpdk_meson_compile | dpdk_llvm_clang_compile |
+=====================+===================+====================+=========================+
| Windows Server 2022 | PASS              | SKIPPED            | PASS                    |
+---------------------+-------------------+--------------------+-------------------------+
| FreeBSD 14.2        | SKIPPED           | PASS               | SKIPPED                 |
+---------------------+-------------------+--------------------+-------------------------+
| Ubuntu 20.04        | SKIPPED           | PASS               | SKIPPED                 |
+---------------------+-------------------+--------------------+-------------------------+


Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (8 preceding siblings ...)
  2025-10-23  8:44 ` dpdklab
@ 2025-10-23  8:56 ` dpdklab
  2025-10-23  9:01 ` dpdklab
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  8:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pass

Upstream job id: ACVP-FIPS-testing#11527

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | PASS                 |
+--------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (9 preceding siblings ...)
  2025-10-23  8:56 ` dpdklab
@ 2025-10-23  9:01 ` dpdklab
  2025-10-23  9:05 ` dpdklab
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  9:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pass

Upstream job id: Template-DTS-Pipeline#250862

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PASS                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (10 preceding siblings ...)
  2025-10-23  9:01 ` dpdklab
@ 2025-10-23  9:05 ` dpdklab
  2025-10-23  9:19 ` |SUCCESS| pw158008 [PATCH v5 6/6] net/cnxk: report link mode 0-day Robot
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  9:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#250853

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel E810 100000 Mbps
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.9%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.5%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -2.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.4%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -2.6%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -2.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158008 [PATCH v5 6/6] net/cnxk: report link mode
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (11 preceding siblings ...)
  2025-10-23  9:05 ` dpdklab
@ 2025-10-23  9:19 ` 0-day Robot
  2025-10-23  9:19 ` 0-day Robot
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: 0-day Robot @ 2025-10-23  9:19 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/158008/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/18741756259

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

* |SUCCESS| pw158008 [PATCH v5 6/6] net/cnxk: report link mode
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (12 preceding siblings ...)
  2025-10-23  9:19 ` |SUCCESS| pw158008 [PATCH v5 6/6] net/cnxk: report link mode 0-day Robot
@ 2025-10-23  9:19 ` 0-day Robot
  2025-10-23  9:25 ` |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod dpdklab
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: 0-day Robot @ 2025-10-23  9:19 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot-post
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/158008/

_github post: success_
HTML Link: https://github.com/ovsrobot/dpdk/pull/227

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (13 preceding siblings ...)
  2025-10-23  9:19 ` 0-day Robot
@ 2025-10-23  9:25 ` dpdklab
  2025-10-23  9:25 ` dpdklab
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  9:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pass

Upstream job id: Template-DTS-Pipeline#250861

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PASS                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (14 preceding siblings ...)
  2025-10-23  9:25 ` |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod dpdklab
@ 2025-10-23  9:25 ` dpdklab
  2025-10-23  9:45 ` dpdklab
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  9:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pass

Upstream job id: Generic-Unit-Test-DPDK#384393

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PASS           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PASS           |
+-------------------------------+----------------+
| Fedora Linux 42               | PASS           |
+-------------------------------+----------------+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| Fedora Linux 41               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PASS           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PASS           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PASS           |
+-------------------------------+----------------+
| Windows Server 2022           | PASS           |
+-------------------------------+----------------+


CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (15 preceding siblings ...)
  2025-10-23  9:25 ` dpdklab
@ 2025-10-23  9:45 ` dpdklab
  2025-10-23 10:03 ` dpdklab
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23  9:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#250857

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| blocklist  |  PASS  |
+------------+--------+
| uni_pkt    |  PASS  |
+------------+--------+


Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| dynamic_queue_conf |  PASS  |
+--------------------+--------+
| hello_world        |  PASS  |
+--------------------+--------+
| l2fwd              |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+


Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (16 preceding siblings ...)
  2025-10-23  9:45 ` dpdklab
@ 2025-10-23 10:03 ` dpdklab
  2025-10-23 10:03 ` dpdklab
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23 10:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Performance Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#250855

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Fail/Total: 0/3

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 128     | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 1           | 0.5%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 2.4%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.5%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.4%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (17 preceding siblings ...)
  2025-10-23 10:03 ` dpdklab
@ 2025-10-23 10:03 ` dpdklab
  2025-10-23 10:05 ` |PENDING| " dpdklab
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23 10:03 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#250851

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 1024    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | -0.6%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 1024    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | 0.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (18 preceding siblings ...)
  2025-10-23 10:03 ` dpdklab
@ 2025-10-23 10:05 ` dpdklab
  2025-10-23 10:22 ` |SUCCESS| " dpdklab
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23 10:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/158008

_Testing pending_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pending

Upstream job id: Generic-DPDK-Compile-Meson#436995

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | PASS               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+


Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (19 preceding siblings ...)
  2025-10-23 10:05 ` |PENDING| " dpdklab
@ 2025-10-23 10:22 ` dpdklab
  2025-10-23 10:26 ` |WARNING| " dpdklab
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23 10:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#250859

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| blocklist  |  PASS  |
+------------+--------+
| uni_pkt    |  PASS  |
+------------+--------+


Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| dynamic_queue_conf |  PASS  |
+--------------------+--------+
| hello_world        |  PASS  |
+--------------------+--------+
| l2fwd              |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+


Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel Corporation QAT 8970 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |WARNING| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (20 preceding siblings ...)
  2025-10-23 10:22 ` |SUCCESS| " dpdklab
@ 2025-10-23 10:26 ` dpdklab
  2025-10-23 19:48 ` |SUCCESS| " dpdklab
  2025-10-23 20:32 ` dpdklab
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23 10:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/158008

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#436971

Test environment and result as below:

+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
|          Environment          | dpdk_msvc_compile | dpdk_meson_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+===================+====================+=========================+======================+===================+==================+
| Windows Server 2022           | PASS              | SKIPPED            | PASS                    | PASS                 | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| FreeBSD 14.2                  | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04                  | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| CentOS Stream 9               | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | WARN              | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| CentOS Stream 10              | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Debian GNU/Linux 12           | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | WARN              | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Fedora Linux 42               | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | WARN              | PASS             |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15.6            | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5  | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04                  | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | WARN              | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 24.04                  | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | WARN              | PASS             |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+
| Alpine Linux 3.22.0           | SKIPPED           | PASS               | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+-------------------+--------------------+-------------------------+----------------------+-------------------+------------------+

==== 20 line log output for Ubuntu 24.04 (dpdk_compile_spdk): ====
 --- Failed to get log output --- 
==== End log output ====

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (21 preceding siblings ...)
  2025-10-23 10:26 ` |WARNING| " dpdklab
@ 2025-10-23 19:48 ` dpdklab
  2025-10-23 20:32 ` dpdklab
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23 19:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pass

Upstream job id: Generic-DPDK-Compile-Meson#436993

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PASS               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | PASS               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PASS               |
+------------------------------+--------------------+
| Fedora Linux 42              | PASS               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PASS               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PASS               |
+------------------------------+--------------------+
| CentOS Stream 9              | PASS               |
+------------------------------+--------------------+
| CentOS Stream 10             | PASS               |
+------------------------------+--------------------+


Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod
       [not found] <20251023075450.4145667-6-skori@marvell.com>
                   ` (22 preceding siblings ...)
  2025-10-23 19:48 ` |SUCCESS| " dpdklab
@ 2025-10-23 20:32 ` dpdklab
  23 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2025-10-23 20:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/158008

_Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Thursday, October 23 2025 07:53:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2863cbd9ee6dabee2b183382d298f4054ba3e8a2

158003-158008 --> testing pass

Upstream job id: Generic-Unit-Test-DPDK#384396

Test environment and result as below:

+------------------------------+------------------------------+---------------------------+----------------+--------------+
|         Environment          | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest |
+==============================+==============================+===========================+================+==============+
| Debian 12 (arm)              | PASS                         | PASS                      | SKIPPED        | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| CentOS Stream 10             | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora Linux 41              | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Debian GNU/Linux 12          | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| CentOS Stream 9              | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04                 | SKIPPED                      | SKIPPED                   | PASS           | PASS         |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora Linux 40              | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora Linux 42              | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 24.04                 | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 22.04                 | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+------------------------------+------------------------------+---------------------------+----------------+--------------+


Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 41
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2025-10-23 20:32 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20251023075450.4145667-6-skori@marvell.com>
2025-10-23  7:21 ` |FAILURE| pw158003-158008 [PATCH v5 6/6] net/cnxk: report link mode qemudev
2025-10-23  7:56 ` |SUCCESS| pw158008 " checkpatch
2025-10-23  8:26 ` |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod dpdklab
2025-10-23  8:28 ` |PENDING| " dpdklab
2025-10-23  8:31 ` |SUCCESS| " dpdklab
2025-10-23  8:31 ` |PENDING| " dpdklab
2025-10-23  8:38 ` dpdklab
2025-10-23  8:43 ` |SUCCESS| " dpdklab
2025-10-23  8:44 ` dpdklab
2025-10-23  8:56 ` dpdklab
2025-10-23  9:01 ` dpdklab
2025-10-23  9:05 ` dpdklab
2025-10-23  9:19 ` |SUCCESS| pw158008 [PATCH v5 6/6] net/cnxk: report link mode 0-day Robot
2025-10-23  9:19 ` 0-day Robot
2025-10-23  9:25 ` |SUCCESS| pw158003-158008 [PATCH] [v5,6/6] net/cnxk: report link mod dpdklab
2025-10-23  9:25 ` dpdklab
2025-10-23  9:45 ` dpdklab
2025-10-23 10:03 ` dpdklab
2025-10-23 10:03 ` dpdklab
2025-10-23 10:05 ` |PENDING| " dpdklab
2025-10-23 10:22 ` |SUCCESS| " dpdklab
2025-10-23 10:26 ` |WARNING| " dpdklab
2025-10-23 19:48 ` |SUCCESS| " dpdklab
2025-10-23 20:32 ` 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).