test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session
@ 2020-09-21  3:30 Chen Linglix
  2020-09-21  3:36 ` Chen, LingliX
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chen Linglix @ 2020-09-21  3:30 UTC (permalink / raw)
  To: dts; +Cc: Chen Linglix

V2:
 -change tester session to new session
V1:
 -Modify sed command

Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
 tests/TestSuite_ieee1588.py | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
index 19f17d1..f737c79 100644
--- a/tests/TestSuite_ieee1588.py
+++ b/tests/TestSuite_ieee1588.py
@@ -56,6 +56,7 @@ class TestIeee1588(TestCase):
         # Change the config file to support IEEE1588 and recompile the package.
         self.dut.send_expect(
             "sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base", "# ", 30)
+        self.dut.set_build_options({'RTE_LIBRTE_IEEE1588': 'y'})
         self.dut.skip_setup = False
         self.dut.build_install_dpdk(self.target)
 
@@ -91,18 +92,20 @@ class TestIeee1588(TestCase):
         port = self.tester.get_local_port(dutPorts[0])
         itf = self.tester.get_interface(port)
 
-        self.tester.send_expect(
-            "tcpdump -i %s -e ether src %s" % (itf, mac), "tcpdump", 20)
         self.send_session = self.tester.create_session('send_session')
+        self.send_session.send_expect(
+            "tcpdump -i %s -e ether src %s" % (itf, mac), "tcpdump", 20)
+
         setattr(self.send_session, 'tmp_file', self.tester.tmp_file)
+        setattr(self.send_session, 'tmp_file', self.tester.get_session_output)
         pkt = Packet(pkt_type='TIMESYNC')
         pkt.config_layer('ether', {'dst': mac})
-        pkt.send_pkt(self.send_session, tx_port=itf)
+        pkt.send_pkt(self.tester, tx_port=itf)
         time.sleep(1)
-        self.send_session.close()
-        out = self.tester.get_session_output(timeout=20)
 
-        self.tester.send_expect("^C", "# ", 20)
+        out = self.send_session.get_session_before(timeout=20)
+        self.send_session.send_expect("^C", "# ", 20)
+        self.send_session.close()
 
         self.verify("0x88f7" in out, "Ether type is not PTP")
 
@@ -171,4 +174,5 @@ class TestIeee1588(TestCase):
         # Restore the config file and recompile the package.
         self.dut.send_expect(
             "sed -i -e 's/IEEE1588=y$/IEEE1588=n/' config/common_base", "# ", 30)
+        self.dut.set_build_options({'RTE_LIBRTE_IEEE1588': 'n'})
         self.dut.build_install_dpdk(self.target)
-- 
1.8.3.1


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

* Re: [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session
  2020-09-21  3:30 [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session Chen Linglix
@ 2020-09-21  3:36 ` Chen, LingliX
  2020-09-22  8:12 ` Ma, LihongX
  2020-09-28  8:40 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Chen, LingliX @ 2020-09-21  3:36 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

Tested-by:  Chen, LingliX <linglix.chen@intel.com>

Regards,
Chen, LingliX

> -----Original Message-----
> From: Chen, LingliX
> Sent: Monday, September 21, 2020 11:31 AM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V2] tests/TestSuite_ieee1588:change tester session to
> new session
> 
> V2:
>  -change tester session to new session
> V1:
>  -Modify sed command

[-- Attachment #2: TestIeee1588.log --]
[-- Type: application/octet-stream, Size: 230395 bytes --]

21/09/2020 11:11:14                            dts: 
TEST SUITE : TestIeee1588
21/09/2020 11:11:14                            dts: NIC :        niantic
21/09/2020 11:11:14             dut.10.240.183.151: 
21/09/2020 11:11:14                         tester: 
21/09/2020 11:11:14             dut.10.240.183.151: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
21/09/2020 11:11:14             dut.10.240.183.151: sed: can't read config/common_base: No such file or directory
21/09/2020 11:11:14             dut.10.240.183.151: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
21/09/2020 11:11:14             dut.10.240.183.151: sed: can't read config/common_base: No such file or directory
21/09/2020 11:11:14             dut.10.240.183.151: rm -rf x86_64-native-linuxapp-gcc
21/09/2020 11:11:15             dut.10.240.183.151: 
21/09/2020 11:11:15             dut.10.240.183.151: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib -Dc_args='-DRTE_LIBRTE_IEEE1588=1' --default-library=static x86_64-native-linuxapp-gcc
21/09/2020 11:11:25             dut.10.240.183.151: The Meson build system
Version: 0.54.3
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 20.11.0-rc0
Using 'CC' from environment with value: 'gcc'
Using 'CC' from environment with value: 'gcc'
C compiler for the host machine: gcc (gcc 8.3.1 "gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)")
C linker for the host machine: gcc ld.bfd 2.30-73
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES (/usr/bin/pkg-config)
Program gen-pmdinfo-cfile.sh found: YES (/root/dpdk/buildtools/gen-pmdinfo-cfile.sh)
Program list-dir-globs.py found: YES (/root/dpdk/buildtools/list-dir-globs.py)
Program check-symbols.sh found: YES (/root/dpdk/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/root/dpdk/buildtools/options-ibverbs-static.sh)
Program binutils-avx512-check.sh found: YES (/root/dpdk/buildtools/binutils-avx512-check.sh)
Program python3 found: YES (/usr/bin/python3.6)
Program cat found: YES (/usr/bin/cat)
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES 
Library libfdt found: NO
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
pcap-config found: YES (/usr/local/bin/pcap-config)
Run-time dependency pcap found: YES 1.7.3
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:229: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
Compiler for C supports arguments -Wcast-qual: YES 
Compiler for C supports arguments -Wdeprecated: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: NO 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Compiler for C supports arguments -mno-avx512f: YES 
config/x86/meson.build:9: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__PCLMUL__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512F__" :  
Fetching value of define "__RDRND__" : 1 
Fetching value of define "__RDSEED__" :  
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: lib/librte_kvargs: Defining dependency "kvargs"
Message: lib/librte_telemetry: Defining dependency "telemetry"
Checking for function "getentropy" : YES 
Has header "getopt.h" : YES 
Message: lib/librte_eal: Defining dependency "eal"
Message: lib/librte_ring: Defining dependency "ring"
Message: lib/librte_rcu: Defining dependency "rcu"
Message: lib/librte_mempool: Defining dependency "mempool"
Message: lib/librte_mbuf: Defining dependency "mbuf"
Message: lib/librte_net: Defining dependency "net"
Message: lib/librte_meter: Defining dependency "meter"
Message: lib/librte_ethdev: Defining dependency "ethdev"
Message: lib/librte_pci: Defining dependency "pci"
Message: lib/librte_cmdline: Defining dependency "cmdline"
Run-time dependency jansson found: YES 2.11
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
Message: lib/librte_acl: Defining dependency "acl"
Message: lib/librte_bbdev: Defining dependency "bbdev"
Message: lib/librte_bitratestats: Defining dependency "bitratestats"
Message: lib/librte_cfgfile: Defining dependency "cfgfile"
Message: lib/librte_compressdev: Defining dependency "compressdev"
Message: lib/librte_cryptodev: Defining dependency "cryptodev"
Message: lib/librte_distributor: Defining dependency "distributor"
Message: lib/librte_efd: Defining dependency "efd"
Message: lib/librte_eventdev: Defining dependency "eventdev"
Message: lib/librte_gro: Defining dependency "gro"
Message: lib/librte_gso: Defining dependency "gso"
Message: lib/librte_ip_frag: Defining dependency "ip_frag"
Message: lib/librte_jobstats: Defining dependency "jobstats"
Message: lib/librte_kni: Defining dependency "kni"
Message: lib/librte_latencystats: Defining dependency "latencystats"
Message: lib/librte_lpm: Defining dependency "lpm"
Message: lib/librte_member: Defining dependency "member"
Message: lib/librte_power: Defining dependency "power"
Message: lib/librte_pdump: Defining dependency "pdump"
Message: lib/librte_rawdev: Defining dependency "rawdev"
Message: lib/librte_regexdev: Defining dependency "regexdev"
Message: lib/librte_rib: Defining dependency "rib"
Message: lib/librte_reorder: Defining dependency "reorder"
Message: lib/librte_sched: Defining dependency "sched"
Message: lib/librte_security: Defining dependency "security"
Message: lib/librte_stack: Defining dependency "stack"
Has header "linux/userfaultfd.h" : YES 
Message: lib/librte_vhost: Defining dependency "vhost"
Message: lib/librte_ipsec: Defining dependency "ipsec"
Message: lib/librte_fib: Defining dependency "fib"
Message: lib/librte_port: Defining dependency "port"
Message: lib/librte_table: Defining dependency "table"
Message: lib/librte_pipeline: Defining dependency "pipeline"
Message: lib/librte_flow_classify: Defining dependency "flow_classify"
Run-time dependency libelf found: YES 0.178
Message: lib/librte_bpf: Defining dependency "bpf"
Message: lib/librte_graph: Defining dependency "graph"
Message: lib/librte_node: Defining dependency "node"
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: drivers/common/cpt: Defining dependency "common_cpt"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES 
Message: drivers/common/iavf: Defining dependency "common_iavf"
Library libmusdk found: NO
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/common/octeontx2: Defining dependency "common_octeontx2"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Run-time dependency libmlx5 found: NO (tried pkgconfig and cmake)
Library mlx5 found: NO
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/octeontx2: Defining dependency "mempool_octeontx2"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Message: drivers/net/af_packet: Defining dependency "pmd_af_packet"
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Library bpf found: NO
Message: drivers/net/ark: Defining dependency "pmd_ark"
Message: drivers/net/atlantic: Defining dependency "pmd_atlantic"
Message: drivers/net/avp: Defining dependency "pmd_avp"
Message: drivers/net/axgbe: Defining dependency "pmd_axgbe"
Message: drivers/net/bonding: Defining dependency "pmd_bond"
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "pmd_bnx2x"
Message: drivers/net/bnxt: Defining dependency "pmd_bnxt"
Message: drivers/net/cxgbe: Defining dependency "pmd_cxgbe"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/dpaa: Defining dependency "pmd_dpaa"
Message: drivers/net/dpaa2: Defining dependency "pmd_dpaa2"
Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-misleading-indentation -Wmisleading-indentation: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Message: drivers/net/e1000: Defining dependency "pmd_e1000"
Message: drivers/net/ena: Defining dependency "pmd_ena"
Message: drivers/net/enetc: Defining dependency "pmd_enetc"
Message: drivers/net/enic: Defining dependency "pmd_enic"
Message: drivers/net/failsafe: Defining dependency "pmd_failsafe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Message: drivers/net/fm10k: Defining dependency "pmd_fm10k"
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-format -Wformat: YES 
Compiler for C supports arguments -Wno-format-security -Wformat-security: YES 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Message: drivers/net/i40e: Defining dependency "pmd_i40e"
Message: drivers/net/hinic: Defining dependency "pmd_hinic"
Message: drivers/net/hns3: Defining dependency "pmd_hns3"
Message: drivers/net/iavf: Defining dependency "pmd_iavf"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Message: drivers/net/ice: Defining dependency "pmd_ice"
Message: drivers/net/igc: Defining dependency "pmd_igc"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Message: drivers/net/ixgbe: Defining dependency "pmd_ixgbe"
Message: drivers/net/kni: Defining dependency "pmd_kni"
Message: drivers/net/liquidio: Defining dependency "pmd_liquidio"
Message: drivers/net/memif: Defining dependency "pmd_memif"
Run-time dependency libmlx4 found: NO (tried pkgconfig and cmake)
Library mlx4 found: NO
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Library libmusdk found: NO
Library libmusdk found: NO
Message: drivers/net/netvsc: Defining dependency "pmd_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig and cmake)
Message: drivers/net/nfp: Defining dependency "pmd_nfp"
Message: drivers/net/null: Defining dependency "pmd_null"
Message: drivers/net/octeontx: Defining dependency "pmd_octeontx"
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeontx2: Defining dependency "pmd_octeontx2"
Message: drivers/net/pcap: Defining dependency "pmd_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/pfe: Defining dependency "pmd_pfe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-missing-declarations -Wmissing-declarations: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Compiler for C supports arguments -Wno-visibility -Wvisibility: NO 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Compiler for C supports arguments -Wno-invalid-source-encoding -Winvalid-source-encoding: NO 
Compiler for C supports arguments -Wno-sometimes-uninitialized -Wsometimes-uninitialized: NO 
Compiler for C supports arguments -Wno-pointer-bool-conversion -Wpointer-bool-conversion: NO 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/net/qede: Defining dependency "pmd_qede"
Message: drivers/net/ring: Defining dependency "pmd_ring"
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wdisabled-optimization: YES 
Compiler for C supports arguments -Waggregate-return: YES 
Compiler for C supports arguments -Wbad-function-cast: YES 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Message: drivers/net/sfc: Defining dependency "pmd_sfc"
Message: drivers/net/softnic: Defining dependency "pmd_softnic"
Run-time dependency libsze2 found: NO (tried pkgconfig and cmake)
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES 
Configuring tap_autoconf.h using configuration
Message: drivers/net/tap: Defining dependency "pmd_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Message: drivers/net/thunderx: Defining dependency "pmd_thunderx"
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: drivers/net/vdev_netvsc: Defining dependency "pmd_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "pmd_vhost"
Message: drivers/net/virtio: Defining dependency "pmd_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "pmd_vmxnet3"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "rawdev_dpaa2_cmdif"
Message: drivers/raw/dpaa2_qdma: Defining dependency "rawdev_dpaa2_qdma"
Message: drivers/raw/ioat: Defining dependency "rawdev_ioat"
Message: drivers/raw/ntb: Defining dependency "rawdev_ntb"
Message: drivers/raw/octeontx2_dma: Defining dependency "rawdev_octeontx2_dma"
Message: drivers/raw/octeontx2_ep: Defining dependency "rawdev_octeontx2_ep"
Message: drivers/raw/skeleton: Defining dependency "rawdev_skeleton"
Library IPSec_MB found: NO
Library IPSec_MB found: NO
Message: drivers/crypto/caam_jr: Defining dependency "pmd_caam_jr"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/dpaa_sec: Defining dependency "pmd_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "pmd_dpaa2_sec"
Library IPSec_MB found: NO
Library libmusdk found: NO
Message: drivers/crypto/nitrox: Defining dependency "pmd_nitrox"
Message: drivers/crypto/null: Defining dependency "pmd_null_crypto"
Message: drivers/crypto/octeontx: Defining dependency "pmd_octeontx_crypto"
Message: drivers/crypto/octeontx2: Defining dependency "pmd_octeontx2_crypto"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/scheduler: Defining dependency "pmd_crypto_scheduler"
Library IPSec_MB found: NO
Message: drivers/crypto/virtio: Defining dependency "pmd_virtio_crypto"
Library IPSec_MB found: NO
Run-time dependency libisal found: NO (tried pkgconfig and cmake)
Message: drivers/compress/octeontx: Defining dependency "pmd_octeontx_compress"
Message: drivers/compress/qat: Defining dependency "pmd_qat"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "pmd_zlib"
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/vdpa/ifc: Defining dependency "pmd_ifc"
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/event/dpaa: Defining dependency "pmd_dpaa_event"
Message: drivers/event/dpaa2: Defining dependency "pmd_dpaa2_event"
Message: drivers/event/octeontx2: Defining dependency "pmd_octeontx2_event"
Message: drivers/event/opdl: Defining dependency "pmd_opdl_event"
Message: drivers/event/skeleton: Defining dependency "pmd_skeleton_event"
Message: drivers/event/sw: Defining dependency "pmd_sw_event"
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/event/dsw: Defining dependency "pmd_dsw_event"
Message: drivers/event/octeontx: Defining dependency "pmd_octeontx_event"
Message: drivers/baseband/null: Defining dependency "pmd_bbdev_null"
Message: drivers/baseband/turbo_sw: Defining dependency "pmd_bbdev_turbo_sw"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "pmd_bbdev_fpga_lte_fec"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "pmd_bbdev_fpga_5gnr_fec"
Library execinfo found: NO
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Message: hugepage availability: true
Program get-coremask.sh found: YES (/root/dpdk/app/test/get-coremask.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Configuring rte_build_config.h using configuration
Message: 
=================
Libraries Enabled
=================

libs:
	kvargs, telemetry, eal, ring, rcu, mempool, mbuf, net, 
	meter, ethdev, pci, cmdline, metrics, hash, timer, acl, 
	bbdev, bitratestats, cfgfile, compressdev, cryptodev, distributor, efd, eventdev, 
	gro, gso, ip_frag, jobstats, kni, latencystats, lpm, member, 
	power, pdump, rawdev, regexdev, rib, reorder, sched, security, 
	stack, vhost, ipsec, fib, port, table, pipeline, flow_classify, 
	bpf, graph, node, 

Message: 
===============
Drivers Enabled
===============

common:
	cpt, dpaax, iavf, octeontx, octeontx2, 
bus:
	dpaa, fslmc, ifpga, pci, vdev, vmbus, 
mempool:
	bucket, dpaa, dpaa2, octeontx, octeontx2, ring, stack, 
net:
	af_packet, ark, atlantic, avp, axgbe, bond, bnx2x, bnxt, 
	cxgbe, dpaa, dpaa2, e1000, ena, enetc, enic, failsafe, 
	fm10k, i40e, hinic, hns3, iavf, ice, igc, ixgbe, 
	kni, liquidio, memif, netvsc, nfp, null, octeontx, octeontx2, 
	pcap, pfe, qede, ring, sfc, softnic, tap, thunderx, 
	vdev_netvsc, vhost, virtio, vmxnet3, 
raw:
	dpaa2_cmdif, dpaa2_qdma, ioat, ntb, octeontx2_dma, octeontx2_ep, skeleton, 
crypto:
	caam_jr, dpaa_sec, dpaa2_sec, nitrox, null_crypto, octeontx_crypto, octeontx2_crypto, crypto_scheduler, 
	virtio_crypto, 
compress:
	octeontx_compress, qat, zlib, 
regex:
	
vdpa:
	ifc, 
event:
	dpaa, dpaa2, octeontx2, opdl, skeleton, sw, dsw, octeontx, 
	
baseband:
	null, turbo_sw, fpga_lte_fec, fpga_5gnr_fec, 

Message: 
=================
Content Skipped
=================

libs:
	
drivers:
	common/mvep:	missing dependency, "libmusdk"
	common/mlx5:	missing dependency, "mlx5"
	net/af_xdp:	missing dependency, "libbpf"
	net/ipn3ke:	missing dependency, "libfdt"
	net/mlx4:	missing dependency, "mlx4"
	net/mlx5:	Missing internal dependency, "common_mlx5"
	net/mvneta:	missing dependency, "libmusdk"
	net/mvpp2:	missing dependency, "libmusdk"
	net/nfb:	missing dependency, "libnfb"
	net/szedata2:	missing dependency, "libsze2"
	raw/ifpga:	missing dependency, "libfdt"
	crypto/aesni_gcm:	missing dependency, "libIPSec_MB"
	crypto/aesni_mb:	missing dependency, "libIPSec_MB"
	crypto/armv8:	missing dependency, "armv8_crypto"
	crypto/ccp:	missing dependency, "libcrypto"
	crypto/kasumi:	missing dependency, "libIPSec_MB"
	crypto/mvsam:	missing dependency, "libmusdk"
	crypto/openssl:	missing dependency, "libcrypto"
	crypto/snow3g:	missing dependency, "libIPSec_MB"
	crypto/zuc:	missing dependency, "libIPSec_MB"
	compress/isal:	missing dependency, "libisal"
	regex/mlx5:	Missing internal dependency, "common_mlx5"
	vdpa/mlx5:	Missing internal dependency, "common_mlx5"
	

Build targets in project: 945

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
21/09/2020 11:11:25             dut.10.240.183.151: ninja -C x86_64-native-linuxapp-gcc -j 70
21/09/2020 11:12:12             dut.10.240.183.151: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[1/2299] Generating rte_telemetry_def with a custom command
[2/2299] Generating rte_telemetry_mingw with a custom command
[3/2299] Generating rte_kvargs_mingw with a custom command
[4/2299] Generating rte_kvargs_def with a custom command
[5/2299] Generating rte_ring_def with a custom command
[6/2299] Generating rte_eal_mingw with a custom command
[7/2299] Generating rte_eal_def with a custom command
[8/2299] Generating rte_rcu_def with a custom command
[9/2299] Generating rte_rcu_mingw with a custom command
[10/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_hypervisor.c.o'
[11/2299] Generating rte_ring_mingw with a custom command
[12/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_spinlock.c.o'
[13/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_errno.c.o'
[14/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_cpuflags.c.o'
[15/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_hypervisor.c.o'
[16/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_class.c.o'
[17/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_debug.c.o'
[18/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_string_fns.c.o'
[19/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_debug.c.o'
[20/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_cpuflags.c.o'
[21/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_cpuflags.c.o'
[22/2299] Generating rte_mempool_mingw with a custom command
[23/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_reciprocal.c.o'
[24/2299] Generating rte_mempool_def with a custom command
[25/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_vfio_mp_sync.c.o'
[26/2299] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry_data.c.o'
[27/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_uuid.c.o'
[28/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_hexdump.c.o'
[29/2299] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/librte_kvargs_rte_kvargs.c.o'
[30/2299] Linking static target lib/librte_kvargs.a
[31/2299] Generating rte_mbuf_mingw with a custom command
[32/2299] Generating rte_mbuf_def with a custom command
[33/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_unix_timer.c.o'
[34/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_lcore.c.o'
[35/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_config.c.o'
[36/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_log.c.o'
[37/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_file.c.o'
[38/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_unix_memory.c.o'
[39/2299] Compiling C object 'buildtools/pmdinfogen/7ea0a9a@@pmdinfogen@exe/pmdinfogen.c.o'
[40/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_timer.c.o'
[41/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_cycles.c.o'
[42/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_keepalive.c.o'
[43/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_launch.c.o'
[44/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_tailqs.c.o'
[45/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_timer.c.o'
[46/2299] Generating rte_net_def with a custom command
[47/2299] Generating rte_net_mingw with a custom command
[48/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_mcfg.c.o'
[49/2299] Linking target buildtools/pmdinfogen/pmdinfogen
[50/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_random.c.o'
[51/2299] Generating rte_meter_def with a custom command
[52/2299] Generating rte_meter_mingw with a custom command
[53/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_thread.c.o'
[54/2299] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry_legacy.c.o'
[55/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_bus.c.o'
[56/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_thread.c.o'
[57/2299] Generating rte_ethdev_def with a custom command
[58/2299] Generating rte_ethdev_mingw with a custom command
[59/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_dev.c.o'
[60/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memalloc.c.o'
[61/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_devargs.c.o'
[62/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_log.c.o'
[63/2299] Generating rte_pci_def with a custom command
[64/2299] Generating rte_pci_mingw with a custom command
[65/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_points.c.o'
[66/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_ctf.c.o'
[67/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_alarm.c.o'
[68/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_lcore.c.o'
[69/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_utils.c.o'
[70/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_hotplug_mp.c.o'
[71/2299] Compiling C object 'lib/76b5a35@@rte_ring@sta/librte_ring_rte_ring.c.o'
[72/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_hugepage_info.c.o'
[73/2299] Linking static target lib/librte_ring.a
[74/2299] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry.c.o'
[75/2299] Generating rte_metrics_def with a custom command
[76/2299] Generating rte_cmdline_mingw with a custom command
[77/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace.c.o'
[78/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_mp.c.o'
[79/2299] Generating rte_cmdline_def with a custom command
[80/2299] Linking static target lib/librte_telemetry.a
[81/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memzone.c.o'
[82/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_dynmem.c.o'
[83/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_dev.c.o'
[84/2299] Generating rte_metrics_mingw with a custom command
[85/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_elem.c.o'
[86/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_vt100.c.o'
[87/2299] Generating rte_hash_mingw with a custom command
[88/2299] Generating rte_hash_def with a custom command
[89/2299] Generating rte_timer_def with a custom command
[90/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_socket.c.o'
[91/2299] Generating rte_timer_mingw with a custom command
[92/2299] Compiling C object 'lib/76b5a35@@rte_pci@sta/librte_pci_rte_pci.c.o'
[93/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline.c.o'
[94/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_portlist.c.o'
[95/2299] Linking static target lib/librte_pci.a
[96/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_ipaddr.c.o'
[97/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_string.c.o'
[98/2299] Compiling C object 'lib/76b5a35@@rte_meter@sha/librte_meter_rte_meter.c.o'
[99/2299] Compiling C object 'lib/76b5a35@@rte_meter@sta/librte_meter_rte_meter.c.o'
[100/2299] Generating rte_bbdev_def with a custom command
[101/2299] Generating rte_acl_mingw with a custom command
[102/2299] Generating rte_acl_def with a custom command
[103/2299] Linking static target lib/librte_meter.a
[104/2299] Generating rte_bbdev_mingw with a custom command
[105/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memory.c.o'
[106/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_num.c.o'
[107/2299] Generating rte_bitratestats_def with a custom command
[108/2299] Generating rte_bitratestats_mingw with a custom command
[109/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_cirbuf.c.o'
[110/2299] Generating rte_cfgfile_def with a custom command
[111/2299] Generating rte_cfgfile_mingw with a custom command
[112/2299] Compiling C object 'lib/76b5a35@@rte_metrics@sta/librte_metrics_rte_metrics.c.o'
[113/2299] Generating rte_compressdev_mingw with a custom command
[114/2299] Generating rte_compressdev_def with a custom command
[115/2299] Compiling C object 'lib/76b5a35@@rte_hash@sta/librte_hash_rte_fbk_hash.c.o'
[116/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_service.c.o'
[117/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal.c.o'
[118/2299] Generating rte_cryptodev_mingw with a custom command
[119/2299] Generating rte_cryptodev_def with a custom command
[120/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_proc.c.o'
[121/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse.c.o'
[122/2299] Generating rte_distributor_mingw with a custom command
[123/2299] Generating rte_distributor_def with a custom command
[124/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_rdline.c.o'
[125/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_interrupts.c.o'
[126/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_memalloc.c.o'
[127/2299] Generating rte_efd_mingw with a custom command
[128/2299] Generating rte_efd_def with a custom command
[129/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_fbarray.c.o'
[130/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_memory.c.o'
[131/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sha/librte_mempool_rte_mempool_ops_default.c.o'
[132/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool_ops_default.c.o'
[133/2299] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor_match_sse.c.o'
[134/2299] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_pool_ops.c.o'
[135/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_profile.c.o'
[136/2299] Generating rte_gro_def with a custom command
[137/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_mempool_trace_points.c.o'
[138/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sha/librte_mempool_mempool_trace_points.c.o'
[139/2299] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_ptype.c.o'
[140/2299] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_rte_cryptodev_pmd.c.o'
[141/2299] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_ring.c.o'
[142/2299] Generating rte_eventdev_def with a custom command
[143/2299] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_ether.c.o'
[144/2299] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_net_crc.c.o'
[145/2299] Generating rte_eventdev_mingw with a custom command
[146/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool_ops.c.o'
[147/2299] Compiling C object 'lib/76b5a35@@rte_cfgfile@sta/librte_cfgfile_rte_cfgfile.c.o'
[148/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sha/librte_mempool_rte_mempool_ops.c.o'
[149/2299] Linking static target lib/librte_cfgfile.a
[150/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_trace_points.c.o'
[151/2299] Generating rte_gro_mingw with a custom command
[152/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_class_eth.c.o'
[153/2299] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_etheraddr.c.o'
[154/2299] Linking static target lib/librte_cmdline.a
[155/2299] Generating rte_gso_def with a custom command
[156/2299] Generating rte_gso_mingw with a custom command
[157/2299] Generating rte_jobstats_def with a custom command
[158/2299] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_tb_mem.c.o'
[159/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_private.c.o'
[160/2299] Generating rte_jobstats_mingw with a custom command
[161/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_mtr.c.o'
[162/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_vfio.c.o'
[163/2299] Generating rte_ip_frag_mingw with a custom command
[164/2299] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_arp.c.o'
[165/2299] Generating rte_ip_frag_def with a custom command
[166/2299] Compiling C object 'lib/76b5a35@@rte_timer@sta/librte_timer_rte_timer.c.o'
[167/2299] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_net.c.o'
[168/2299] Generating kvargs.sym_chk with a meson_exe.py custom command
[169/2299] Linking static target lib/librte_timer.a
[170/2299] Linking static target lib/librte_net.a
[171/2299] Generating rte_kni_def with a custom command
[172/2299] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_dyn.c.o'
[173/2299] Generating rte_kni_mingw with a custom command
[174/2299] Generating rte_latencystats_def with a custom command
[175/2299] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_eventdev_trace_points.c.o'
[176/2299] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_rte_acl.c.o'
[177/2299] Generating rte_latencystats_mingw with a custom command
[178/2299] Generating rte_lpm_def with a custom command
[179/2299] Generating rte_lpm_mingw with a custom command
[180/2299] Linking target lib/librte_kvargs.so.21.0
[181/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_tm.c.o'
[182/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_malloc.c.o'
[183/2299] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_compressdev_pmd.c.o'
[184/2299] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_cryptodev_trace_points.c.o'
[185/2299] Compiling C object 'lib/76b5a35@@rte_bitratestats@sta/librte_bitratestats_rte_bitrate.c.o'
[186/2299] Generating rte_member_def with a custom command
[187/2299] Linking static target lib/librte_bitratestats.a
[188/2299] Compiling C object 'lib/76b5a35@@rte_rcu@sta/librte_rcu_rte_rcu_qsbr.c.o'
[189/2299] Generating rte_member_mingw with a custom command
[190/2299] Linking static target lib/librte_rcu.a
[191/2299] Generating ring.sym_chk with a meson_exe.py custom command
[192/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_heap.c.o'
[193/2299] Compiling C object 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev_cryptodev_trace_points.c.o'
[194/2299] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_common.c.o'
[195/2299] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf.c.o'
[196/2299] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_gen.c.o'
[197/2299] Compiling C object 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev_rte_cryptodev_pmd.c.o'
[198/2299] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_comp.c.o'
[199/2299] Generating rte_power_def with a custom command
[200/2299] Generating rte_power_mingw with a custom command
[201/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sha/librte_mempool_rte_mempool.c.o'
[202/2299] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_kvm_vm.c.o'
[203/2299] Generating rte_pdump_def with a custom command
[204/2299] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_rte_power.c.o'
[205/2299] Compiling C object 'lib/76b5a35@@rte_metrics@sta/librte_metrics_rte_metrics_telemetry.c.o'
[206/2299] Generating rte_pdump_mingw with a custom command
[207/2299] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member.c.o'
[208/2299] Generating rte_rawdev_def with a custom command
[209/2299] Linking static target lib/librte_metrics.a
[210/2299] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_guest_channel.c.o'
[211/2299] Generating rte_rawdev_mingw with a custom command
[212/2299] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool.c.o'
[213/2299] Generating rte_regexdev_def with a custom command
[214/2299] Generating rte_regexdev_mingw with a custom command
[215/2299] Linking static target lib/librte_mempool.a
[216/2299] Generating rte_rib_def with a custom command
[217/2299] Generating rte_rib_mingw with a custom command
[218/2299] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_scalar.c.o'
[219/2299] Generating pci.sym_chk with a meson_exe.py custom command
[220/2299] Generating rte_reorder_def with a custom command
[221/2299] Generating rte_reorder_mingw with a custom command
[222/2299] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor_single.c.o'
[223/2299] Generating rte_sched_def with a custom command
[224/2299] Compiling C object 'lib/76b5a35@@rte_flow_classify@sta/librte_flow_classify_rte_flow_classify_parse.c.o'
[225/2299] Generating rte_sched_mingw with a custom command
[226/2299] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_compressdev.c.o'
[227/2299] Generating rte_security_def with a custom command
[228/2299] Linking static target lib/librte_compressdev.a
[229/2299] Generating rte_security_mingw with a custom command
[230/2299] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_rte_gso.c.o'
[231/2299] Generating rte_stack_def with a custom command
[232/2299] Generating meter.sym_chk with a meson_exe.py custom command
[233/2299] Generating rte_stack_mingw with a custom command
[234/2299] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_udp4.c.o'
[235/2299] Generating telemetry.sym_chk with a meson_exe.py custom command
[236/2299] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_tcp4.c.o'
[237/2299] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_approx.c.o'
[238/2299] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_red.c.o'
[239/2299] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack_std.c.o'
[240/2299] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_tunnel_tcp4.c.o'
[241/2299] Compiling C object 'lib/76b5a35@@rte_bbdev@sta/librte_bbdev_rte_bbdev.c.o'
[242/2299] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack_lf.c.o'
[243/2299] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_rte_power_empty_poll.c.o'
[244/2299] Linking static target lib/librte_bbdev.a
[245/2299] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv4_reassembly.c.o'
[246/2299] Linking target lib/librte_telemetry.so.21.0
[247/2299] Generating rte_vhost_def with a custom command
[248/2299] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack.c.o'
[249/2299] Generating rte_vhost_mingw with a custom command
[250/2299] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_options.c.o'
[251/2299] Linking static target lib/librte_stack.a
[252/2299] Linking static target lib/librte_eal.a
[253/2299] Compiling C object 'lib/76b5a35@@rte_jobstats@sta/librte_jobstats_rte_jobstats.c.o'
[254/2299] Linking static target lib/librte_jobstats.a
[255/2299] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv6_reassembly.c.o'
[256/2299] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_rte_gro.c.o'
[257/2299] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor.c.o'
[258/2299] Linking static target lib/librte_distributor.a
[259/2299] Generating rte_ipsec_def with a custom command
[260/2299] Generating rte_ipsec_mingw with a custom command
[261/2299] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_pkt.c.o'
[262/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_fd_man.c.o'
[263/2299] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member_vbf.c.o'
[264/2299] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_tcp4.c.o'
[265/2299] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_common.c.o'
[266/2299] Linking static target lib/librte_gso.a
[267/2299] Generating rte_fib_def with a custom command
[268/2299] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ip_frag_common.c.o'
[269/2299] Generating rte_fib_mingw with a custom command
[270/2299] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv4_fragmentation.c.o'
[271/2299] Generating cfgfile.sym_chk with a meson_exe.py custom command
[272/2299] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_vxlan_tcp4.c.o'
[273/2299] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv6_fragmentation.c.o'
[274/2299] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_ip_frag_internal.c.o'
[275/2299] Linking static target lib/librte_gro.a
[276/2299] Linking static target lib/librte_ip_frag.a
[277/2299] Generating cmdline.sym_chk with a meson_exe.py custom command
[278/2299] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf.c.o'
[279/2299] Linking static target lib/librte_mbuf.a
[280/2299] Compiling C object 'lib/76b5a35@@rte_latencystats@sta/librte_latencystats_rte_latencystats.c.o'
[281/2299] Linking static target lib/librte_latencystats.a
[282/2299] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_rte_cryptodev.c.o'
[283/2299] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_rte_fib.c.o'
[284/2299] Linking static target lib/librte_cryptodev.a
[285/2299] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_timer_adapter.c.o'
[286/2299] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.21.0.symbols'
[287/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_flow.c.o'
[288/2299] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_acpi_cpufreq.c.o'
[289/2299] Generating net.sym_chk with a meson_exe.py custom command
[290/2299] Compiling C object 'lib/76b5a35@@rte_lpm@sta/librte_lpm_rte_lpm.c.o'
[291/2299] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_bld.c.o'
[292/2299] Generating rte_port_def with a custom command
[293/2299] Generating rte_port_mingw with a custom command
[294/2299] Generating timer.sym_chk with a meson_exe.py custom command
[295/2299] Generating bitratestats.sym_chk with a meson_exe.py custom command
[296/2299] Compiling C object 'lib/76b5a35@@rte_regexdev@sta/librte_regexdev_rte_regexdev.c.o'
[297/2299] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_pstate_cpufreq.c.o'
[298/2299] Linking static target lib/librte_regexdev.a
[299/2299] Linking static target lib/librte_power.a
[300/2299] Compiling C object 'lib/76b5a35@@rte_security@sta/librte_security_rte_security.c.o'
[301/2299] Linking static target lib/librte_security.a
[302/2299] Compiling C object 'lib/76b5a35@@rte_kni@sta/librte_kni_rte_kni.c.o'
[303/2299] Linking static target lib/librte_kni.a
[304/2299] Compiling C object 'lib/76b5a35@@rte_reorder@sta/librte_reorder_rte_reorder.c.o'
[305/2299] Compiling C object 'lib/76b5a35@@rte_rib@sta/librte_rib_rte_rib.c.o'
[306/2299] Compiling C object 'lib/76b5a35@@rte_rawdev@sta/librte_rawdev_rte_rawdev.c.o'
[307/2299] Linking static target lib/librte_reorder.a
[308/2299] Linking static target lib/librte_rawdev.a
[309/2299] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_ses.c.o'
[310/2299] Generating rcu.sym_chk with a meson_exe.py custom command
[311/2299] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_eventdev.c.o'
[312/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vdpa.c.o'
[313/2299] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_eth_tx_adapter.c.o'
[314/2299] Generating rte_table_mingw with a custom command
[315/2299] Generating mempool.sym_chk with a meson_exe.py custom command
[316/2299] Generating rte_table_def with a custom command
[317/2299] Generating metrics.sym_chk with a meson_exe.py custom command
[318/2299] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_rte_fib6.c.o'
[319/2299] Generating rte_pipeline_mingw with a custom command
[320/2299] Generating rte_pipeline_def with a custom command
[321/2299] Compiling C object 'lib/76b5a35@@rte_efd@sta/librte_efd_rte_efd.c.o'
[322/2299] Linking static target lib/librte_efd.a
[323/2299] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_sa.c.o'
[324/2299] Compiling C object 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev_rte_cryptodev.c.o'
[325/2299] Compiling C object 'lib/76b5a35@@rte_lpm@sta/librte_lpm_rte_lpm6.c.o'
[326/2299] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.21.0.symbols'
[327/2299] Linking static target lib/librte_lpm.a
[328/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_iotlb.c.o'
[329/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sched.c.o'
[330/2299] Generating jobstats.sym_chk with a meson_exe.py custom command
[331/2299] Generating distributor.sym_chk with a meson_exe.py custom command
[332/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_socket.c.o'
[333/2299] Generating stack.sym_chk with a meson_exe.py custom command
[334/2299] Compiling C object 'lib/76b5a35@@rte_rib@sta/librte_rib_rte_rib6.c.o'
[335/2299] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_ipsec_sad.c.o'
[336/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_base.c.o'
[337/2299] Linking static target lib/librte_rib.a
[338/2299] Generating gso.sym_chk with a meson_exe.py custom command
[339/2299] Compiling C object 'lib/76b5a35@@rte_pdump@sta/librte_pdump_rte_pdump.c.o'
[340/2299] Generating rte_flow_classify_def with a custom command
[341/2299] Linking static target lib/librte_pdump.a
[342/2299] Generating rte_flow_classify_mingw with a custom command
[343/2299] Generating rte_pmd_dpaa2_mingw with a custom command
[344/2299] Generating rte_pmd_dpaa2_def with a custom command
[345/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82542.c.o'
[346/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82540.c.o'
[347/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_lpm.c.o'
[348/2299] Generating rte_bpf_def with a custom command
[349/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_frag.c.o'
[350/2299] Generating rte_bpf_mingw with a custom command
[351/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ras.c.o'
[352/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_lpm_ipv6.c.o'
[353/2299] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o'
[354/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_fd.c.o'
[355/2299] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_sse.c.o'
[356/2299] Generating gro.sym_chk with a meson_exe.py custom command
[357/2299] Generating bbdev.sym_chk with a meson_exe.py custom command
[358/2299] Generating rte_graph_def with a custom command
[359/2299] Generating ip_frag.sym_chk with a meson_exe.py custom command
[360/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_cuckoo.c.o'
[361/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_stub.c.o'
[362/2299] Generating latencystats.sym_chk with a meson_exe.py custom command
[363/2299] Generating rte_graph_mingw with a custom command
[364/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_null.c.o'
[365/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82541.c.o'
[366/2299] Generating compressdev.sym_chk with a meson_exe.py custom command
[367/2299] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o'
[368/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82543.c.o'
[369/2299] Linking static target lib/librte_fib.a
[370/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_acl.c.o'
[371/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_kni.c.o'
[372/2299] Generating rte_node_def with a custom command
[373/2299] Generating rte_node_mingw with a custom command
[374/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_array.c.o'
[375/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost.c.o'
[376/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ethdev.c.o'
[377/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sym_crypto.c.o'
[378/2299] Generating rte_common_cpt_mingw with a custom command
[379/2299] Generating rte_common_cpt_def with a custom command
[380/2299] Generating rte_common_dpaax_mingw with a custom command
[381/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82571.c.o'
[382/2299] Generating rte_common_dpaax_def with a custom command
[383/2299] Generating mbuf.sym_chk with a meson_exe.py custom command
[384/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_source_sink.c.o'
[385/2299] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_crypto_adapter.c.o'
[386/2299] Generating rte_common_iavf_mingw with a custom command
[387/2299] Generating rte_common_iavf_def with a custom command
[388/2299] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member_ht.c.o'
[389/2299] Generating rte_common_octeontx_mingw with a custom command
[390/2299] Generating rte_common_octeontx_def with a custom command
[391/2299] Linking static target lib/librte_member.a
[392/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_80003es2lan.c.o'
[393/2299] Generating rawdev.sym_chk with a meson_exe.py custom command
[394/2299] Generating cryptodev.sym_chk with a meson_exe.py custom command
[395/2299] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_port_in_action.c.o'
[396/2299] Generating kni.sym_chk with a meson_exe.py custom command
[397/2299] Generating power.sym_chk with a meson_exe.py custom command
[398/2299] Generating rte_common_octeontx2_def with a custom command
[399/2299] Generating reorder.sym_chk with a meson_exe.py custom command
[400/2299] Generating security.sym_chk with a meson_exe.py custom command
[401/2299] Generating rte_common_octeontx2_mingw with a custom command
[402/2299] Compiling C object 'lib/76b5a35@@rte_flow_classify@sta/librte_flow_classify_rte_flow_classify.c.o'
[403/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_eventdev.c.o'
[404/2299] Linking static target lib/librte_flow_classify.a
[405/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx@sta/common_octeontx_octeontx_mbox.c.o'
[406/2299] Linking static target drivers/libtmp_rte_common_octeontx.a
[407/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_caamflib.c.o'
[408/2299] Generating rte_common_octeontx.pmd.c with a custom command
[409/2299] Compiling C object 'drivers/a715181@@rte_common_octeontx@sta/meson-generated_.._rte_common_octeontx.pmd.c.o'
[410/2299] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_load.c.o'
[411/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o'
[412/2299] Linking static target drivers/librte_common_octeontx.a
[413/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key8.c.o'
[414/2299] Compiling C object 'drivers/a715181@@rte_common_octeontx@sha/meson-generated_.._rte_common_octeontx.pmd.c.o'
[415/2299] Generating efd.sym_chk with a meson_exe.py custom command
[416/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaa_of.c.o'
[417/2299] Linking static target drivers/libtmp_rte_common_dpaax.a
[418/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_irq.c.o'
[419/2299] Generating rte_bus_dpaa_mingw with a custom command
[420/2299] Generating rte_common_dpaax.pmd.c with a custom command
[421/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'
[422/2299] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_ops.c.o'
[423/2299] Generating rte_bus_dpaa_def with a custom command
[424/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_dpaa_sys.c.o'
[425/2299] Compiling C object 'drivers/a715181@@rte_common_dpaax@sta/meson-generated_.._rte_common_dpaax.pmd.c.o'
[426/2299] Compiling C object 'drivers/a715181@@rte_common_dpaax@sha/meson-generated_.._rte_common_dpaax.pmd.c.o'
[427/2299] Linking static target drivers/librte_common_dpaax.a
[428/2299] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_populate.c.o'
[429/2299] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_debug.c.o'
[430/2299] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_esp_outb.c.o'
[431/2299] Generating regexdev.sym_chk with a meson_exe.py custom command
[432/2299] Generating lpm.sym_chk with a meson_exe.py custom command
[433/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_log.c.o'
[434/2299] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_load_elf.c.o'
[435/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_bman_driver.c.o'
[436/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key16.c.o'
[437/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_ext.c.o'
[438/2299] Generating rte_bus_ifpga_mingw with a custom command
[439/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_pkt_drop.c.o'
[440/2299] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_pipeline.c.o'
[441/2299] Generating rte_bus_fslmc_mingw with a custom command
[442/2299] Generating rte_bus_fslmc_def with a custom command
[443/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpmng.c.o'
[444/2299] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_avx2.c.o'
[445/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpbp.c.o'
[446/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_ctrl.c.o'
[447/2299] Linking static target lib/librte_acl.a
[448/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82575.c.o'
[449/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_process.c.o'
[450/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_cpt@sta/common_cpt_cpt_pmd_ops_helper.c.o'
[451/2299] Generating rte_bus_ifpga_def with a custom command
[452/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_rx.c.o'
[453/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpcon.c.o'
[454/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpci.c.o'
[455/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpdmai.c.o'
[456/2299] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_esp_inb.c.o'
[457/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_bman.c.o'
[458/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_qman_driver.c.o'
[459/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_mc_sys.c.o'
[460/2299] Generating rte_bus_pci_mingw with a custom command
[461/2299] Generating rte_bus_pci_def with a custom command
[462/2299] Generating rte_bus_vdev_def with a custom command
[463/2299] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_node.c.o'
[464/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_tx.c.o'
[465/2299] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph.c.o'
[466/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpio.c.o'
[467/2299] Linking static target lib/librte_ipsec.a
[468/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost_user.c.o'
[469/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_impl.c.o'
[470/2299] Generating rte_bus_vdev_mingw with a custom command
[471/2299] Generating pdump.sym_chk with a meson_exe.py custom command
[472/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_cpt@sta/common_cpt_cpt_fpm_tables.c.o'
[473/2299] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_stats.c.o'
[474/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_params.c.o'
[475/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_qbman_qbman_debug.c.o'
[476/2299] Linking static target drivers/libtmp_rte_common_cpt.a
[477/2299] Linking static target lib/librte_graph.a
[478/2299] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_exec.c.o'
[479/2299] Generating rte_bus_vmbus_mingw with a custom command
[480/2299] Generating rte_bus_vmbus_def with a custom command
[481/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_ifpga@sta/bus_ifpga_ifpga_common.c.o'
[482/2299] Generating rte_common_cpt.pmd.c with a custom command
[483/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vdev@sta/bus_vdev_vdev_params.c.o'
[484/2299] Generating rte_mempool_dpaa_mingw with a custom command
[485/2299] Generating rte_mempool_dpaa_def with a custom command
[486/2299] Compiling C object 'drivers/a715181@@rte_common_cpt@sta/meson-generated_.._rte_common_cpt.pmd.c.o'
[487/2299] Generating rte_mempool_bucket_def with a custom command
[488/2299] Generating rte_mempool_bucket_mingw with a custom command
[489/2299] Generating rte_mempool_dpaa2_def with a custom command
[490/2299] Generating rte_mempool_dpaa2_mingw with a custom command
[491/2299] Compiling C object 'drivers/a715181@@rte_common_cpt@sha/meson-generated_.._rte_common_cpt.pmd.c.o'
[492/2299] Linking static target drivers/librte_common_cpt.a
[493/2299] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_ethdev.c.o'
[494/2299] Generating rte_mempool_octeontx_def with a custom command
[495/2299] Generating rte_mempool_octeontx_mingw with a custom command
[496/2299] Linking static target lib/librte_ethdev.a
[497/2299] Generating rte_mempool_octeontx2_def with a custom command
[498/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_common.c.o'
[499/2299] Generating rte_mempool_octeontx2_mingw with a custom command
[500/2299] Generating rte_mempool_ring_def with a custom command
[501/2299] Generating rte_mempool_ring_mingw with a custom command
[502/2299] Generating rte_mempool_stack_def with a custom command
[503/2299] Generating rte_mempool_stack_mingw with a custom command
[504/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_sec_idev.c.o'
[505/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_common_uio.c.o'
[506/2299] Generating rte_pmd_af_packet_def with a custom command
[507/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_ifpga@sta/bus_ifpga_ifpga_bus.c.o'
[508/2299] Generating rte_pmd_af_packet_mingw with a custom command
[509/2299] Linking static target drivers/libtmp_rte_bus_ifpga.a
[510/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_common_uio.c.o'
[511/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_lru.c.o'
[512/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_common.c.o'
[513/2299] Generating rte_bus_ifpga.pmd.c with a custom command
[514/2299] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key32.c.o'
[515/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_bufring.c.o'
[516/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_netcfg_layer.c.o'
[517/2299] Linking static target lib/librte_table.a
[518/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_common.c.o'
[519/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'
[520/2299] Compiling C object 'drivers/a715181@@rte_bus_ifpga@sha/meson-generated_.._rte_bus_ifpga.pmd.c.o'
[521/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_linux_vmbus_bus.c.o'
[522/2299] Compiling C object 'drivers/a715181@@rte_bus_ifpga@sta/meson-generated_.._rte_bus_ifpga.pmd.c.o'
[523/2299] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_eth_rx_adapter.c.o'
[524/2299] Linking static target drivers/librte_bus_ifpga.a
[525/2299] Linking static target lib/librte_eventdev.a
[526/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_channel.c.o'
[527/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_mbox.c.o'
[528/2299] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_sched.c.o'
[529/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vdev@sta/bus_vdev_vdev.c.o'
[530/2299] Linking static target lib/librte_sched.a
[531/2299] Generating rte_pmd_ark_def with a custom command
[532/2299] Generating rte_pmd_ark_mingw with a custom command
[533/2299] Linking static target drivers/libtmp_rte_bus_vdev.a
[534/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_linux_vmbus_uio.c.o'
[535/2299] Generating rte_bus_vdev.pmd.c with a custom command
[536/2299] Linking static target drivers/libtmp_rte_bus_vmbus.a
[537/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_common.c.o'
[538/2299] Compiling C object 'drivers/a715181@@rte_bus_vdev@sta/meson-generated_.._rte_bus_vdev.pmd.c.o'
[539/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_ddm.c.o'
[540/2299] Compiling C object 'drivers/a715181@@rte_bus_vdev@sha/meson-generated_.._rte_bus_vdev.pmd.c.o'
[541/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_pkt_cls.c.o'
[542/2299] Linking static target drivers/librte_bus_vdev.a
[543/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_mpu.c.o'
[544/2299] Generating rte_bus_vmbus.pmd.c with a custom command
[545/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ip4_lookup.c.o'
[546/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_rqp.c.o'
[547/2299] Compiling C object 'drivers/a715181@@rte_bus_vmbus@sha/meson-generated_.._rte_bus_vmbus.pmd.c.o'
[548/2299] Compiling C object 'drivers/a715181@@rte_bus_vmbus@sta/meson-generated_.._rte_bus_vmbus.pmd.c.o'
[549/2299] Linking static target drivers/librte_bus_vmbus.a
[550/2299] Generating rte_pmd_atlantic_def with a custom command
[551/2299] Generating rib.sym_chk with a meson_exe.py custom command
[552/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_udm.c.o'
[553/2299] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_validate.c.o'
[554/2299] Generating member.sym_chk with a meson_exe.py custom command
[555/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_dpaa_bus.c.o'
[556/2299] Generating rte_pmd_atlantic_mingw with a custom command
[557/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_adminq.c.o'
[558/2299] Linking static target drivers/libtmp_rte_common_iavf.a
[559/2299] Generating rte_common_iavf.pmd.c with a custom command
[560/2299] Generating rte_pmd_avp_mingw with a custom command
[561/2299] Generating rte_pmd_avp_def with a custom command
[562/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'
[563/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_fman_hw.c.o'
[564/2299] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'
[565/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_atl_hw_regs.c.o'
[566/2299] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'
[567/2299] Linking static target drivers/librte_common_iavf.a
[568/2299] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_dev.c.o'
[569/2299] Linking static target drivers/libtmp_rte_common_octeontx2.a
[570/2299] Generating rte_pmd_axgbe_mingw with a custom command
[571/2299] Generating fib.sym_chk with a meson_exe.py custom command
[572/2299] Generating rte_pmd_axgbe_def with a custom command
[573/2299] Generating rte_common_octeontx2.pmd.c with a custom command
[574/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_fman.c.o'
[575/2299] Compiling C object 'drivers/a715181@@rte_common_octeontx2@sha/meson-generated_.._rte_common_octeontx2.pmd.c.o'
[576/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpbp.c.o'
[577/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpci.c.o'
[578/2299] Generating rte_common_octeontx.sym_chk with a meson_exe.py custom command
[579/2299] Generating flow_classify.sym_chk with a meson_exe.py custom command
[580/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_fslmc_bus.c.o'
[581/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_hw_atl_hw_atl_b0.c.o'
[582/2299] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_jit_x86.c.o'
[583/2299] Linking static target lib/librte_bpf.a
[584/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'
[585/2299] Linking static target drivers/libtmp_rte_bus_pci.a
[586/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpio.c.o'
[587/2299] Generating rte_bus_pci.pmd.c with a custom command
[588/2299] Compiling C object 'drivers/a715181@@rte_common_octeontx2@sta/meson-generated_.._rte_common_octeontx2.pmd.c.o'
[589/2299] Generating rte_pmd_bond_mingw with a custom command
[590/2299] Generating rte_pmd_bond_def with a custom command
[591/2299] Linking static target drivers/librte_common_octeontx2.a
[592/2299] Compiling C object 'drivers/a715181@@rte_bus_pci@sta/meson-generated_.._rte_bus_pci.pmd.c.o'
[593/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost_crypto.c.o'
[594/2299] Linking static target drivers/librte_bus_pci.a
[595/2299] Compiling C object 'drivers/a715181@@rte_bus_pci@sha/meson-generated_.._rte_bus_pci.pmd.c.o'
[596/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_debug.c.o'
[597/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_hw_atl_hw_atl_llh.c.o'
[598/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_irq.c.o'
[599/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_stack@sta/mempool_stack_rte_mempool_stack.c.o'
[600/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_fslmc_vfio.c.o'
[601/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_dpaa@sta/mempool_dpaa_dpaa_mempool.c.o'
[602/2299] Linking static target drivers/libtmp_rte_mempool_stack.a
[603/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx@sta/mempool_octeontx_rte_mempool_octeontx.c.o'
[604/2299] Generating rte_pmd_bnx2x_mingw with a custom command
[605/2299] Linking static target drivers/libtmp_rte_mempool_dpaa.a
[606/2299] Generating rte_mempool_stack.pmd.c with a custom command
[607/2299] Generating rte_pmd_bnx2x_def with a custom command
[608/2299] Generating rte_mempool_dpaa.pmd.c with a custom command
[609/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_pktdir.c.o'
[610/2299] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'
[611/2299] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ip4_rewrite.c.o'
[612/2299] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'
[613/2299] Linking static target drivers/librte_mempool_stack.a
[614/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool.c.o'
[615/2299] Compiling C object 'drivers/a715181@@rte_mempool_dpaa@sta/meson-generated_.._rte_mempool_dpaa.pmd.c.o'
[616/2299] Linking static target lib/librte_node.a
[617/2299] Compiling C object 'drivers/a715181@@rte_mempool_dpaa@sha/meson-generated_.._rte_mempool_dpaa.pmd.c.o'
[618/2299] Linking static target drivers/librte_mempool_dpaa.a
[619/2299] Generating acl.sym_chk with a meson_exe.py custom command
[620/2299] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command
[621/2299] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command
[622/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_ops.c.o'
[623/2299] Linking static target drivers/libtmp_rte_mempool_octeontx2.a
[624/2299] Generating rte_mempool_octeontx2.pmd.c with a custom command
[625/2299] Compiling C object 'drivers/a715181@@rte_mempool_octeontx2@sta/meson-generated_.._rte_mempool_octeontx2.pmd.c.o'
[626/2299] Linking static target drivers/librte_mempool_octeontx2.a
[627/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_dpaa2@sta/mempool_dpaa2_dpaa2_hw_mempool.c.o'
[628/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_ethdev_tx.c.o'
[629/2299] Linking static target drivers/libtmp_rte_mempool_dpaa2.a
[630/2299] Generating rte_mempool_dpaa2.pmd.c with a custom command
[631/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx@sta/mempool_octeontx_octeontx_fpavf.c.o'
[632/2299] Compiling C object 'drivers/a715181@@rte_mempool_octeontx2@sha/meson-generated_.._rte_mempool_octeontx2.pmd.c.o'
[633/2299] Linking static target drivers/libtmp_rte_mempool_octeontx.a
[634/2299] Compiling C object 'drivers/a715181@@rte_mempool_dpaa2@sta/meson-generated_.._rte_mempool_dpaa2.pmd.c.o'
[635/2299] Compiling C object 'drivers/a715181@@rte_mempool_dpaa2@sha/meson-generated_.._rte_mempool_dpaa2.pmd.c.o'
[636/2299] Linking static target drivers/librte_mempool_dpaa2.a
[637/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_rte_pmd_atlantic.c.o'
[638/2299] Generating rte_mempool_octeontx.pmd.c with a custom command
[639/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_hw_atl_hw_atl_utils_fw2x.c.o'
[640/2299] Compiling C object 'drivers/a715181@@rte_mempool_octeontx@sta/meson-generated_.._rte_mempool_octeontx.pmd.c.o'
[641/2299] Linking static target drivers/librte_mempool_octeontx.a
[642/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_ethdev.c.o'
[643/2299] Compiling C object 'drivers/a715181@@rte_mempool_octeontx@sha/meson-generated_.._rte_mempool_octeontx.pmd.c.o'
[644/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_pktchkr.c.o'
[645/2299] Generating ipsec.sym_chk with a meson_exe.py custom command
[646/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_qbman_qbman_portal.c.o'
[647/2299] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command
[648/2299] Linking static target drivers/libtmp_rte_bus_fslmc.a
[649/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_pktgen.c.o'
[650/2299] Generating table.sym_chk with a meson_exe.py custom command
[651/2299] Generating sched.sym_chk with a meson_exe.py custom command
[652/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_axgbe@sta/net_axgbe_axgbe_i2c.c.o'
[653/2299] Generating eal.sym_chk with a meson_exe.py custom command
[654/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_rand.c.o'
[655/2299] Generating rte_bus_fslmc.pmd.c with a custom command
[656/2299] Generating eventdev.sym_chk with a meson_exe.py custom command
[657/2299] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'
[658/2299] Linking static target drivers/librte_bus_fslmc.a
[659/2299] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'
[660/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_hw_atl_hw_atl_utils.c.o'
[661/2299] Linking target lib/librte_eal.so.21.0
[662/2299] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command
[663/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_stack.c.o'
[664/2299] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command
[665/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bond@sta/net_bonding_rte_eth_bond_flow.c.o'
[666/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_axgbe@sta/net_axgbe_axgbe_rxtx_vec_sse.c.o'
[667/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_ll.c.o'
[668/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ark@sta/net_ark_ark_ethdev_rx.c.o'
[669/2299] Linking static target drivers/libtmp_rte_pmd_ark.a
[670/2299] Generating graph.sym_chk with a meson_exe.py custom command
[671/2299] Generating rte_pmd_ark.pmd.c with a custom command
[672/2299] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command
[673/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_device_p4.c.o'
[674/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'
[675/2299] Compiling C object 'drivers/a715181@@rte_pmd_ark@sha/meson-generated_.._rte_pmd_ark.pmd.c.o'
[676/2299] Linking static target drivers/libtmp_rte_pmd_af_packet.a
[677/2299] Compiling C object 'drivers/a715181@@rte_pmd_ark@sta/meson-generated_.._rte_pmd_ark.pmd.c.o'
[678/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bond@sta/net_bonding_rte_eth_bond_alb.c.o'
[679/2299] Linking static target drivers/librte_pmd_ark.a
[680/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bond@sta/net_bonding_rte_eth_bond_args.c.o'
[681/2299] Generating rte_pmd_af_packet.pmd.c with a custom command
[682/2299] Compiling C object 'drivers/a715181@@rte_pmd_af_packet@sta/meson-generated_.._rte_pmd_af_packet.pmd.c.o'
[683/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_axgbe@sta/net_axgbe_axgbe_mdio.c.o'
[684/2299] Linking static target drivers/librte_pmd_af_packet.a
[685/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_ring@sta/mempool_ring_rte_mempool_ring.c.o'
[686/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_device.c.o'
[687/2299] Compiling C object 'drivers/a715181@@rte_pmd_af_packet@sha/meson-generated_.._rte_pmd_af_packet.pmd.c.o'
[688/2299] Linking static target drivers/libtmp_rte_mempool_ring.a
[689/2299] Generating rte_mempool_ring.pmd.c with a custom command
[690/2299] Generating bpf.sym_chk with a meson_exe.py custom command
[691/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_util.c.o'
[692/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_cpr.c.o'
[693/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_identifier.c.o'
[694/2299] Compiling C object 'drivers/a715181@@rte_mempool_ring@sta/meson-generated_.._rte_mempool_ring.pmd.c.o'
[695/2299] Linking static target drivers/librte_mempool_ring.a
[696/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_axgbe@sta/net_axgbe_axgbe_phy_impl.c.o'
[697/2299] Compiling C object 'drivers/a715181@@rte_mempool_ring@sha/meson-generated_.._rte_mempool_ring.pmd.c.o'
[698/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_filter.c.o'
[699/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_bitalloc.c.o'
[700/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bond@sta/net_bonding_rte_eth_bond_api.c.o'
[701/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_irq.c.o'
[702/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'
[703/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'
[704/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_rm.c.o'
[705/2299] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command
[706/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_tbl.c.o'
[707/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_shadow_tbl.c.o'
[708/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_if_tbl.c.o'
[709/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_axgbe@sta/net_axgbe_axgbe_dev.c.o'
[710/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_axgbe@sta/net_axgbe_axgbe_rxtx.c.o'
[711/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_msg.c.o'
[712/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_util.c.o'
[713/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_atl_ethdev.c.o'
[714/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_global_cfg.c.o'
[715/2299] Generating rte_mempool_stack.sym_chk with a meson_exe.py custom command
[716/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'
[717/2299] Generating rte_pmd_bnxt_mingw with a custom command
[718/2299] Generating ethdev.sym_chk with a meson_exe.py custom command
[719/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_hcapi_hcapi_cfa_p4.c.o'
[720/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_bnx2x_ethdev.c.o'
[721/2299] Generating rte_pmd_bnxt_def with a custom command
[722/2299] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ring.c.o'
[723/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_bnx2x_vfpf.c.o'
[724/2299] Generating rte_mempool_dpaa.sym_chk with a meson_exe.py custom command
[725/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_shadow_tcam.c.o'
[726/2299] Linking static target lib/librte_port.a
[727/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_tcam.c.o'
[728/2299] Generating node.sym_chk with a meson_exe.py custom command
[729/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_atlantic@sta/net_atlantic_atl_rxtx.c.o'
[730/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_bnx2x_rxtx.c.o'
[731/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_stats.c.o'
[732/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_vnic.c.o'
[733/2299] Linking static target drivers/libtmp_rte_pmd_atlantic.a
[734/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tfp.c.o'
[735/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_axgbe@sta/net_axgbe_axgbe_ethdev.c.o'
[736/2299] Generating rte_mempool_octeontx2.sym_chk with a meson_exe.py custom command
[737/2299] Linking static target drivers/libtmp_rte_pmd_axgbe.a
[738/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_ring.c.o'
[739/2299] Generating rte_pmd_dpaa_def with a custom command
[740/2299] Generating rte_pmd_cxgbe_def with a custom command
[741/2299] Generating rte_pmd_cxgbe_mingw with a custom command
[742/2299] Generating rte_pmd_atlantic.pmd.c with a custom command
[743/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_txq.c.o'
[744/2299] Generating rte_pmd_axgbe.pmd.c with a custom command
[745/2299] Generating rte_pmd_dpaa_mingw with a custom command
[746/2299] Compiling C object 'drivers/a715181@@rte_pmd_atlantic@sha/meson-generated_.._rte_pmd_atlantic.pmd.c.o'
[747/2299] Compiling C object 'drivers/a715181@@rte_pmd_atlantic@sta/meson-generated_.._rte_pmd_atlantic.pmd.c.o'
[748/2299] Compiling C object 'drivers/a715181@@rte_pmd_axgbe@sta/meson-generated_.._rte_pmd_axgbe.pmd.c.o'
[749/2299] Generating rte_mempool_octeontx.sym_chk with a meson_exe.py custom command
[750/2299] Compiling C object 'drivers/a715181@@rte_pmd_axgbe@sha/meson-generated_.._rte_pmd_axgbe.pmd.c.o'
[751/2299] Linking static target drivers/librte_pmd_atlantic.a
[752/2299] Linking static target drivers/librte_pmd_axgbe.a
[753/2299] Generating rte_mempool_dpaa2.sym_chk with a meson_exe.py custom command
[754/2299] Compiling C object 'lib/76b5a35@@rte_hash@sta/librte_hash_rte_cuckoo_hash.c.o'
[755/2299] Linking static target lib/librte_hash.a
[756/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_em_internal.c.o'
[757/2299] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.21.0.symbols'
[758/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_mc_dpkg.c.o'
[759/2299] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_qman.c.o'
[760/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_reps.c.o'
[761/2299] Linking target lib/librte_ring.so.21.0
[762/2299] Generating rte_common_octeontx2.sym_chk with a meson_exe.py custom command
[763/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_rxq.c.o'
[764/2299] Linking target lib/librte_pci.so.21.0
[765/2299] Linking target lib/librte_meter.so.21.0
[766/2299] Linking target lib/librte_timer.so.21.0
[767/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_em_common.c.o'
[768/2299] Linking target lib/librte_acl.so.21.0
[769/2299] Linking target lib/librte_cfgfile.so.21.0
[770/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_rxr.c.o'
[771/2299] Linking target lib/librte_jobstats.so.21.0
[772/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_txr.c.o'
[773/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_act.c.o'
[774/2299] Linking target lib/librte_stack.so.21.0
[775/2299] Linking target lib/librte_rawdev.so.21.0
[776/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_tbl.c.o'
[777/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_core.c.o'
[778/2299] Linking static target drivers/libtmp_rte_bus_dpaa.a
[779/2299] Linking target lib/librte_graph.so.21.0
[780/2299] Linking target drivers/librte_common_dpaax.so.21.0
[781/2299] Linking target drivers/librte_common_iavf.so.21.0
[782/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_matcher.c.o'
[783/2299] Generating rte_bus_dpaa.pmd.c with a custom command
[784/2299] Generating rte_pmd_ark.sym_chk with a meson_exe.py custom command
[785/2299] Linking target drivers/librte_common_octeontx.so.21.0
[786/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_mc_dpdmux.c.o'
[787/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_mark_mgr.c.o'
[788/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_flow.c.o'
[789/2299] Compiling C object 'drivers/a715181@@rte_bus_dpaa@sha/meson-generated_.._rte_bus_dpaa.pmd.c.o'
[790/2299] Compiling C object 'drivers/a715181@@rte_bus_dpaa@sta/meson-generated_.._rte_bus_dpaa.pmd.c.o'
[791/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_class.c.o'
[792/2299] Linking static target drivers/librte_bus_dpaa.a
[793/2299] Linking target drivers/librte_bus_vdev.so.21.0
[794/2299] Generating rte_pmd_af_packet.sym_chk with a meson_exe.py custom command
[795/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_def_rules.c.o'
[796/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_bnxt_ulp_flow.c.o'
[797/2299] Linking target drivers/librte_bus_vmbus.so.21.0
[798/2299] Generating rte_pmd_skeleton_event_def with a custom command
[799/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_avp@sta/net_avp_avp_ethdev.c.o'
[800/2299] Generating rte_pmd_skeleton_event_mingw with a custom command
[801/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_fc_mgr.c.o'
[802/2299] Linking static target drivers/libtmp_rte_pmd_avp.a
[803/2299] Generating rte_pmd_avp.pmd.c with a custom command
[804/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_core_tf_em_host.c.o'
[805/2299] Generating rte_mempool_ring.sym_chk with a meson_exe.py custom command
[806/2299] Generating rte_pmd_sw_event_mingw with a custom command
[807/2299] Compiling C object 'drivers/a715181@@rte_pmd_avp@sta/meson-generated_.._rte_pmd_avp.pmd.c.o'
[808/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_clip_tbl.c.o'
[809/2299] Generating rte_pmd_sw_event_def with a custom command
[810/2299] Linking static target drivers/librte_pmd_avp.a
[811/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_cxgbevf_main.c.o'
[812/2299] Compiling C object 'drivers/a715181@@rte_pmd_avp@sha/meson-generated_.._rte_pmd_avp.pmd.c.o'
[813/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_mps_tcam.c.o'
[814/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_flow_db.c.o'
[815/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_bnxt_ulp.c.o'
[816/2299] Generating rte_pmd_dsw_event_mingw with a custom command
[817/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_port_db.c.o'
[818/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_cxgbevf_ethdev.c.o'
[819/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_rte_pmd_bnxt.c.o'
[820/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_utils.c.o'
[821/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_mc_dprtc.c.o'
[822/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_l2t.c.o'
[823/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_smt.c.o'
[824/2299] Generating port.sym_chk with a meson_exe.py custom command
[825/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.o'
[826/2299] Compiling C object 'drivers/a715181@@tmp_rte_mempool_bucket@sta/mempool_bucket_rte_mempool_bucket.c.o'
[827/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_e1000@sta/net_e1000_e1000_logs.c.o'
[828/2299] Linking static target drivers/libtmp_rte_mempool_bucket.a
[829/2299] Generating rte_mempool_bucket.pmd.c with a custom command
[830/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_skeleton_event@sta/event_skeleton_skeleton_eventdev.c.o'
[831/2299] Compiling C object 'drivers/a715181@@rte_mempool_bucket@sta/meson-generated_.._rte_mempool_bucket.pmd.c.o'
[832/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_dpaa2_sparser.c.o'
[833/2299] Linking static target drivers/librte_mempool_bucket.a
[834/2299] Linking static target drivers/libtmp_rte_pmd_skeleton_event.a
[835/2299] Compiling C object 'drivers/a715181@@rte_mempool_bucket@sha/meson-generated_.._rte_mempool_bucket.pmd.c.o'
[836/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_base_dpaa2_hw_dpni.c.o'
[837/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_dpaa2_mux.c.o'
[838/2299] Generating rte_pmd_skeleton_event.pmd.c with a custom command
[839/2299] Compiling C object 'drivers/a715181@@rte_pmd_skeleton_event@sta/meson-generated_.._rte_pmd_skeleton_event.pmd.c.o'
[840/2299] Generating rte_pmd_e1000_mingw with a custom command
[841/2299] Generating rte_pmd_e1000_def with a custom command
[842/2299] Linking static target drivers/librte_pmd_skeleton_event.a
[843/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_manage.c.o'
[844/2299] Compiling C object 'drivers/a715181@@rte_pmd_skeleton_event@sha/meson-generated_.._rte_pmd_skeleton_event.pmd.c.o'
[845/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_vf.c.o'
[846/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_i210.c.o'
[847/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mbx.c.o'
[848/2299] Generating rte_pmd_ena_mingw with a custom command
[849/2299] Generating rte_pmd_ena_def with a custom command
[850/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_base_t4vf_hw.c.o'
[851/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_api.c.o'
[852/2299] Generating rte_pmd_axgbe.sym_chk with a meson_exe.py custom command
[853/2299] Generating rte_pmd_enetc_def with a custom command
[854/2299] Generating rte_pmd_enetc_mingw with a custom command
[855/2299] Generating hash.sym_chk with a meson_exe.py custom command
[856/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sw_event@sta/event_sw_sw_evdev_xstats.c.o'
[857/2299] Generating symbol file 'lib/76b5a35@@rte_ring@sha/librte_ring.so.21.0.symbols'
[858/2299] Generating rte_pmd_atlantic.sym_chk with a meson_exe.py custom command
[859/2299] Generating symbol file 'lib/76b5a35@@rte_pci@sha/librte_pci.so.21.0.symbols'
[860/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'
[861/2299] Linking target lib/librte_rcu.so.21.0
[862/2299] Generating symbol file 'lib/76b5a35@@rte_meter@sha/librte_meter.so.21.0.symbols'
[863/2299] Linking target lib/librte_mempool.so.21.0
[864/2299] Linking target lib/librte_hash.so.21.0
[865/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_nvm.c.o'
[866/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_cxgbe_ethdev.c.o'
[867/2299] Generating symbol file 'lib/76b5a35@@rte_acl@sha/librte_acl.so.21.0.symbols'
[868/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_cxgbe_flow.c.o'
[869/2299] Linking target drivers/librte_bus_pci.so.21.0
[870/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_base_vnic_intr.c.o'
[871/2299] Generating symbol file 'lib/76b5a35@@rte_timer@sha/librte_timer.so.21.0.symbols'
[872/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_rte_parser.c.o'
[873/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dsw_event@sta/event_dsw_dsw_evdev.c.o'
[874/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_mc_dpni.c.o'
[875/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'
[876/2299] Generating symbol file 'lib/76b5a35@@rte_stack@sha/librte_stack.so.21.0.symbols'
[877/2299] Linking target lib/librte_power.so.21.0
[878/2299] Generating rte_pmd_enic_mingw with a custom command
[879/2299] Generating rte_pmd_enic_def with a custom command
[880/2299] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.21.0.symbols'
[881/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mac.c.o'
[882/2299] Generating symbol file 'lib/76b5a35@@rte_graph@sha/librte_graph.so.21.0.symbols'
[883/2299] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.21.0.symbols'
[884/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ena@sta/net_ena_base_ena_eth_com.c.o'
[885/2299] Generating symbol file 'drivers/a715181@@rte_common_octeontx@sha/librte_common_octeontx.so.21.0.symbols'
[886/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_dpaa2_ptp.c.o'
[887/2299] Generating symbol file 'lib/76b5a35@@rte_rawdev@sha/librte_rawdev.so.21.0.symbols'
[888/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa@sta/net_dpaa_dpaa_ethdev.c.o'
[889/2299] Generating rte_pmd_failsafe_def with a custom command
[890/2299] Generating rte_pmd_failsafe_mingw with a custom command
[891/2299] Generating symbol file 'drivers/a715181@@rte_bus_vmbus@sha/librte_bus_vmbus.so.21.0.symbols'
[892/2299] Linking target drivers/librte_bus_ifpga.so.21.0
[893/2299] Generating symbol file 'drivers/a715181@@rte_bus_vdev@sha/librte_bus_vdev.so.21.0.symbols'
[894/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_cxgbe_filter.c.o'
[895/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_cxgbe_main.c.o'
[896/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_tf_ulp_ulp_mapper.c.o'
[897/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_ecore_sp.c.o'
[898/2299] Generating rte_pmd_fm10k_def with a custom command
[899/2299] Generating rte_pmd_fm10k_mingw with a custom command
[900/2299] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_api.c.o'
[901/2299] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_common.c.o'
[902/2299] Generating rte_pmd_avp.sym_chk with a meson_exe.py custom command
[903/2299] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_vf.c.o'
[904/2299] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_tlv.c.o'
[905/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_e1000@sta/net_e1000_igb_pf.c.o'
[906/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_base_vnic_rq.c.o'
[907/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_base_vnic_cq.c.o'
[908/2299] Generating rte_mempool_bucket.sym_chk with a meson_exe.py custom command
[909/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_dpaa2_ethdev.c.o'
[910/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_base_vnic_wq.c.o'
[911/2299] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command
[912/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_phy.c.o'
[913/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enetc@sta/net_enetc_enetc_rxtx.c.o'
[914/2299] Generating rte_pmd_skeleton_event.sym_chk with a meson_exe.py custom command
[915/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_e1000@sta/net_e1000_em_ethdev.c.o'
[916/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'
[917/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ena@sta/net_ena_base_ena_com.c.o'
[918/2299] Generating rte_pmd_i40e_mingw with a custom command
[919/2299] Generating rte_pmd_i40e_def with a custom command
[920/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_bnx2x_stats.c.o'
[921/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'
[922/2299] Linking static target drivers/libtmp_rte_pmd_bond.a
[923/2299] Generating symbol file 'lib/76b5a35@@rte_rcu@sha/librte_rcu.so.21.0.symbols'
[924/2299] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_mbx.c.o'
[925/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_clsf.c.o'
[926/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_res.c.o'
[927/2299] Generating rte_pmd_bond.pmd.c with a custom command
[928/2299] Compiling C object 'drivers/a715181@@rte_pmd_bond@sha/meson-generated_.._rte_pmd_bond.pmd.c.o'
[929/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe_rxtx.c.o'
[930/2299] Compiling C object 'drivers/a715181@@rte_pmd_bond@sta/meson-generated_.._rte_pmd_bond.pmd.c.o'
[931/2299] Linking static target drivers/librte_pmd_bond.a
[932/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe_eal.c.o'
[933/2299] Generating symbol file 'lib/76b5a35@@rte_mempool@sha/librte_mempool.so.21.0.symbols'
[934/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe.c.o'
[935/2299] Generating symbol file 'lib/76b5a35@@rte_hash@sha/librte_hash.so.21.0.symbols'
[936/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_e1000@sta/net_e1000_igb_flow.c.o'
[937/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe_intr.c.o'
[938/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_base_vnic_dev.c.o'
[939/2299] Linking target lib/librte_mbuf.so.21.0
[940/2299] Generating symbol file 'drivers/a715181@@rte_bus_pci@sha/librte_bus_pci.so.21.0.symbols'
[941/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe_flow.c.o'
[942/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe_args.c.o'
[943/2299] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.o'
[944/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enetc@sta/net_enetc_enetc_ethdev.c.o'
[945/2299] Linking target lib/librte_rib.so.21.0
[946/2299] Linking target lib/librte_efd.so.21.0
[947/2299] Linking target drivers/librte_mempool_bucket.so.21.0
[948/2299] Linking target lib/librte_lpm.so.21.0
[949/2299] Linking static target drivers/libtmp_rte_pmd_enetc.a
[950/2299] Linking target lib/librte_member.so.21.0
[951/2299] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_pf.c.o'
[952/2299] Generating rte_pmd_enetc.pmd.c with a custom command
[953/2299] Linking target drivers/librte_mempool_ring.so.21.0
[954/2299] Linking static target drivers/net/fm10k/base/libfm10k_base.a
[955/2299] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o'
[956/2299] Linking target drivers/librte_mempool_stack.so.21.0
[957/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_sge.c.o'
[958/2299] Compiling C object 'drivers/a715181@@rte_pmd_enetc@sta/meson-generated_.._rte_pmd_enetc.pmd.c.o'
[959/2299] Compiling C object 'drivers/a715181@@rte_pmd_enetc@sha/meson-generated_.._rte_pmd_enetc.pmd.c.o'
[960/2299] Linking static target drivers/librte_pmd_enetc.a
[961/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_ethdev.c.o'
[962/2299] Generating rte_pmd_hinic_mingw with a custom command
[963/2299] Generating rte_pmd_hinic_def with a custom command
[964/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_rxtx_vec_avx2.c.o'
[965/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_flow.c.o'
[966/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_cxgbe@sta/net_cxgbe_base_t4_hw.c.o'
[967/2299] Linking static target drivers/libtmp_rte_pmd_cxgbe.a
[968/2299] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_ich8lan.c.o'
[969/2299] Linking static target drivers/net/e1000/base/libe1000_base.a
[970/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe_ether.c.o'
[971/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_eqs.c.o'
[972/2299] Generating rte_pmd_cxgbe.pmd.c with a custom command
[973/2299] Compiling C object 'drivers/a715181@@rte_pmd_cxgbe@sta/meson-generated_.._rte_pmd_cxgbe.pmd.c.o'
[974/2299] Compiling C object 'drivers/a715181@@rte_pmd_cxgbe@sha/meson-generated_.._rte_pmd_cxgbe.pmd.c.o'
[975/2299] Linking static target drivers/librte_pmd_cxgbe.a
[976/2299] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.o'
[977/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cfg.c.o'
[978/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_dpaa2_rxtx.c.o'
[979/2299] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o'
[980/2299] Generating rte_pmd_hns3_def with a custom command
[981/2299] Generating rte_pmd_hns3_mingw with a custom command
[982/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_wq.c.o'
[983/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_vf_representor.c.o'
[984/2299] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.o'
[985/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_fm_flow.c.o'
[986/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mgmt.c.o'
[987/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwif.c.o'
[988/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'
[989/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_rxtx.c.o'
[990/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_e1000@sta/net_e1000_em_rxtx.c.o'
[991/2299] Generating rte_pmd_iavf_def with a custom command
[992/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_tm.c.o'
[993/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'
[994/2299] Generating rte_pmd_iavf_mingw with a custom command
[995/2299] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command
[996/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_nicio.c.o'
[997/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mbox.c.o'
[998/2299] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o'
[999/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_fm10k@sta/net_fm10k_fm10k_rxtx.c.o'
[1000/2299] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.21.0.symbols'
[1001/2299] Generating rte_pmd_bond.sym_chk with a meson_exe.py custom command
[1002/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_fm10k@sta/net_fm10k_fm10k_rxtx_vec.c.o'
[1003/2299] Generating symbol file 'lib/76b5a35@@rte_mbuf@sha/librte_mbuf.so.21.0.symbols'
[1004/2299] Generating symbol file 'lib/76b5a35@@rte_lpm@sha/librte_lpm.so.21.0.symbols'
[1005/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_cmd.c.o'
[1006/2299] Linking target lib/librte_fib.so.21.0
[1007/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_pf.c.o'
[1008/2299] Linking target lib/librte_compressdev.so.21.0
[1009/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_regs.c.o'
[1010/2299] Linking target lib/librte_net.so.21.0
[1011/2299] Linking target lib/librte_bbdev.so.21.0
[1012/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwdev.c.o'
[1013/2299] Linking target lib/librte_cryptodev.so.21.0
[1014/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_mbx.c.o'
[1015/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_mp.c.o'
[1016/2299] Linking target lib/librte_distributor.so.21.0
[1017/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_rss.c.o'
[1018/2299] Linking target lib/librte_regexdev.so.21.0
[1019/2299] Generating rte_pmd_enetc.sym_chk with a meson_exe.py custom command
[1020/2299] Linking target lib/librte_reorder.so.21.0
[1021/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_intr.c.o'
[1022/2299] Linking target lib/librte_sched.so.21.0
[1023/2299] Linking target drivers/librte_mempool_octeontx.so.21.0
[1024/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_enic@sta/net_enic_enic_main.c.o'
[1025/2299] Linking static target drivers/libtmp_rte_pmd_enic.a
[1026/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ena@sta/net_ena_ena_ethdev.c.o'
[1027/2299] Linking static target drivers/libtmp_rte_pmd_ena.a
[1028/2299] Generating rte_pmd_enic.pmd.c with a custom command
[1029/2299] Generating rte_pmd_ena.pmd.c with a custom command
[1030/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_fdir.c.o'
[1031/2299] Compiling C object 'drivers/a715181@@rte_pmd_enic@sta/meson-generated_.._rte_pmd_enic.pmd.c.o'
[1032/2299] Generating rte_pmd_cxgbe.sym_chk with a meson_exe.py custom command
[1033/2299] Linking static target drivers/librte_pmd_enic.a
[1034/2299] Compiling C object 'drivers/a715181@@rte_pmd_ena@sta/meson-generated_.._rte_pmd_ena.pmd.c.o'
[1035/2299] Compiling C object 'drivers/a715181@@rte_pmd_ena@sha/meson-generated_.._rte_pmd_ena.pmd.c.o'
[1036/2299] Linking static target drivers/librte_pmd_ena.a
[1037/2299] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_niccfg.c.o'
[1038/2299] Compiling C object 'drivers/a715181@@rte_pmd_enic@sha/meson-generated_.._rte_pmd_enic.pmd.c.o'
[1039/2299] Linking static target drivers/net/hinic/base/libhinic_base.a
[1040/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_fm10k@sta/net_fm10k_fm10k_ethdev.c.o'
[1041/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_stats.c.o'
[1042/2299] Linking static target drivers/libtmp_rte_pmd_fm10k.a
[1043/2299] Generating rte_pmd_fm10k.pmd.c with a custom command
[1044/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_hash.c.o'
[1045/2299] Compiling C object 'drivers/a715181@@rte_pmd_fm10k@sta/meson-generated_.._rte_pmd_fm10k.pmd.c.o'
[1046/2299] Linking static target drivers/librte_pmd_fm10k.a
[1047/2299] Compiling C object 'drivers/a715181@@rte_pmd_fm10k@sha/meson-generated_.._rte_pmd_fm10k.pmd.c.o'
[1048/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_e1000@sta/net_e1000_igb_rxtx.c.o'
[1049/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hinic@sta/net_hinic_hinic_pmd_rx.c.o'
[1050/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_e1000@sta/net_e1000_igb_ethdev.c.o'
[1051/2299] Linking static target drivers/libtmp_rte_pmd_e1000.a
[1052/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_ethdev_vf.c.o'
[1053/2299] Generating rte_pmd_e1000.pmd.c with a custom command
[1054/2299] Generating rte_pmd_ice_mingw with a custom command
[1055/2299] Compiling C object 'drivers/a715181@@rte_pmd_e1000@sta/meson-generated_.._rte_pmd_e1000.pmd.c.o'
[1056/2299] Linking static target drivers/librte_pmd_e1000.a
[1057/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'
[1058/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'
[1059/2299] Linking static target drivers/libtmp_rte_pmd_bnxt.a
[1060/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa@sta/net_dpaa_dpaa_rxtx.c.o'
[1061/2299] Compiling C object 'drivers/a715181@@rte_pmd_e1000@sha/meson-generated_.._rte_pmd_e1000.pmd.c.o'
[1062/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_generic_flow.c.o'
[1063/2299] Linking static target drivers/libtmp_rte_pmd_dpaa.a
[1064/2299] Generating rte_pmd_ice_def with a custom command
[1065/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl.c.o'
[1066/2299] Generating rte_pmd_dpaa.pmd.c with a custom command
[1067/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_flow.c.o'
[1068/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa@sta/meson-generated_.._rte_pmd_dpaa.pmd.c.o'
[1069/2299] Linking static target drivers/librte_pmd_dpaa.a
[1070/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa@sha/meson-generated_.._rte_pmd_dpaa.pmd.c.o'
[1071/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_dcb.c.o'
[1072/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_fdir.c.o'
[1073/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_manage.c.o'
[1074/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dsw_event@sta/event_dsw_dsw_event.c.o'
[1075/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_osdep.c.o'
[1076/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_igc@sta/net_igc_igc_logs.c.o'
[1077/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.o'
[1078/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_nvm.c.o'
[1079/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_base.c.o'
[1080/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_ethdev_vf.c.o'
[1081/2299] Generating rte_pmd_igc_def with a custom command
[1082/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hinic@sta/net_hinic_hinic_pmd_ethdev.c.o'
[1083/2299] Generating rte_pmd_igc_mingw with a custom command
[1084/2299] Generating symbol file 'lib/76b5a35@@rte_compressdev@sha/librte_compressdev.so.21.0.symbols'
[1085/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_failsafe@sta/net_failsafe_failsafe_ops.c.o'
[1086/2299] Linking static target drivers/libtmp_rte_pmd_failsafe.a
[1087/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_vchnl.c.o'
[1088/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_dcb.c.o'
[1089/2299] Generating rte_pmd_failsafe.pmd.c with a custom command
[1090/2299] Generating rte_pmd_bnxt.pmd.c with a custom command
[1091/2299] Compiling C object 'drivers/a715181@@rte_pmd_failsafe@sha/meson-generated_.._rte_pmd_failsafe.pmd.c.o'
[1092/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_fdir.c.o'
[1093/2299] Compiling C object 'drivers/a715181@@rte_pmd_bnxt@sta/meson-generated_.._rte_pmd_bnxt.pmd.c.o'
[1094/2299] Compiling C object 'drivers/a715181@@rte_pmd_bnxt@sha/meson-generated_.._rte_pmd_bnxt.pmd.c.o'
[1095/2299] Compiling C object 'drivers/a715181@@rte_pmd_failsafe@sta/meson-generated_.._rte_pmd_failsafe.pmd.c.o'
[1096/2299] Linking static target drivers/librte_pmd_bnxt.a
[1097/2299] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx@sha/librte_mempool_octeontx.so.21.0.symbols'
[1098/2299] Linking static target drivers/librte_pmd_failsafe.a
[1099/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_hash.c.o'
[1100/2299] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.21.0.symbols'
[1101/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl_ctrl.c.o'
[1102/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sw_event@sta/event_sw_sw_evdev_selftest.c.o'
[1103/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_nvm.c.o'
[1104/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'
[1105/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_mac.c.o'
[1106/2299] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.21.0.symbols'
[1107/2299] Generating symbol file 'lib/76b5a35@@rte_bbdev@sha/librte_bbdev.so.21.0.symbols'
[1108/2299] Generating symbol file 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev.so.21.0.symbols'
[1109/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_hv_vf.c.o'
[1110/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_ethdev.c.o'
[1111/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_flow.c.o'
[1112/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hinic@sta/net_hinic_hinic_pmd_flow.c.o'
[1113/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82598.c.o'
[1114/2299] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o'
[1115/2299] Generating symbol file 'lib/76b5a35@@rte_sched@sha/librte_sched.so.21.0.symbols'
[1116/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_fdir.c.o'
[1117/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_mbx.c.o'
[1118/2299] Linking static target drivers/net/i40e/base/libi40e_base.a
[1119/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_controlq.c.o'
[1120/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82599.c.o'
[1121/2299] Linking target lib/librte_ethdev.so.21.0
[1122/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_api.c.o'
[1123/2299] Linking target drivers/librte_common_cpt.so.21.0
[1124/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_82599_bypass.c.o'
[1125/2299] Linking target lib/librte_cmdline.so.21.0
[1126/2299] Linking target lib/librte_security.so.21.0
[1127/2299] Generating rte_pmd_ixgbe_mingw with a custom command
[1128/2299] Generating rte_pmd_ixgbe_def with a custom command
[1129/2299] Generating rte_pmd_ena.sym_chk with a meson_exe.py custom command
[1130/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_api.c.o'
[1131/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_vf.c.o'
[1132/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb.c.o'
[1133/2299] Generating rte_pmd_kni_def with a custom command
[1134/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hinic@sta/net_hinic_hinic_pmd_tx.c.o'
[1135/2299] Generating rte_pmd_fm10k.sym_chk with a meson_exe.py custom command
[1136/2299] Generating rte_pmd_kni_mingw with a custom command
[1137/2299] Generating rte_pmd_liquidio_mingw with a custom command
[1138/2299] Linking static target drivers/libtmp_rte_pmd_hinic.a
[1139/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_generic_flow.c.o'
[1140/2299] Generating rte_pmd_liquidio_def with a custom command
[1141/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_rte_pmd_i40e.c.o'
[1142/2299] Generating rte_pmd_hinic.pmd.c with a custom command
[1143/2299] Generating rte_pmd_memif_mingw with a custom command
[1144/2299] Generating rte_pmd_enic.sym_chk with a meson_exe.py custom command
[1145/2299] Compiling C object 'drivers/a715181@@rte_pmd_hinic@sta/meson-generated_.._rte_pmd_hinic.pmd.c.o'
[1146/2299] Compiling C object 'drivers/a715181@@rte_pmd_hinic@sha/meson-generated_.._rte_pmd_hinic.pmd.c.o'
[1147/2299] Generating rte_pmd_memif_def with a custom command
[1148/2299] Linking static target drivers/librte_pmd_hinic.a
[1149/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x540.c.o'
[1150/2299] Generating rte_pmd_netvsc_def with a custom command
[1151/2299] Generating rte_pmd_netvsc_mingw with a custom command
[1152/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82598.c.o'
[1153/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_dcf_parent.c.o'
[1154/2299] Generating rte_pmd_dpaa.sym_chk with a meson_exe.py custom command
[1155/2299] Generating rte_pmd_e1000.sym_chk with a meson_exe.py custom command
[1156/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_igc@sta/net_igc_igc_flow.c.o'
[1157/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_fdir_filter.c.o'
[1158/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_igc@sta/net_igc_igc_filter.c.o'
[1159/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_phy.c.o'
[1160/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82599.c.o'
[1161/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_dcf.c.o'
[1162/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_crc.c.o'
[1163/2299] Generating rte_pmd_nfp_mingw with a custom command
[1164/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_bypass.c.o'
[1165/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_dcf_ethdev.c.o'
[1166/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_switch_filter.c.o'
[1167/2299] Generating rte_pmd_bnxt.sym_chk with a meson_exe.py custom command
[1168/2299] Generating rte_pmd_nfp_def with a custom command
[1169/2299] Generating rte_pmd_failsafe.sym_chk with a meson_exe.py custom command
[1170/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'
[1171/2299] Generating rte_pmd_null_mingw with a custom command
[1172/2299] Generating rte_pmd_null_def with a custom command
[1173/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_liquidio@sta/net_liquidio_base_lio_23xx_vf.c.o'
[1174/2299] Generating symbol file 'lib/76b5a35@@rte_ethdev@sha/librte_ethdev.so.21.0.symbols'
[1175/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_nvs.c.o'
[1176/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_kni@sta/net_kni_rte_eth_kni.c.o'
[1177/2299] Generating rte_pmd_octeontx_def with a custom command
[1178/2299] Linking target lib/librte_metrics.so.21.0
[1179/2299] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkivf.c.o'
[1180/2299] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_bgx.c.o'
[1181/2299] Linking target lib/librte_gso.so.21.0
[1182/2299] Linking target lib/librte_gro.so.21.0
[1183/2299] Linking target lib/librte_eventdev.so.21.0
[1184/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_igc@sta/net_igc_igc_ethdev.c.o'
[1185/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_mip.c.o'
[1186/2299] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkovf.c.o'
[1187/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'
[1188/2299] Linking target lib/librte_ip_frag.so.21.0
[1189/2299] Linking target lib/librte_pdump.so.21.0
[1190/2299] Linking target lib/librte_bpf.so.21.0
[1191/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'
[1192/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_nsp.c.o'
[1193/2299] Linking target lib/librte_node.so.21.0
[1194/2299] Linking target drivers/librte_pmd_af_packet.so.21.0
[1195/2299] Linking target lib/librte_kni.so.21.0
[1196/2299] Generating rte_pmd_hinic.sym_chk with a meson_exe.py custom command
[1197/2299] Linking target drivers/librte_common_octeontx2.so.21.0
[1198/2299] Generating symbol file 'drivers/a715181@@rte_common_cpt@sha/librte_common_cpt.so.21.0.symbols'
[1199/2299] Linking target drivers/librte_pmd_ark.so.21.0
[1200/2299] Generating symbol file 'lib/76b5a35@@rte_security@sha/librte_security.so.21.0.symbols'
[1201/2299] Linking target drivers/librte_pmd_atlantic.so.21.0
[1202/2299] Linking target drivers/librte_pmd_avp.so.21.0
[1203/2299] Linking target drivers/librte_pmd_axgbe.so.21.0
[1204/2299] Linking target drivers/librte_pmd_ena.so.21.0
[1205/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_rtsym.c.o'
[1206/2299] Linking target drivers/librte_pmd_cxgbe.so.21.0
[1207/2299] Linking target lib/librte_ipsec.so.21.0
[1208/2299] Linking target drivers/librte_pmd_enetc.so.21.0
[1209/2299] Linking static target drivers/net/octeontx/base/libocteontx_base.a
[1210/2299] Linking static target drivers/libtmp_rte_pmd_kni.a
[1211/2299] Linking target drivers/librte_pmd_e1000.so.21.0
[1212/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_ethdev.c.o'
[1213/2299] Linking target drivers/librte_pmd_failsafe.so.21.0
[1214/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_memif@sta/net_memif_memif_socket.c.o'
[1215/2299] Generating rte_pmd_kni.pmd.c with a custom command
[1216/2299] Generating rte_pmd_octeontx_mingw with a custom command
[1217/2299] Linking target drivers/librte_pmd_fm10k.so.21.0
[1218/2299] Linking target drivers/librte_pmd_enic.so.21.0
[1219/2299] Linking target drivers/librte_pmd_hinic.so.21.0
[1220/2299] Compiling C object 'drivers/a715181@@rte_pmd_kni@sta/meson-generated_.._rte_pmd_kni.pmd.c.o'
[1221/2299] Compiling C object 'drivers/a715181@@rte_pmd_kni@sha/meson-generated_.._rte_pmd_kni.pmd.c.o'
[1222/2299] Linking static target drivers/librte_pmd_kni.a
[1223/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_rxtx.c.o'
[1224/2299] Linking target drivers/librte_pmd_bnxt.so.21.0
[1225/2299] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_phy.c.o'
[1226/2299] Linking static target drivers/net/igc/base/libigc_base.a
[1227/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_hns3@sta/net_hns3_hns3_ethdev.c.o'
[1228/2299] Linking static target drivers/libtmp_rte_pmd_hns3.a
[1229/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_rxtx_vec_sse.c.o'
[1230/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_liquidio@sta/net_liquidio_lio_ethdev.c.o'
[1231/2299] Generating rte_pmd_hns3.pmd.c with a custom command
[1232/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_common.c.o'
[1233/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_nsp_eth.c.o'
[1234/2299] Compiling C object 'drivers/a715181@@rte_pmd_hns3@sta/meson-generated_.._rte_pmd_hns3.pmd.c.o'
[1235/2299] Compiling C object 'drivers/a715181@@rte_pmd_hns3@sha/meson-generated_.._rte_pmd_hns3.pmd.c.o'
[1236/2299] Linking static target drivers/librte_pmd_hns3.a
[1237/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_liquidio@sta/net_liquidio_base_lio_mbox.c.o'
[1238/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_resource.c.o'
[1239/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_ethdev.c.o'
[1240/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_rxtx_vec_avx2.c.o'
[1241/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_rxtx.c.o'
[1242/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_igc@sta/net_igc_igc_txrx.c.o'
[1243/2299] Linking static target drivers/libtmp_rte_pmd_igc.a
[1244/2299] Generating rte_pmd_octeontx2_def with a custom command
[1245/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_nffw.c.o'
[1246/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_cppcore.c.o'
[1247/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_iavf@sta/net_iavf_iavf_rxtx_vec_sse.c.o'
[1248/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_liquidio@sta/net_liquidio_lio_rxtx.c.o'
[1249/2299] Linking static target drivers/libtmp_rte_pmd_iavf.a
[1250/2299] Linking static target drivers/libtmp_rte_pmd_liquidio.a
[1251/2299] Generating rte_pmd_igc.pmd.c with a custom command
[1252/2299] Generating rte_pmd_octeontx2_mingw with a custom command
[1253/2299] Generating rte_pmd_pcap_def with a custom command
[1254/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'
[1255/2299] Generating symbol file 'lib/76b5a35@@rte_eventdev@sha/librte_eventdev.so.21.0.symbols'
[1256/2299] Generating rte_pmd_liquidio.pmd.c with a custom command
[1257/2299] Generating rte_pmd_iavf.pmd.c with a custom command
[1258/2299] Compiling C object 'drivers/a715181@@rte_pmd_igc@sta/meson-generated_.._rte_pmd_igc.pmd.c.o'
[1259/2299] Compiling C object 'drivers/a715181@@rte_pmd_igc@sha/meson-generated_.._rte_pmd_igc.pmd.c.o'
[1260/2299] Generating symbol file 'lib/76b5a35@@rte_gso@sha/librte_gso.so.21.0.symbols'
[1261/2299] Compiling C object 'drivers/a715181@@rte_pmd_iavf@sha/meson-generated_.._rte_pmd_iavf.pmd.c.o'
[1262/2299] Linking static target drivers/librte_pmd_igc.a
[1263/2299] Generating rte_pmd_pcap_mingw with a custom command
[1264/2299] Compiling C object 'drivers/a715181@@rte_pmd_iavf@sta/meson-generated_.._rte_pmd_iavf.pmd.c.o'
[1265/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'
[1266/2299] Compiling C object 'drivers/a715181@@rte_pmd_liquidio@sta/meson-generated_.._rte_pmd_liquidio.pmd.c.o'
[1267/2299] Linking static target drivers/librte_pmd_iavf.a
[1268/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flex_pipe.c.o'
[1269/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_rndis.c.o'
[1270/2299] Compiling C object 'drivers/a715181@@rte_pmd_liquidio@sha/meson-generated_.._rte_pmd_liquidio.pmd.c.o'
[1271/2299] Linking static target drivers/librte_pmd_liquidio.a
[1272/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_bnx2x.c.o'
[1273/2299] Linking target drivers/librte_bus_fslmc.so.21.0
[1274/2299] Generating symbol file 'lib/76b5a35@@rte_metrics@sha/librte_metrics.so.21.0.symbols'
[1275/2299] Generating symbol file 'lib/76b5a35@@rte_ip_frag@sha/librte_ip_frag.so.21.0.symbols'
[1276/2299] Generating rte_pmd_pfe_def with a custom command
[1277/2299] Generating rte_pmd_pfe_mingw with a custom command
[1278/2299] Linking target drivers/librte_bus_dpaa.so.21.0
[1279/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'
[1280/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'
[1281/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_vf.c.o'
[1282/2299] Linking target lib/librte_bitratestats.so.21.0
[1283/2299] Linking target lib/librte_latencystats.so.21.0
[1284/2299] Linking target drivers/librte_pmd_bond.so.21.0
[1285/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_memif@sta/net_memif_rte_eth_memif.c.o'
[1286/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'
[1287/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_null@sta/net_null_rte_eth_null.c.o'
[1288/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x550.c.o'
[1289/2299] Linking static target drivers/libtmp_rte_pmd_memif.a
[1290/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_mutex.c.o'
[1291/2299] Linking static target drivers/libtmp_rte_pmd_null.a
[1292/2299] Generating rte_pmd_memif.pmd.c with a custom command
[1293/2299] Generating rte_pmd_null.pmd.c with a custom command
[1294/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_ethdev_devargs.c.o'
[1295/2299] Generating symbol file 'lib/76b5a35@@rte_kni@sha/librte_kni.so.21.0.symbols'
[1296/2299] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_virtio_net.c.o'
[1297/2299] Compiling C object 'drivers/a715181@@rte_pmd_memif@sta/meson-generated_.._rte_pmd_memif.pmd.c.o'
[1298/2299] Compiling C object 'drivers/a715181@@rte_pmd_memif@sha/meson-generated_.._rte_pmd_memif.pmd.c.o'
[1299/2299] Linking static target lib/librte_vhost.a
[1300/2299] Linking static target drivers/librte_pmd_memif.a
[1301/2299] Compiling C object 'drivers/a715181@@rte_pmd_null@sta/meson-generated_.._rte_pmd_null.pmd.c.o'
[1302/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'
[1303/2299] Compiling C object 'drivers/a715181@@rte_pmd_null@sha/meson-generated_.._rte_pmd_null.pmd.c.o'
[1304/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_mac.c.o'
[1305/2299] Linking static target drivers/librte_pmd_null.a
[1306/2299] Generating symbol file 'drivers/a715181@@rte_common_octeontx2@sha/librte_common_octeontx2.so.21.0.symbols'
[1307/2299] Linking target lib/librte_port.so.21.0
[1308/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_link.c.o'
[1309/2299] Generating rte_pmd_kni.sym_chk with a meson_exe.py custom command
[1310/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_sched.c.o'
[1311/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_rss.c.o'
[1312/2299] Linking target drivers/librte_mempool_octeontx2.so.21.0
[1313/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_ptp.c.o'
[1314/2299] Linking target drivers/librte_pmd_kni.so.21.0
[1315/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx@sta/net_octeontx_octeontx_rxtx.c.o'
[1316/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_flow_ctrl.c.o'
[1317/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_rxtx.c.o'
[1318/2299] Generating rte_pmd_qede_mingw with a custom command
[1319/2299] Generating rte_pmd_qede_def with a custom command
[1320/2299] Generating rte_pmd_ring_def with a custom command
[1321/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_ethdev_irq.c.o'
[1322/2299] Generating rte_pmd_ring_mingw with a custom command
[1323/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_vlan.c.o'
[1324/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_flow_parse.c.o'
[1325/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_pfe@sta/net_pfe_pfe_hal.c.o'
[1326/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_lookup.c.o'
[1327/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_flow.c.o'
[1328/2299] Generating rte_pmd_igc.sym_chk with a meson_exe.py custom command
[1329/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_ethdev_sec.c.o'
[1330/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_elink.c.o'
[1331/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/bcm_osal.c.o'
[1332/2299] Linking static target drivers/libtmp_rte_pmd_bnx2x.a
[1333/2299] Generating rte_pmd_iavf.sym_chk with a meson_exe.py custom command
[1334/2299] Linking target drivers/librte_pmd_igc.so.21.0
[1335/2299] Generating rte_pmd_bnx2x.pmd.c with a custom command
[1336/2299] Compiling C object 'drivers/a715181@@rte_pmd_bnx2x@sta/meson-generated_.._rte_pmd_bnx2x.pmd.c.o'
[1337/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_ops.c.o'
[1338/2299] Linking static target drivers/librte_pmd_bnx2x.a
[1339/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_switch.c.o'
[1340/2299] Linking target drivers/librte_pmd_iavf.so.21.0
[1341/2299] Compiling C object 'drivers/a715181@@rte_pmd_bnx2x@sha/meson-generated_.._rte_pmd_bnx2x.pmd.c.o'
[1342/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ice@sta/net_ice_ice_rxtx_vec_avx2.c.o'
[1343/2299] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_common.c.o'
[1344/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfpcore_nfp_cpp_pcie_ops.c.o'
[1345/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx@sta/net_octeontx_octeontx_ethdev_ops.c.o'
[1346/2299] Linking static target drivers/libtmp_rte_pmd_ice.a
[1347/2299] Linking static target drivers/net/ixgbe/base/libixgbe_base.a
[1348/2299] Generating rte_pmd_ice.pmd.c with a custom command
[1349/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_pfe@sta/net_pfe_pfe_hif_lib.c.o'
[1350/2299] Compiling C object 'drivers/a715181@@rte_pmd_ice@sta/meson-generated_.._rte_pmd_ice.pmd.c.o'
[1351/2299] Generating symbol file 'lib/76b5a35@@rte_port@sha/librte_port.so.21.0.symbols'
[1352/2299] Compiling C object 'drivers/a715181@@rte_pmd_ice@sha/meson-generated_.._rte_pmd_ice.pmd.c.o'
[1353/2299] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.21.0.symbols'
[1354/2299] Linking target lib/librte_table.so.21.0
[1355/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_rxtx.c.o'
[1356/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_bootcfg.c.o'
[1357/2299] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flow.c.o'
[1358/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_evb.c.o'
[1359/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_crc32.c.o'
[1360/2299] Linking static target drivers/net/ice/base/libice_base.a
[1361/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qede@sta/net_qede_qede_regs.c.o'
[1362/2299] Linking static target drivers/librte_pmd_ice.a
[1363/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qede@sta/net_qede_qede_main.c.o'
[1364/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_lic.c.o'
[1365/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_stats.c.o'
[1366/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_filter.c.o'
[1367/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_intr.c.o'
[1368/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_mcast.c.o'
[1369/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_ev.c.o'
[1370/2299] Generating rte_pmd_hns3.sym_chk with a meson_exe.py custom command
[1371/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o'
[1372/2299] Linking static target drivers/libtmp_rte_pmd_dpaa2.a
[1373/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qede@sta/net_qede_qede_filter.c.o'
[1374/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx@sta/net_octeontx_octeontx_ethdev.c.o'
[1375/2299] Generating rte_pmd_dpaa2.pmd.c with a custom command
[1376/2299] Linking static target drivers/libtmp_rte_pmd_octeontx.a
[1377/2299] Linking target drivers/librte_pmd_hns3.so.21.0
[1378/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa2@sha/meson-generated_.._rte_pmd_dpaa2.pmd.c.o'
[1379/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa2@sta/meson-generated_.._rte_pmd_dpaa2.pmd.c.o'
[1380/2299] Generating rte_pmd_octeontx.pmd.c with a custom command
[1381/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_proxy.c.o'
[1382/2299] Linking static target drivers/librte_pmd_dpaa2.a
[1383/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_l2.c.o'
[1384/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_tm.c.o'
[1385/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx@sha/meson-generated_.._rte_pmd_octeontx.pmd.c.o'
[1386/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx@sta/meson-generated_.._rte_pmd_octeontx.pmd.c.o'
[1387/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dcbx.c.o'
[1388/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_phy.c.o'
[1389/2299] Linking static target drivers/librte_pmd_octeontx.a
[1390/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_ethdev_ops.c.o'
[1391/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_ethdev.c.o'
[1392/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_sram.c.o'
[1393/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_vf.c.o'
[1394/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_ethdev_debug.c.o'
[1395/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_nvram.c.o'
[1396/2299] Generating symbol file 'drivers/a715181@@rte_bus_dpaa@sha/librte_bus_dpaa.so.21.0.symbols'
[1397/2299] Generating vhost.sym_chk with a meson_exe.py custom command
[1398/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/mcdi_mon.c.o'
[1399/2299] Generating rte_pmd_liquidio.sym_chk with a meson_exe.py custom command
[1400/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_mon.c.o'
[1401/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_fw_funcs.c.o'
[1402/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_cxt.c.o'
[1403/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_hash.c.o'
[1404/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_mcdi.c.o'
[1405/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_rx.c.o'
[1406/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'
[1407/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/siena_mac.c.o'
[1408/2299] Generating symbol file 'drivers/a715181@@rte_bus_fslmc@sha/librte_bus_fslmc.so.21.0.symbols'
[1409/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_port.c.o'
[1410/2299] Linking target drivers/librte_mempool_dpaa.so.21.0
[1411/2299] Generating rte_pmd_bnx2x.sym_chk with a meson_exe.py custom command
[1412/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_tunnel.c.o'
[1413/2299] Linking target drivers/librte_pmd_liquidio.so.21.0
[1414/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/siena_sram.c.o'
[1415/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/siena_nvram.c.o'
[1416/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/siena_vpd.c.o'
[1417/2299] Generating rte_pmd_memif.sym_chk with a meson_exe.py custom command
[1418/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'
[1419/2299] Linking target drivers/librte_pmd_memif.so.21.0
[1420/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_dp.c.o'
[1421/2299] Generating rte_pmd_null.sym_chk with a meson_exe.py custom command
[1422/2299] Linking target lib/librte_vhost.so.21.0
[1423/2299] Linking target drivers/librte_pmd_null.so.21.0
[1424/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qede@sta/net_qede_qede_ethdev.c.o'
[1425/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_nvram.c.o'
[1426/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ring@sta/net_ring_rte_eth_ring.c.o'
[1427/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_intr.c.o'
[1428/2299] Linking static target drivers/libtmp_rte_pmd_ring.a
[1429/2299] Generating rte_pmd_ring.pmd.c with a custom command
[1430/2299] Generating rte_pmd_sfc_def with a custom command
[1431/2299] Compiling C object 'drivers/a715181@@rte_pmd_ring@sha/meson-generated_.._rte_pmd_ring.pmd.c.o'
[1432/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_ev.c.o'
[1433/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_proxy.c.o'
[1434/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_vpd.c.o'
[1435/2299] Compiling C object 'drivers/a715181@@rte_pmd_ring@sta/meson-generated_.._rte_pmd_ring.pmd.c.o'
[1436/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_pcap@sta/net_pcap_rte_eth_pcap.c.o'
[1437/2299] Linking static target drivers/libtmp_rte_pmd_pcap.a
[1438/2299] Linking static target drivers/librte_pmd_ring.a
[1439/2299] Generating rte_pmd_sfc_mingw with a custom command
[1440/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_mac.c.o'
[1441/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/medford_nic.c.o'
[1442/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/medford2_nic.c.o'
[1443/2299] Generating rte_pmd_pcap.pmd.c with a custom command
[1444/2299] Linking target drivers/librte_mempool_dpaa2.so.21.0
[1445/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_pfe@sta/net_pfe_pfe_hif.c.o'
[1446/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'
[1447/2299] Linking target drivers/librte_pmd_bnx2x.so.21.0
[1448/2299] Linking static target drivers/libtmp_rte_pmd_ixgbe.a
[1449/2299] Compiling C object 'drivers/a715181@@rte_pmd_pcap@sta/meson-generated_.._rte_pmd_pcap.pmd.c.o'
[1450/2299] Compiling C object 'drivers/a715181@@rte_pmd_pcap@sha/meson-generated_.._rte_pmd_pcap.pmd.c.o'
[1451/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_mac.c.o'
[1452/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_kvargs.c.o'
[1453/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_tx.c.o'
[1454/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sp_commands.c.o'
[1455/2299] Linking static target drivers/librte_pmd_pcap.a
[1456/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_nic.c.o'
[1457/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_rx.c.o'
[1458/2299] Generating rte_pmd_octeontx.sym_chk with a meson_exe.py custom command
[1459/2299] Generating rte_pmd_ixgbe.pmd.c with a custom command
[1460/2299] Generating rte_pmd_softnic_mingw with a custom command
[1461/2299] Generating rte_pmd_softnic_def with a custom command
[1462/2299] Compiling C object 'drivers/a715181@@rte_pmd_ixgbe@sta/meson-generated_.._rte_pmd_ixgbe.pmd.c.o'
[1463/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_flow_utils.c.o'
[1464/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_link.c.o'
[1465/2299] Linking static target drivers/librte_pmd_ixgbe.a
[1466/2299] Compiling C object 'drivers/a715181@@rte_pmd_ixgbe@sha/meson-generated_.._rte_pmd_ixgbe.pmd.c.o'
[1467/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_filter.c.o'
[1468/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/siena_mcdi.c.o'
[1469/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_rxtx.c.o'
[1470/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_vpd.c.o'
[1471/2299] Linking static target drivers/libtmp_rte_pmd_netvsc.a
[1472/2299] Linking target drivers/librte_pmd_octeontx.so.21.0
[1473/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_filter.c.o'
[1474/2299] Generating rte_pmd_netvsc.pmd.c with a custom command
[1475/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/siena_phy.c.o'
[1476/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_mcdi.c.o'
[1477/2299] Generating rte_pmd_tap_def with a custom command
[1478/2299] Generating rte_pmd_tap_mingw with a custom command
[1479/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/siena_nic.c.o'
[1480/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_intr.c.o'
[1481/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_conn.c.o'
[1482/2299] Compiling C object 'drivers/a715181@@rte_pmd_netvsc@sta/meson-generated_.._rte_pmd_netvsc.pmd.c.o'
[1483/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_tso.c.o'
[1484/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/efx_tx.c.o'
[1485/2299] Linking static target drivers/librte_pmd_netvsc.a
[1486/2299] Compiling C object 'drivers/a715181@@rte_pmd_netvsc@sha/meson-generated_.._rte_pmd_netvsc.pmd.c.o'
[1487/2299] Generating rte_pmd_thunderx_def with a custom command
[1488/2299] Generating rte_pmd_thunderx_mingw with a custom command
[1489/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_nic.c.o'
[1490/2299] Generating rte_pmd_vdev_netvsc_def with a custom command
[1491/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_ev.c.o'
[1492/2299] Generating rte_pmd_vdev_netvsc_mingw with a custom command
[1493/2299] Generating rte_pmd_vhost_def with a custom command
[1494/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_evb.c.o'
[1495/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_tap@sta/net_tap_tap_netlink.c.o'
[1496/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_spq.c.o'
[1497/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_thunderx@sta/net_thunderx_nicvf_svf.c.o'
[1498/2299] Generating rte_pmd_vhost_mingw with a custom command
[1499/2299] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.0.symbols'
[1500/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_pfe@sta/net_pfe_pfe_ethdev.c.o'
[1501/2299] Linking static target drivers/libtmp_rte_pmd_pfe.a
[1502/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc.c.o'
[1503/2299] Generating rte_pmd_pfe.pmd.c with a custom command
[1504/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_image.c.o'
[1505/2299] Compiling C object 'drivers/a715181@@rte_pmd_pfe@sta/meson-generated_.._rte_pmd_pfe.pmd.c.o'
[1506/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_cryptodev.c.o'
[1507/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_hw.c.o'
[1508/2299] Compiling C object 'drivers/a715181@@rte_pmd_pfe@sha/meson-generated_.._rte_pmd_pfe.pmd.c.o'
[1509/2299] Linking static target drivers/librte_pmd_pfe.a
[1510/2299] Linking target lib/librte_flow_classify.so.21.0
[1511/2299] Generating rte_pmd_virtio_mingw with a custom command
[1512/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_mcdi.c.o'
[1513/2299] Generating rte_pmd_virtio_def with a custom command
[1514/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_mempool.c.o'
[1515/2299] Generating rte_pmd_vmxnet3_mingw with a custom command
[1516/2299] Generating rte_pmd_ice.sym_chk with a meson_exe.py custom command
[1517/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/hunt_nic.c.o'
[1518/2299] Generating rte_pmd_vmxnet3_def with a custom command
[1519/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_action.c.o'
[1520/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nfp@sta/net_nfp_nfp_net.c.o'
[1521/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_swq.c.o'
[1522/2299] Generating rte_rawdev_dpaa2_cmdif_def with a custom command
[1523/2299] Compiling C object 'drivers/net/sfc/base/59ea503@@sfc_base@sta/ef10_phy.c.o'
[1524/2299] Linking static target drivers/libtmp_rte_pmd_nfp.a
[1525/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_tap.c.o'
[1526/2299] Generating rte_rawdev_dpaa2_cmdif_mingw with a custom command
[1527/2299] Linking static target drivers/net/sfc/base/libsfc_base.a
[1528/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_tx.c.o'
[1529/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_pipeline.c.o'
[1530/2299] Generating rte_rawdev_dpaa2_qdma_def with a custom command
[1531/2299] Generating rte_rawdev_ntb_mingw with a custom command
[1532/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_ef10_rx.c.o'
[1533/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_ef10_essb_rx.c.o'
[1534/2299] Generating rte_pmd_nfp.pmd.c with a custom command
[1535/2299] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa2@sha/librte_mempool_dpaa2.so.21.0.symbols'
[1536/2299] Generating rte_rawdev_ntb_def with a custom command
[1537/2299] Generating rte_pmd_ring.sym_chk with a meson_exe.py custom command
[1538/2299] Compiling C object 'drivers/a715181@@rte_pmd_nfp@sha/meson-generated_.._rte_pmd_nfp.pmd.c.o'
[1539/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_tap@sta/net_tap_tap_bpf_api.c.o'
[1540/2299] Compiling C object 'drivers/a715181@@rte_pmd_nfp@sta/meson-generated_.._rte_pmd_nfp.pmd.c.o'
[1541/2299] Linking static target drivers/librte_pmd_nfp.a
[1542/2299] Linking target drivers/librte_pmd_ice.so.21.0
[1543/2299] Generating rte_rawdev_octeontx2_dma_def with a custom command
[1544/2299] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_bsvf.c.o'
[1545/2299] Linking target drivers/librte_pmd_ring.so.21.0
[1546/2299] Generating rte_rawdev_dpaa2_qdma_mingw with a custom command
[1547/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_dpaa2_cmdif@sta/raw_dpaa2_cmdif_dpaa2_cmdif.c.o'
[1548/2299] Linking static target drivers/libtmp_rte_rawdev_dpaa2_cmdif.a
[1549/2299] Generating rte_rawdev_dpaa2_cmdif.pmd.c with a custom command
[1550/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_ntb@sta/raw_ntb_ntb_hw_intel.c.o'
[1551/2299] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa@sha/librte_mempool_dpaa.so.21.0.symbols'
[1552/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_parser.c.o'
[1553/2299] Compiling C object 'drivers/a715181@@rte_rawdev_dpaa2_cmdif@sta/meson-generated_.._rte_rawdev_dpaa2_cmdif.pmd.c.o'
[1554/2299] Linking static target drivers/librte_rawdev_dpaa2_cmdif.a
[1555/2299] Compiling C object 'drivers/a715181@@rte_rawdev_dpaa2_cmdif@sha/meson-generated_.._rte_rawdev_dpaa2_cmdif.pmd.c.o'
[1556/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic.c.o'
[1557/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_rx.c.o'
[1558/2299] Generating rte_rawdev_octeontx2_ep_def with a custom command
[1559/2299] Linking target drivers/librte_pmd_dpaa.so.21.0
[1560/2299] Generating rte_rawdev_octeontx2_ep_mingw with a custom command
[1561/2299] Generating rte_rawdev_ioat_mingw with a custom command
[1562/2299] Generating rte_rawdev_ioat_def with a custom command
[1563/2299] Generating rte_rawdev_skeleton_mingw with a custom command
[1564/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_ethdev.c.o'
[1565/2299] Generating rte_pmd_pcap.sym_chk with a meson_exe.py custom command
[1566/2299] Linking target drivers/librte_pmd_pcap.so.21.0
[1567/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_user_vhost_kernel.c.o'
[1568/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'
[1569/2299] Generating rte_pmd_caam_jr_def with a custom command
[1570/2299] Generating rte_rawdev_octeontx2_dma_mingw with a custom command
[1571/2299] Generating rte_pmd_dpaa_sec_def with a custom command
[1572/2299] Generating rte_pmd_dpaa_sec_mingw with a custom command
[1573/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_user_ethdev.c.o'
[1574/2299] Generating rte_rawdev_skeleton_def with a custom command
[1575/2299] Generating rte_pmd_caam_jr_mingw with a custom command
[1576/2299] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_hw.c.o'
[1577/2299] Generating rte_pmd_dpaa2.sym_chk with a meson_exe.py custom command
[1578/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_flow.c.o'
[1579/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_user_virtio_user_dev.c.o'
[1580/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_tap@sta/net_tap_tap_flow.c.o'
[1581/2299] Generating rte_pmd_dpaa2_sec_mingw with a custom command
[1582/2299] Generating rte_pmd_dpaa2_sec_def with a custom command
[1583/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nitrox@sta/crypto_nitrox_nitrox_logs.c.o'
[1584/2299] Linking target drivers/librte_pmd_dpaa2.so.21.0
[1585/2299] Generating rte_pmd_nitrox_mingw with a custom command
[1586/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_test.c.o'
[1587/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_tap@sta/net_tap_tap_tcmsgs.c.o'
[1588/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2_sec@sta/crypto_dpaa2_sec_mc_dpseci.c.o'
[1589/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_int.c.o'
[1590/2299] Generating rte_pmd_nitrox_def with a custom command
[1591/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_ef10_tx.c.o'
[1592/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_port.c.o'
[1593/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'
[1594/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nitrox@sta/crypto_nitrox_nitrox_hal.c.o'
[1595/2299] Generating rte_pmd_null_crypto_def with a custom command
[1596/2299] Generating rte_pmd_null_crypto_mingw with a custom command
[1597/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_tap@sta/net_tap_tap_intr.c.o'
[1598/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_ioat@sta/raw_ioat_ioat_rawdev_test.c.o'
[1599/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'
[1600/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_tm.c.o'
[1601/2299] Generating rte_pmd_octeontx_crypto_def with a custom command
[1602/2299] Generating rte_pmd_octeontx_crypto_mingw with a custom command
[1603/2299] Generating symbol file 'lib/76b5a35@@rte_vhost@sha/librte_vhost.so.21.0.symbols'
[1604/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_thread.c.o'
[1605/2299] Generating rte_pmd_octeontx2_crypto_def with a custom command
[1606/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_caam_jr@sta/crypto_caam_jr_caam_jr_capabilities.c.o'
[1607/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_meter.c.o'
[1608/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_skeleton@sta/raw_skeleton_skeleton_rawdev.c.o'
[1609/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_skeleton@sta/raw_skeleton_skeleton_rawdev_test.c.o'
[1610/2299] Linking static target drivers/libtmp_rte_rawdev_skeleton.a
[1611/2299] Generating rte_pmd_octeontx2_crypto_mingw with a custom command
[1612/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_user_vhost_kernel_tap.c.o'
[1613/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_vhost@sta/net_vhost_rte_eth_vhost.c.o'
[1614/2299] Generating rte_rawdev_skeleton.pmd.c with a custom command
[1615/2299] Linking static target drivers/libtmp_rte_pmd_vhost.a
[1616/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_enqdeq.c.o'
[1617/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_rxtx_simple.c.o'
[1618/2299] Generating rte_pmd_vhost.pmd.c with a custom command
[1619/2299] Linking static target drivers/libtmp_rte_rawdev_octeontx2_ep.a
[1620/2299] Compiling C object 'drivers/a715181@@rte_rawdev_skeleton@sta/meson-generated_.._rte_rawdev_skeleton.pmd.c.o'
[1621/2299] Compiling C object 'drivers/a715181@@rte_rawdev_skeleton@sha/meson-generated_.._rte_rawdev_skeleton.pmd.c.o'
[1622/2299] Compiling C object 'drivers/a715181@@rte_pmd_vhost@sta/meson-generated_.._rte_pmd_vhost.pmd.c.o'
[1623/2299] Linking static target drivers/librte_rawdev_skeleton.a
[1624/2299] Generating rte_rawdev_octeontx2_ep.pmd.c with a custom command
[1625/2299] Compiling C object 'drivers/a715181@@rte_pmd_vhost@sha/meson-generated_.._rte_pmd_vhost.pmd.c.o'
[1626/2299] Linking static target drivers/librte_pmd_vhost.a
[1627/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_caam_jr@sta/crypto_caam_jr_caam_jr_hw.c.o'
[1628/2299] Generating rte_rawdev_dpaa2_cmdif.sym_chk with a meson_exe.py custom command
[1629/2299] Compiling C object 'drivers/a715181@@rte_rawdev_octeontx2_ep@sta/meson-generated_.._rte_rawdev_octeontx2_ep.pmd.c.o'
[1630/2299] Generating symbol file 'drivers/a715181@@rte_pmd_octeontx@sha/librte_pmd_octeontx.so.21.0.symbols'
[1631/2299] Generating rte_pmd_ixgbe.sym_chk with a meson_exe.py custom command
[1632/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_rawdev.c.o'
[1633/2299] Compiling C object 'drivers/a715181@@rte_rawdev_octeontx2_ep@sha/meson-generated_.._rte_rawdev_octeontx2_ep.pmd.c.o'
[1634/2299] Linking static target drivers/librte_rawdev_octeontx2_ep.a
[1635/2299] Generating rte_pmd_netvsc.sym_chk with a meson_exe.py custom command
[1636/2299] Generating rte_pmd_nfp.sym_chk with a meson_exe.py custom command
[1637/2299] Generating rte_pmd_crypto_scheduler_def with a custom command
[1638/2299] Generating rte_pmd_crypto_scheduler_mingw with a custom command
[1639/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_caam_jr@sta/crypto_caam_jr_caam_jr_uio.c.o'
[1640/2299] Linking target drivers/librte_rawdev_dpaa2_cmdif.so.21.0
[1641/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dev.c.o'
[1642/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_rxtx_simple_sse.c.o'
[1643/2299] Linking target drivers/librte_pmd_netvsc.so.21.0
[1644/2299] Linking target drivers/librte_pmd_ixgbe.so.21.0
[1645/2299] Linking target drivers/librte_pmd_nfp.so.21.0
[1646/2299] Generating symbol file 'drivers/a715181@@rte_pmd_dpaa@sha/librte_pmd_dpaa.so.21.0.symbols'
[1647/2299] Generating rte_pmd_virtio_crypto_def with a custom command
[1648/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_vdev_netvsc@sta/net_vdev_netvsc_vdev_netvsc.c.o'
[1649/2299] Generating rte_pmd_virtio_crypto_mingw with a custom command
[1650/2299] Linking static target drivers/libtmp_rte_pmd_vdev_netvsc.a
[1651/2299] Generating rte_pmd_octeontx_compress_def with a custom command
[1652/2299] Generating rte_pmd_vdev_netvsc.pmd.c with a custom command
[1653/2299] Generating rte_pmd_octeontx_compress_mingw with a custom command
[1654/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nitrox@sta/crypto_nitrox_nitrox_sym_capabilities.c.o'
[1655/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nitrox@sta/crypto_nitrox_nitrox_device.c.o'
[1656/2299] Compiling C object 'drivers/a715181@@rte_pmd_vdev_netvsc@sta/meson-generated_.._rte_pmd_vdev_netvsc.pmd.c.o'
[1657/2299] Compiling C object 'drivers/a715181@@rte_pmd_vdev_netvsc@sha/meson-generated_.._rte_pmd_vdev_netvsc.pmd.c.o'
[1658/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_user_vhost_user.c.o'
[1659/2299] Linking static target drivers/librte_pmd_vdev_netvsc.a
[1660/2299] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_mbox.c.o'
[1661/2299] Linking static target drivers/net/thunderx/base/libnicvf_base.a
[1662/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_pci.c.o'
[1663/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qat@sta/common_qat_qat_logs.c.o'
[1664/2299] Generating rte_pmd_qat_def with a custom command
[1665/2299] Generating rte_pmd_qat_mingw with a custom command
[1666/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_ioat@sta/raw_ioat_ioat_rawdev.c.o'
[1667/2299] Linking static target drivers/libtmp_rte_rawdev_ioat.a
[1668/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtqueue.c.o'
[1669/2299] Generating rte_pmd_pfe.sym_chk with a meson_exe.py custom command
[1670/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_msg.c.o'
[1671/2299] Generating rte_rawdev_ioat.pmd.c with a custom command
[1672/2299] Linking static target drivers/libtmp_rte_rawdev_octeontx2_dma.a
[1673/2299] Generating rte_pmd_zlib_mingw with a custom command
[1674/2299] Generating rte_pmd_zlib_def with a custom command
[1675/2299] Generating rte_pmd_ifc_def with a custom command
[1676/2299] Compiling C object 'drivers/a715181@@rte_rawdev_ioat@sta/meson-generated_.._rte_rawdev_ioat.pmd.c.o'
[1677/2299] Compiling C object 'drivers/a715181@@rte_rawdev_ioat@sha/meson-generated_.._rte_rawdev_ioat.pmd.c.o'
[1678/2299] Generating rte_rawdev_octeontx2_dma.pmd.c with a custom command
[1679/2299] Linking static target drivers/librte_rawdev_ioat.a
[1680/2299] Compiling C object 'drivers/a715181@@rte_rawdev_octeontx2_dma@sta/meson-generated_.._rte_rawdev_octeontx2_dma.pmd.c.o'
[1681/2299] Linking target drivers/librte_pmd_pfe.so.21.0
[1682/2299] Linking static target drivers/librte_rawdev_octeontx2_dma.a
[1683/2299] Generating rte_pmd_ifc_mingw with a custom command
[1684/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nitrox@sta/crypto_nitrox_nitrox_qp.c.o'
[1685/2299] Compiling C object 'drivers/a715181@@rte_rawdev_octeontx2_dma@sha/meson-generated_.._rte_rawdev_octeontx2_dma.pmd.c.o'
[1686/2299] Generating rte_pmd_dpaa_event_def with a custom command
[1687/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_null_crypto@sta/crypto_null_null_crypto_pmd_ops.c.o'
[1688/2299] Generating rte_pmd_dpaa_event_mingw with a custom command
[1689/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_crypto@sta/crypto_octeontx2_otx2_cryptodev_hw_access.c.o'
[1690/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_crypto@sta/crypto_octeontx_otx_cryptodev_capabilities.c.o'
[1691/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_crypto@sta/crypto_octeontx2_otx2_cryptodev_capabilities.c.o'
[1692/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nitrox@sta/crypto_nitrox_nitrox_sym.c.o'
[1693/2299] Generating rte_pmd_dpaa2_event_def with a custom command
[1694/2299] Generating rte_pmd_dpaa2_event_mingw with a custom command
[1695/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_crypto@sta/crypto_octeontx_otx_cryptodev.c.o'
[1696/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_nitrox@sta/crypto_nitrox_nitrox_sym_reqmgr.c.o'
[1697/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ifc@sta/vdpa_ifc_base_ifcvf.c.o'
[1698/2299] Linking static target drivers/libtmp_rte_pmd_nitrox.a
[1699/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_crypto@sta/crypto_octeontx2_otx2_cryptodev_mbox.c.o'
[1700/2299] Generating rte_pmd_nitrox.pmd.c with a custom command
[1701/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_compress@sta/compress_octeontx_otx_zip.c.o'
[1702/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd_ops.c.o'
[1703/2299] Compiling C object 'drivers/a715181@@rte_pmd_nitrox@sta/meson-generated_.._rte_pmd_nitrox.pmd.c.o'
[1704/2299] Linking static target drivers/librte_pmd_nitrox.a
[1705/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_dpaa2_qdma@sta/raw_dpaa2_qdma_dpaa2_qdma.c.o'
[1706/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_thunderx@sta/net_thunderx_nicvf_ethdev.c.o'
[1707/2299] Linking static target drivers/libtmp_rte_rawdev_dpaa2_qdma.a
[1708/2299] Generating rte_rawdev_dpaa2_qdma.pmd.c with a custom command
[1709/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'
[1710/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'
[1711/2299] Compiling C object 'drivers/a715181@@rte_rawdev_dpaa2_qdma@sta/meson-generated_.._rte_rawdev_dpaa2_qdma.pmd.c.o'
[1712/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio_crypto@sta/crypto_virtio_virtio_pci.c.o'
[1713/2299] Compiling C object 'drivers/a715181@@rte_rawdev_dpaa2_qdma@sha/meson-generated_.._rte_rawdev_dpaa2_qdma.pmd.c.o'
[1714/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_crypto@sta/crypto_octeontx_otx_cryptodev_mbox.c.o'
[1715/2299] Linking static target drivers/librte_rawdev_dpaa2_qdma.a
[1716/2299] Compiling C object 'drivers/a715181@@rte_pmd_nitrox@sha/meson-generated_.._rte_pmd_nitrox.pmd.c.o'
[1717/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_crypto_scheduler@sta/crypto_scheduler_scheduler_roundrobin.c.o'
[1718/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_crypto_scheduler@sta/crypto_scheduler_scheduler_pkt_size_distr.c.o'
[1719/2299] Generating rte_rawdev_skeleton.sym_chk with a meson_exe.py custom command
[1720/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qat@sta/common_qat_qat_device.c.o'
[1721/2299] Compiling C object 'drivers/a715181@@tmp_rte_rawdev_ntb@sta/raw_ntb_ntb.c.o'
[1722/2299] Generating rte_pmd_opdl_event_mingw with a custom command
[1723/2299] Generating rte_pmd_opdl_event_def with a custom command
[1724/2299] Generating symbol file 'drivers/a715181@@rte_pmd_dpaa2@sha/librte_pmd_dpaa2.so.21.0.symbols'
[1725/2299] Linking static target drivers/libtmp_rte_rawdev_ntb.a
[1726/2299] Linking target drivers/librte_rawdev_skeleton.so.21.0
[1727/2299] Generating rte_rawdev_ntb.pmd.c with a custom command
[1728/2299] Generating rte_pmd_octeontx2_event_def with a custom command
[1729/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_mcp.c.o'
[1730/2299] Generating rte_pmd_octeontx2_event_mingw with a custom command
[1731/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_crypto@sta/crypto_octeontx_otx_cryptodev_hw_access.c.o'
[1732/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_opdl_event@sta/event_opdl_opdl_evdev_xstats.c.o'
[1733/2299] Linking target drivers/librte_pmd_skeleton_event.so.21.0
[1734/2299] Compiling C object 'drivers/a715181@@rte_rawdev_ntb@sta/meson-generated_.._rte_rawdev_ntb.pmd.c.o'
[1735/2299] Compiling C object 'drivers/a715181@@rte_rawdev_ntb@sha/meson-generated_.._rte_rawdev_ntb.pmd.c.o'
[1736/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sfc@sta/net_sfc_sfc_flow.c.o'
[1737/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_crypto@sta/crypto_octeontx2_otx2_cryptodev.c.o'
[1738/2299] Linking static target drivers/librte_rawdev_ntb.a
[1739/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qat@sta/compress_qat_qat_comp_pmd.c.o'
[1740/2299] Generating rte_pmd_dsw_event_def with a custom command
[1741/2299] Linking static target drivers/libtmp_rte_pmd_sfc.a
[1742/2299] Generating rte_pmd_octeontx_event_mingw with a custom command
[1743/2299] Generating rte_pmd_sfc.pmd.c with a custom command
[1744/2299] Generating rte_pmd_octeontx_event_def with a custom command
[1745/2299] Generating rte_pmd_vhost.sym_chk with a meson_exe.py custom command
[1746/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_opdl_event@sta/event_opdl_opdl_evdev.c.o'
[1747/2299] Compiling C object 'drivers/a715181@@rte_pmd_sfc@sta/meson-generated_.._rte_pmd_sfc.pmd.c.o'
[1748/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_vmxnet3@sta/net_vmxnet3_vmxnet3_ethdev.c.o'
[1749/2299] Compiling C object 'drivers/a715181@@rte_pmd_sfc@sha/meson-generated_.._rte_pmd_sfc.pmd.c.o'
[1750/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_softnic@sta/net_softnic_rte_eth_softnic_cli.c.o'
[1751/2299] Linking static target drivers/librte_pmd_sfc.a
[1752/2299] Linking static target drivers/libtmp_rte_pmd_softnic.a
[1753/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio_crypto@sta/crypto_virtio_virtio_cryptodev.c.o'
[1754/2299] Generating rte_pmd_bbdev_null_def with a custom command
[1755/2299] Generating rte_pmd_bbdev_null_mingw with a custom command
[1756/2299] Linking target drivers/librte_pmd_vhost.so.21.0
[1757/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dsw_event@sta/event_dsw_dsw_xstats.c.o'
[1758/2299] Generating rte_pmd_bbdev_turbo_sw_def with a custom command
[1759/2299] Linking static target drivers/libtmp_rte_pmd_dsw_event.a
[1760/2299] Generating rte_pmd_bbdev_turbo_sw_mingw with a custom command
[1761/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_thunderx@sta/net_thunderx_nicvf_rxtx.c.o'
[1762/2299] Generating rte_pmd_softnic.pmd.c with a custom command
[1763/2299] Generating rte_pmd_dsw_event.pmd.c with a custom command
[1764/2299] Linking static target drivers/libtmp_rte_pmd_thunderx.a
[1765/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd.c.o'
[1766/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qat@sta/common_qat_qat_common.c.o'
[1767/2299] Compiling C object 'drivers/a715181@@rte_pmd_softnic@sta/meson-generated_.._rte_pmd_softnic.pmd.c.o'
[1768/2299] Generating rte_pmd_bbdev_fpga_lte_fec_def with a custom command
[1769/2299] Generating rte_pmd_thunderx.pmd.c with a custom command
[1770/2299] Compiling C object 'drivers/a715181@@rte_pmd_softnic@sha/meson-generated_.._rte_pmd_softnic.pmd.c.o'
[1771/2299] Generating rte_pmd_bbdev_fpga_lte_fec_mingw with a custom command
[1772/2299] Linking static target drivers/librte_pmd_softnic.a
[1773/2299] Compiling C object 'drivers/a715181@@rte_pmd_dsw_event@sta/meson-generated_.._rte_pmd_dsw_event.pmd.c.o'
[1774/2299] Compiling C object 'drivers/a715181@@rte_pmd_dsw_event@sha/meson-generated_.._rte_pmd_dsw_event.pmd.c.o'
[1775/2299] Compiling C object 'drivers/a715181@@rte_pmd_thunderx@sha/meson-generated_.._rte_pmd_thunderx.pmd.c.o'
[1776/2299] Compiling C object 'drivers/a715181@@rte_pmd_thunderx@sta/meson-generated_.._rte_pmd_thunderx.pmd.c.o'
[1777/2299] Linking static target drivers/librte_pmd_dsw_event.a
[1778/2299] Linking static target drivers/librte_pmd_thunderx.a
[1779/2299] Generating rte_pmd_bbdev_fpga_5gnr_fec_mingw with a custom command
[1780/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_vmxnet3@sta/net_vmxnet3_vmxnet3_rxtx.c.o'
[1781/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_opdl_event@sta/event_opdl_opdl_evdev_init.c.o'
[1782/2299] Generating rte_pmd_bbdev_fpga_5gnr_fec_def with a custom command
[1783/2299] Linking static target drivers/libtmp_rte_pmd_vmxnet3.a
[1784/2299] Generating rte_pmd_vmxnet3.pmd.c with a custom command
[1785/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio_crypto@sta/crypto_virtio_virtqueue.c.o'
[1786/2299] Generating rte_pmd_vdev_netvsc.sym_chk with a meson_exe.py custom command
[1787/2299] Compiling C object 'drivers/a715181@@rte_pmd_vmxnet3@sta/meson-generated_.._rte_pmd_vmxnet3.pmd.c.o'
[1788/2299] Compiling C object 'drivers/a715181@@rte_pmd_vmxnet3@sha/meson-generated_.._rte_pmd_vmxnet3.pmd.c.o'
[1789/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qede@sta/net_qede_qede_rxtx.c.o'
[1790/2299] Linking static target drivers/librte_pmd_vmxnet3.a
[1791/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2_event@sta/event_dpaa2_dpaa2_hw_dpcon.c.o'
[1792/2299] Linking target drivers/librte_pmd_vdev_netvsc.so.21.0
[1793/2299] Generating rte_rawdev_octeontx2_ep.sym_chk with a meson_exe.py custom command
[1794/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_compress@sta/compress_octeontx_otx_zip_pmd.c.o'
[1795/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2_event@sta/event_dpaa2_dpaa2_eventdev.c.o'
[1796/2299] Linking static target drivers/libtmp_rte_pmd_octeontx_compress.a
[1797/2299] Linking target drivers/librte_rawdev_octeontx2_ep.so.21.0
[1798/2299] Generating rte_pmd_octeontx_compress.pmd.c with a custom command
[1799/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_crypto@sta/crypto_octeontx2_otx2_cryptodev_sec.c.o'
[1800/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx_compress@sta/meson-generated_.._rte_pmd_octeontx_compress.pmd.c.o'
[1801/2299] Linking static target drivers/librte_pmd_octeontx_compress.a
[1802/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2_event@sta/event_dpaa2_dpaa2_eventdev_selftest.c.o'
[1803/2299] Linking static target drivers/libtmp_rte_pmd_dpaa2_event.a
[1804/2299] Generating rte_rawdev_ioat.sym_chk with a meson_exe.py custom command
[1805/2299] Generating rte_pmd_dpaa2_event.pmd.c with a custom command
[1806/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa2_event@sta/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o'
[1807/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_evdev_adptr.c.o'
[1808/2299] Linking target drivers/librte_rawdev_ioat.so.21.0
[1809/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa2_event@sha/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o'
[1810/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_event@sta/event_octeontx_timvf_probe.c.o'
[1811/2299] Linking static target drivers/librte_pmd_dpaa2_event.a
[1812/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_event@sta/event_octeontx_timvf_evdev.c.o'
[1813/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sw_event@sta/event_sw_sw_evdev_worker.c.o'
[1814/2299] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_commands.c.o'
[1815/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx_compress@sha/meson-generated_.._rte_pmd_octeontx_compress.pmd.c.o'
[1816/2299] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sriov.c.o'
[1817/2299] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_cmdline_test.c.o'
[1818/2299] Linking static target drivers/net/qede/base/libqede_base.a
[1819/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_tim_evdev.c.o'
[1820/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_opdl_event@sta/event_opdl_opdl_test.c.o'
[1821/2299] Generating rte_pmd_sfc.sym_chk with a meson_exe.py custom command
[1822/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_zlib@sta/compress_zlib_zlib_pmd_ops.c.o'
[1823/2299] Linking target drivers/librte_pmd_sfc.so.21.0
[1824/2299] Generating rte_pmd_dsw_event.sym_chk with a meson_exe.py custom command
[1825/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio_crypto@sta/crypto_virtio_virtio_rxtx.c.o'
[1826/2299] Linking static target drivers/libtmp_rte_pmd_virtio_crypto.a
[1827/2299] Generating rte_pmd_virtio_crypto.pmd.c with a custom command
[1828/2299] Compiling C object 'drivers/a715181@@rte_pmd_virtio_crypto@sha/meson-generated_.._rte_pmd_virtio_crypto.pmd.c.o'
[1829/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qat@sta/common_qat_qat_qp.c.o'
[1830/2299] Generating rte_pmd_thunderx.sym_chk with a meson_exe.py custom command
[1831/2299] Compiling C object 'drivers/a715181@@rte_pmd_virtio_crypto@sta/meson-generated_.._rte_pmd_virtio_crypto.pmd.c.o'
[1832/2299] Linking target drivers/librte_pmd_dsw_event.so.21.0
[1833/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_i40e@sta/net_i40e_i40e_ethdev.c.o'
[1834/2299] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_main.c.o'
[1835/2299] Linking static target drivers/librte_pmd_virtio_crypto.a
[1836/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_ethdev.c.o'
[1837/2299] Linking static target drivers/libtmp_rte_pmd_i40e.a
[1838/2299] Linking target drivers/librte_pmd_thunderx.so.21.0
[1839/2299] Generating rte_rawdev_octeontx2_dma.sym_chk with a meson_exe.py custom command
[1840/2299] Generating rte_pmd_vmxnet3.sym_chk with a meson_exe.py custom command
[1841/2299] Generating rte_rawdev_dpaa2_qdma.sym_chk with a meson_exe.py custom command
[1842/2299] Generating rte_pmd_i40e.pmd.c with a custom command
[1843/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'
[1844/2299] Compiling C object 'drivers/a715181@@rte_pmd_i40e@sta/meson-generated_.._rte_pmd_i40e.pmd.c.o'
[1845/2299] Compiling C object 'drivers/a715181@@rte_pmd_i40e@sha/meson-generated_.._rte_pmd_i40e.pmd.c.o'
[1846/2299] Linking static target drivers/librte_pmd_i40e.a
[1847/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'
[1848/2299] Linking target drivers/librte_rawdev_octeontx2_dma.so.21.0
[1849/2299] Linking target drivers/librte_pmd_vmxnet3.so.21.0
[1850/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sw_event@sta/event_sw_sw_evdev.c.o'
[1851/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_null_crypto@sta/crypto_null_null_crypto_pmd.c.o'
[1852/2299] Generating rte_pmd_octeontx_compress.sym_chk with a meson_exe.py custom command
[1853/2299] Linking target drivers/librte_rawdev_dpaa2_qdma.so.21.0
[1854/2299] Linking static target drivers/libtmp_rte_pmd_null_crypto.a
[1855/2299] Generating rte_pmd_null_crypto.pmd.c with a custom command
[1856/2299] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_main.c.o'
[1857/2299] Compiling C object 'drivers/a715181@@rte_pmd_null_crypto@sta/meson-generated_.._rte_pmd_null_crypto.pmd.c.o'
[1858/2299] Linking target drivers/librte_pmd_octeontx_compress.so.21.0
[1859/2299] Compiling C object 'drivers/a715181@@rte_pmd_null_crypto@sha/meson-generated_.._rte_pmd_null_crypto.pmd.c.o'
[1860/2299] Linking static target drivers/librte_pmd_null_crypto.a
[1861/2299] Compiling C object 'app/a172ced@@dpdk-test-acl@exe/test-acl_main.c.o'
[1862/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qede@sta/net_qede_qede_debug.c.o'
[1863/2299] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev.c.o'
[1864/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_event@sta/event_octeontx_ssovf_probe.c.o'
[1865/2299] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_throughput.c.o'
[1866/2299] Linking static target drivers/libtmp_rte_pmd_qede.a
[1867/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_evdev_irq.c.o'
[1868/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa_event@sta/event_dpaa_dpaa_eventdev.c.o'
[1869/2299] Generating rte_pmd_nitrox.sym_chk with a meson_exe.py custom command
[1870/2299] Linking static target drivers/libtmp_rte_pmd_dpaa_event.a
[1871/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_qat@sta/compress_qat_qat_comp.c.o'
[1872/2299] Linking static target drivers/libtmp_rte_pmd_qat.a
[1873/2299] Generating rte_pmd_qede.pmd.c with a custom command
[1874/2299] Linking target drivers/librte_pmd_nitrox.so.21.0
[1875/2299] Generating rte_pmd_dpaa_event.pmd.c with a custom command
[1876/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_virtio@sta/net_virtio_virtio_rxtx.c.o'
[1877/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_parser.c.o'
[1878/2299] Linking static target drivers/libtmp_rte_pmd_virtio.a
[1879/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'
[1880/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa_event@sha/meson-generated_.._rte_pmd_dpaa_event.pmd.c.o'
[1881/2299] Generating rte_rawdev_ntb.sym_chk with a meson_exe.py custom command
[1882/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'
[1883/2299] Compiling C object 'drivers/a715181@@rte_pmd_qede@sha/meson-generated_.._rte_pmd_qede.pmd.c.o'
[1884/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o'
[1885/2299] Generating rte_pmd_dpaa2_event.sym_chk with a meson_exe.py custom command
[1886/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa_event@sta/meson-generated_.._rte_pmd_dpaa_event.pmd.c.o'
[1887/2299] Generating rte_pmd_virtio.pmd.c with a custom command
[1888/2299] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_vector.c.o'
[1889/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'
[1890/2299] Generating rte_pmd_qat.pmd.c with a custom command
[1891/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'
[1892/2299] Compiling C object 'drivers/a715181@@rte_pmd_qede@sta/meson-generated_.._rte_pmd_qede.pmd.c.o'
[1893/2299] Linking static target drivers/libtmp_rte_pmd_ifc.a
[1894/2299] Linking static target drivers/librte_pmd_dpaa_event.a
[1895/2299] Compiling C object 'drivers/a715181@@rte_pmd_virtio@sta/meson-generated_.._rte_pmd_virtio.pmd.c.o'
[1896/2299] Linking static target drivers/libtmp_rte_pmd_crypto_scheduler.a
[1897/2299] Compiling C object 'drivers/a715181@@rte_pmd_qat@sta/meson-generated_.._rte_pmd_qat.pmd.c.o'
[1898/2299] Linking static target drivers/librte_pmd_virtio.a
[1899/2299] Compiling C object 'drivers/a715181@@rte_pmd_qat@sha/meson-generated_.._rte_pmd_qat.pmd.c.o'
[1900/2299] Linking static target drivers/librte_pmd_qede.a
[1901/2299] Linking target drivers/librte_rawdev_ntb.so.21.0
[1902/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bbdev_null@sta/baseband_null_bbdev_null.c.o'
[1903/2299] Generating rte_pmd_ifc.pmd.c with a custom command
[1904/2299] Compiling C object 'drivers/a715181@@rte_pmd_virtio@sha/meson-generated_.._rte_pmd_virtio.pmd.c.o'
[1905/2299] Linking static target drivers/librte_pmd_qat.a
[1906/2299] Linking static target drivers/libtmp_rte_pmd_bbdev_null.a
[1907/2299] Generating rte_pmd_bbdev_null.pmd.c with a custom command
[1908/2299] Compiling C object 'drivers/a715181@@rte_pmd_ifc@sta/meson-generated_.._rte_pmd_ifc.pmd.c.o'
[1909/2299] Compiling C object 'drivers/a715181@@rte_pmd_ifc@sha/meson-generated_.._rte_pmd_ifc.pmd.c.o'
[1910/2299] Generating rte_pmd_crypto_scheduler.pmd.c with a custom command
[1911/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_null@sta/meson-generated_.._rte_pmd_bbdev_null.pmd.c.o'
[1912/2299] Linking static target drivers/librte_pmd_ifc.a
[1913/2299] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_cyclecount.c.o'
[1914/2299] Linking static target drivers/librte_pmd_bbdev_null.a
[1915/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_null@sha/meson-generated_.._rte_pmd_bbdev_null.pmd.c.o'
[1916/2299] Compiling C object 'drivers/a715181@@rte_pmd_crypto_scheduler@sha/meson-generated_.._rte_pmd_crypto_scheduler.pmd.c.o'
[1917/2299] Compiling C object 'drivers/a715181@@rte_pmd_crypto_scheduler@sta/meson-generated_.._rte_pmd_crypto_scheduler.pmd.c.o'
[1918/2299] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'
[1919/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_main.c.o'
[1920/2299] Linking static target drivers/librte_pmd_crypto_scheduler.a
[1921/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_event@sta/event_octeontx_ssovf_evdev.c.o'
[1922/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_event@sta/event_octeontx_timvf_worker.c.o'
[1923/2299] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_common.c.o'
[1924/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_tim_worker.c.o'
[1925/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_zlib@sta/compress_zlib_zlib_pmd.c.o'
[1926/2299] Linking static target drivers/libtmp_rte_pmd_zlib.a
[1927/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_sw_event@sta/event_sw_sw_evdev_scheduler.c.o'
[1928/2299] Linking static target drivers/libtmp_rte_pmd_sw_event.a
[1929/2299] Generating rte_pmd_zlib.pmd.c with a custom command
[1930/2299] Generating rte_pmd_sw_event.pmd.c with a custom command
[1931/2299] Compiling C object 'drivers/a715181@@rte_pmd_zlib@sta/meson-generated_.._rte_pmd_zlib.pmd.c.o'
[1932/2299] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_options_parse.c.o'
[1933/2299] Compiling C object 'drivers/a715181@@rte_pmd_sw_event@sta/meson-generated_.._rte_pmd_sw_event.pmd.c.o'
[1934/2299] Compiling C object 'drivers/a715181@@rte_pmd_sw_event@sha/meson-generated_.._rte_pmd_sw_event.pmd.c.o'
[1935/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_verify.c.o'
[1936/2299] Linking static target drivers/librte_pmd_zlib.a
[1937/2299] Linking static target drivers/librte_pmd_sw_event.a
[1938/2299] Compiling C object 'drivers/a715181@@rte_pmd_zlib@sha/meson-generated_.._rte_pmd_zlib.pmd.c.o'
[1939/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_evdev_selftest.c.o'
[1940/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'
[1941/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vectors.c.o'
[1942/2299] Generating rte_pmd_softnic.sym_chk with a meson_exe.py custom command
[1943/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_common.c.o'
[1944/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_tap@sta/net_tap_rte_eth_tap.c.o'
[1945/2299] Linking static target drivers/libtmp_rte_pmd_tap.a
[1946/2299] Generating rte_pmd_tap.pmd.c with a custom command
[1947/2299] Compiling C object 'drivers/a715181@@rte_pmd_tap@sta/meson-generated_.._rte_pmd_tap.pmd.c.o'
[1948/2299] Linking static target drivers/librte_pmd_tap.a
[1949/2299] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_items_gen.c.o'
[1950/2299] Compiling C object 'drivers/a715181@@rte_pmd_tap@sha/meson-generated_.._rte_pmd_tap.pmd.c.o'
[1951/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_init.c.o'
[1952/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_main.c.o'
[1953/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_options.c.o'
[1954/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_config.c.o'
[1955/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'
[1956/2299] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_flow_gen.c.o'
[1957/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_queue.c.o'
[1958/2299] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'
[1959/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_acl.c.o'
[1960/2299] Generating rte_pmd_virtio_crypto.sym_chk with a meson_exe.py custom command
[1961/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_ops.c.o'
[1962/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_atq.c.o'
[1963/2299] Linking target drivers/librte_pmd_virtio_crypto.so.21.0
[1964/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bbdev_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'
[1965/2299] Linking static target drivers/libtmp_rte_pmd_bbdev_turbo_sw.a
[1966/2299] Generating rte_pmd_bbdev_turbo_sw.pmd.c with a custom command
[1967/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_turbo_sw@sta/meson-generated_.._rte_pmd_bbdev_turbo_sw.pmd.c.o'
[1968/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_stub.c.o'
[1969/2299] Linking static target drivers/librte_pmd_bbdev_turbo_sw.a
[1970/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_latency.c.o'
[1971/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_turbo_sw@sha/meson-generated_.._rte_pmd_bbdev_turbo_sw.pmd.c.o'
[1972/2299] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_main.c.o'
[1973/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'
[1974/2299] Generating rte_pmd_dpaa_event.sym_chk with a meson_exe.py custom command
[1975/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_alarm.c.o'
[1976/2299] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_main.c.o'
[1977/2299] Generating rte_pmd_virtio.sym_chk with a meson_exe.py custom command
[1978/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bbdev_fpga_lte_fec@sta/baseband_fpga_lte_fec_fpga_lte_fec.c.o'
[1979/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_hash.c.o'
[1980/2299] Linking static target drivers/libtmp_rte_pmd_bbdev_fpga_lte_fec.a
[1981/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_event@sta/event_octeontx_ssovf_evdev_selftest.c.o'
[1982/2299] Generating rte_pmd_crypto_scheduler.sym_chk with a meson_exe.py custom command
[1983/2299] Generating rte_pmd_bbdev_fpga_lte_fec.pmd.c with a custom command
[1984/2299] Generating rte_pmd_i40e.sym_chk with a meson_exe.py custom command
[1985/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bbdev_fpga_5gnr_fec@sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'
[1986/2299] Linking target drivers/librte_pmd_virtio.so.21.0
[1987/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_fpga_lte_fec@sta/meson-generated_.._rte_pmd_bbdev_fpga_lte_fec.pmd.c.o'
[1988/2299] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_actions_gen.c.o'
[1989/2299] Linking static target drivers/librte_pmd_bbdev_fpga_lte_fec.a
[1990/2299] Linking static target drivers/libtmp_rte_pmd_bbdev_fpga_5gnr_fec.a
[1991/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_fpga_lte_fec@sha/meson-generated_.._rte_pmd_bbdev_fpga_lte_fec.pmd.c.o'
[1992/2299] Generating rte_pmd_bbdev_fpga_5gnr_fec.pmd.c with a custom command
[1993/2299] Linking target drivers/librte_pmd_crypto_scheduler.so.21.0
[1994/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitops.c.o'
[1995/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_byteorder.c.o'
[1996/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_fpga_5gnr_fec@sta/meson-generated_.._rte_pmd_bbdev_fpga_5gnr_fec.pmd.c.o'
[1997/2299] Compiling C object 'drivers/a715181@@rte_pmd_bbdev_fpga_5gnr_fec@sha/meson-generated_.._rte_pmd_bbdev_fpga_5gnr_fec.pmd.c.o'
[1998/2299] Generating rte_pmd_qede.sym_chk with a meson_exe.py custom command
[1999/2299] Linking static target drivers/librte_pmd_bbdev_fpga_5gnr_fec.a
[2000/2299] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'
[2001/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'
[2002/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline.c.o'
[2003/2299] Generating rte_pmd_null_crypto.sym_chk with a meson_exe.py custom command
[2004/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_portlist.c.o'
[2005/2299] Linking target drivers/librte_pmd_qede.so.21.0
[2006/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'
[2007/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.o'
[2008/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o'
[2009/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_num.c.o'
[2010/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_atomic.c.o'
[2011/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_runtime.c.o'
[2012/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_lib.c.o'
[2013/2299] Linking target drivers/librte_pmd_null_crypto.so.21.0
[2014/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_ipaddr.c.o'
[2015/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'
[2016/2299] Generating rte_pmd_qat.sym_chk with a meson_exe.py custom command
[2017/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_string.c.o'
[2018/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cpuflags.c.o'
[2019/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o'
[2020/2299] Generating rte_pmd_bbdev_null.sym_chk with a meson_exe.py custom command
[2021/2299] Linking target drivers/librte_pmd_i40e.so.21.0
[2022/2299] Linking target drivers/librte_pmd_qat.so.21.0
[2023/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cycles.c.o'
[2024/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'
[2025/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_bpf_cmd.c.o'
[2026/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_common.c.o'
[2027/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_debug.c.o'
[2028/2299] Linking target drivers/librte_pmd_bbdev_null.so.21.0
[2029/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_atq.c.o'
[2030/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_rxonly.c.o'
[2031/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_fs.c.o'
[2032/2299] Generating rte_pmd_ifc.sym_chk with a meson_exe.py custom command
[2033/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm_ipv6.c.o'
[2034/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_etheraddr.c.o'
[2035/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_barrier.c.o'
[2036/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'
[2037/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test.c.o'
[2038/2299] Linking target drivers/librte_pmd_ifc.so.21.0
[2039/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_flowgen.c.o'
[2040/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_caam_jr@sta/crypto_caam_jr_caam_jr.c.o'
[2041/2299] Compiling C object 'app/a172ced@@dpdk-test-sad@exe/test-sad_main.c.o'
[2042/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_errno.c.o'
[2043/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o'
[2044/2299] Linking static target drivers/libtmp_rte_pmd_caam_jr.a
[2045/2299] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm.c.o'
[2046/2299] Generating rte_pmd_caam_jr.pmd.c with a custom command
[2047/2299] Compiling C object 'drivers/a715181@@rte_pmd_caam_jr@sta/meson-generated_.._rte_pmd_caam_jr.pmd.c.o'
[2048/2299] Linking static target drivers/librte_pmd_caam_jr.a
[2049/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_cirbuf.c.o'
[2050/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_external_mem.c.o'
[2051/2299] Compiling C object 'drivers/a715181@@rte_pmd_caam_jr@sha/meson-generated_.._rte_pmd_caam_jr.pmd.c.o'
[2052/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o'
[2053/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_crc.c.o'
[2054/2299] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'
[2055/2299] Generating rte_pmd_zlib.sym_chk with a meson_exe.py custom command
[2056/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6_perf.c.o'
[2057/2299] Generating rte_pmd_sw_event.sym_chk with a meson_exe.py custom command
[2058/2299] Compiling C object 'app/a172ced@@dpdk-test-regex@exe/test-regex_main.c.o'
[2059/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_interrupts.c.o'
[2060/2299] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'
[2061/2299] Linking target drivers/librte_pmd_zlib.so.21.0
[2062/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_multiwriter.c.o'
[2063/2299] Linking target drivers/librte_pmd_sw_event.so.21.0
[2064/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fbarray.c.o'
[2065/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/packet_burst_generator.c.o'
[2066/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kvargs.c.o'
[2067/2299] Generating rte_pmd_tap.sym_chk with a meson_exe.py custom command
[2068/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lcores.c.o'
[2069/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'
[2070/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/commands.c.o'
[2071/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd.c.o'
[2072/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_logs.c.o'
[2073/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_functions.c.o'
[2074/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd_perf.c.o'
[2075/2299] Generating rte_pmd_bbdev_turbo_sw.sym_chk with a meson_exe.py custom command
[2076/2299] Linking target drivers/librte_pmd_bbdev_turbo_sw.so.21.0
[2077/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa_sec@sta/crypto_dpaa_sec_dpaa_sec.c.o'
[2078/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'
[2079/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_rx_adapter.c.o'
[2080/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memory.c.o'
[2081/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib.c.o'
[2082/2299] Linking static target drivers/libtmp_rte_pmd_dpaa_sec.a
[2083/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_dpaa2_sec@sta/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o'
[2084/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_malloc.c.o'
[2085/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite.c.o'
[2086/2299] Linking static target drivers/libtmp_rte_pmd_dpaa2_sec.a
[2087/2299] Linking target drivers/librte_pmd_tap.so.21.0
[2088/2299] Generating rte_pmd_dpaa_sec.pmd.c with a custom command
[2089/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_perf.c.o'
[2090/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_acl.c.o'
[2091/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa_sec@sha/meson-generated_.._rte_pmd_dpaa_sec.pmd.c.o'
[2092/2299] Generating rte_pmd_bbdev_fpga_5gnr_fec.sym_chk with a meson_exe.py custom command
[2093/2299] Generating rte_pmd_dpaa2_sec.pmd.c with a custom command
[2094/2299] Linking target drivers/librte_pmd_bbdev_fpga_5gnr_fec.so.21.0
[2095/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa_sec@sta/meson-generated_.._rte_pmd_dpaa_sec.pmd.c.o'
[2096/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor.c.o'
[2097/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power.c.o'
[2098/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_evdev.c.o'
[2099/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_prefetch.c.o'
[2100/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa2_sec@sta/meson-generated_.._rte_pmd_dpaa2_sec.pmd.c.o'
[2101/2299] Compiling C object 'drivers/a715181@@rte_pmd_dpaa2_sec@sha/meson-generated_.._rte_pmd_dpaa2_sec.pmd.c.o'
[2102/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_metrics.c.o'
[2103/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mcslock.c.o'
[2104/2299] Linking static target drivers/librte_pmd_dpaa2_sec.a
[2105/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_kvm_vm.c.o'
[2106/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_per_lcore.c.o'
[2107/2299] Linking static target drivers/librte_pmd_dpaa_sec.a
[2108/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eventdev.c.o'
[2109/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_security_pdcp.c.o'
[2110/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_sad.c.o'
[2111/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rand_perf.c.o'
[2112/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memzone.c.o'
[2113/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division.c.o'
[2114/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipfrag.c.o'
[2115/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6_perf.c.o'
[2116/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph.c.o'
[2117/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'
[2118/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'
[2119/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_txonly.c.o'
[2120/2299] Generating rte_pmd_bbdev_fpga_lte_fec.sym_chk with a meson_exe.py custom command
[2121/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite_lf_perf.c.o'
[2122/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_cpufreq.c.o'
[2123/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division_perf.c.o'
[2124/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_asym.c.o'
[2125/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy.c.o'
[2126/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool_perf.c.o'
[2127/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_meter.c.o'
[2128/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_func_reentrancy.c.o'
[2129/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor_perf.c.o'
[2130/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib_perf.c.o'
[2131/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_flow_classify.c.o'
[2132/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bpf.c.o'
[2133/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6.c.o'
[2134/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_hts_stress.c.o'
[2135/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mp_secondary.c.o'
[2136/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr_perf.c.o'
[2137/2299] Linking target drivers/librte_pmd_bbdev_fpga_lte_fec.so.21.0
[2138/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm_perf.c.o'
[2139/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mpmc_stress.c.o'
[2140/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_opdl_event@sta/event_opdl_opdl_ring.c.o'
[2141/2299] Linking static target drivers/libtmp_rte_pmd_opdl_event.a
[2142/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rawdev.c.o'
[2143/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash.c.o'
[2144/2299] Generating rte_pmd_caam_jr.sym_chk with a meson_exe.py custom command
[2145/2299] Generating rte_pmd_opdl_event.pmd.c with a custom command
[2146/2299] Compiling C object 'drivers/a715181@@rte_pmd_opdl_event@sha/meson-generated_.._rte_pmd_opdl_event.pmd.c.o'
[2147/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib.c.o'
[2148/2299] Compiling C object 'drivers/a715181@@rte_pmd_opdl_event@sta/meson-generated_.._rte_pmd_opdl_event.pmd.c.o'
[2149/2299] Linking static target drivers/librte_pmd_opdl_event.a
[2150/2299] Linking target drivers/librte_pmd_caam_jr.so.21.0
[2151/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_rts_stress.c.o'
[2152/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_spinlock.c.o'
[2153/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_string_fns.c.o'
[2154/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_version.c.o'
[2155/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_rx.c.o'
[2156/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_perf.c.o'
[2157/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_red.c.o'
[2158/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mt_peek_stress.c.o'
[2159/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_blockcipher.c.o'
[2160/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib6.c.o'
[2161/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_tailq.c.o'
[2162/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reorder.c.o'
[2163/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer.c.o'
[2164/2299] Generating igb_uio_makefile with a custom command
[2165/2299] Generating rte_kni_makefile with a custom command
[2166/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_telemetry_json.c.o'
[2167/2299] Generating rte_pmd_dpaa2_sec.sym_chk with a meson_exe.py custom command
[2168/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2@sta/net_octeontx2_otx2_tx.c.o'
[2169/2299] Linking static target drivers/libtmp_rte_pmd_octeontx2.a
[2170/2299] Linking target drivers/librte_pmd_dpaa2_sec.so.21.0
[2171/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_event@sta/event_octeontx_ssovf_worker.c.o'
[2172/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack_perf.c.o'
[2173/2299] Linking static target drivers/libtmp_rte_pmd_octeontx_event.a
[2174/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_stress.c.o'
[2175/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'
[2176/2299] Generating rte_pmd_octeontx_event.pmd.c with a custom command
[2177/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6.c.o'
[2178/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_perf.c.o'
[2179/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_ring.c.o'
[2180/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_register.c.o'
[2181/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx_event@sha/meson-generated_.._rte_pmd_octeontx_event.pmd.c.o'
[2182/2299] Generating rte_pmd_octeontx2.pmd.c with a custom command
[2183/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table.c.o'
[2184/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx_event@sta/meson-generated_.._rte_pmd_octeontx_event.pmd.c.o'
[2185/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr.c.o'
[2186/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member_perf.c.o'
[2187/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx2@sta/meson-generated_.._rte_pmd_octeontx2.pmd.c.o'
[2188/2299] Linking static target drivers/librte_pmd_octeontx_event.a
[2189/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx2@sha/meson-generated_.._rte_pmd_octeontx2.pmd.c.o'
[2190/2299] Linking static target drivers/librte_pmd_octeontx2.a
[2191/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_thash.c.o'
[2192/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_secondary.c.o'
[2193/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_crypto_adapter.c.o'
[2194/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_racecond.c.o'
[2195/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'
[2196/2299] Generating rte_pmd_dpaa_sec.sym_chk with a meson_exe.py custom command
[2197/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'
[2198/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member.c.o'
[2199/2299] Linking target drivers/librte_pmd_dpaa_sec.so.21.0
[2200/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_st_peek_stress.c.o'
[2201/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_service_cores.c.o'
[2202/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kni.c.o'
[2203/2299] Generating rte_pmd_opdl_event.sym_chk with a meson_exe.py custom command
[2204/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ticketlock.c.o'
[2205/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'
[2206/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rwlock.c.o'
[2207/2299] Linking target drivers/librte_pmd_opdl_event.so.21.0
[2208/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring.c.o'
[2209/2299] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_perf.c.o'
[2210/2299] Generating symbol file 'drivers/a715181@@rte_pmd_dpaa2_sec@sha/librte_pmd_dpaa2_sec.so.21.0.symbols'
[2211/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace.c.o'
[2212/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_rssconf.c.o'
[2213/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool.c.o'
[2214/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm.c.o'
[2215/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_tx_adapter.c.o'
[2216/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_sched.c.o'
[2217/2299] Linking target drivers/librte_pmd_dpaa2_event.so.21.0
[2218/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph_perf.c.o'
[2219/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'
[2220/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_perf.c.o'
[2221/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_pipeline.c.o'
[2222/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_tables.c.o'
[2223/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack.c.o'
[2224/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring_perf.c.o'
[2225/2299] Generating rte_pmd_octeontx2.sym_chk with a meson_exe.py custom command
[2226/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_ports.c.o'
[2227/2299] Generating symbol file 'drivers/a715181@@rte_pmd_dpaa_sec@sha/librte_pmd_dpaa_sec.so.21.0.symbols'
[2228/2299] Linking target drivers/librte_pmd_dpaa_event.so.21.0
[2229/2299] Linking target drivers/librte_pmd_octeontx2.so.21.0
[2230/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_testpmd.c.o'
[2231/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_timer_adapter.c.o'
[2232/2299] Generating rte_pmd_octeontx_event.sym_chk with a meson_exe.py custom command
[2233/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'
[2234/2299] Linking target drivers/librte_pmd_octeontx_event.so.21.0
[2235/2299] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'
[2236/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/virtual_pmd.c.o'
[2237/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_crypto@sta/crypto_octeontx2_otx2_cryptodev_ops.c.o'
[2238/2299] Linking static target drivers/libtmp_rte_pmd_octeontx2_crypto.a
[2239/2299] Generating rte_pmd_octeontx2_crypto.pmd.c with a custom command
[2240/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'
[2241/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx2_crypto@sha/meson-generated_.._rte_pmd_octeontx2_crypto.pmd.c.o'
[2242/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx2_crypto@sta/meson-generated_.._rte_pmd_octeontx2_crypto.pmd.c.o'
[2243/2299] Generating symbol file 'drivers/a715181@@rte_pmd_octeontx2@sha/librte_pmd_octeontx2.so.21.0.symbols'
[2244/2299] Linking static target drivers/librte_pmd_octeontx2_crypto.a
[2245/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mbuf.c.o'
[2246/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'
[2247/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_acl.c.o'
[2248/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec.c.o'
[2249/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_flags.c.o'
[2250/2299] Generating rte_pmd_octeontx2_crypto.sym_chk with a meson_exe.py custom command
[2251/2299] Linking target drivers/librte_pmd_octeontx2_crypto.so.21.0
[2252/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_security.c.o'
[2253/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding.c.o'
[2254/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_combined.c.o'
[2255/2299] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_table_action.c.o'
[2256/2299] Linking static target lib/librte_pipeline.a
[2257/2299] Generating pipeline.sym_chk with a meson_exe.py custom command
[2258/2299] Linking target lib/librte_pipeline.so.21.0
[2259/2299] Generating igb_uio with a custom command
make: Entering directory '/usr/src/kernels/4.18.0-193.6.3.el8_2.x86_64'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko
make: Leaving directory '/usr/src/kernels/4.18.0-193.6.3.el8_2.x86_64'
[2260/2299] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.21.0.symbols'
[2261/2299] Linking target drivers/librte_pmd_softnic.so.21.0
[2262/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx_crypto@sta/crypto_octeontx_otx_cryptodev_ops.c.o'
[2263/2299] Linking static target drivers/libtmp_rte_pmd_octeontx_crypto.a
[2264/2299] Generating rte_pmd_octeontx_crypto.pmd.c with a custom command
[2265/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx_crypto@sta/meson-generated_.._rte_pmd_octeontx_crypto.pmd.c.o'
[2266/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx_crypto@sha/meson-generated_.._rte_pmd_octeontx_crypto.pmd.c.o'
[2267/2299] Linking static target drivers/librte_pmd_octeontx_crypto.a
[2268/2299] Generating rte_kni with a custom command
make: Entering directory '/usr/src/kernels/4.18.0-193.6.3.el8_2.x86_64'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_net.o
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_misc.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko
make: Leaving directory '/usr/src/kernels/4.18.0-193.6.3.el8_2.x86_64'
[2269/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy_perf.c.o'
[2270/2299] Generating rte_pmd_octeontx_crypto.sym_chk with a meson_exe.py custom command
[2271/2299] Linking target drivers/librte_pmd_octeontx_crypto.so.21.0
[2272/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o'
[2273/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_perf.c.o'
[2274/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'
[2275/2299] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'
[2276/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_worker.c.o'
[2277/2299] Compiling C object 'drivers/a715181@@tmp_rte_pmd_octeontx2_event@sta/event_octeontx2_otx2_worker_dual.c.o'
[2278/2299] Linking static target drivers/libtmp_rte_pmd_octeontx2_event.a
[2279/2299] Generating rte_pmd_octeontx2_event.pmd.c with a custom command
[2280/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx2_event@sha/meson-generated_.._rte_pmd_octeontx2_event.pmd.c.o'
[2281/2299] Compiling C object 'drivers/a715181@@rte_pmd_octeontx2_event@sta/meson-generated_.._rte_pmd_octeontx2_event.pmd.c.o'
[2282/2299] Linking static target drivers/librte_pmd_octeontx2_event.a
[2283/2299] Linking target app/dpdk-test-regex
[2284/2299] Linking target app/dpdk-test-eventdev
[2285/2299] Linking target app/dpdk-test-flow-perf
[2286/2299] Generating rte_pmd_octeontx2_event.sym_chk with a meson_exe.py custom command
[2287/2299] Linking target app/test/dpdk-test
[2288/2299] Linking target drivers/librte_pmd_octeontx2_event.so.21.0
[2289/2299] Linking target app/dpdk-test-sad
[2290/2299] Linking target app/dpdk-proc-info
[2291/2299] Linking target app/dpdk-pdump
[2292/2299] Linking target app/dpdk-test-crypto-perf
[2293/2299] Linking target app/dpdk-test-pipeline
[2294/2299] Linking target app/dpdk-test-compress-perf
[2295/2299] Linking target app/dpdk-test-fib
[2296/2299] Linking target app/dpdk-test-acl
[2297/2299] Linking target app/dpdk-test-cmdline
[2298/2299] Linking target app/dpdk-test-bbdev
[2299/2299] Linking target app/dpdk-testpmd
21/09/2020 11:12:12             dut.10.240.183.151: find ./x86_64-native-linuxapp-gcc/kernel/ -name *.ko
21/09/2020 11:12:12             dut.10.240.183.151: ./x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko
./x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko
21/09/2020 11:12:12             dut.10.240.183.151: mkdir -p x86_64-native-linuxapp-gcc/kmod
21/09/2020 11:12:12             dut.10.240.183.151: 
21/09/2020 11:12:12             dut.10.240.183.151: cp ./x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko x86_64-native-linuxapp-gcc/kmod/
21/09/2020 11:12:12             dut.10.240.183.151: 
21/09/2020 11:12:12             dut.10.240.183.151: cp ./x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko x86_64-native-linuxapp-gcc/kmod/
21/09/2020 11:12:12             dut.10.240.183.151: 
21/09/2020 11:12:12             dut.10.240.183.151: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:81:00.0 -w 0000:81:00.1  --file-prefix=dpdk_1382_20200921111057   -- -i  --tx-offloads=0x00008000
21/09/2020 11:12:15             dut.10.240.183.151: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_1382_20200921111057/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(2)
EAL: Ignore mapping IO port bar(5)
EAL: Probe PCI driver: net_ixgbe (8086:10fb) device: 0000:81:00.0 (socket 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(2)
EAL: Ignore mapping IO port bar(5)
EAL: Probe PCI driver: net_ixgbe (8086:10fb) device: 0000:81:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 90:E2:BA:36:99:34
Configuring Port 1 (socket 1)
Port 1: 90:E2:BA:36:99:35
Checking link statuses...
Done
21/09/2020 11:12:25                   TestIeee1588: Test Case test_ieee1588_enable Begin
21/09/2020 11:12:25             dut.10.240.183.151: 
Port 0: link state change event

Port 1: link state change event

21/09/2020 11:12:25                         tester: 
21/09/2020 11:12:25             dut.10.240.183.151: set fwd ieee1588
21/09/2020 11:12:25             dut.10.240.183.151: 
Set ieee1588 packet forwarding mode
21/09/2020 11:12:25             dut.10.240.183.151: start
21/09/2020 11:12:25             dut.10.240.183.151: 
ieee1588 packet forwarding - ports=2 - cores=1 - streams=2 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 2 streams:
21/09/2020 11:13:05             dut.10.240.183.151:  TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  ieee1588 packet forwarding packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=2
  port 0: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x8000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=8 hthresh=8  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=256 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x8000 - TX RS bit threshold=32
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x8000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=8 hthresh=8  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=256 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x8000 - TX RS bit threshold=32
testpmd> Port 0 IEEE1588 PTP V2 SYNC Message filtered by hardware
Port 0 RX timestamp value 2 s 457548896 ns
Port 0 TX timestamp value 2 s 457599059 ns validated after 1 micro-second

21/09/2020 11:13:05             dut.10.240.183.151: stop
21/09/2020 11:13:05             dut.10.240.183.151: 
Telling cores to ...
Waiting for lcores to finish...

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 1              RX-dropped: 0             RX-total: 1
  TX-packets: 1              TX-dropped: 0             TX-total: 1
  ----------------------------------------------------------------------------

  ---------------------- Forward statistics for port 1  ----------------------
  RX-packets: 0              RX-dropped: 0             RX-total: 0
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 1              RX-dropped: 0             RX-total: 1
  TX-packets: 1              TX-dropped: 0             TX-total: 1
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.
21/09/2020 11:13:05                   TestIeee1588: Test Case test_ieee1588_enable Result PASSED:
21/09/2020 11:13:05                            dts: 
TEST SUITE ENDED: TestIeee1588

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

* Re: [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session
  2020-09-21  3:30 [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session Chen Linglix
  2020-09-21  3:36 ` Chen, LingliX
