From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6709D46D2A for ; Thu, 14 Aug 2025 20:44:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 61DCF40B9C; Thu, 14 Aug 2025 20:44:31 +0200 (CEST) Received: from dmx.alabs.net (dmx.alabs.net [52.211.35.88]) by mails.dpdk.org (Postfix) with ESMTP id 772FA427B8 for ; Thu, 14 Aug 2025 20:44:26 +0200 (CEST) Received: from ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (unknown [10.122.5.122]) by dmx.alabs.net (Postfix) with ESMTP id A366E8475F8; Thu, 14 Aug 2025 21:44:24 +0300 (IDT) DKIM-Filter: OpenDKIM Filter v2.11.0 dmx.alabs.net A366E8475F8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alabs.net; s=alabs; t=1755197064; bh=plCuF6U5gdoyIsaeuay1B0iQAcPbw35TKZpb6gRnTsc=; h=Date:From:To:Subject:List-ID:From; b=nrEk34N4lEZawJN6u3+7d9v675HWiLrWiPKMsgXFnJ8ZYlRCKwBsUzn/XXaZTEdge ZLfo7AZqn1tfabcCJ1JQeyNryVX8MrDGTLBK79AahzLgJ0UcuuOqUWiD+VuZhOdDST AMGGEC17/KXqulKi4IdhASMy802HhLdFX8MtgPk0= Received: from ip-10-159-234-77.eu-west-1.compute.internal (swci-jnk-k2apps.alabs.net [10.159.234.77]) by ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (Postfix) with ESMTP id 981E812ACA9; Thu, 14 Aug 2025 21:44:24 +0300 (IDT) Date: Thu, 14 Aug 2025 21:44:24 +0300 (IDT) From: al-sw-devops@alabs.net To: test-report@dpdk.org, atrwajee@amazon.com, shaibran@amazon.com Message-ID: <1705414961.21809.1755197064624@ip-10-159-234-77.eu-west-1.compute.internal> Subject: |FAILURE| pw155855-155860 [v3,1/6] common/cnxk: support link mode configuration MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_21808_1663660265.1755197064618" X-Jenkins-Job: Community-Fast-tests X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org ------=_Part_21808_1663660265.1755197064618 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Test-Name: DPDK Fast test suite Test-Label: aws-unit-testing Test-Status: FAILURE _Unit Testing Build error encountered_ http://dpdk.org/patch/155860 Test Status Summary: +--------------+------------------+ | Architecture | DPDK Unit Test | +--------------+------------------+ | x86_64 | FAILURE | +--------------+------------------+ | arm64 | FAILURE | +--------------+------------------+ Test environment (aarch64): Description: Build error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1030-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (aarch64) 388 | RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "\n", \ | ^~~~~~~ ../lib/log/rte_log.h:389:17: note: in expansion of macro =E2=80=98RTE_FMT_T= AIL=E2=80=99 389 | RTE_FMT_TAIL(__VA_ARGS__ ,))); \ | ^~~~~~~~~~~~ ../drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro = =E2=80=98RTE_LOG_LINE=E2=80=99 299 | #define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:126:17: note: in expansion of macro =E2=80= =98plt_info=E2=80=99 126 | plt_info("Port %d: Link Down - %s", (int)(eth_dev->= data->port_id), | ^~~~~~~~ ../drivers/net/cnxk/cnxk_link.c: In function =E2=80=98cnxk_eth_dev_link_sta= tus_cb=E2=80=99: ../drivers/net/cnxk/cnxk_link.c:176:17: error: =E2=80=98struct rte_eth_link= =E2=80=99 has no member named =E2=80=98link_type=E2=80=99 176 | eth_link.link_type =3D dev->link_type; | ^ ../drivers/net/cnxk/cnxk_link.c: In function =E2=80=98cnxk_nix_link_update= =E2=80=99: ../drivers/net/cnxk/cnxk_link.c:216:21: error: =E2=80=98struct rte_eth_link= =E2=80=99 has no member named =E2=80=98link_type=E2=80=99 216 | link.link_type =3D dev->link_type; | ^ [1293/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev_sec_telemetry.c.o [1294/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev.c.o FAILED: drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev.c.o=20 cc -Idrivers/libtmp_rte_net_cnxk.a.p -Idrivers -I../drivers -Idrivers/net/c= nxk -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/e= al/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm= /include -I../lib/eal/arm/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/mbu= f -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Il= ib/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/v= dev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventde= v -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Il= ib/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=3Dalways -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-= pch -Wextra -std=3Dc11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprec= ated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations = -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arit= h -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-no= t-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=3Dneove= rse-n1 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation= -Wno-address-of-packed-member -Wno-vla -flax-vector-conversions -Wno-stric= t-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.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_c= nxk_ethdev.c.o -c ../drivers/net/cnxk/cnxk_ethdev.c ../drivers/net/cnxk/cnxk_ethdev.c:66:25: error: =E2=80=98RTE_ETH_LINK_TYPE_= TP=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RTE_= ETH_VLAN_TYPE_MAX=E2=80=99? 66 | [CGX_PORT_TP] =3D RTE_ETH_LINK_TYPE_TP, | ^~~~~~~~~~~~~~~~~~~~ | RTE_ETH_VLAN_TYPE_MAX ../drivers/net/cnxk/cnxk_ethdev.c:67:26: error: =E2=80=98RTE_ETH_LINK_TYPE_= AUI=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RTE= _ETH_VLAN_TYPE_MAX=E2=80=99? 67 | [CGX_PORT_AUI] =3D RTE_ETH_LINK_TYPE_AUI, | ^~~~~~~~~~~~~~~~~~~~~ | RTE_ETH_VLAN_TYPE_MAX ../drivers/net/cnxk/cnxk_ethdev.c:68:26: error: =E2=80=98RTE_ETH_LINK_TYPE_= MII=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RTE= _ETH_VLAN_TYPE_MAX=E2=80=99? 68 | [CGX_PORT_MII] =3D RTE_ETH_LINK_TYPE_MII, | ^~~~~~~~~~~~~~~~~~~~~ | RTE_ETH_VLAN_TYPE_MAX ../drivers/net/cnxk/cnxk_ethdev.c:69:28: error: =E2=80=98RTE_ETH_LINK_TYPE_= FIBER=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98R= TE_ETH_VLAN_TYPE_OUTER=E2=80=99? 69 | [CGX_PORT_FIBRE] =3D RTE_ETH_LINK_TYPE_FIBER, | ^~~~~~~~~~~~~~~~~~~~~~~ | RTE_ETH_VLAN_TYPE_OUTER ../drivers/net/cnxk/cnxk_ethdev.c:70:26: error: =E2=80=98RTE_ETH_LINK_TYPE_= BNC=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RTE= _ETH_VLAN_TYPE_MAX=E2=80=99? 70 | [CGX_PORT_BNC] =3D RTE_ETH_LINK_TYPE_BNC, | ^~~~~~~~~~~~~~~~~~~~~ | RTE_ETH_VLAN_TYPE_MAX ../drivers/net/cnxk/cnxk_ethdev.c:71:25: error: =E2=80=98RTE_ETH_LINK_TYPE_= DA=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RTE_= ETH_VLAN_TYPE_MAX=E2=80=99? 71 | [CGX_PORT_DA] =3D RTE_ETH_LINK_TYPE_DA, | ^~~~~~~~~~~~~~~~~~~~ | RTE_ETH_VLAN_TYPE_MAX ../drivers/net/cnxk/cnxk_ethdev.c:72:27: error: =E2=80=98RTE_ETH_LINK_TYPE_= NONE=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RT= E_ETH_TUNNEL_TYPE_NONE=E2=80=99? 72 | [CGX_PORT_NONE] =3D RTE_ETH_LINK_TYPE_NONE, | ^~~~~~~~~~~~~~~~~~~~~~ | RTE_ETH_TUNNEL_TYPE_NONE ../drivers/net/cnxk/cnxk_ethdev.c:73:28: error: =E2=80=98RTE_ETH_LINK_TYPE_= UNKNOWN=E2=80=99 undeclared here (not in a function); did you mean =E2=80= =98RTE_ETH_VLAN_TYPE_UNKNOWN=E2=80=99? 73 | [CGX_PORT_OTHER] =3D RTE_ETH_LINK_TYPE_UNKNOWN, | ^~~~~~~~~~~~~~~~~~~~~~~~~ | RTE_ETH_VLAN_TYPE_UNKNOWN ../drivers/net/cnxk/cnxk_ethdev.c: In function =E2=80=98nix_get_speed_capa= =E2=80=99: ../drivers/net/cnxk/cnxk_ethdev.c:139:21: error: =E2=80=98struct rte_eth_li= nk=E2=80=99 has no member named =E2=80=98link_type=E2=80=99 139 | link.link_type =3D dev->link_type; | ^ ../drivers/net/cnxk/cnxk_ethdev.c: In function =E2=80=98cnxk_nix_dev_stop= =E2=80=99: ../drivers/net/cnxk/cnxk_ethdev.c:1808:13: error: =E2=80=98struct rte_eth_l= ink=E2=80=99 has no member named =E2=80=98link_type=E2=80=99 1808 | link.link_type =3D dev->link_type; | ^ [1295/3480] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnx= t_ethdev.c.o [1296/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev_sec.c.o [1297/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev_mcs.c.o [1298/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ptp.c.o [1299/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_flow_common.c.o [1300/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_lookup.c.o [1301/3480] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_= core_v3_tfc_tbl_scope.c.o [1302/3480] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_= ulp_ulp_rte_parser.c.o [1303/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_eswitch_devargs.c.o [1304/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev_ops.c.o [1305/3480] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnx= t_rxtx_vec_neon.c.o [1306/3480] Generating drivers/rte_common_sfc_efx.sym_chk with a custom com= mand (wrapped by meson to capture output) [1307/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_stats.c.o [1308/3480] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_= ulp_ulp_mapper.c.o [1309/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_eswitch_rxtx.c.o [1310/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_tm.c.o [1311/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev_mtr.c.o [1312/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_eswitch_flow.c.o [1313/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_eswitch.c.o [1314/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_rep.c.o [1315/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_rep_msg.c.o [1316/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_rep_ops.c.o [1317/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_rep_flow.c.o [1318/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_flow.c.o [1319/3480] Generating lib/pipeline.sym_chk with a custom command (wrapped = by meson to capture output) [1320/3480] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cn9= k_ethdev.c.o [1321/3480] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_= rte_eth_bond_8023ad.c.o [1322/3480] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_= rte_eth_bond_pmd.c.o [1323/3480] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnx= t_hwrm.c.o [1324/3480] Generating drivers/rte_common_cnxk.sym_chk with a custom comman= d (wrapped by meson to capture output) [1325/3480] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o ninja: build stopped: subcommand failed. Test build failed. FAILURE Test environment (x86_64): Description: Build error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1030-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (x86_64) from ../drivers/net/cnxk/cnxk_ethdev.h:10, from ../drivers/net/cnxk/cnxk_link.c:5: ../drivers/net/cnxk/cnxk_link.c: In function =E2=80=98nix_link_status_print= =E2=80=99: ../drivers/net/cnxk/cnxk_link.c:124:34: warning: implicit declaration of fu= nction =E2=80=98rte_eth_link_type_to_str=E2=80=99; did you mean =E2=80=98rt= e_eth_link_speed_to_str=E2=80=99? [-Wimplicit-function-declaration] 124 | rte_eth_link_type_to_str(link->lin= k_type)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/log/rte_log.h:334:46: note: in definition of macro =E2=80=98RTE_LOG= =E2=80=99 334 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__) | ^~~~~~~~~~~ ../lib/log/rte_log.h:388:23: note: in expansion of macro =E2=80=98RTE_FMT= =E2=80=99 388 | RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "\n", \ | ^~~~~~~ ../lib/log/rte_log.h:389:17: note: in expansion of macro =E2=80=98RTE_FMT_T= AIL=E2=80=99 389 | RTE_FMT_TAIL(__VA_ARGS__ ,))); \ | ^~~~~~~~~~~~ ../drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro = =E2=80=98RTE_LOG_LINE=E2=80=99 299 | #define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:118:17: note: in expansion of macro =E2=80= =98plt_info=E2=80=99 118 | plt_info("Port %d: Link Up - speed %u Mbps - %s - %= s", | ^~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:124:34: warning: nested extern declaration = of =E2=80=98rte_eth_link_type_to_str=E2=80=99 [-Wnested-externs] 124 | rte_eth_link_type_to_str(link->lin= k_type)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/log/rte_log.h:334:46: note: in definition of macro =E2=80=98RTE_LOG= =E2=80=99 334 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__) | ^~~~~~~~~~~ ../lib/log/rte_log.h:388:23: note: in expansion of macro =E2=80=98RTE_FMT= =E2=80=99 388 | RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "\n", \ | ^~~~~~~ ../lib/log/rte_log.h:389:17: note: in expansion of macro =E2=80=98RTE_FMT_T= AIL=E2=80=99 389 | RTE_FMT_TAIL(__VA_ARGS__ ,))); \ | ^~~~~~~~~~~~ ../drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro = =E2=80=98RTE_LOG_LINE=E2=80=99 299 | #define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:118:17: note: in expansion of macro =E2=80= =98plt_info=E2=80=99 118 | plt_info("Port %d: Link Up - speed %u Mbps - %s - %= s", | ^~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:124:63: error: =E2=80=98struct rte_eth_link= =E2=80=99 has no member named =E2=80=98link_type=E2=80=99 124 | rte_eth_link_type_to_str(link->lin= k_type)); | ^~ ../lib/log/rte_log.h:334:46: note: in definition of macro =E2=80=98RTE_LOG= =E2=80=99 334 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__) | ^~~~~~~~~~~ ../lib/log/rte_log.h:388:23: note: in expansion of macro =E2=80=98RTE_FMT= =E2=80=99 388 | RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "\n", \ | ^~~~~~~ ../lib/log/rte_log.h:389:17: note: in expansion of macro =E2=80=98RTE_FMT_T= AIL=E2=80=99 389 | RTE_FMT_TAIL(__VA_ARGS__ ,))); \ | ^~~~~~~~~~~~ ../drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro = =E2=80=98RTE_LOG_LINE=E2=80=99 299 | #define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:118:17: note: in expansion of macro =E2=80= =98plt_info=E2=80=99 118 | plt_info("Port %d: Link Up - speed %u Mbps - %s - %= s", | ^~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:127:55: error: =E2=80=98struct rte_eth_link= =E2=80=99 has no member named =E2=80=98link_type=E2=80=99 127 | rte_eth_link_type_to_str(link->link_type))= ; | ^~ ../lib/log/rte_log.h:334:46: note: in definition of macro =E2=80=98RTE_LOG= =E2=80=99 334 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__) | ^~~~~~~~~~~ ../lib/log/rte_log.h:388:23: note: in expansion of macro =E2=80=98RTE_FMT= =E2=80=99 388 | RTE_LOG(l, t, RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__ ,) "\n", \ | ^~~~~~~ ../lib/log/rte_log.h:389:17: note: in expansion of macro =E2=80=98RTE_FMT_T= AIL=E2=80=99 389 | RTE_FMT_TAIL(__VA_ARGS__ ,))); \ | ^~~~~~~~~~~~ ../drivers/common/cnxk/roc_platform.h:299:23: note: in expansion of macro = =E2=80=98RTE_LOG_LINE=E2=80=99 299 | #define plt_info(...) RTE_LOG_LINE(INFO, CNXK, __VA_ARGS__) | ^~~~~~~~~~~~ ../drivers/net/cnxk/cnxk_link.c:126:17: note: in expansion of macro =E2=80= =98plt_info=E2=80=99 126 | plt_info("Port %d: Link Down - %s", (int)(eth_dev->= data->port_id), | ^~~~~~~~ ../drivers/net/cnxk/cnxk_link.c: In function =E2=80=98cnxk_eth_dev_link_sta= tus_cb=E2=80=99: ../drivers/net/cnxk/cnxk_link.c:176:17: error: =E2=80=98struct rte_eth_link= =E2=80=99 has no member named =E2=80=98link_type=E2=80=99 176 | eth_link.link_type =3D dev->link_type; | ^ ../drivers/net/cnxk/cnxk_link.c: In function =E2=80=98cnxk_nix_link_update= =E2=80=99: ../drivers/net/cnxk/cnxk_link.c:216:21: error: =E2=80=98struct rte_eth_link= =E2=80=99 has no member named =E2=80=98link_type=E2=80=99 216 | link.link_type =3D dev->link_type; | ^ [1358/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev_mtr.c.o [1359/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_eswitch.c.o [1360/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_flow_common.c.o [1361/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_eswitch_flow.c.o [1362/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ethdev_ops.c.o [1363/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_lookup.c.o [1364/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_ptp.c.o [1365/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_rep.c.o [1366/3290] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_= rte_eth_bond_8023ad.c.o [1367/3290] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnx= k_flow.c.o [1368/3290] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_= rte_eth_bond_pmd.c.o ninja: build stopped: subcommand failed. Test build failed. FAILURE ------=_Part_21808_1663660265.1755197064618--