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 06412A00C5; Fri, 9 Dec 2022 19:35:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6D74410FB; Fri, 9 Dec 2022 19:35:37 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 96A8B40A8B for ; Fri, 9 Dec 2022 19:35:36 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 75725A034C; Fri, 9 Dec 2022 19:35:36 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1146] bnx2x: rte_memcpy buffer overflows Date: Fri, 09 Dec 2022 18:35:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mb@smartsharesystems.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org https://bugs.dpdk.org/show_bug.cgi?id=3D1146 Bug ID: 1146 Summary: bnx2x: rte_memcpy buffer overflows Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: mb@smartsharesystems.com Target Milestone: --- Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/120440 _Compilation issues_ Submitter: Morten Br=C3=B8rup Date: 2022-12-03 14:22:44 Reply_mail: <20221203142244.17135-1-mb@smartsharesystems.com> DPDK git baseline: Repo:dpdk, CommitID: 6c8aed5ab7f6dbed8e71199504fa227f5f60c6fd Meson Build Summary: 26 Builds Done, 23 Successful, 3 Failures, 0 Blocked +--------------+------------+--------------+------------+------------+-----= ------+----------+------------+ | os | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document | gcc-16byte | +--------------+------------+--------------+------------+------------+-----= ------+----------+------------+ | FC36-64 | fail | pass | | |=20= =20=20=20=20=20=20=20=20 | | | | FreeBSD13-64 | pass | pass | | pass | pass= =20=20=20=20 | | | | RHEL86-64 | pass | pass | | pass | pass= =20=20=20=20 | | | | SUSE15-64 | pass | pass | | |=20= =20=20=20=20=20=20=20=20 | | | | RHEL90-64 | pass | | | |=20= =20=20=20=20=20=20=20=20 | | | | UB2004-64 | pass | pass | | |=20= =20=20=20=20=20=20=20=20 | pass | | | UB2204-32 | pass | | | |=20= =20=20=20=20=20=20=20=20 | | | | UB2204-64 | pass | pass | | |=20= =20=20=20=20=20=20=20=20 | pass | pass | | CentOS79-64 | pass | | | |=20= =20=20=20=20=20=20=20=20 | | | | RHEL86-64Rt | pass | pass | | |=20= =20=20=20=20=20=20=20=20 | | | | UB2210-64 | fail | | | |=20= =20=20=20=20=20=20=20=20 | | | | FC37-64 | fail | | | |=20= =20=20=20=20=20=20=20=20 | | | +--------------+------------+--------------+------------+------------+-----= ------+----------+------------+ Comments:=20 Because of DPDK bug (https://bugs.dpdk.org/show_bug.cgi?id=3D928), All the dpdk-next-* branch add `Ddisable_drivers=3Devent/cnxk` option when = build with ICC complier.=20 Test environment and configuration as below: OS: FC36-64 Kernel Version: 5.17.7-300.fc36.x86_64 GCC Version: gcc (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1) Clang Version: 14.0.0 (Fedora 14.0.0-1.fc36) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang OS: FreeBSD13-64 Kernel Version: 13.1-RELEASE GCC Version: gcc (FreeBSD Ports Collection) 10.3.0 Clang Version: 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) x86_64-native-bsdapp-gcc x86_64-native-bsdapp-clang x86_64-native-bsdapp-gcc+shared x86_64-native-bsdapp-gcc+debug OS: RHEL86-64 Kernel Version: 4.18.0-372.9.1.el8.x86_64 GCC Version: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-13) Clang Version: 14.0.0 (Red Hat 14.0.0-1.module_el8.7.0+1142+5343df5= 4) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc+shared x86_64-native-linuxapp-gcc+debug OS: SUSE15-64 Kernel Version: 5.14.21-150400.22-default GCC Version: gcc (SUSE Linux) 7.5.0 Clang Version: 11.0.1 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc OS: RHEL90-64 Kernel Version: 5.14.0-70.13.1.el9_0.x86_64 GCC Version: gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9) Clang Version: 13.0.1 (Red Hat 13.0.1-1.el9) x86_64-native-linuxapp-gcc OS: UB2004-64 Kernel Version: 5.8.0-48-generic GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 Clang Version: 10.0.0-4ubuntu1 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc x86_64-native-linuxapp-doc OS: UB2204-32 Kernel Version: 5.15.0-25-generic GCC Version: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 Clang Version: NA i686-native-linuxapp-gcc OS: UB2204-64 Kernel Version: 5.15.0-25-generic GCC Version: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 Clang Version: 14.0.0-1ubuntu1 x86_64-native-linuxapp-gcc+16byte x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-doc OS: CentOS79-64 Kernel Version: 3.10.0-1160.76.1.el7.x86_64 GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final) x86_64-native-linuxapp-gcc OS: RHEL86-64Rt Kernel Version: 4.18.0-372.9.1.rt7.166.el8.x86_64 GCC Version: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-13) Clang Version: 14.0.0 (Red Hat 14.0.0-1.module_el8.7.0+1142+5343df5= 4) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang OS: UB2210-64 Kernel Version: 5.19.0-21-generic GCC Version: gcc (Ubuntu 12.2.0-3ubuntu1) 12.2.0 Clang Version: 15.0.2-1 x86_64-native-linuxapp-gcc OS: FC37-64 Kernel Version: 6.0.7-301.fc37.x86_64 GCC Version: gcc (GCC) 12.2.1 20220819 (Red Hat 12.2.1-2) Clang Version: 15.0.4 (Fedora 15.0.4-1.fc37) x86_64-native-linuxapp-gcc *Build Failed #1: OS: FC36-64 Target: x86_64-native-linuxapp-gcc FAILED: drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o=20 gcc -Idrivers/libtmp_rte_net_bnx2x.a.p -Idrivers -I../drivers -Idrivers/net/bnx2x -I../drivers/net/bnx2x -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -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 -fdiagnostics-color=3Dalways -D_FILE_OFFSET_BITS=3D64= -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-align= ed -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=3Dnative -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DZLIB_CONST -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.bnx= 2x -MD -MQ drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o -MF drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o.d -o drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o -c ../drivers/net/bnx2x/bnx2x_vfpf.c ../drivers/net/bnx2x/bnx2x_vfpf.c: In function =E2=80=98bnx2x_check_bull=E2= =80=99: ../drivers/net/bnx2x/bnx2x_vfpf.c:57:17: error: =E2=80=98rte_memcpy=E2=80= =99 writing 4 bytes into a region of size 2 overflows the destination [-Werror=3Dstringop-overf= low=3D] 57 | rte_memcpy(&bull->vlan, &sc->old_bulletin.vlan, RTE_VLAN_HLEN); |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/net/bnx2x/bnx2x.h:29, from ../drivers/net/bnx2x/bnx2x_vfpf.c:8: ../drivers/net/bnx2x/bnx2x_vfpf.h:297:18: note: destination object =E2=80= =98vlan=E2=80=99 of size 2 297 | uint16_t vlan; | ^~~~ ../drivers/net/bnx2x/bnx2x_vfpf.c:57:17: error: =E2=80=98rte_memcpy=E2=80= =99 reading 4 bytes from a region of size 2 [-Werror=3Dstringop-overread] 57 | rte_memcpy(&bull->vlan, &sc->old_bulletin.vlan, RTE_VLAN_HLEN); |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_vfpf.h:297:18: note: source object =E2=80=98vlan= =E2=80=99 of size 2 297 | uint16_t vlan; | ^~~~ In file included from ../lib/mempool/rte_mempool.h:48, from ../lib/mbuf/rte_mbuf.h:38, from ../lib/net/rte_ether.h:22, from ../lib/ethdev/rte_eth_ctrl.h:10, from ../lib/ethdev/rte_ethdev.h:1419, from ../lib/ethdev/ethdev_driver.h:24, from ../drivers/net/bnx2x/bnx2x_ethdev.h:34, from ../drivers/net/bnx2x/bnx2x.h:23: ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ cc1: all warnings being treated as errors [975/3225] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_filter.c.o [976/3225] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_cpr.c.o [977/3225] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_ecore_sp.c.o [978/3225] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o FAILED: drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o=20 gcc -Idrivers/libtmp_rte_net_bnx2x.a.p -Idrivers -I../drivers -Idrivers/net/bnx2x -I../drivers/net/bnx2x -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -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 -fdiagnostics-color=3Dalways -D_FILE_OFFSET_BITS=3D64= -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-align= ed -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=3Dnative -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DZLIB_CONST -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.bnx= 2x -MD -MQ drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o -MF drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o.d -o drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o -c ../drivers/net/bnx2x/bnx2x_stats.c ../drivers/net/bnx2x/bnx2x_stats.c: In function =E2=80=98bnx2x_hw_stats_upd= ate=E2=80=99: ../drivers/net/bnx2x/bnx2x_stats.c:822:5: error: =E2=80=98rte_memcpy=E2=80= =99 writing 304 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overf= low=3D] 822 | rte_memcpy(&(estats->rx_stat_ifhcinbadoctets_hi), &(pstats->mac_stx[1]), |=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 823 | sizeof(struct mac_stx)); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/net/bnx2x/bnx2x.h:28, from ../drivers/net/bnx2x/bnx2x_stats.c:14: ../drivers/net/bnx2x/bnx2x_stats.h:82:14: note: destination object =E2=80=98rx_stat_ifhcinbadoctets_hi=E2=80=99 of size 4 82 | uint32_t rx_stat_ifhcinbadoctets_hi; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/mempool/rte_mempool.h:48, from ../lib/mbuf/rte_mbuf.h:38, from ../lib/net/rte_ether.h:22, from ../lib/ethdev/rte_eth_ctrl.h:10, from ../lib/ethdev/rte_ethdev.h:1419, from ../lib/ethdev/ethdev_driver.h:24, from ../drivers/net/bnx2x/bnx2x_ethdev.h:34, from ../drivers/net/bnx2x/bnx2x.h:23: ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c: In function =E2=80=98bnx2x_stats_init= =E2=80=99: ../drivers/net/bnx2x/bnx2x.h:1545:9: error: =E2=80=98rte_memcpy=E2=80=99 wr= iting 8 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overflow=3D] 1545 | rte_memcpy(valp, BNX2X_SP(sc, wb_data[0]), (len32) * 4); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c:1494:17: note: in expansion of macro =E2=80=98REG_RD_DMAE=E2=80=99 1494 | REG_RD_DMAE(sc, NIG_REG_STAT0_EGRESS_MAC_PKT0 + port*0x50, | ^~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.h:34:14: note: destination object =E2=80=98egress_mac_pkt0_lo=E2=80=99 of size 4 34 | uint32_t egress_mac_pkt0_lo; | ^~~~~~~~~~~~~~~~~~ ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ ../drivers/net/bnx2x/bnx2x.h:1545:9: error: =E2=80=98rte_memcpy=E2=80=99 wr= iting 8 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overflow=3D] 1545 | rte_memcpy(valp, BNX2X_SP(sc, wb_data[0]), (len32) * 4); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c:1496:17: note: in expansion of macro =E2=80=98REG_RD_DMAE=E2=80=99 1496 | REG_RD_DMAE(sc, NIG_REG_STAT0_EGRESS_MAC_PKT1 + port*0x50, | ^~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.h:36:14: note: destination object =E2=80=98egress_mac_pkt1_lo=E2=80=99 of size 4 36 | uint32_t egress_mac_pkt1_lo; | ^~~~~~~~~~~~~~~~~~ ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ cc1: all warnings being treated as errors [979/3225] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o [980/3225] Generating drivers/rte_common_sfc_efx.sym_chk with a custom comm= and (wrapped by meson to capture output) [981/3225] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output) [982/3225] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x.c.o [983/3225] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_elink.c.o ninja: build stopped *Build Failed #2: OS: UB2210-64 Target: x86_64-native-linuxapp-gcc FAILED: drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o=20 gcc -Idrivers/libtmp_rte_net_bnx2x.a.p -Idrivers -I../drivers -Idrivers/net/bnx2x -I../drivers/net/bnx2x -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -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 -fdiagnostics-color=3Dalways -D_FILE_OFFSET_BITS=3D64= -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-align= ed -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=3Dnative -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DZLIB_CONST -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.bnx= 2x -MD -MQ drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o -MF drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o.d -o drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o -c ../drivers/net/bnx2x/bnx2x_vfpf.c ../drivers/net/bnx2x/bnx2x_vfpf.c: In function =E2=80=98bnx2x_check_bull=E2= =80=99: ../drivers/net/bnx2x/bnx2x_vfpf.c:57:17: error: =E2=80=98rte_memcpy=E2=80= =99 writing 4 bytes into a region of size 2 overflows the destination [-Werror=3Dstringop-overf= low=3D] 57 | rte_memcpy(&bull->vlan, &sc->old_bulletin.vlan, RTE_VLAN_HLEN); |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/net/bnx2x/bnx2x.h:29, from ../drivers/net/bnx2x/bnx2x_vfpf.c:8: ../drivers/net/bnx2x/bnx2x_vfpf.h:297:18: note: destination object =E2=80= =98vlan=E2=80=99 of size 2 297 | uint16_t vlan; | ^~~~ ../drivers/net/bnx2x/bnx2x_vfpf.c:57:17: error: =E2=80=98rte_memcpy=E2=80= =99 reading 4 bytes from a region of size 2 [-Werror=3Dstringop-overread] 57 | rte_memcpy(&bull->vlan, &sc->old_bulletin.vlan, RTE_VLAN_HLEN); |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_vfpf.h:297:18: note: source object =E2=80=98vlan= =E2=80=99 of size 2 297 | uint16_t vlan; | ^~~~ In file included from ../lib/mempool/rte_mempool.h:48, from ../lib/mbuf/rte_mbuf.h:38, from ../lib/net/rte_ether.h:22, from ../lib/ethdev/rte_eth_ctrl.h:10, from ../lib/ethdev/rte_ethdev.h:1419, from ../lib/ethdev/ethdev_driver.h:24, from ../drivers/net/bnx2x/bnx2x_ethdev.h:34, from ../drivers/net/bnx2x/bnx2x.h:23: ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ cc1: all warnings being treated as errors [965/3242] Generating drivers/rte_net_axgbe.pmd.c with a custom command [966/3242] Generating drivers/rte_common_sfc_efx.sym_chk with a custom comm= and (wrapped by meson to capture output) [967/3242] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_cpr.c.o [968/3242] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_filter.c.o [969/3242] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o FAILED: drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o=20 gcc -Idrivers/libtmp_rte_net_bnx2x.a.p -Idrivers -I../drivers -Idrivers/net/bnx2x -I../drivers/net/bnx2x -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -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 -fdiagnostics-color=3Dalways -D_FILE_OFFSET_BITS=3D64= -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-align= ed -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=3Dnative -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DZLIB_CONST -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.bnx= 2x -MD -MQ drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o -MF drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o.d -o drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o -c ../drivers/net/bnx2x/bnx2x_stats.c ../drivers/net/bnx2x/bnx2x_stats.c: In function =E2=80=98bnx2x_hw_stats_upd= ate=E2=80=99: ../drivers/net/bnx2x/bnx2x_stats.c:822:5: error: =E2=80=98rte_memcpy=E2=80= =99 writing 304 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overf= low=3D] 822 | rte_memcpy(&(estats->rx_stat_ifhcinbadoctets_hi), &(pstats->mac_stx[1]), |=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 823 | sizeof(struct mac_stx)); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/net/bnx2x/bnx2x.h:28, from ../drivers/net/bnx2x/bnx2x_stats.c:14: ../drivers/net/bnx2x/bnx2x_stats.h:82:14: note: destination object =E2=80=98rx_stat_ifhcinbadoctets_hi=E2=80=99 of size 4 82 | uint32_t rx_stat_ifhcinbadoctets_hi; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/mempool/rte_mempool.h:48, from ../lib/mbuf/rte_mbuf.h:38, from ../lib/net/rte_ether.h:22, from ../lib/ethdev/rte_eth_ctrl.h:10, from ../lib/ethdev/rte_ethdev.h:1419, from ../lib/ethdev/ethdev_driver.h:24, from ../drivers/net/bnx2x/bnx2x_ethdev.h:34, from ../drivers/net/bnx2x/bnx2x.h:23: ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c: In function =E2=80=98bnx2x_stats_init= =E2=80=99: ../drivers/net/bnx2x/bnx2x.h:1545:9: error: =E2=80=98rte_memcpy=E2=80=99 wr= iting 8 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overflow=3D] 1545 | rte_memcpy(valp, BNX2X_SP(sc, wb_data[0]), (len32) * 4); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c:1494:17: note: in expansion of macro =E2=80=98REG_RD_DMAE=E2=80=99 1494 | REG_RD_DMAE(sc, NIG_REG_STAT0_EGRESS_MAC_PKT0 + port*0x50, | ^~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.h:34:14: note: destination object =E2=80=98egress_mac_pkt0_lo=E2=80=99 of size 4 34 | uint32_t egress_mac_pkt0_lo; | ^~~~~~~~~~~~~~~~~~ ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ ../drivers/net/bnx2x/bnx2x.h:1545:9: error: =E2=80=98rte_memcpy=E2=80=99 wr= iting 8 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overflow=3D] 1545 | rte_memcpy(valp, BNX2X_SP(sc, wb_data[0]), (len32) * 4); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c:1496:17: note: in expansion of macro =E2=80=98REG_RD_DMAE=E2=80=99 1496 | REG_RD_DMAE(sc, NIG_REG_STAT0_EGRESS_MAC_PKT1 + port*0x50, | ^~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.h:36:14: note: destination object =E2=80=98egress_mac_pkt1_lo=E2=80=99 of size 4 36 | uint32_t egress_mac_pkt1_lo; | ^~~~~~~~~~~~~~~~~~ ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ cc1: all warnings being treated as errors [970/3242] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_ecore_sp.c.o [971/3242] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o [972/3242] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x.c.o [973/3242] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_elink.c.o ninja: build stopped *Build Failed #3: OS: FC37-64 Target: x86_64-native-linuxapp-gcc FAILED: drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o=20 gcc -Idrivers/libtmp_rte_net_bnx2x.a.p -Idrivers -I../drivers -Idrivers/net/bnx2x -I../drivers/net/bnx2x -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -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 -fdiagnostics-color=3Dalways -D_FILE_OFFSET_BITS=3D64= -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-align= ed -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=3Dnative -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DZLIB_CONST -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.bnx= 2x -MD -MQ drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o -MF drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o.d -o drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o -c ../drivers/net/bnx2x/bnx2x_vfpf.c ../drivers/net/bnx2x/bnx2x_vfpf.c: In function =E2=80=98bnx2x_check_bull=E2= =80=99: ../drivers/net/bnx2x/bnx2x_vfpf.c:57:17: error: =E2=80=98rte_memcpy=E2=80= =99 writing 4 bytes into a region of size 2 overflows the destination [-Werror=3Dstringop-overf= low=3D] 57 | rte_memcpy(&bull->vlan, &sc->old_bulletin.vlan, RTE_VLAN_HLEN); |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/net/bnx2x/bnx2x.h:29, from ../drivers/net/bnx2x/bnx2x_vfpf.c:8: ../drivers/net/bnx2x/bnx2x_vfpf.h:297:18: note: destination object =E2=80= =98vlan=E2=80=99 of size 2 297 | uint16_t vlan; | ^~~~ ../drivers/net/bnx2x/bnx2x_vfpf.c:57:17: error: =E2=80=98rte_memcpy=E2=80= =99 reading 4 bytes from a region of size 2 [-Werror=3Dstringop-overread] 57 | rte_memcpy(&bull->vlan, &sc->old_bulletin.vlan, RTE_VLAN_HLEN); |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_vfpf.h:297:18: note: source object =E2=80=98vlan= =E2=80=99 of size 2 297 | uint16_t vlan; | ^~~~ In file included from ../lib/mempool/rte_mempool.h:48, from ../lib/mbuf/rte_mbuf.h:38, from ../lib/net/rte_ether.h:22, from ../lib/ethdev/rte_eth_ctrl.h:10, from ../lib/ethdev/rte_ethdev.h:1419, from ../lib/ethdev/ethdev_driver.h:24, from ../drivers/net/bnx2x/bnx2x_ethdev.h:34, from ../drivers/net/bnx2x/bnx2x.h:23: ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ cc1: all warnings being treated as errors [974/3192] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_filter.c.o [975/3192] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o FAILED: drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o=20 gcc -Idrivers/libtmp_rte_net_bnx2x.a.p -Idrivers -I../drivers -Idrivers/net/bnx2x -I../drivers/net/bnx2x -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -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 -fdiagnostics-color=3Dalways -D_FILE_OFFSET_BITS=3D64= -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-align= ed -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=3Dnative -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DZLIB_CONST -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.bnx= 2x -MD -MQ drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o -MF drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o.d -o drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o -c ../drivers/net/bnx2x/bnx2x_stats.c ../drivers/net/bnx2x/bnx2x_stats.c: In function =E2=80=98bnx2x_hw_stats_upd= ate=E2=80=99: ../drivers/net/bnx2x/bnx2x_stats.c:822:5: error: =E2=80=98rte_memcpy=E2=80= =99 writing 304 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overf= low=3D] 822 | rte_memcpy(&(estats->rx_stat_ifhcinbadoctets_hi), &(pstats->mac_stx[1]), |=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 823 | sizeof(struct mac_stx)); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/net/bnx2x/bnx2x.h:28, from ../drivers/net/bnx2x/bnx2x_stats.c:14: ../drivers/net/bnx2x/bnx2x_stats.h:82:14: note: destination object =E2=80=98rx_stat_ifhcinbadoctets_hi=E2=80=99 of size 4 82 | uint32_t rx_stat_ifhcinbadoctets_hi; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../lib/mempool/rte_mempool.h:48, from ../lib/mbuf/rte_mbuf.h:38, from ../lib/net/rte_ether.h:22, from ../lib/ethdev/rte_eth_ctrl.h:10, from ../lib/ethdev/rte_ethdev.h:1419, from ../lib/ethdev/ethdev_driver.h:24, from ../drivers/net/bnx2x/bnx2x_ethdev.h:34, from ../drivers/net/bnx2x/bnx2x.h:23: ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c: In function =E2=80=98bnx2x_stats_init= =E2=80=99: ../drivers/net/bnx2x/bnx2x.h:1545:9: error: =E2=80=98rte_memcpy=E2=80=99 wr= iting 8 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overflow=3D] 1545 | rte_memcpy(valp, BNX2X_SP(sc, wb_data[0]), (len32) * 4); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c:1494:17: note: in expansion of macro =E2=80=98REG_RD_DMAE=E2=80=99 1494 | REG_RD_DMAE(sc, NIG_REG_STAT0_EGRESS_MAC_PKT0 + port*0x50, | ^~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.h:34:14: note: destination object =E2=80=98egress_mac_pkt0_lo=E2=80=99 of size 4 34 | uint32_t egress_mac_pkt0_lo; | ^~~~~~~~~~~~~~~~~~ ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ ../drivers/net/bnx2x/bnx2x.h:1545:9: error: =E2=80=98rte_memcpy=E2=80=99 wr= iting 8 bytes into a region of size 4 overflows the destination [-Werror=3Dstringop-overflow=3D] 1545 | rte_memcpy(valp, BNX2X_SP(sc, wb_data[0]), (len32) * 4); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.c:1496:17: note: in expansion of macro =E2=80=98REG_RD_DMAE=E2=80=99 1496 | REG_RD_DMAE(sc, NIG_REG_STAT0_EGRESS_MAC_PKT1 + port*0x50, | ^~~~~~~~~~~ ../drivers/net/bnx2x/bnx2x_stats.h:36:14: note: destination object =E2=80=98egress_mac_pkt1_lo=E2=80=99 of size 4 36 | uint32_t egress_mac_pkt1_lo; | ^~~~~~~~~~~~~~~~~~ ../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function =E2=80=98rte_memcpy=E2=80=99 declared with attribute =E2=80=98access (read_= only, 2, 3)=E2=80=99 869 | rte_memcpy(void *dst, const void *src, size_t n) | ^~~~~~~~~~ cc1: all warnings being treated as errors [976/3192] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_rxq.c.o [977/3192] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_ecore_sp.c.o [978/3192] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o [979/3192] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x.c.o [980/3192] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_elink.c.o [981/3192] Generating drivers/rte_common_sfc_efx.sym_chk with a custom comm= and (wrapped by meson to capture output) [982/3192] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped DPDK STV team --=20 You are receiving this mail because: You are the assignee for the bug.=