|FAILURE| pw154063 [PATCH 6/6] net/cnxk: report link mode
0-day Robot
robot at bytheb.org
Thu Jun 5 14:24:37 CEST 2025
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/154063/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/15466544295
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" 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-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
RTE_ETH_TUNNEL_TYPE_NONE
../lib/ethdev/rte_ethdev.h:1455:2: note: 'RTE_ETH_TUNNEL_TYPE_NONE' declared here
RTE_ETH_TUNNEL_TYPE_NONE = 0,
^
../drivers/net/cnxk/cnxk_ethdev.c:73:21: error: use of undeclared identifier 'RTE_ETH_LINK_TYPE_OTHER'; did you mean 'RTE_ETH_VLAN_TYPE_OUTER'?
[CGX_PORT_OTHER] = RTE_ETH_LINK_TYPE_OTHER,
^~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_VLAN_TYPE_OUTER
../lib/ethdev/rte_ethdev.h:451:2: note: 'RTE_ETH_VLAN_TYPE_OUTER' declared here
RTE_ETH_VLAN_TYPE_OUTER, /**< Single VLAN, or outer VLAN. */
^
../drivers/net/cnxk/cnxk_ethdev.c:139:8: error: no member named 'link_type' in 'struct rte_eth_link'
link.link_type = dev->link_type;
~~~~ ^
../drivers/net/cnxk/cnxk_ethdev.c:1791:7: error: no member named 'link_type' in 'struct rte_eth_link'
link.link_type = dev->link_type;
~~~~ ^
10 errors generated.
[494/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_devargs.c.o
[495/3573] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[496/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mcs.c.o
[497/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
[498/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_ops.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
RTE_ETH_TUNNEL_TYPE_NONE
../lib/ethdev/rte_ethdev.h:1455:2: note: 'RTE_ETH_TUNNEL_TYPE_NONE' declared here
RTE_ETH_TUNNEL_TYPE_NONE = 0,
^
../drivers/net/cnxk/cnxk_ethdev.c:73:21: error: use of undeclared identifier 'RTE_ETH_LINK_TYPE_OTHER'; did you mean 'RTE_ETH_VLAN_TYPE_OUTER'?
[CGX_PORT_OTHER] = RTE_ETH_LINK_TYPE_OTHER,
^~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_VLAN_TYPE_OUTER
../lib/ethdev/rte_ethdev.h:451:2: note: 'RTE_ETH_VLAN_TYPE_OUTER' declared here
RTE_ETH_VLAN_TYPE_OUTER, /**< Single VLAN, or outer VLAN. */
^
../drivers/net/cnxk/cnxk_ethdev.c:139:8: error: no member named 'link_type' in 'struct rte_eth_link'
link.link_type = dev->link_type;
~~~~ ^
../drivers/net/cnxk/cnxk_ethdev.c:1791:7: error: no member named 'link_type' in 'struct rte_eth_link'
link.link_type = dev->link_type;
~~~~ ^
10 errors generated.
[496/7033] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o
[497/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_devargs.c.o
[498/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mcs.c.o
[499/7033] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[500/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
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
####################################################################################
| ^~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_MAX
../drivers/net/cnxk/cnxk_ethdev.c:72:27: error: ‘RTE_ETH_LINK_TYPE_NONE’ undeclared here (not in a function); did you mean ‘RTE_ETH_TUNNEL_TYPE_NONE’?
72 | [CGX_PORT_NONE] = RTE_ETH_LINK_TYPE_NONE,
| ^~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_TUNNEL_TYPE_NONE
../drivers/net/cnxk/cnxk_ethdev.c:73:28: error: ‘RTE_ETH_LINK_TYPE_OTHER’ undeclared here (not in a function); did you mean ‘RTE_ETH_VLAN_TYPE_OUTER’?
73 | [CGX_PORT_OTHER] = RTE_ETH_LINK_TYPE_OTHER,
| ^~~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_OUTER
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘nix_get_speed_capa’:
../drivers/net/cnxk/cnxk_ethdev.c:139:21: error: ‘struct rte_eth_link’ has no member named ‘link_type’
139 | link.link_type = dev->link_type;
| ^
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘cnxk_nix_dev_stop’:
../drivers/net/cnxk/cnxk_ethdev.c:1791:13: error: ‘struct rte_eth_link’ has no member named ‘link_type’
1791 | link.link_type = dev->link_type;
| ^
[603/6945] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_8023ad.c.o
[604/6945] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mcs.c.o
[605/6945] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
[606/6945] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_ops.c.o
[607/6945] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
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
####################################################################################
| ^~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_MAX
../drivers/net/cnxk/cnxk_ethdev.c:72:27: error: ‘RTE_ETH_LINK_TYPE_NONE’ undeclared here (not in a function); did you mean ‘RTE_ETH_TUNNEL_TYPE_NONE’?
72 | [CGX_PORT_NONE] = RTE_ETH_LINK_TYPE_NONE,
| ^~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_TUNNEL_TYPE_NONE
../drivers/net/cnxk/cnxk_ethdev.c:73:28: error: ‘RTE_ETH_LINK_TYPE_OTHER’ undeclared here (not in a function); did you mean ‘RTE_ETH_VLAN_TYPE_OUTER’?
73 | [CGX_PORT_OTHER] = RTE_ETH_LINK_TYPE_OTHER,
| ^~~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_OUTER
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘nix_get_speed_capa’:
../drivers/net/cnxk/cnxk_ethdev.c:139:21: error: ‘struct rte_eth_link’ has no member named ‘link_type’
139 | link.link_type = dev->link_type;
| ^
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘cnxk_nix_dev_stop’:
../drivers/net/cnxk/cnxk_ethdev.c:1791:13: error: ‘struct rte_eth_link’ has no member named ‘link_type’
1791 | link.link_type = dev->link_type;
| ^
[465/6204] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mcs.c.o
[466/6204] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[467/6204] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_sec.c.o
[468/6204] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_ops.c.o
[469/6204] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
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-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_MAX
../drivers/net/cnxk/cnxk_ethdev.c:72:27: error: ‘RTE_ETH_LINK_TYPE_NONE’ undeclared here (not in a function); did you mean ‘RTE_ETH_TUNNEL_TYPE_NONE’?
72 | [CGX_PORT_NONE] = RTE_ETH_LINK_TYPE_NONE,
| ^~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_TUNNEL_TYPE_NONE
../drivers/net/cnxk/cnxk_ethdev.c:73:28: error: ‘RTE_ETH_LINK_TYPE_OTHER’ undeclared here (not in a function); did you mean ‘RTE_ETH_VLAN_TYPE_OUTER’?
73 | [CGX_PORT_OTHER] = RTE_ETH_LINK_TYPE_OTHER,
| ^~~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_OUTER
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘nix_get_speed_capa’:
../drivers/net/cnxk/cnxk_ethdev.c:139:21: error: ‘struct rte_eth_link’ has no member named ‘link_type’
139 | link.link_type = dev->link_type;
| ^
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘cnxk_nix_dev_stop’:
../drivers/net/cnxk/cnxk_ethdev.c:1791:13: error: ‘struct rte_eth_link’ has no member named ‘link_type’
1791 | link.link_type = dev->link_type;
| ^
[500/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
[501/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_telemetry.c.o
[502/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_sec.c.o
[503/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_ops.c.o
[504/7033] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_sec_telemetry.c.o
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-gcc-stdatomic" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_MAX
../drivers/net/cnxk/cnxk_ethdev.c:72:27: error: ‘RTE_ETH_LINK_TYPE_NONE’ undeclared here (not in a function); did you mean ‘RTE_ETH_TUNNEL_TYPE_NONE’?
72 | [CGX_PORT_NONE] = RTE_ETH_LINK_TYPE_NONE,
| ^~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_TUNNEL_TYPE_NONE
../drivers/net/cnxk/cnxk_ethdev.c:73:28: error: ‘RTE_ETH_LINK_TYPE_OTHER’ undeclared here (not in a function); did you mean ‘RTE_ETH_VLAN_TYPE_OUTER’?
73 | [CGX_PORT_OTHER] = RTE_ETH_LINK_TYPE_OTHER,
| ^~~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_OUTER
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘nix_get_speed_capa’:
../drivers/net/cnxk/cnxk_ethdev.c:139:21: error: ‘struct rte_eth_link’ has no member named ‘link_type’
139 | link.link_type = dev->link_type;
| ^
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘cnxk_nix_dev_stop’:
../drivers/net/cnxk/cnxk_ethdev.c:1791:13: error: ‘struct rte_eth_link’ has no member named ‘link_type’
1791 | link.link_type = dev->link_type;
| ^
[495/3573] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[496/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mcs.c.o
[497/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
[498/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_sec.c.o
[499/3573] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_ops.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_MAX
../drivers/net/cnxk/cnxk_ethdev.c:72:27: error: ‘RTE_ETH_LINK_TYPE_NONE’ undeclared here (not in a function); did you mean ‘RTE_ETH_TUNNEL_TYPE_NONE’?
72 | [CGX_PORT_NONE] = RTE_ETH_LINK_TYPE_NONE,
| ^~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_TUNNEL_TYPE_NONE
../drivers/net/cnxk/cnxk_ethdev.c:73:28: error: ‘RTE_ETH_LINK_TYPE_OTHER’ undeclared here (not in a function); did you mean ‘RTE_ETH_VLAN_TYPE_OUTER’?
73 | [CGX_PORT_OTHER] = RTE_ETH_LINK_TYPE_OTHER,
| ^~~~~~~~~~~~~~~~~~~~~~~
| RTE_ETH_VLAN_TYPE_OUTER
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘nix_get_speed_capa’:
../drivers/net/cnxk/cnxk_ethdev.c:139:21: error: ‘struct rte_eth_link’ has no member named ‘link_type’
139 | link.link_type = dev->link_type;
| ^
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘cnxk_nix_dev_stop’:
../drivers/net/cnxk/cnxk_ethdev.c:1791:13: error: ‘struct rte_eth_link’ has no member named ‘link_type’
1791 | link.link_type = dev->link_type;
| ^
[460/6155] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_devargs.c.o
[461/6155] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mcs.c.o
[462/6155] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[463/6155] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
[464/6155] Generating rte_common_cnxk.pmd.c with a 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
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list