automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: skori@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw154063 [PATCH 6/6] net/cnxk: report link mode
Date: Thu,  5 Jun 2025 08:24:37 -0400	[thread overview]
Message-ID: <20250605122437.784707-1-robot@bytheb.org> (raw)
In-Reply-To: <20250605114231.3036050-6-skori@marvell.com>

From: robot@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-----------------------------

  parent reply	other threads:[~2025-06-05 12:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250605114231.3036050-6-skori@marvell.com>
2025-06-05 11:12 ` |FAILURE| pw154058-154063 " qemudev
2025-06-05 11:42 ` |SUCCESS| pw154063 " checkpatch
2025-06-05 12:24 ` 0-day Robot [this message]
2025-06-05 15:20 ` |FAILURE| pw154058-154063 [PATCH] [6/6] " dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250605122437.784707-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=skori@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).