@ 2020-09-22  8:12 ` Ma, LihongX
  2020-09-28  8:40 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Ma, LihongX @ 2020-09-22  8:12 UTC (permalink / raw)
  To: Chen, LingliX, dts; +Cc: Chen, LingliX

Acked-by: lihongx Ma<lihongx.ma@intel.com>

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen Linglix
> Sent: Monday, September 21, 2020 11:31 AM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to
> new session


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

* Re: [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session
  2020-09-21  3:30 [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session Chen Linglix
  2020-09-21  3:36 ` Chen, LingliX
  2020-09-22  8:12 ` Ma, LihongX
@ 2020-09-28  8:40 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2020-09-28  8:40 UTC (permalink / raw)
  To: Chen, LingliX, dts; +Cc: Chen, LingliX

> V2:
>  -change tester session to new session
> V1:
>  -Modify sed command
> 
> Signed-off-by: Chen Linglix <linglix.chen@intel.com>

Applied

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

end of thread, other threads:[~2020-09-28  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  3:30 [dts] [PATCH V2] tests/TestSuite_ieee1588:change tester session to new session Chen Linglix
2020-09-21  3:36 ` Chen, LingliX
2020-09-22  8:12 ` Ma, LihongX
2020-09-28  8:40 ` Tu, Lijuan

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).