test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command
  2020-09-16 11:06 [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command xizhan4x
@ 2020-09-16 11:06 ` Zhang, XiX
  2020-09-17  5:19 ` Zhang, XiX
  2020-09-17  8:21 ` Ma, LihongX
  2 siblings, 0 replies; 5+ messages in thread
From: Zhang, XiX @ 2020-09-16 11:06 UTC (permalink / raw)
  To: dts

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

Tested-by: Zhang, XiX <xix.zhang@intel.com>

> -----Original Message-----
> From: Zhang, XiX
> Sent: Wednesday, September 16, 2020 7:06 PM
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_ieee1588:Modify sed command
> 
> 
> Modify sed command
> 
> 
> Signed-off-by: xizhan4x <xix.zhang@intel.com>
> ---
>  tests/TestSuite_ieee1588.py | 15 ++++++++++-----
>  1 file changed, 10 insertions(+), 5 deletions(-)
> 
> diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py index
> 19f17d1..8632286 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,21 @@ 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)
> +
> +        out = self.send_session.get_session_output(timeout=20)
> +        self.send_session.send_expect("^C", "# ", 20)
>          self.send_session.close()
> -        out = self.tester.get_session_output(timeout=20)
> 
> -        self.tester.send_expect("^C", "# ", 20)
> 
>          self.verify("0x88f7" in out, "Ether type is not PTP")
> 
> @@ -171,4 +175,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


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

16/09/2020 10:43:05                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 10:43:05                            dts: NIC :        sagepond
16/09/2020 10:43:05             dut.10.240.183.202: 
16/09/2020 10:43:06                         tester: 
16/09/2020 10:43:06             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 10:43:06             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 10:43:06             dut.10.240.183.202: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
16/09/2020 10:43:06             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 10:43:06             dut.10.240.183.202: rm -rf x86_64-native-linuxapp-gcc
16/09/2020 10:43:06             dut.10.240.183.202: 
16/09/2020 10:43:06             dut.10.240.183.202: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
16/09/2020 10:43:16             dut.10.240.183.202: The Meson build system
Version: 0.55.0
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
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 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
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 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency pcap found: YES 1.9.1
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:220: 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: YES 
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 
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__" : 1 
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.12
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.176
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
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"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
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
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, ipn3ke, 
	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, ifpga, 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/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"
	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: 961

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

16/09/2020 10:45:25                         tester: 
16/09/2020 10:45:25             dut.10.240.183.202: set fwd ieee1588
16/09/2020 10:45:25             dut.10.240.183.202: 
Bad arguments
16/09/2020 10:45:25             dut.10.240.183.202: start
16/09/2020 10:45:25             dut.10.240.183.202: 
io 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:
16/09/2020 10:45:26                         tester: tcpdump -i eth0 -e ether src 0c:c4:7a:c8:7e:1e
16/09/2020 10:45:26                         tester: 
16/09/2020 10:45:27                   TestIeee1588: Test Case test_ieee1588_enable Result ERROR: Traceback (most recent call last):
  File "/home/autoregression/zx_meson/framework/test_case.py", line 319, in _execute_test_case
    case_obj()
  File "tests/TestSuite_ieee1588.py", line 100, in test_ieee1588_enable
    pkt.send_pkt(self.send_session, tx_port=itf)
  File "/home/autoregression/zx_meson/framework/packet.py", line 697, in send_pkt
    raise Exception("crb should be tester\'s session and initialized")
Exception: crb should be tester's session and initialized

16/09/2020 10:45:27                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 10:47:02                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 10:47:02                            dts: NIC :        sagepond
16/09/2020 10:47:02             dut.10.240.183.202: 
16/09/2020 10:47:02                         tester: 
16/09/2020 10:47:02             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 10:47:02             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 10:47:02             dut.10.240.183.202: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
16/09/2020 10:47:02             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 10:47:02             dut.10.240.183.202: rm -rf x86_64-native-linuxapp-gcc
16/09/2020 10:47:02             dut.10.240.183.202: 
16/09/2020 10:47:02             dut.10.240.183.202: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
16/09/2020 10:47:12             dut.10.240.183.202: The Meson build system
Version: 0.55.0
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
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 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
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 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency pcap found: YES 1.9.1
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:220: 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: YES 
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 
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__" : 1 
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.12
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.176
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
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"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
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
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, ipn3ke, 
	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, ifpga, 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/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"
	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: 961

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

Port 1: link state change event

16/09/2020 10:49:21                         tester: 
16/09/2020 10:49:21             dut.10.240.183.202: set fwd ieee1588
16/09/2020 10:49:21             dut.10.240.183.202: 
Bad arguments
16/09/2020 10:49:21             dut.10.240.183.202: start
16/09/2020 10:49:21             dut.10.240.183.202: 
io 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:
16/09/2020 10:49:22                         tester: tcpdump -i eth0 -e ether src 0c:c4:7a:c8:7e:1e
16/09/2020 10:49:22                         tester: 
16/09/2020 10:49:23                         tester: ssh root@10.240.183.191
16/09/2020 10:49:23                   TestIeee1588: Test Case test_ieee1588_enable Result ERROR: Traceback (most recent call last):
  File "/home/autoregression/zx_meson/framework/test_case.py", line 319, in _execute_test_case
    case_obj()
  File "tests/TestSuite_ieee1588.py", line 100, in test_ieee1588_enable
    pkt.send_pkt(self.send_session, tx_port=itf)
  File "/home/autoregression/zx_meson/framework/packet.py", line 693, in send_pkt
    crb.scapy_session.send_expect(cmd, '>>> ', timeout=timeout)
AttributeError: 'SSHConnection' object has no attribute 'scapy_session'

16/09/2020 10:49:23                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 11:06:08                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 11:06:08                            dts: NIC :        sagepond
16/09/2020 11:06:08             dut.10.240.183.202: 
16/09/2020 11:06:08                         tester: 
16/09/2020 11:06:08             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 11:06:08             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 11:06:08             dut.10.240.183.202: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:03:00.0 -w 0000:03:00.1  --file-prefix=dpdk_8600_20200916110539   -- -i  --tx-offloads=0x00008000
16/09/2020 11:06:14             dut.10.240.183.202: EAL: Detected 16 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_8600_20200916110539/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: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.0 (socket 0)
EAL: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.1 (socket 0)
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
Configuring Port 0 (socket 0)
Port 0: 0C:C4:7A:C8:7E:1E
Configuring Port 1 (socket 0)
Port 1: 0C:C4:7A:C8:7E:1F
Checking link statuses...
Done
16/09/2020 11:06:24                   TestIeee1588: Test Case test_ieee1588_enable Begin
16/09/2020 11:06:24             dut.10.240.183.202: 
Port 1: link state change event

Port 0: link state change event

16/09/2020 11:06:25                         tester: 
16/09/2020 11:06:25             dut.10.240.183.202: set fwd ieee1588
16/09/2020 11:06:25             dut.10.240.183.202: 
Bad arguments
16/09/2020 11:06:25             dut.10.240.183.202: start
16/09/2020 11:06:25             dut.10.240.183.202: 
io 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:
16/09/2020 11:06:26                         tester: tcpdump -i eth0 -e ether src 0c:c4:7a:c8:7e:1e
16/09/2020 11:06:26                         tester: 
16/09/2020 11:06:27                         tester: ssh root@10.240.183.191
16/09/2020 11:06:27                   TestIeee1588: Test Case test_ieee1588_enable Result ERROR: Traceback (most recent call last):
  File "/home/autoregression/zx_meson/framework/test_case.py", line 319, in _execute_test_case
    case_obj()
  File "tests/TestSuite_ieee1588.py", line 101, in test_ieee1588_enable
    pkt.send_pkt(self.send_session, tx_port=itf)
  File "/home/autoregression/zx_meson/framework/packet.py", line 693, in send_pkt
    crb.scapy_session.send_expect(cmd, '>>> ', timeout=timeout)
AttributeError: 'SSHConnection' object has no attribute 'scapy_session'

16/09/2020 11:06:27                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 11:15:55                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 11:15:55                            dts: NIC :        sagepond
16/09/2020 11:15:55             dut.10.240.183.202: 
16/09/2020 11:15:55                         tester: 
16/09/2020 11:15:55             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 11:15:55             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 11:15:55             dut.10.240.183.202: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:03:00.0 -w 0000:03:00.1  --file-prefix=dpdk_8875_20200916111528   -- -i  --tx-offloads=0x00008000
16/09/2020 11:16:25                            dts:  !!! STOPPING DTS
16/09/2020 11:16:25             dut.10.240.183.202: quit
16/09/2020 11:16:25             dut.10.240.183.202: 
Command '' not found, did you mean:

  command 'qgit' from deb qgit (2.9-1build1)
  command 'luit' from deb x11-utils (7.7+5)
  command 'quiz' from deb bsdgames (2.17-28build1)
  command 'quilt' from deb quilt (0.65-3)

Try: apt install <deb name>

16/09/2020 11:16:25             dut.10.240.183.202: sed -i -e 's/IEEE1588=y$/IEEE1588=n/' config/common_base
16/09/2020 11:19:27                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 11:19:27                            dts: NIC :        sagepond
16/09/2020 11:19:27             dut.10.240.183.202: 
16/09/2020 11:19:27                         tester: 
16/09/2020 11:19:27             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 11:19:27             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 11:19:27             dut.10.240.183.202: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:03:00.0 -w 0000:03:00.1  --file-prefix=dpdk_9098_20200916111642   -- -i  --tx-offloads=0x00008000
16/09/2020 11:19:33             dut.10.240.183.202: EAL: Detected 16 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_9098_20200916111642/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: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.0 (socket 0)
EAL: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.1 (socket 0)
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
Configuring Port 0 (socket 0)
Port 0: 0C:C4:7A:C8:7E:1E
Configuring Port 1 (socket 0)
Port 1: 0C:C4:7A:C8:7E:1F
Checking link statuses...
Done
16/09/2020 11:19:43                   TestIeee1588: Test Case test_ieee1588_enable Begin
16/09/2020 11:19:43             dut.10.240.183.202: 
Port 0: link state change event

16/09/2020 11:19:44                         tester: 
16/09/2020 11:19:44             dut.10.240.183.202: set fwd ieee1588
16/09/2020 11:19:44             dut.10.240.183.202: 
Bad arguments
16/09/2020 11:19:44             dut.10.240.183.202: start
16/09/2020 11:19:44             dut.10.240.183.202: 
io 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:
16/09/2020 11:19:47                   TestIeee1588: Test Case test_ieee1588_enable Result ERROR: Traceback (most recent call last):
  File "/home/autoregression/zx_meson/framework/test_case.py", line 319, in _execute_test_case
    case_obj()
  File "tests/TestSuite_ieee1588.py", line 104, in test_ieee1588_enable
    out = self.send_session.get_session_output(timeout=20)
AttributeError: 'SSHConnection' object has no attribute 'get_session_output'

16/09/2020 11:19:47                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 11:27:07                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 11:27:07                            dts: NIC :        sagepond
16/09/2020 11:27:07             dut.10.240.183.202: 
16/09/2020 11:27:07                         tester: 
16/09/2020 11:27:07             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 11:27:07             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 11:27:07             dut.10.240.183.202: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:03:00.0 -w 0000:03:00.1  --file-prefix=dpdk_9503_20200916112637   -- -i  --tx-offloads=0x00008000
16/09/2020 11:27:13             dut.10.240.183.202: EAL: Detected 16 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_9503_20200916112637/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: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.0 (socket 0)
EAL: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.1 (socket 0)
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
Configuring Port 0 (socket 0)
Port 0: 0C:C4:7A:C8:7E:1E
Configuring Port 1 (socket 0)
Port 1: 0C:C4:7A:C8:7E:1F
Checking link statuses...
Done
16/09/2020 11:27:23                   TestIeee1588: Test Case test_ieee1588_enable Begin
16/09/2020 11:27:23             dut.10.240.183.202: 
Port 1: link state change event

Port 0: link state change event

16/09/2020 11:27:23                         tester: 
16/09/2020 11:27:23             dut.10.240.183.202: set fwd ieee1588
16/09/2020 11:27:23             dut.10.240.183.202: 
Bad arguments
16/09/2020 11:27:23             dut.10.240.183.202: start
16/09/2020 11:27:23             dut.10.240.183.202: 
io 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:
16/09/2020 11:28:52                   TestIeee1588: Test Case test_ieee1588_enable Result ERROR: Traceback (most recent call last):
  File "/home/autoregression/zx_meson/framework/test_case.py", line 319, in _execute_test_case
    case_obj()
  File "tests/TestSuite_ieee1588.py", line 105, in test_ieee1588_enable
    out = self.send_session.get_session_output(timeout=20)
  File "tests/TestSuite_ieee1588.py", line 105, in test_ieee1588_enable
    out = self.send_session.get_session_output(timeout=20)
  File "/usr/lib64/python3.6/bdb.py", line 51, in trace_dispatch
    return self.dispatch_line(frame)
  File "/usr/lib64/python3.6/bdb.py", line 70, in dispatch_line
    if self.quitting: raise BdbQuit
bdb.BdbQuit

16/09/2020 11:28:52                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 11:30:01                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 11:30:01                            dts: NIC :        sagepond
16/09/2020 11:30:02             dut.10.240.183.202: 
16/09/2020 11:30:02                         tester: 
16/09/2020 11:30:02             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 11:30:02             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 11:30:02             dut.10.240.183.202: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:03:00.0 -w 0000:03:00.1  --file-prefix=dpdk_9767_20200916112932   -- -i  --tx-offloads=0x00008000
16/09/2020 11:30:08             dut.10.240.183.202: EAL: Detected 16 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_9767_20200916112932/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: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.0 (socket 0)
EAL: Probe PCI driver: net_ixgbe (8086:15ad) device: 0000:03:00.1 (socket 0)
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
Configuring Port 0 (socket 0)
Port 0: 0C:C4:7A:C8:7E:1E
Configuring Port 1 (socket 0)
Port 1: 0C:C4:7A:C8:7E:1F
Checking link statuses...
Done
16/09/2020 11:30:18                   TestIeee1588: Test Case test_ieee1588_enable Begin
16/09/2020 11:30:18             dut.10.240.183.202: 
Port 0: link state change event

16/09/2020 11:30:18                         tester: 
16/09/2020 11:30:18             dut.10.240.183.202: set fwd ieee1588
16/09/2020 11:30:18             dut.10.240.183.202: 
Bad arguments
16/09/2020 11:30:18             dut.10.240.183.202: start
16/09/2020 11:30:18             dut.10.240.183.202: 
io 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:
16/09/2020 11:30:42                   TestIeee1588: Test Case test_ieee1588_enable Result FAILED: 'Ether type is not PTP'
16/09/2020 11:30:42                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 13:04:44                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 13:04:44                            dts: NIC :        sagepond
16/09/2020 13:04:44             dut.10.240.183.202: 
16/09/2020 13:04:44                         tester: 
16/09/2020 13:04:44             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 13:04:44             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 13:04:44             dut.10.240.183.202: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
16/09/2020 13:04:45             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 13:04:45             dut.10.240.183.202: rm -rf x86_64-native-linuxapp-gcc
16/09/2020 13:04:45             dut.10.240.183.202: 
16/09/2020 13:04:45             dut.10.240.183.202: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
16/09/2020 13:04:55             dut.10.240.183.202: The Meson build system
Version: 0.55.0
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
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 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
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 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency pcap found: YES 1.9.1
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:220: 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: YES 
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 
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__" : 1 
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.12
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.176
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
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"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
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
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, ipn3ke, 
	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, ifpga, 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/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"
	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: 961

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

Port 1: link state change event

16/09/2020 13:07:03                         tester: 
16/09/2020 13:07:03             dut.10.240.183.202: set fwd ieee1588
16/09/2020 13:07:03             dut.10.240.183.202: 
Bad arguments
16/09/2020 13:07:03             dut.10.240.183.202: start
16/09/2020 13:07:03             dut.10.240.183.202: 
io 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:
16/09/2020 13:07:27                   TestIeee1588: Test Case test_ieee1588_enable Result FAILED: 'Ether type is not PTP'
16/09/2020 13:07:27                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 13:09:12                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 13:09:12                            dts: NIC :        sagepond
16/09/2020 13:09:13             dut.10.240.183.202: 
16/09/2020 13:09:13                         tester: 
16/09/2020 13:09:13             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 13:09:13             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 13:09:13             dut.10.240.183.202: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
16/09/2020 13:09:13             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 13:09:13             dut.10.240.183.202: rm -rf x86_64-native-linuxapp-gcc
16/09/2020 13:09:13             dut.10.240.183.202: 
16/09/2020 13:09:13             dut.10.240.183.202: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
16/09/2020 13:09:23             dut.10.240.183.202: The Meson build system
Version: 0.55.0
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
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 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
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 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency pcap found: YES 1.9.1
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:220: 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: YES 
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 
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__" : 1 
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.12
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.176
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
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"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
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
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, ipn3ke, 
	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, ifpga, 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/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"
	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: 961

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

Port 1: link state change event

16/09/2020 13:11:32                         tester: 
16/09/2020 13:11:32             dut.10.240.183.202: set fwd ieee1588
16/09/2020 13:11:32             dut.10.240.183.202: 
Bad arguments
16/09/2020 13:11:32             dut.10.240.183.202: start
16/09/2020 13:11:32             dut.10.240.183.202: 
io 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:
16/09/2020 13:11:56                   TestIeee1588: Test Case test_ieee1588_enable Result FAILED: 'Ether type is not PTP'
16/09/2020 13:11:56                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 17:52:49                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 17:52:49                            dts: NIC :        sagepond
16/09/2020 17:52:49             dut.10.240.183.202: 
16/09/2020 17:52:49                         tester: 
16/09/2020 17:52:49             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 17:52:49             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 17:52:49             dut.10.240.183.202: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
16/09/2020 17:52:49             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 17:52:49             dut.10.240.183.202: rm -rf x86_64-native-linuxapp-gcc
16/09/2020 17:52:50             dut.10.240.183.202: 
16/09/2020 17:52:50             dut.10.240.183.202: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib -Dc_args='-DRTE_LIBRTE_IEEE1588=1' --default-library=static x86_64-native-linuxapp-gcc
16/09/2020 17:52:59             dut.10.240.183.202: The Meson build system
Version: 0.55.0
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
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 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
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 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency pcap found: YES 1.9.1
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:220: 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: YES 
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 
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__" : 1 
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.12
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.176
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
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"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
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
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, ipn3ke, 
	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, ifpga, 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/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"
	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: 961

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
16/09/2020 17:52:59             dut.10.240.183.202: ninja -C x86_64-native-linuxapp-gcc -j 14
16/09/2020 17:54:05             dut.10.240.183.202: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[1/2345] Generating rte_telemetry_def with a custom command
[2/2345] Generating rte_kvargs_def with a custom command
[3/2345] Generating rte_kvargs_mingw with a custom command
[4/2345] Generating rte_telemetry_mingw with a custom command
[5/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_debug.c.o
[6/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_cpuflags.c.o
[7/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_class.c.o
[8/2345] Compiling C object lib/librte_kvargs.a.p/librte_kvargs_rte_kvargs.c.o
[9/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hypervisor.c.o
[10/2345] Linking static target lib/librte_kvargs.a
[11/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_errno.c.o
[12/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_data.c.o
[13/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_config.c.o
[14/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hexdump.c.o
[15/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_bus.c.o
[16/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_launch.c.o
[17/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_legacy.c.o
[18/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_devargs.c.o
[19/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_mcfg.c.o
[20/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_log.c.o
[21/2345] Compiling C object buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o
[22/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry.c.o
[23/2345] Linking static target lib/librte_telemetry.a
[24/2345] Linking target buildtools/pmdinfogen/pmdinfogen
[25/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dev.c.o
[26/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memalloc.c.o
[27/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_lcore.c.o
[28/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_string_fns.c.o
[29/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_tailqs.c.o
[30/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_timer.c.o
[31/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memzone.c.o
[32/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_thread.c.o
[33/2345] Generating kvargs.sym_chk with a meson_exe.py custom command
[34/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memory.c.o
[35/2345] Linking target lib/librte_kvargs.so.21.0
[36/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_uuid.c.o
[37/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_fbarray.c.o
[38/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_ctf.c.o
[39/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_points.c.o
[40/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace.c.o
[41/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_utils.c.o
[42/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_reciprocal.c.o
[43/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_hotplug_mp.c.o
[44/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_keepalive.c.o
[45/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_proc.c.o
[46/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_elem.c.o
[47/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_file.c.o
[48/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_timer.c.o
[49/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_mp.c.o
[50/2345] Generating telemetry.sym_chk with a meson_exe.py custom command
[51/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_memory.c.o
[52/2345] Linking target lib/librte_telemetry.so.21.0
[53/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dynmem.c.o
[54/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_debug.c.o
[55/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_cpuflags.c.o
[56/2345] Generating symbol file lib/librte_kvargs.so.21.0.p/librte_kvargs.so.21.0.symbols
[57/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_log.c.o
[58/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_lcore.c.o
[59/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_alarm.c.o
[60/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_dev.c.o
[61/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_random.c.o
[62/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_service.c.o
[63/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_hugepage_info.c.o
[64/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_timer.c.o
[65/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cpuflags.c.o
[66/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio_mp_sync.c.o
[67/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_spinlock.c.o
[68/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_hypervisor.c.o
[69/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_thread.c.o
[70/2345] Generating rte_eal_mingw with a custom command
[71/2345] Generating rte_rcu_def with a custom command
[72/2345] Generating rte_eal_def with a custom command
[73/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cycles.c.o
[74/2345] Generating rte_rcu_mingw with a custom command
[75/2345] Generating rte_ring_def with a custom command
[76/2345] Generating rte_ring_mingw with a custom command
[77/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal.c.o
[78/2345] Generating symbol file lib/librte_telemetry.so.21.0.p/librte_telemetry.so.21.0.symbols
[79/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_heap.c.o
[80/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_malloc.c.o
[81/2345] Generating rte_mempool_mingw with a custom command
[82/2345] Generating rte_mempool_def with a custom command
[83/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_interrupts.c.o
[84/2345] Compiling C object lib/librte_ring.a.p/librte_ring_rte_ring.c.o
[85/2345] Linking static target lib/librte_ring.a
[86/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_options.c.o
[87/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memalloc.c.o
[88/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memory.c.o
[89/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops_default.c.o
[90/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[91/2345] Generating ring.sym_chk with a meson_exe.py custom command
[92/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops.c.o
[93/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio.c.o
[94/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_mempool_trace_points.c.o
[95/2345] Generating rte_mbuf_def with a custom command
[96/2345] Linking static target lib/librte_eal.a
[97/2345] Generating rte_mbuf_mingw with a custom command
[98/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops_default.c.o
[99/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops.c.o
[100/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_mempool_trace_points.c.o
[101/2345] Compiling C object lib/librte_rcu.a.p/librte_rcu_rte_rcu_qsbr.c.o
[102/2345] Linking static target lib/librte_rcu.a
[103/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool.c.o
[104/2345] Linking static target lib/librte_mempool.a
[105/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_ptype.c.o
[106/2345] Generating rte_net_def with a custom command
[107/2345] Generating rte_net_mingw with a custom command
[108/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool.c.o
[109/2345] Generating rte_meter_def with a custom command
[110/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_pool_ops.c.o
[111/2345] Generating rte_meter_mingw with a custom command
[112/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_ether.c.o
[113/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net.c.o
[114/2345] Compiling C object lib/librte_meter.a.p/librte_meter_rte_meter.c.o
[115/2345] Linking static target lib/librte_meter.a
[116/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net_crc.c.o
[117/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_dyn.c.o
[118/2345] Generating rcu.sym_chk with a meson_exe.py custom command
[119/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_arp.c.o
[120/2345] Linking static target lib/librte_net.a
[121/2345] Compiling C object lib/librte_meter.so.21.0.p/librte_meter_rte_meter.c.o
[122/2345] Generating mempool.sym_chk with a meson_exe.py custom command
[123/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_profile.c.o
[124/2345] Generating rte_ethdev_def with a custom command
[125/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev.c.o
[126/2345] Generating meter.sym_chk with a meson_exe.py custom command
[127/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_private.c.o
[128/2345] Generating rte_ethdev_mingw with a custom command
[129/2345] Generating rte_pci_mingw with a custom command
[130/2345] Generating rte_pci_def with a custom command
[131/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor.c.o
[132/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_trace_points.c.o
[133/2345] Generating net.sym_chk with a meson_exe.py custom command
[134/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_mtr.c.o
[135/2345] Compiling C object lib/librte_pci.a.p/librte_pci_rte_pci.c.o
[136/2345] Linking static target lib/librte_pci.a
[137/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_ipaddr.c.o
[138/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline.c.o
[139/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_class_eth.c.o
[140/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_cirbuf.c.o
[141/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_portlist.c.o
[142/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_socket.c.o
[143/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_string.c.o
[144/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_num.c.o
[145/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse.c.o
[146/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_vt100.c.o
[147/2345] Generating rte_cmdline_def with a custom command
[148/2345] Generating rte_cmdline_mingw with a custom command
[149/2345] Generating rte_metrics_def with a custom command
[150/2345] Generating rte_metrics_mingw with a custom command
[151/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf.c.o
[152/2345] Linking static target lib/librte_mbuf.a
[153/2345] Generating rte_hash_def with a custom command
[154/2345] Generating rte_hash_mingw with a custom command
[155/2345] Generating rte_timer_def with a custom command
[156/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_tm.c.o
[157/2345] Generating rte_timer_mingw with a custom command
[158/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_rdline.c.o
[159/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_fbk_hash.c.o
[160/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics.c.o
[161/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_etheraddr.c.o
[162/2345] Linking static target lib/librte_cmdline.a
[163/2345] Generating pci.sym_chk with a meson_exe.py custom command
[164/2345] Generating eal.sym_chk with a meson_exe.py custom command
[165/2345] Linking target lib/librte_eal.so.21.0
[166/2345] Generating mbuf.sym_chk with a meson_exe.py custom command
[167/2345] Compiling C object lib/librte_timer.a.p/librte_timer_rte_timer.c.o
[168/2345] Linking static target lib/librte_timer.a
[169/2345] Generating cmdline.sym_chk with a meson_exe.py custom command
[170/2345] Compiling C object lib/librte_acl.a.p/librte_acl_tb_mem.c.o
[171/2345] Generating rte_acl_def with a custom command
[172/2345] Generating rte_acl_mingw with a custom command
[173/2345] Generating rte_bbdev_def with a custom command
[174/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics_telemetry.c.o
[175/2345] Compiling C object lib/librte_acl.a.p/librte_acl_rte_acl.c.o
[176/2345] Linking static target lib/librte_metrics.a
[177/2345] Generating symbol file lib/librte_eal.so.21.0.p/librte_eal.so.21.0.symbols
[178/2345] Generating rte_bbdev_mingw with a custom command
[179/2345] Linking target lib/librte_ring.so.21.0
[180/2345] Linking target lib/librte_meter.so.21.0
[181/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_flow.c.o
[182/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_gen.c.o
[183/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_scalar.c.o
[184/2345] Linking target lib/librte_pci.so.21.0
[185/2345] Generating rte_bitratestats_def with a custom command
[186/2345] Generating rte_bitratestats_mingw with a custom command
[187/2345] Generating rte_cfgfile_def with a custom command
[188/2345] Generating rte_cfgfile_mingw with a custom command
[189/2345] Generating timer.sym_chk with a meson_exe.py custom command
[190/2345] Linking target lib/librte_timer.so.21.0
[191/2345] Generating symbol file lib/librte_meter.so.21.0.p/librte_meter.so.21.0.symbols
[192/2345] Generating symbol file lib/librte_ring.so.21.0.p/librte_ring.so.21.0.symbols
[193/2345] Compiling C object lib/librte_cfgfile.a.p/librte_cfgfile_rte_cfgfile.c.o
[194/2345] Linking target lib/librte_mempool.so.21.0
[195/2345] Linking target lib/librte_rcu.so.21.0
[196/2345] Generating metrics.sym_chk with a meson_exe.py custom command
[197/2345] Linking static target lib/librte_cfgfile.a
[198/2345] Compiling C object lib/librte_bitratestats.a.p/librte_bitratestats_rte_bitrate.c.o
[199/2345] Linking static target lib/librte_bitratestats.a
[200/2345] Generating symbol file lib/librte_pci.so.21.0.p/librte_pci.so.21.0.symbols
[201/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_bld.c.o
[202/2345] Generating rte_compressdev_mingw with a custom command
[203/2345] Generating symbol file lib/librte_timer.so.21.0.p/librte_timer.so.21.0.symbols
[204/2345] Generating rte_compressdev_def with a custom command
[205/2345] Generating rte_pipeline_def with a custom command
[206/2345] Compiling C object lib/librte_bbdev.a.p/librte_bbdev_rte_bbdev.c.o
[207/2345] Linking static target lib/librte_bbdev.a
[208/2345] Generating rte_pipeline_mingw with a custom command
[209/2345] Generating symbol file lib/librte_mempool.so.21.0.p/librte_mempool.so.21.0.symbols
[210/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_comp.c.o
[211/2345] Linking target lib/librte_mbuf.so.21.0
[212/2345] Generating rte_cryptodev_def with a custom command
[213/2345] Generating symbol file lib/librte_rcu.so.21.0.p/librte_rcu.so.21.0.symbols
[214/2345] Generating bitratestats.sym_chk with a meson_exe.py custom command
[215/2345] Generating cfgfile.sym_chk with a meson_exe.py custom command
[216/2345] Generating rte_cryptodev_mingw with a custom command
[217/2345] Linking target lib/librte_cfgfile.so.21.0
[218/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev_pmd.c.o
[219/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev.c.o
[220/2345] Linking static target lib/librte_compressdev.a
[221/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_port_in_action.c.o
[222/2345] Generating symbol file lib/librte_mbuf.so.21.0.p/librte_mbuf.so.21.0.symbols
[223/2345] Linking target lib/librte_net.so.21.0
[224/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_sse.c.o
[225/2345] Generating bbdev.sym_chk with a meson_exe.py custom command
[226/2345] Generating rte_distributor_mingw with a custom command
[227/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[228/2345] Generating rte_distributor_def with a custom command
[229/2345] Linking target lib/librte_bbdev.so.21.0
[230/2345] Generating rte_efd_def with a custom command
[231/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_cryptodev_trace_points.c.o
[232/2345] Linking static target lib/librte_cryptodev.a
[233/2345] Generating rte_efd_mingw with a custom command
[234/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_cryptodev_trace_points.c.o
[235/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_ethdev.c.o
[236/2345] Linking static target lib/librte_ethdev.a
[237/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_ring.c.o
[238/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_match_sse.c.o
[239/2345] Generating symbol file lib/librte_net.so.21.0.p/librte_net.so.21.0.symbols
[240/2345] Generating compressdev.sym_chk with a meson_exe.py custom command
[241/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_single.c.o
[242/2345] Linking static target lib/librte_distributor.a
[243/2345] Linking target lib/librte_cmdline.so.21.0
[244/2345] Linking target lib/librte_compressdev.so.21.0
[245/2345] Generating symbol file lib/librte_bbdev.so.21.0.p/librte_bbdev.so.21.0.symbols
[246/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_eventdev_trace_points.c.o
[247/2345] Generating cryptodev.sym_chk with a meson_exe.py custom command
[248/2345] Generating rte_eventdev_def with a custom command
[249/2345] Generating rte_eventdev_mingw with a custom command
[250/2345] Generating distributor.sym_chk with a meson_exe.py custom command
[251/2345] Generating symbol file lib/librte_compressdev.so.21.0.p/librte_compressdev.so.21.0.symbols
[252/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_avx2.c.o
[253/2345] Linking target lib/librte_distributor.so.21.0
[254/2345] Linking static target lib/librte_acl.a
[255/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_cuckoo_hash.c.o
[256/2345] Linking static target lib/librte_hash.a
[257/2345] Generating ethdev.sym_chk with a meson_exe.py custom command
[258/2345] Linking target lib/librte_ethdev.so.21.0
[259/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev.c.o
[260/2345] Linking target lib/librte_cryptodev.so.21.0
[261/2345] Generating acl.sym_chk with a meson_exe.py custom command
[262/2345] Generating hash.sym_chk with a meson_exe.py custom command
[263/2345] Linking target lib/librte_acl.so.21.0
[264/2345] Generating symbol file lib/librte_ethdev.so.21.0.p/librte_ethdev.so.21.0.symbols
[265/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_eventdev.c.o
[266/2345] Linking target lib/librte_hash.so.21.0
[267/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_tcp4.c.o
[268/2345] Generating rte_gro_def with a custom command
[269/2345] Generating rte_gro_mingw with a custom command
[270/2345] Generating symbol file lib/librte_cryptodev.so.21.0.p/librte_cryptodev.so.21.0.symbols
[271/2345] Linking target lib/librte_metrics.so.21.0
[272/2345] Compiling C object lib/librte_gro.a.p/librte_gro_rte_gro.c.o
[273/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_timer_adapter.c.o
[274/2345] Compiling C object lib/librte_efd.a.p/librte_efd_rte_efd.c.o
[275/2345] Linking static target lib/librte_efd.a
[276/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_tx_adapter.c.o
[277/2345] Generating rte_gso_def with a custom command
[278/2345] Generating rte_gso_mingw with a custom command
[279/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_vxlan_tcp4.c.o
[280/2345] Linking static target lib/librte_gro.a
[281/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_crypto_adapter.c.o
[282/2345] Generating symbol file lib/librte_hash.so.21.0.p/librte_hash.so.21.0.symbols
[283/2345] Generating symbol file lib/librte_acl.so.21.0.p/librte_acl.so.21.0.symbols
[284/2345] Generating symbol file lib/librte_metrics.so.21.0.p/librte_metrics.so.21.0.symbols
[285/2345] Linking target lib/librte_bitratestats.so.21.0
[286/2345] Compiling C object lib/librte_gso.a.p/librte_gso_rte_gso.c.o
[287/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tcp4.c.o
[288/2345] Generating efd.sym_chk with a meson_exe.py custom command
[289/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tunnel_tcp4.c.o
[290/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_udp4.c.o
[291/2345] Generating rte_ip_frag_def with a custom command
[292/2345] Generating rte_ip_frag_mingw with a custom command
[293/2345] Linking target lib/librte_efd.so.21.0
[294/2345] Generating rte_jobstats_def with a custom command
[295/2345] Generating rte_jobstats_mingw with a custom command
[296/2345] Generating rte_kni_def with a custom command
[297/2345] Generating rte_kni_mingw with a custom command
[298/2345] Generating rte_latencystats_def with a custom command
[299/2345] Generating gro.sym_chk with a meson_exe.py custom command
[300/2345] Generating rte_latencystats_mingw with a custom command
[301/2345] Linking target lib/librte_gro.so.21.0
[302/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_reassembly.c.o
[303/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_common.c.o
[304/2345] Linking static target lib/librte_gso.a
[305/2345] Generating rte_lpm_def with a custom command
[306/2345] Generating rte_lpm_mingw with a custom command
[307/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_reassembly.c.o
[308/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_fragmentation.c.o
[309/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member.c.o
[310/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ip_frag_common.c.o
[311/2345] Compiling C object lib/librte_jobstats.a.p/librte_jobstats_rte_jobstats.c.o
[312/2345] Linking static target lib/librte_jobstats.a
[313/2345] Generating rte_member_def with a custom command
[314/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_fragmentation.c.o
[315/2345] Generating rte_member_mingw with a custom command
[316/2345] Compiling C object lib/librte_latencystats.a.p/librte_latencystats_rte_latencystats.c.o
[317/2345] Linking static target lib/librte_latencystats.a
[318/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_ip_frag_internal.c.o
[319/2345] Linking static target lib/librte_ip_frag.a
[320/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power.c.o
[321/2345] Generating gso.sym_chk with a meson_exe.py custom command
[322/2345] Compiling C object lib/librte_power.a.p/librte_power_power_kvm_vm.c.o
[323/2345] Linking target lib/librte_gso.so.21.0
[324/2345] Compiling C object lib/librte_power.a.p/librte_power_guest_channel.c.o
[325/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_rx_adapter.c.o
[326/2345] Linking static target lib/librte_eventdev.a
[327/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_vbf.c.o
[328/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm.c.o
[329/2345] Compiling C object lib/librte_power.a.p/librte_power_power_common.c.o
[330/2345] Generating rte_power_def with a custom command
[331/2345] Generating rte_power_mingw with a custom command
[332/2345] Generating rte_pdump_def with a custom command
[333/2345] Generating jobstats.sym_chk with a meson_exe.py custom command
[334/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power_empty_poll.c.o
[335/2345] Generating rte_pdump_mingw with a custom command
[336/2345] Linking target lib/librte_jobstats.so.21.0
[337/2345] Generating rte_rawdev_def with a custom command
[338/2345] Generating rte_rawdev_mingw with a custom command
[339/2345] Compiling C object lib/librte_kni.a.p/librte_kni_rte_kni.c.o
[340/2345] Linking static target lib/librte_kni.a
[341/2345] Generating rte_regexdev_def with a custom command
[342/2345] Generating rte_regexdev_mingw with a custom command
[343/2345] Generating ip_frag.sym_chk with a meson_exe.py custom command
[344/2345] Generating latencystats.sym_chk with a meson_exe.py custom command
[345/2345] Generating symbol file lib/librte_gso.so.21.0.p/librte_gso.so.21.0.symbols
[346/2345] Linking target lib/librte_ip_frag.so.21.0
[347/2345] Linking target lib/librte_latencystats.so.21.0
[348/2345] Generating rte_rib_def with a custom command
[349/2345] Generating rte_rib_mingw with a custom command
[350/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm6.c.o
[351/2345] Linking static target lib/librte_lpm.a
[352/2345] Generating eventdev.sym_chk with a meson_exe.py custom command
[353/2345] Compiling C object lib/librte_power.a.p/librte_power_power_acpi_cpufreq.c.o
[354/2345] Generating rte_reorder_def with a custom command
[355/2345] Linking target lib/librte_eventdev.so.21.0
[356/2345] Generating rte_reorder_mingw with a custom command
[357/2345] Generating kni.sym_chk with a meson_exe.py custom command
[358/2345] Compiling C object lib/librte_power.a.p/librte_power_power_pstate_cpufreq.c.o
[359/2345] Linking target lib/librte_kni.so.21.0
[360/2345] Linking static target lib/librte_power.a
[361/2345] Generating symbol file lib/librte_ip_frag.so.21.0.p/librte_ip_frag.so.21.0.symbols
[362/2345] Compiling C object lib/librte_regexdev.a.p/librte_regexdev_rte_regexdev.c.o
[363/2345] Linking static target lib/librte_regexdev.a
[364/2345] Generating lpm.sym_chk with a meson_exe.py custom command
[365/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_red.c.o
[366/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib.c.o
[367/2345] Linking target lib/librte_lpm.so.21.0
[368/2345] Generating symbol file lib/librte_eventdev.so.21.0.p/librte_eventdev.so.21.0.symbols
[369/2345] Generating rte_sched_def with a custom command
[370/2345] Compiling C object lib/librte_rawdev.a.p/librte_rawdev_rte_rawdev.c.o
[371/2345] Linking static target lib/librte_rawdev.a
[372/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_ht.c.o
[373/2345] Linking static target lib/librte_member.a
[374/2345] Generating rte_sched_mingw with a custom command
[375/2345] Generating rte_security_def with a custom command
[376/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_approx.c.o
[377/2345] Generating rte_security_mingw with a custom command
[378/2345] Generating symbol file lib/librte_kni.so.21.0.p/librte_kni.so.21.0.symbols
[379/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_std.c.o
[380/2345] Compiling C object lib/librte_reorder.a.p/librte_reorder_rte_reorder.c.o
[381/2345] Linking static target lib/librte_reorder.a
[382/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack.c.o
[383/2345] Generating rte_stack_def with a custom command
[384/2345] Generating power.sym_chk with a meson_exe.py custom command
[385/2345] Generating rte_stack_mingw with a custom command
[386/2345] Linking target lib/librte_power.so.21.0
[387/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_lf.c.o
[388/2345] Linking static target lib/librte_stack.a
[389/2345] Compiling C object lib/librte_pdump.a.p/librte_pdump_rte_pdump.c.o
[390/2345] Linking static target lib/librte_pdump.a
[391/2345] Generating regexdev.sym_chk with a meson_exe.py custom command
[392/2345] Generating rawdev.sym_chk with a meson_exe.py custom command
[393/2345] Generating symbol file lib/librte_lpm.so.21.0.p/librte_lpm.so.21.0.symbols
[394/2345] Generating member.sym_chk with a meson_exe.py custom command
[395/2345] Linking target lib/librte_regexdev.so.21.0
[396/2345] Linking target lib/librte_rawdev.so.21.0
[397/2345] Linking target lib/librte_member.so.21.0
[398/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_fd_man.c.o
[399/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib6.c.o
[400/2345] Linking static target lib/librte_rib.a
[401/2345] Compiling C object lib/librte_security.a.p/librte_security_rte_security.c.o
[402/2345] Linking static target lib/librte_security.a
[403/2345] Generating reorder.sym_chk with a meson_exe.py custom command
[404/2345] Linking target lib/librte_reorder.so.21.0
[405/2345] Generating stack.sym_chk with a meson_exe.py custom command
[406/2345] Generating pdump.sym_chk with a meson_exe.py custom command
[407/2345] Linking target lib/librte_stack.so.21.0
[408/2345] Linking target lib/librte_pdump.so.21.0
[409/2345] Generating symbol file lib/librte_rawdev.so.21.0.p/librte_rawdev.so.21.0.symbols
[410/2345] Generating rte_vhost_def with a custom command
[411/2345] Generating rte_vhost_mingw with a custom command
[412/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_iotlb.c.o
[413/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vdpa.c.o
[414/2345] Generating symbol file lib/librte_reorder.so.21.0.p/librte_reorder.so.21.0.symbols
[415/2345] Generating rib.sym_chk with a meson_exe.py custom command
[416/2345] Generating security.sym_chk with a meson_exe.py custom command
[417/2345] Linking target lib/librte_rib.so.21.0
[418/2345] Linking target lib/librte_security.so.21.0
[419/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_socket.c.o
[420/2345] Generating symbol file lib/librte_stack.so.21.0.p/librte_stack.so.21.0.symbols
[421/2345] Generating rte_ipsec_def with a custom command
[422/2345] Generating rte_ipsec_mingw with a custom command
[423/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_sched.c.o
[424/2345] Linking static target lib/librte_sched.a
[425/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib.c.o
[426/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ses.c.o
[427/2345] Generating symbol file lib/librte_security.so.21.0.p/librte_security.so.21.0.symbols
[428/2345] Generating symbol file lib/librte_rib.so.21.0.p/librte_rib.so.21.0.symbols
[429/2345] Generating rte_fib_def with a custom command
[430/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost.c.o
[431/2345] Generating rte_fib_mingw with a custom command
[432/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_sa.c.o
[433/2345] Generating sched.sym_chk with a meson_exe.py custom command
[434/2345] Linking target lib/librte_sched.so.21.0
[435/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib6.c.o
[436/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ipsec_sad.c.o
[437/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_user.c.o
[438/2345] Generating symbol file lib/librte_sched.so.21.0.p/librte_sched.so.21.0.symbols
[439/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_frag.c.o
[440/2345] Compiling C object lib/librte_fib.a.p/librte_fib_dir24_8.c.o
[441/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_fd.c.o
[442/2345] Compiling C object lib/librte_fib.a.p/librte_fib_trie.c.o
[443/2345] Linking static target lib/librte_fib.a
[444/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sched.c.o
[445/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_outb.c.o
[446/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ethdev.c.o
[447/2345] Generating rte_port_def with a custom command
[448/2345] Generating rte_port_mingw with a custom command
[449/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_inb.c.o
[450/2345] Linking static target lib/librte_ipsec.a
[451/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ras.c.o
[452/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_crypto.c.o
[453/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_source_sink.c.o
[454/2345] Generating fib.sym_chk with a meson_exe.py custom command
[455/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_kni.c.o
[456/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sym_crypto.c.o
[457/2345] Linking target lib/librte_fib.so.21.0
[458/2345] Generating ipsec.sym_chk with a meson_exe.py custom command
[459/2345] Linking target lib/librte_ipsec.so.21.0
[460/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm.c.o
[461/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_acl.c.o
[462/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_eventdev.c.o
[463/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm_ipv6.c.o
[464/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_cuckoo.c.o
[465/2345] Generating rte_table_def with a custom command
[466/2345] Generating rte_table_mingw with a custom command
[467/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82540.c.o
[468/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key8.c.o
[469/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82541.c.o
[470/2345] Generating rte_pmd_dpaa2_mingw with a custom command
[471/2345] Generating rte_flow_classify_mingw with a custom command
[472/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_array.c.o
[473/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_base.c.o
[474/2345] Generating rte_flow_classify_def with a custom command
[475/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_stub.c.o
[476/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_80003es2lan.c.o
[477/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ring.c.o
[478/2345] Linking static target lib/librte_port.a
[479/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82542.c.o
[480/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_pipeline.c.o
[481/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key16.c.o
[482/2345] Generating port.sym_chk with a meson_exe.py custom command
[483/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load.c.o
[484/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key32.c.o
[485/2345] Linking target lib/librte_port.so.21.0
[486/2345] Generating rte_bpf_def with a custom command
[487/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf.c.o
[488/2345] Generating rte_bpf_mingw with a custom command
[489/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify_parse.c.o
[490/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_ext.c.o
[491/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify.c.o
[492/2345] Linking static target lib/librte_flow_classify.a
[493/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_lru.c.o
[494/2345] Linking static target lib/librte_table.a
[495/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_exec.c.o
[496/2345] Generating symbol file lib/librte_port.so.21.0.p/librte_port.so.21.0.symbols
[497/2345] Generating table.sym_chk with a meson_exe.py custom command
[498/2345] Linking target lib/librte_table.so.21.0
[499/2345] Generating flow_classify.sym_chk with a meson_exe.py custom command
[500/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load_elf.c.o
[501/2345] Generating rte_graph_def with a custom command
[502/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_ops.c.o
[503/2345] Generating rte_graph_mingw with a custom command
[504/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_debug.c.o
[505/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_pkt.c.o
[506/2345] Compiling C object lib/librte_node.a.p/librte_node_null.c.o
[507/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph.c.o
[508/2345] Compiling C object lib/librte_graph.a.p/librte_graph_node.c.o
[509/2345] Compiling C object lib/librte_node.a.p/librte_node_log.c.o
[510/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_populate.c.o
[511/2345] Generating symbol file lib/librte_table.so.21.0.p/librte_table.so.21.0.symbols
[512/2345] Generating rte_node_def with a custom command
[513/2345] Generating rte_node_mingw with a custom command
[514/2345] Linking target lib/librte_flow_classify.so.21.0
[515/2345] Generating rte_common_cpt_mingw with a custom command
[516/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_validate.c.o
[517/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_stats.c.o
[518/2345] Linking static target lib/librte_graph.a
[519/2345] Generating rte_common_cpt_def with a custom command
[520/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_drop.c.o
[521/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_tx.c.o
[522/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_jit_x86.c.o
[523/2345] Linking static target lib/librte_bpf.a
[524/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_rx.c.o
[525/2345] Generating rte_common_dpaax_mingw with a custom command
[526/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_ctrl.c.o
[527/2345] Generating rte_common_dpaax_def with a custom command
[528/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_caamflib.c.o
[529/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaa_of.c.o
[530/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaax_iova_table.c.o
[531/2345] Linking static target drivers/libtmp_rte_common_dpaax.a
[532/2345] Generating rte_common_dpaax.pmd.c with a custom command
[533/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_lookup.c.o
[534/2345] Generating rte_common_iavf_def with a custom command
[535/2345] Compiling C object drivers/librte_common_dpaax.a.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[536/2345] Compiling C object drivers/librte_common_dpaax.so.21.0.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[537/2345] Linking static target drivers/librte_common_dpaax.a
[538/2345] Generating rte_common_iavf_mingw with a custom command
[539/2345] Generating rte_common_octeontx_def with a custom command
[540/2345] Generating rte_common_octeontx_mingw with a custom command
[541/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[542/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[543/2345] Linking static target drivers/libtmp_rte_common_cpt.a
[544/2345] Generating rte_common_cpt.pmd.c with a custom command
[545/2345] Compiling C object drivers/libtmp_rte_common_octeontx.a.p/common_octeontx_octeontx_mbox.c.o
[546/2345] Compiling C object drivers/librte_common_cpt.a.p/meson-generated_.._rte_common_cpt.pmd.c.o
[547/2345] Compiling C object drivers/librte_common_cpt.so.21.0.p/meson-generated_.._rte_common_cpt.pmd.c.o
[548/2345] Linking static target drivers/librte_common_cpt.a
[549/2345] Linking static target drivers/libtmp_rte_common_octeontx.a
[550/2345] Generating rte_common_octeontx.pmd.c with a custom command
[551/2345] Compiling C object drivers/librte_common_octeontx.a.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[552/2345] Linking static target drivers/librte_common_octeontx.a
[553/2345] Generating bpf.sym_chk with a meson_exe.py custom command
[554/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_irq.c.o
[555/2345] Compiling C object drivers/librte_common_octeontx.so.21.0.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[556/2345] Generating graph.sym_chk with a meson_exe.py custom command
[557/2345] Linking target lib/librte_bpf.so.21.0
[558/2345] Linking target lib/librte_graph.so.21.0
[559/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_cls.c.o
[560/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_impl.c.o
[561/2345] Generating rte_common_octeontx2_mingw with a custom command
[562/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_common.c.o
[563/2345] Generating rte_common_octeontx2_def with a custom command
[564/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_rewrite.c.o
[565/2345] Linking static target lib/librte_node.a
[566/2345] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command
[567/2345] Linking target drivers/librte_common_dpaax.so.21.0
[568/2345] Generating rte_common_octeontx.sym_chk with a meson_exe.py custom command
[569/2345] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command
[570/2345] Linking target drivers/librte_common_octeontx.so.21.0
[571/2345] Linking target drivers/librte_common_cpt.so.21.0
[572/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_adminq.c.o
[573/2345] Generating symbol file lib/librte_graph.so.21.0.p/librte_graph.so.21.0.symbols
[574/2345] Linking static target drivers/libtmp_rte_common_iavf.a
[575/2345] Generating rte_common_iavf.pmd.c with a custom command
[576/2345] Compiling C object drivers/librte_common_iavf.a.p/meson-generated_.._rte_common_iavf.pmd.c.o
[577/2345] Linking static target drivers/librte_common_iavf.a
[578/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman.c.o
[579/2345] Compiling C object drivers/librte_common_iavf.so.21.0.p/meson-generated_.._rte_common_iavf.pmd.c.o
[580/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_common.c.o
[581/2345] Generating node.sym_chk with a meson_exe.py custom command
[582/2345] Generating symbol file drivers/librte_common_dpaax.so.21.0.p/librte_common_dpaax.so.21.0.symbols
[583/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_dev.c.o
[584/2345] Linking target lib/librte_node.so.21.0
[585/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_sec_idev.c.o
[586/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_mbox.c.o
[587/2345] Linking static target drivers/libtmp_rte_common_octeontx2.a
[588/2345] Generating rte_common_octeontx2.pmd.c with a custom command
[589/2345] Compiling C object drivers/librte_common_octeontx2.a.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[590/2345] Linking static target drivers/librte_common_octeontx2.a
[591/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_netcfg_layer.c.o
[592/2345] Compiling C object drivers/librte_common_octeontx2.so.21.0.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[593/2345] Generating symbol file drivers/librte_common_octeontx.so.21.0.p/librte_common_octeontx.so.21.0.symbols
[594/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_alloc.c.o
[595/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_sys.c.o
[596/2345] Generating symbol file drivers/librte_common_cpt.so.21.0.p/librte_common_cpt.so.21.0.symbols
[597/2345] Generating rte_bus_dpaa_mingw with a custom command
[598/2345] Generating rte_bus_dpaa_def with a custom command
[599/2345] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command
[600/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_process.c.o
[601/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman_driver.c.o
[602/2345] Linking target drivers/librte_common_iavf.so.21.0
[603/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpdmai.c.o
[604/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpcon.c.o
[605/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman_driver.c.o
[606/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpci.c.o
[607/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpbp.c.o
[608/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpmng.c.o
[609/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_virtio_net.c.o
[610/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman_hw.c.o
[611/2345] Linking static target lib/librte_vhost.a
[612/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_mc_sys.c.o
[613/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpio.c.o
[614/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman.c.o
[615/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_debug.c.o
[616/2345] Generating symbol file drivers/librte_common_iavf.so.21.0.p/librte_common_iavf.so.21.0.symbols
[617/2345] Generating rte_bus_fslmc_mingw with a custom command
[618/2345] Generating rte_bus_fslmc_def with a custom command
[619/2345] Generating rte_bus_ifpga_def with a custom command
[620/2345] Generating rte_bus_ifpga_mingw with a custom command
[621/2345] Generating rte_common_octeontx2.sym_chk with a meson_exe.py custom command
[622/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_common.c.o
[623/2345] Linking target drivers/librte_common_octeontx2.so.21.0
[624/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o
[625/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_params.c.o
[626/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpbp.c.o
[627/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_bus.c.o
[628/2345] Linking static target drivers/libtmp_rte_bus_ifpga.a
[629/2345] Generating rte_bus_ifpga.pmd.c with a custom command
[630/2345] Compiling C object drivers/librte_bus_ifpga.a.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[631/2345] Linking static target drivers/librte_bus_ifpga.a
[632/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_bus.c.o
[633/2345] Compiling C object drivers/librte_bus_ifpga.so.21.0.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[634/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common.c.o
[635/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpci.c.o
[636/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common_uio.c.o
[637/2345] Generating rte_bus_pci_def with a custom command
[638/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_vfio.c.o
[639/2345] Generating rte_bus_pci_mingw with a custom command
[640/2345] Generating rte_bus_vdev_def with a custom command
[641/2345] Generating rte_bus_vdev_mingw with a custom command
[642/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev_params.c.o
[643/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_uio.c.o
[644/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpio.c.o
[645/2345] Generating symbol file drivers/librte_common_octeontx2.so.21.0.p/librte_common_octeontx2.so.21.0.symbols
[646/2345] Generating vhost.sym_chk with a meson_exe.py custom command
[647/2345] Linking target lib/librte_vhost.so.21.0
[648/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common_uio.c.o
[649/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common.c.o
[650/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_bufring.c.o
[651/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev.c.o
[652/2345] Linking static target drivers/libtmp_rte_bus_vdev.a
[653/2345] Generating rte_bus_vmbus_def with a custom command
[654/2345] Generating rte_bus_vdev.pmd.c with a custom command
[655/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o
[656/2345] Generating rte_bus_vmbus_mingw with a custom command
[657/2345] Compiling C object drivers/librte_bus_vdev.a.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[658/2345] Linking static target drivers/librte_bus_vdev.a
[659/2345] Compiling C object drivers/librte_bus_vdev.so.21.0.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[660/2345] Generating rte_mempool_bucket_def with a custom command
[661/2345] Generating rte_mempool_bucket_mingw with a custom command
[662/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_bus.c.o
[663/2345] Generating rte_mempool_dpaa_def with a custom command
[664/2345] Generating rte_mempool_dpaa_mingw with a custom command
[665/2345] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command
[666/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_uio.c.o
[667/2345] Generating rte_mempool_dpaa2_def with a custom command
[668/2345] Generating rte_mempool_dpaa2_mingw with a custom command
[669/2345] Linking static target drivers/libtmp_rte_bus_vmbus.a
[670/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_vfio.c.o
[671/2345] Generating rte_bus_vmbus.pmd.c with a custom command
[672/2345] Linking target drivers/librte_bus_ifpga.so.21.0
[673/2345] Compiling C object drivers/librte_bus_vmbus.a.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[674/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci.c.o
[675/2345] Linking static target drivers/librte_bus_vmbus.a
[676/2345] Generating rte_mempool_octeontx_def with a custom command
[677/2345] Linking static target drivers/libtmp_rte_bus_pci.a
[678/2345] Compiling C object drivers/librte_bus_vmbus.so.21.0.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[679/2345] Generating rte_bus_pci.pmd.c with a custom command
[680/2345] Compiling C object drivers/librte_bus_pci.a.p/meson-generated_.._rte_bus_pci.pmd.c.o
[681/2345] Generating rte_mempool_octeontx_mingw with a custom command
[682/2345] Linking static target drivers/librte_bus_pci.a
[683/2345] Compiling C object drivers/librte_bus_pci.so.21.0.p/meson-generated_.._rte_bus_pci.pmd.c.o
[684/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_portal.c.o
[685/2345] Linking static target drivers/libtmp_rte_bus_fslmc.a
[686/2345] Generating rte_bus_fslmc.pmd.c with a custom command
[687/2345] Compiling C object drivers/librte_bus_fslmc.a.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[688/2345] Compiling C object drivers/librte_bus_fslmc.so.21.0.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[689/2345] Generating symbol file lib/librte_vhost.so.21.0.p/librte_vhost.so.21.0.symbols
[690/2345] Linking static target drivers/librte_bus_fslmc.a
[691/2345] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command
[692/2345] Linking target drivers/librte_bus_vdev.so.21.0
[693/2345] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command
[694/2345] Generating symbol file drivers/librte_bus_ifpga.so.21.0.p/librte_bus_ifpga.so.21.0.symbols
[695/2345] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command
[696/2345] Linking target drivers/librte_bus_vmbus.so.21.0
[697/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_rte_mempool_octeontx.c.o
[698/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman.c.o
[699/2345] Linking target drivers/librte_bus_pci.so.21.0
[700/2345] Linking static target drivers/libtmp_rte_bus_dpaa.a
[701/2345] Generating rte_bus_dpaa.pmd.c with a custom command
[702/2345] Compiling C object drivers/librte_bus_dpaa.a.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[703/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
[704/2345] Linking static target drivers/librte_bus_dpaa.a
[705/2345] Compiling C object drivers/librte_bus_dpaa.so.21.0.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[706/2345] Linking static target drivers/libtmp_rte_mempool_dpaa2.a
[707/2345] Generating rte_mempool_dpaa2.pmd.c with a custom command
[708/2345] Compiling C object drivers/librte_mempool_dpaa2.a.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[709/2345] Linking static target drivers/librte_mempool_dpaa2.a
[710/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[711/2345] Linking static target drivers/libtmp_rte_mempool_dpaa.a
[712/2345] Generating rte_mempool_dpaa.pmd.c with a custom command
[713/2345] Compiling C object drivers/librte_mempool_dpaa.a.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[714/2345] Linking static target drivers/librte_mempool_dpaa.a
[715/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_octeontx_fpavf.c.o
[716/2345] Compiling C object drivers/librte_mempool_dpaa.so.21.0.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[717/2345] Compiling C object drivers/librte_mempool_dpaa2.so.21.0.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[718/2345] Linking static target drivers/libtmp_rte_mempool_octeontx.a
[719/2345] Generating rte_mempool_octeontx.pmd.c with a custom command
[720/2345] Compiling C object drivers/librte_mempool_octeontx.a.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[721/2345] Linking static target drivers/librte_mempool_octeontx.a
[722/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool.c.o
[723/2345] Compiling C object drivers/librte_mempool_octeontx.so.21.0.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[724/2345] Generating rte_mempool_octeontx2_def with a custom command
[725/2345] Generating rte_mempool_octeontx2_mingw with a custom command
[726/2345] Generating symbol file drivers/librte_bus_vdev.so.21.0.p/librte_bus_vdev.so.21.0.symbols
[727/2345] Generating rte_mempool_ring_def with a custom command
[728/2345] Generating rte_mempool_ring_mingw with a custom command
[729/2345] Generating symbol file drivers/librte_bus_vmbus.so.21.0.p/librte_bus_vmbus.so.21.0.symbols
[730/2345] Generating rte_mempool_stack_def with a custom command
[731/2345] Generating rte_mempool_stack_mingw with a custom command
[732/2345] Generating rte_pmd_af_packet_def with a custom command
[733/2345] Generating symbol file drivers/librte_bus_pci.so.21.0.p/librte_bus_pci.so.21.0.symbols
[734/2345] Generating rte_pmd_af_packet_mingw with a custom command
[735/2345] Generating rte_mempool_dpaa2.sym_chk with a meson_exe.py custom command
[736/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_ops.c.o
[737/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_irq.c.o
[738/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_debug.c.o
[739/2345] Generating rte_mempool_dpaa.sym_chk with a meson_exe.py custom command
[740/2345] Linking static target drivers/libtmp_rte_mempool_octeontx2.a
[741/2345] Generating rte_mempool_octeontx2.pmd.c with a custom command
[742/2345] Compiling C object drivers/librte_mempool_octeontx2.a.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[743/2345] Linking static target drivers/librte_mempool_octeontx2.a
[744/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ddm.c.o
[745/2345] Generating rte_mempool_octeontx.sym_chk with a meson_exe.py custom command
[746/2345] Compiling C object drivers/librte_mempool_octeontx2.so.21.0.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[747/2345] Linking target drivers/librte_mempool_octeontx.so.21.0
[748/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_mpu.c.o
[749/2345] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command
[750/2345] Linking target drivers/librte_bus_fslmc.so.21.0
[751/2345] Compiling C object drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
[752/2345] Linking static target drivers/libtmp_rte_mempool_stack.a
[753/2345] Generating rte_mempool_stack.pmd.c with a custom command
[754/2345] Compiling C object drivers/librte_mempool_stack.a.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[755/2345] Linking static target drivers/librte_mempool_stack.a
[756/2345] Generating rte_mempool_octeontx2.sym_chk with a meson_exe.py custom command
[757/2345] Generating symbol file drivers/librte_mempool_octeontx.so.21.0.p/librte_mempool_octeontx.so.21.0.symbols
[758/2345] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command
[759/2345] Linking target drivers/librte_mempool_octeontx2.so.21.0
[760/2345] Compiling C object drivers/librte_mempool_stack.so.21.0.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[761/2345] Linking target drivers/librte_bus_dpaa.so.21.0
[762/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev.c.o
[763/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktdir.c.o
[764/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_tx.c.o
[765/2345] Generating rte_pmd_ark_def with a custom command
[766/2345] Generating symbol file drivers/librte_bus_fslmc.so.21.0.p/librte_bus_fslmc.so.21.0.symbols
[767/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_rqp.c.o
[768/2345] Generating rte_pmd_ark_mingw with a custom command
[769/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktchkr.c.o
[770/2345] Generating rte_pmd_atlantic_mingw with a custom command
[771/2345] Linking target drivers/librte_mempool_dpaa2.so.21.0
[772/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_udm.c.o
[773/2345] Generating rte_mempool_stack.sym_chk with a meson_exe.py custom command
[774/2345] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[775/2345] Linking static target drivers/libtmp_rte_mempool_ring.a
[776/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_rx.c.o
[777/2345] Generating rte_mempool_ring.pmd.c with a custom command
[778/2345] Compiling C object drivers/librte_mempool_ring.a.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[779/2345] Linking static target drivers/librte_mempool_ring.a
[780/2345] Linking target drivers/librte_mempool_stack.so.21.0
[781/2345] Compiling C object drivers/librte_mempool_ring.so.21.0.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[782/2345] Generating symbol file drivers/librte_mempool_octeontx2.so.21.0.p/librte_mempool_octeontx2.so.21.0.symbols
[783/2345] Compiling C object drivers/libtmp_rte_pmd_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o
[784/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_hw_regs.c.o
[785/2345] Linking static target drivers/libtmp_rte_pmd_af_packet.a
[786/2345] Generating rte_pmd_af_packet.pmd.c with a custom command
[787/2345] Compiling C object drivers/librte_pmd_af_packet.a.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[788/2345] Linking static target drivers/librte_pmd_af_packet.a
[789/2345] Generating symbol file drivers/librte_bus_dpaa.so.21.0.p/librte_bus_dpaa.so.21.0.symbols
[790/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_b0.c.o
[791/2345] Compiling C object drivers/librte_pmd_af_packet.so.21.0.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[792/2345] Linking target drivers/librte_mempool_dpaa.so.21.0
[793/2345] Generating rte_pmd_atlantic_def with a custom command
[794/2345] Generating symbol file drivers/librte_mempool_dpaa2.so.21.0.p/librte_mempool_dpaa2.so.21.0.symbols
[795/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktgen.c.o
[796/2345] Linking static target drivers/libtmp_rte_pmd_ark.a
[797/2345] Generating rte_mempool_ring.sym_chk with a meson_exe.py custom command
[798/2345] Generating rte_pmd_ark.pmd.c with a custom command
[799/2345] Generating rte_pmd_avp_def with a custom command
[800/2345] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[801/2345] Linking static target drivers/libtmp_rte_mempool_bucket.a
[802/2345] Compiling C object drivers/librte_pmd_ark.a.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[803/2345] Compiling C object drivers/librte_pmd_ark.so.21.0.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[804/2345] Generating rte_mempool_bucket.pmd.c with a custom command
[805/2345] Linking static target drivers/librte_pmd_ark.a
[806/2345] Compiling C object drivers/librte_mempool_bucket.a.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[807/2345] Linking target drivers/librte_mempool_ring.so.21.0
[808/2345] Linking static target drivers/librte_mempool_bucket.a
[809/2345] Compiling C object drivers/librte_mempool_bucket.so.21.0.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[810/2345] Generating rte_pmd_avp_mingw with a custom command
[811/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_llh.c.o
[812/2345] Generating rte_pmd_af_packet.sym_chk with a meson_exe.py custom command
[813/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_rte_pmd_atlantic.c.o
[814/2345] Linking target drivers/librte_pmd_af_packet.so.21.0
[815/2345] Generating symbol file drivers/librte_mempool_dpaa.so.21.0.p/librte_mempool_dpaa.so.21.0.symbols
[816/2345] Generating rte_pmd_ark.sym_chk with a meson_exe.py custom command
[817/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils_fw2x.c.o
[818/2345] Generating rte_pmd_axgbe_def with a custom command
[819/2345] Linking target drivers/librte_pmd_ark.so.21.0
[820/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils.c.o
[821/2345] Generating rte_pmd_axgbe_mingw with a custom command
[822/2345] Generating rte_mempool_bucket.sym_chk with a meson_exe.py custom command
[823/2345] Linking target drivers/librte_mempool_bucket.so.21.0
[824/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_ethdev.c.o
[825/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_i2c.c.o
[826/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_mdio.c.o
[827/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_rxtx.c.o
[828/2345] Linking static target drivers/libtmp_rte_pmd_atlantic.a
[829/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_dev.c.o
[830/2345] Generating rte_pmd_atlantic.pmd.c with a custom command
[831/2345] Compiling C object drivers/librte_pmd_atlantic.a.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[832/2345] Compiling C object drivers/librte_pmd_atlantic.so.21.0.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[833/2345] Linking static target drivers/librte_pmd_atlantic.a
[834/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx_vec_sse.c.o
[835/2345] Generating rte_pmd_bond_mingw with a custom command
[836/2345] Generating rte_pmd_bond_def with a custom command
[837/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_flow.c.o
[838/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_ethdev.c.o
[839/2345] Compiling C object drivers/libtmp_rte_pmd_avp.a.p/net_avp_avp_ethdev.c.o
[840/2345] Linking static target drivers/libtmp_rte_pmd_avp.a
[841/2345] Generating rte_pmd_avp.pmd.c with a custom command
[842/2345] Compiling C object drivers/librte_pmd_avp.a.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[843/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_phy_impl.c.o
[844/2345] Linking static target drivers/librte_pmd_avp.a
[845/2345] Compiling C object drivers/librte_pmd_avp.so.21.0.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[846/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_api.c.o
[847/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx.c.o
[848/2345] Linking static target drivers/libtmp_rte_pmd_axgbe.a
[849/2345] Generating rte_pmd_axgbe.pmd.c with a custom command
[850/2345] Compiling C object drivers/librte_pmd_axgbe.a.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[851/2345] Linking static target drivers/librte_pmd_axgbe.a
[852/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_alb.c.o
[853/2345] Compiling C object drivers/librte_pmd_axgbe.so.21.0.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[854/2345] Generating rte_pmd_atlantic.sym_chk with a meson_exe.py custom command
[855/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_args.c.o
[856/2345] Generating rte_pmd_bnx2x_def with a custom command
[857/2345] Linking target drivers/librte_pmd_atlantic.so.21.0
[858/2345] Generating rte_pmd_bnx2x_mingw with a custom command
[859/2345] Generating rte_pmd_avp.sym_chk with a meson_exe.py custom command
[860/2345] Linking target drivers/librte_pmd_avp.so.21.0
[861/2345] Generating rte_pmd_axgbe.sym_chk with a meson_exe.py custom command
[862/2345] Linking target drivers/librte_pmd_axgbe.so.21.0
[863/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o
[864/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_cpr.c.o
[865/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_rxtx.c.o
[866/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_ethdev.c.o
[867/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_filter.c.o
[868/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_irq.c.o
[869/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_ecore_sp.c.o
[870/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_flow.c.o
[871/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_8023ad.c.o
[872/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ring.c.o
[873/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxq.c.o
[874/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_stats.c.o
[875/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[876/2345] Linking static target drivers/libtmp_rte_pmd_bond.a
[877/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txq.c.o
[878/2345] Generating rte_pmd_bond.pmd.c with a custom command
[879/2345] Compiling C object drivers/librte_pmd_bond.so.21.0.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[880/2345] Compiling C object drivers/librte_pmd_bond.a.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[881/2345] Linking static target drivers/librte_pmd_bond.a
[882/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_util.c.o
[883/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxr.c.o
[884/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_rand.c.o
[885/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o
[886/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_vnic.c.o
[887/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_stack.c.o
[888/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_bitalloc.c.o
[889/2345] Generating rte_pmd_bond.sym_chk with a meson_exe.py custom command
[890/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[891/2345] Linking target drivers/librte_pmd_bond.so.21.0
[892/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_reps.c.o
[893/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txr.c.o
[894/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_rm.c.o
[895/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tbl.c.o
[896/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device.c.o
[897/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device_p4.c.o
[898/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_session.c.o
[899/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_msg.c.o
[900/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_util.c.o
[901/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_core.c.o
[902/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_identifier.c.o
[903/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_ll.c.o
[904/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_internal.c.o
[905/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tcam.c.o
[906/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tbl.c.o
[907/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_hash.c.o
[908/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_if_tbl.c.o
[909/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tfp.c.o
[910/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tcam.c.o
[911/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_global_cfg.c.o
[912/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_identifier.c.o
[913/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_hcapi_hcapi_cfa_p4.c.o
[914/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_common.c.o
[915/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_class.c.o
[916/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_tbl.c.o
[917/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mark_mgr.c.o
[918/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_act.c.o
[919/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_matcher.c.o
[920/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_host.c.o
[921/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp.c.o
[922/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_flow_db.c.o
[923/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_utils.c.o
[924/2345] Generating rte_pmd_bnxt_mingw with a custom command
[925/2345] Generating rte_pmd_bnxt_def with a custom command
[926/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp_flow.c.o
[927/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_port_db.c.o
[928/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[929/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_fc_mgr.c.o
[930/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_def_rules.c.o
[931/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_rte_parser.c.o
[932/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_rte_pmd_bnxt.c.o
[933/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mapper.c.o
[934/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxtx_vec_sse.c.o
[935/2345] Linking static target drivers/libtmp_rte_pmd_bnxt.a
[936/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_clip_tbl.c.o
[937/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x.c.o
[938/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_main.c.o
[939/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_ethdev.c.o
[940/2345] Generating rte_pmd_bnxt.pmd.c with a custom command
[941/2345] Compiling C object drivers/librte_pmd_bnxt.a.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[942/2345] Compiling C object drivers/librte_pmd_bnxt.so.21.0.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[943/2345] Generating rte_pmd_cxgbe_def with a custom command
[944/2345] Linking static target drivers/librte_pmd_bnxt.a
[945/2345] Generating rte_pmd_cxgbe_mingw with a custom command
[946/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_elink.c.o
[947/2345] Linking static target drivers/libtmp_rte_pmd_bnx2x.a
[948/2345] Generating rte_pmd_bnx2x.pmd.c with a custom command
[949/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_filter.c.o
[950/2345] Compiling C object drivers/librte_pmd_bnx2x.a.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[951/2345] Compiling C object drivers/librte_pmd_bnx2x.so.21.0.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[952/2345] Linking static target drivers/librte_pmd_bnx2x.a
[953/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_table_action.c.o
[954/2345] Linking static target lib/librte_pipeline.a
[955/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_mps_tcam.c.o
[956/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_l2t.c.o
[957/2345] Generating rte_pmd_dpaa_def with a custom command
[958/2345] Generating rte_pmd_dpaa_mingw with a custom command
[959/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_ethdev.c.o
[960/2345] Generating rte_pmd_bnxt.sym_chk with a meson_exe.py custom command
[961/2345] Generating rte_pmd_bnx2x.sym_chk with a meson_exe.py custom command
[962/2345] Linking target drivers/librte_pmd_bnx2x.so.21.0
[963/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_main.c.o
[964/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_smt.c.o
[965/2345] Linking target drivers/librte_pmd_bnxt.so.21.0
[966/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4vf_hw.c.o
[967/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o
[968/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_sge.c.o
[969/2345] Generating rte_pmd_dpaa2_def with a custom command
[970/2345] Generating rte_pmd_dpaa2_event_def with a custom command
[971/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_flow.c.o
[972/2345] Generating pipeline.sym_chk with a meson_exe.py custom command
[973/2345] Linking target lib/librte_pipeline.so.21.0
[974/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o
[975/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o
[976/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o
[977/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o
[978/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_ethdev.c.o
[979/2345] Generating symbol file lib/librte_pipeline.so.21.0.p/librte_pipeline.so.21.0.symbols
[980/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o
[981/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_irq.c.o
[982/2345] Generating rte_pmd_dpaa2_event_mingw with a custom command
[983/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o
[984/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_hw_dpcon.c.o
[985/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4_hw.c.o
[986/2345] Linking static target drivers/libtmp_rte_pmd_cxgbe.a
[987/2345] Generating rte_pmd_cxgbe.pmd.c with a custom command
[988/2345] Compiling C object drivers/librte_pmd_cxgbe.a.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[989/2345] Linking static target drivers/librte_pmd_cxgbe.a
[990/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_adptr.c.o
[991/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev.c.o
[992/2345] Compiling C object drivers/librte_pmd_cxgbe.so.21.0.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[993/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82543.c.o
[994/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82571.c.o
[995/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev_selftest.c.o
[996/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2_event.a
[997/2345] Generating rte_pmd_dpaa2_event.pmd.c with a custom command
[998/2345] Compiling C object drivers/librte_pmd_dpaa2_event.so.21.0.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[999/2345] Compiling C object drivers/librte_pmd_dpaa2_event.a.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[1000/2345] Linking static target drivers/librte_pmd_dpaa2_event.a
[1001/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_api.c.o
[1002/2345] Generating rte_pmd_cxgbe.sym_chk with a meson_exe.py custom command
[1003/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_i210.c.o
[1004/2345] Linking target drivers/librte_pmd_cxgbe.so.21.0
[1005/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1006/2345] Linking static target drivers/libtmp_rte_pmd_dpaa.a
[1007/2345] Generating rte_pmd_dpaa.pmd.c with a custom command
[1008/2345] Compiling C object drivers/librte_pmd_dpaa.a.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1009/2345] Linking static target drivers/librte_pmd_dpaa.a
[1010/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_manage.c.o
[1011/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82575.c.o
[1012/2345] Compiling C object drivers/librte_pmd_dpaa.so.21.0.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1013/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mbx.c.o
[1014/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_osdep.c.o
[1015/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1016/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mac.c.o
[1017/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_e1000_logs.c.o
[1018/2345] Generating rte_pmd_dpaa2_event.sym_chk with a meson_exe.py custom command
[1019/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_vf.c.o
[1020/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_nvm.c.o
[1021/2345] Generating rte_pmd_dpaa.sym_chk with a meson_exe.py custom command
[1022/2345] Linking target drivers/librte_pmd_dpaa.so.21.0
[1023/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_selftest.c.o
[1024/2345] Generating symbol file drivers/librte_pmd_dpaa.so.21.0.p/librte_pmd_dpaa.so.21.0.symbols
[1025/2345] Generating rte_pmd_e1000_def with a custom command
[1026/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_ich8lan.c.o
[1027/2345] Generating rte_pmd_e1000_mingw with a custom command
[1028/2345] Generating rte_pmd_ena_def with a custom command
[1029/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_pf.c.o
[1030/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_flow.c.o
[1031/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_phy.c.o
[1032/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_ethdev.c.o
[1033/2345] Generating rte_pmd_ena_mingw with a custom command
[1034/2345] Linking static target drivers/net/e1000/base/libe1000_base.a
[1035/2345] Generating rte_pmd_enetc_mingw with a custom command
[1036/2345] Generating rte_pmd_enetc_def with a custom command
[1037/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_intr.c.o
[1038/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_eth_com.c.o
[1039/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_rq.c.o
[1040/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_rxtx.c.o
[1041/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_rxtx.c.o
[1042/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_cq.c.o
[1043/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_com.c.o
[1044/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1045/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2.a
[1046/2345] Generating rte_pmd_dpaa2.pmd.c with a custom command
[1047/2345] Compiling C object drivers/librte_pmd_dpaa2.a.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1048/2345] Compiling C object drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1049/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_ethdev.c.o
[1050/2345] Linking static target drivers/libtmp_rte_pmd_enetc.a
[1051/2345] Linking static target drivers/librte_pmd_dpaa2.a
[1052/2345] Generating rte_pmd_enetc.pmd.c with a custom command
[1053/2345] Compiling C object drivers/librte_pmd_enetc.a.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1054/2345] Linking static target drivers/librte_pmd_enetc.a
[1055/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_dev.c.o
[1056/2345] Compiling C object drivers/librte_pmd_enetc.so.21.0.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1057/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_wq.c.o
[1058/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_rxtx.c.o
[1059/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_ena_ethdev.c.o
[1060/2345] Linking static target drivers/libtmp_rte_pmd_ena.a
[1061/2345] Generating rte_pmd_ena.pmd.c with a custom command
[1062/2345] Generating rte_pmd_enetc.sym_chk with a meson_exe.py custom command
[1063/2345] Compiling C object drivers/librte_pmd_ena.a.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1064/2345] Linking static target drivers/librte_pmd_ena.a
[1065/2345] Generating rte_pmd_dpaa2.sym_chk with a meson_exe.py custom command
[1066/2345] Compiling C object drivers/librte_pmd_ena.so.21.0.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1067/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_clsf.c.o
[1068/2345] Linking target drivers/librte_pmd_enetc.so.21.0
[1069/2345] Linking target drivers/librte_pmd_dpaa2.so.21.0
FAILED: drivers/librte_pmd_dpaa2.so.21.0 
gcc  -o drivers/librte_pmd_dpaa2.so.21.0 drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_pmd_dpaa2.so.21 -Wl,--no-as-needed -pthread -lm -ldl -lnuma lib/librte_ethdev.so.21.0 lib/librte_eal.so.21.0 lib/librte_kvargs.so.21.0 lib/librte_telemetry.so.21.0 lib/librte_net.so.21.0 lib/librte_mbuf.so.21.0 lib/librte_mempool.so.21.0 lib/librte_ring.so.21.0 lib/librte_meter.so.21.0 drivers/librte_bus_pci.so.21.0 lib/librte_pci.so.21.0 drivers/librte_bus_vdev.so.21.0 drivers/librte_mempool_dpaa2.so.21.0 drivers/librte_bus_fslmc.so.21.0 drivers/librte_common_dpaax.so.21.0 lib/librte_eventdev.so.21.0 lib/librte_hash.so.21.0 lib/librte_timer.so.21.0 lib/librte_cryptodev.so.21.0 -Wl,--end-group -Wl,--version-script=/root/dpdk/drivers/net/dpaa2/rte_pmd_dpaa2_version.map '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/lib -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/drivers
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x270): undefined reference to `dpaa2_timesync_enable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x278): undefined reference to `dpaa2_timesync_disable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x280): undefined reference to `dpaa2_timesync_read_rx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x288): undefined reference to `dpaa2_timesync_read_tx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x290): undefined reference to `dpaa2_timesync_adjust_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x298): undefined reference to `dpaa2_timesync_read_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x2a0): undefined reference to `dpaa2_timesync_write_time'
collect2: error: ld returned 1 exit status
[1070/2345] Generating rte_pmd_enic_def with a custom command
[1071/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_ethdev.c.o
[1072/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_ethdev.c.o
[1073/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_flow.c.o
[1074/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_res.c.o
[1075/2345] Generating rte_pmd_ena.sym_chk with a meson_exe.py custom command
[1076/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_fm_flow.c.o
[1077/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx_vec_avx2.c.o
[1078/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx.c.o
[1079/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_main.c.o
[1080/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev.c.o
[1081/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker.c.o
[1082/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker_dual.c.o
ninja: build stopped: subcommand failed.
16/09/2020 17:54:05                   TestIeee1588: set_up_all failed:
Traceback (most recent call last):
  File "/home/autoregression/zx_meson/framework/test_case.py", line 258, in execute_setup_all
    self.set_up_all()
  File "tests/TestSuite_ieee1588.py", line 61, in set_up_all
    self.dut.build_install_dpdk(self.target)
  File "/home/autoregression/zx_meson/framework/project_dpdk.py", line 274, in build_install_dpdk
    build_install_dpdk(target, extra_options)
  File "/home/autoregression/zx_meson/framework/project_dpdk.py", line 315, in build_install_dpdk_linux_meson
    assert ("FAILED" not in out), "ninja complie failed ...\r\n %s" % out
AssertionError: ninja complie failed ...
 ninja: Entering directory `x86_64-native-linuxapp-gcc'
[1/2345] Generating rte_telemetry_def with a custom command
[2/2345] Generating rte_kvargs_def with a custom command
[3/2345] Generating rte_kvargs_mingw with a custom command
[4/2345] Generating rte_telemetry_mingw with a custom command
[5/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_debug.c.o
[6/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_cpuflags.c.o
[7/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_class.c.o
[8/2345] Compiling C object lib/librte_kvargs.a.p/librte_kvargs_rte_kvargs.c.o
[9/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hypervisor.c.o
[10/2345] Linking static target lib/librte_kvargs.a
[11/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_errno.c.o
[12/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_data.c.o
[13/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_config.c.o
[14/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hexdump.c.o
[15/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_bus.c.o
[16/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_launch.c.o
[17/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_legacy.c.o
[18/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_devargs.c.o
[19/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_mcfg.c.o
[20/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_log.c.o
[21/2345] Compiling C object buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o
[22/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry.c.o
[23/2345] Linking static target lib/librte_telemetry.a
[24/2345] Linking target buildtools/pmdinfogen/pmdinfogen
[25/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dev.c.o
[26/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memalloc.c.o
[27/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_lcore.c.o
[28/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_string_fns.c.o
[29/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_tailqs.c.o
[30/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_timer.c.o
[31/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memzone.c.o
[32/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_thread.c.o
[33/2345] Generating kvargs.sym_chk with a meson_exe.py custom command
[34/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memory.c.o
[35/2345] Linking target lib/librte_kvargs.so.21.0
[36/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_uuid.c.o
[37/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_fbarray.c.o
[38/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_ctf.c.o
[39/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_points.c.o
[40/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace.c.o
[41/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_utils.c.o
[42/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_reciprocal.c.o
[43/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_hotplug_mp.c.o
[44/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_keepalive.c.o
[45/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_proc.c.o
[46/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_elem.c.o
[47/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_file.c.o
[48/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_timer.c.o
[49/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_mp.c.o
[50/2345] Generating telemetry.sym_chk with a meson_exe.py custom command
[51/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_memory.c.o
[52/2345] Linking target lib/librte_telemetry.so.21.0
[53/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dynmem.c.o
[54/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_debug.c.o
[55/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_cpuflags.c.o
[56/2345] Generating symbol file lib/librte_kvargs.so.21.0.p/librte_kvargs.so.21.0.symbols
[57/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_log.c.o
[58/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_lcore.c.o
[59/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_alarm.c.o
[60/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_dev.c.o
[61/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_random.c.o
[62/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_service.c.o
[63/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_hugepage_info.c.o
[64/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_timer.c.o
[65/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cpuflags.c.o
[66/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio_mp_sync.c.o
[67/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_spinlock.c.o
[68/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_hypervisor.c.o
[69/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_thread.c.o
[70/2345] Generating rte_eal_mingw with a custom command
[71/2345] Generating rte_rcu_def with a custom command
[72/2345] Generating rte_eal_def with a custom command
[73/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cycles.c.o
[74/2345] Generating rte_rcu_mingw with a custom command
[75/2345] Generating rte_ring_def with a custom command
[76/2345] Generating rte_ring_mingw with a custom command
[77/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal.c.o
[78/2345] Generating symbol file lib/librte_telemetry.so.21.0.p/librte_telemetry.so.21.0.symbols
[79/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_heap.c.o
[80/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_malloc.c.o
[81/2345] Generating rte_mempool_mingw with a custom command
[82/2345] Generating rte_mempool_def with a custom command
[83/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_interrupts.c.o
[84/2345] Compiling C object lib/librte_ring.a.p/librte_ring_rte_ring.c.o
[85/2345] Linking static target lib/librte_ring.a
[86/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_options.c.o
[87/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memalloc.c.o
[88/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memory.c.o
[89/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops_default.c.o
[90/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[91/2345] Generating ring.sym_chk with a meson_exe.py custom command
[92/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops.c.o
[93/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio.c.o
[94/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_mempool_trace_points.c.o
[95/2345] Generating rte_mbuf_def with a custom command
[96/2345] Linking static target lib/librte_eal.a
[97/2345] Generating rte_mbuf_mingw with a custom command
[98/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops_default.c.o
[99/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops.c.o
[100/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_mempool_trace_points.c.o
[101/2345] Compiling C object lib/librte_rcu.a.p/librte_rcu_rte_rcu_qsbr.c.o
[102/2345] Linking static target lib/librte_rcu.a
[103/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool.c.o
[104/2345] Linking static target lib/librte_mempool.a
[105/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_ptype.c.o
[106/2345] Generating rte_net_def with a custom command
[107/2345] Generating rte_net_mingw with a custom command
[108/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool.c.o
[109/2345] Generating rte_meter_def with a custom command
[110/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_pool_ops.c.o
[111/2345] Generating rte_meter_mingw with a custom command
[112/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_ether.c.o
[113/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net.c.o
[114/2345] Compiling C object lib/librte_meter.a.p/librte_meter_rte_meter.c.o
[115/2345] Linking static target lib/librte_meter.a
[116/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net_crc.c.o
[117/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_dyn.c.o
[118/2345] Generating rcu.sym_chk with a meson_exe.py custom command
[119/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_arp.c.o
[120/2345] Linking static target lib/librte_net.a
[121/2345] Compiling C object lib/librte_meter.so.21.0.p/librte_meter_rte_meter.c.o
[122/2345] Generating mempool.sym_chk with a meson_exe.py custom command
[123/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_profile.c.o
[124/2345] Generating rte_ethdev_def with a custom command
[125/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev.c.o
[126/2345] Generating meter.sym_chk with a meson_exe.py custom command
[127/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_private.c.o
[128/2345] Generating rte_ethdev_mingw with a custom command
[129/2345] Generating rte_pci_mingw with a custom command
[130/2345] Generating rte_pci_def with a custom command
[131/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor.c.o
[132/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_trace_points.c.o
[133/2345] Generating net.sym_chk with a meson_exe.py custom command
[134/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_mtr.c.o
[135/2345] Compiling C object lib/librte_pci.a.p/librte_pci_rte_pci.c.o
[136/2345] Linking static target lib/librte_pci.a
[137/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_ipaddr.c.o
[138/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline.c.o
[139/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_class_eth.c.o
[140/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_cirbuf.c.o
[141/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_portlist.c.o
[142/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_socket.c.o
[143/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_string.c.o
[144/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_num.c.o
[145/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse.c.o
[146/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_vt100.c.o
[147/2345] Generating rte_cmdline_def with a custom command
[148/2345] Generating rte_cmdline_mingw with a custom command
[149/2345] Generating rte_metrics_def with a custom command
[150/2345] Generating rte_metrics_mingw with a custom command
[151/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf.c.o
[152/2345] Linking static target lib/librte_mbuf.a
[153/2345] Generating rte_hash_def with a custom command
[154/2345] Generating rte_hash_mingw with a custom command
[155/2345] Generating rte_timer_def with a custom command
[156/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_tm.c.o
[157/2345] Generating rte_timer_mingw with a custom command
[158/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_rdline.c.o
[159/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_fbk_hash.c.o
[160/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics.c.o
[161/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_etheraddr.c.o
[162/2345] Linking static target lib/librte_cmdline.a
[163/2345] Generating pci.sym_chk with a meson_exe.py custom command
[164/2345] Generating eal.sym_chk with a meson_exe.py custom command
[165/2345] Linking target lib/librte_eal.so.21.0
[166/2345] Generating mbuf.sym_chk with a meson_exe.py custom command
[167/2345] Compiling C object lib/librte_timer.a.p/librte_timer_rte_timer.c.o
[168/2345] Linking static target lib/librte_timer.a
[169/2345] Generating cmdline.sym_chk with a meson_exe.py custom command
[170/2345] Compiling C object lib/librte_acl.a.p/librte_acl_tb_mem.c.o
[171/2345] Generating rte_acl_def with a custom command
[172/2345] Generating rte_acl_mingw with a custom command
[173/2345] Generating rte_bbdev_def with a custom command
[174/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics_telemetry.c.o
[175/2345] Compiling C object lib/librte_acl.a.p/librte_acl_rte_acl.c.o
[176/2345] Linking static target lib/librte_metrics.a
[177/2345] Generating symbol file lib/librte_eal.so.21.0.p/librte_eal.so.21.0.symbols
[178/2345] Generating rte_bbdev_mingw with a custom command
[179/2345] Linking target lib/librte_ring.so.21.0
[180/2345] Linking target lib/librte_meter.so.21.0
[181/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_flow.c.o
[182/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_gen.c.o
[183/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_scalar.c.o
[184/2345] Linking target lib/librte_pci.so.21.0
[185/2345] Generating rte_bitratestats_def with a custom command
[186/2345] Generating rte_bitratestats_mingw with a custom command
[187/2345] Generating rte_cfgfile_def with a custom command
[188/2345] Generating rte_cfgfile_mingw with a custom command
[189/2345] Generating timer.sym_chk with a meson_exe.py custom command
[190/2345] Linking target lib/librte_timer.so.21.0
[191/2345] Generating symbol file lib/librte_meter.so.21.0.p/librte_meter.so.21.0.symbols
[192/2345] Generating symbol file lib/librte_ring.so.21.0.p/librte_ring.so.21.0.symbols
[193/2345] Compiling C object lib/librte_cfgfile.a.p/librte_cfgfile_rte_cfgfile.c.o
[194/2345] Linking target lib/librte_mempool.so.21.0
[195/2345] Linking target lib/librte_rcu.so.21.0
[196/2345] Generating metrics.sym_chk with a meson_exe.py custom command
[197/2345] Linking static target lib/librte_cfgfile.a
[198/2345] Compiling C object lib/librte_bitratestats.a.p/librte_bitratestats_rte_bitrate.c.o
[199/2345] Linking static target lib/librte_bitratestats.a
[200/2345] Generating symbol file lib/librte_pci.so.21.0.p/librte_pci.so.21.0.symbols
[201/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_bld.c.o
[202/2345] Generating rte_compressdev_mingw with a custom command
[203/2345] Generating symbol file lib/librte_timer.so.21.0.p/librte_timer.so.21.0.symbols
[204/2345] Generating rte_compressdev_def with a custom command
[205/2345] Generating rte_pipeline_def with a custom command
[206/2345] Compiling C object lib/librte_bbdev.a.p/librte_bbdev_rte_bbdev.c.o
[207/2345] Linking static target lib/librte_bbdev.a
[208/2345] Generating rte_pipeline_mingw with a custom command
[209/2345] Generating symbol file lib/librte_mempool.so.21.0.p/librte_mempool.so.21.0.symbols
[210/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_comp.c.o
[211/2345] Linking target lib/librte_mbuf.so.21.0
[212/2345] Generating rte_cryptodev_def with a custom command
[213/2345] Generating symbol file lib/librte_rcu.so.21.0.p/librte_rcu.so.21.0.symbols
[214/2345] Generating bitratestats.sym_chk with a meson_exe.py custom command
[215/2345] Generating cfgfile.sym_chk with a meson_exe.py custom command
[216/2345] Generating rte_cryptodev_mingw with a custom command
[217/2345] Linking target lib/librte_cfgfile.so.21.0
[218/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev_pmd.c.o
[219/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev.c.o
[220/2345] Linking static target lib/librte_compressdev.a
[221/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_port_in_action.c.o
[222/2345] Generating symbol file lib/librte_mbuf.so.21.0.p/librte_mbuf.so.21.0.symbols
[223/2345] Linking target lib/librte_net.so.21.0
[224/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_sse.c.o
[225/2345] Generating bbdev.sym_chk with a meson_exe.py custom command
[226/2345] Generating rte_distributor_mingw with a custom command
[227/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[228/2345] Generating rte_distributor_def with a custom command
[229/2345] Linking target lib/librte_bbdev.so.21.0
[230/2345] Generating rte_efd_def with a custom command
[231/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_cryptodev_trace_points.c.o
[232/2345] Linking static target lib/librte_cryptodev.a
[233/2345] Generating rte_efd_mingw with a custom command
[234/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_cryptodev_trace_points.c.o
[235/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_ethdev.c.o
[236/2345] Linking static target lib/librte_ethdev.a
[237/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_ring.c.o
[238/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_match_sse.c.o
[239/2345] Generating symbol file lib/librte_net.so.21.0.p/librte_net.so.21.0.symbols
[240/2345] Generating compressdev.sym_chk with a meson_exe.py custom command
[241/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_single.c.o
[242/2345] Linking static target lib/librte_distributor.a
[243/2345] Linking target lib/librte_cmdline.so.21.0
[244/2345] Linking target lib/librte_compressdev.so.21.0
[245/2345] Generating symbol file lib/librte_bbdev.so.21.0.p/librte_bbdev.so.21.0.symbols
[246/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_eventdev_trace_points.c.o
[247/2345] Generating cryptodev.sym_chk with a meson_exe.py custom command
[248/2345] Generating rte_eventdev_def with a custom command
[249/2345] Generating rte_eventdev_mingw with a custom command
[250/2345] Generating distributor.sym_chk with a meson_exe.py custom command
[251/2345] Generating symbol file lib/librte_compressdev.so.21.0.p/librte_compressdev.so.21.0.symbols
[252/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_avx2.c.o
[253/2345] Linking target lib/librte_distributor.so.21.0
[254/2345] Linking static target lib/librte_acl.a
[255/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_cuckoo_hash.c.o
[256/2345] Linking static target lib/librte_hash.a
[257/2345] Generating ethdev.sym_chk with a meson_exe.py custom command
[258/2345] Linking target lib/librte_ethdev.so.21.0
[259/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev.c.o
[260/2345] Linking target lib/librte_cryptodev.so.21.0
[261/2345] Generating acl.sym_chk with a meson_exe.py custom command
[262/2345] Generating hash.sym_chk with a meson_exe.py custom command
[263/2345] Linking target lib/librte_acl.so.21.0
[264/2345] Generating symbol file lib/librte_ethdev.so.21.0.p/librte_ethdev.so.21.0.symbols
[265/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_eventdev.c.o
[266/2345] Linking target lib/librte_hash.so.21.0
[267/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_tcp4.c.o
[268/2345] Generating rte_gro_def with a custom command
[269/2345] Generating rte_gro_mingw with a custom command
[270/2345] Generating symbol file lib/librte_cryptodev.so.21.0.p/librte_cryptodev.so.21.0.symbols
[271/2345] Linking target lib/librte_metrics.so.21.0
[272/2345] Compiling C object lib/librte_gro.a.p/librte_gro_rte_gro.c.o
[273/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_timer_adapter.c.o
[274/2345] Compiling C object lib/librte_efd.a.p/librte_efd_rte_efd.c.o
[275/2345] Linking static target lib/librte_efd.a
[276/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_tx_adapter.c.o
[277/2345] Generating rte_gso_def with a custom command
[278/2345] Generating rte_gso_mingw with a custom command
[279/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_vxlan_tcp4.c.o
[280/2345] Linking static target lib/librte_gro.a
[281/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_crypto_adapter.c.o
[282/2345] Generating symbol file lib/librte_hash.so.21.0.p/librte_hash.so.21.0.symbols
[283/2345] Generating symbol file lib/librte_acl.so.21.0.p/librte_acl.so.21.0.symbols
[284/2345] Generating symbol file lib/librte_metrics.so.21.0.p/librte_metrics.so.21.0.symbols
[285/2345] Linking target lib/librte_bitratestats.so.21.0
[286/2345] Compiling C object lib/librte_gso.a.p/librte_gso_rte_gso.c.o
[287/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tcp4.c.o
[288/2345] Generating efd.sym_chk with a meson_exe.py custom command
[289/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tunnel_tcp4.c.o
[290/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_udp4.c.o
[291/2345] Generating rte_ip_frag_def with a custom command
[292/2345] Generating rte_ip_frag_mingw with a custom command
[293/2345] Linking target lib/librte_efd.so.21.0
[294/2345] Generating rte_jobstats_def with a custom command
[295/2345] Generating rte_jobstats_mingw with a custom command
[296/2345] Generating rte_kni_def with a custom command
[297/2345] Generating rte_kni_mingw with a custom command
[298/2345] Generating rte_latencystats_def with a custom command
[299/2345] Generating gro.sym_chk with a meson_exe.py custom command
[300/2345] Generating rte_latencystats_mingw with a custom command
[301/2345] Linking target lib/librte_gro.so.21.0
[302/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_reassembly.c.o
[303/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_common.c.o
[304/2345] Linking static target lib/librte_gso.a
[305/2345] Generating rte_lpm_def with a custom command
[306/2345] Generating rte_lpm_mingw with a custom command
[307/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_reassembly.c.o
[308/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_fragmentation.c.o
[309/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member.c.o
[310/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ip_frag_common.c.o
[311/2345] Compiling C object lib/librte_jobstats.a.p/librte_jobstats_rte_jobstats.c.o
[312/2345] Linking static target lib/librte_jobstats.a
[313/2345] Generating rte_member_def with a custom command
[314/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_fragmentation.c.o
[315/2345] Generating rte_member_mingw with a custom command
[316/2345] Compiling C object lib/librte_latencystats.a.p/librte_latencystats_rte_latencystats.c.o
[317/2345] Linking static target lib/librte_latencystats.a
[318/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_ip_frag_internal.c.o
[319/2345] Linking static target lib/librte_ip_frag.a
[320/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power.c.o
[321/2345] Generating gso.sym_chk with a meson_exe.py custom command
[322/2345] Compiling C object lib/librte_power.a.p/librte_power_power_kvm_vm.c.o
[323/2345] Linking target lib/librte_gso.so.21.0
[324/2345] Compiling C object lib/librte_power.a.p/librte_power_guest_channel.c.o
[325/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_rx_adapter.c.o
[326/2345] Linking static target lib/librte_eventdev.a
[327/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_vbf.c.o
[328/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm.c.o
[329/2345] Compiling C object lib/librte_power.a.p/librte_power_power_common.c.o
[330/2345] Generating rte_power_def with a custom command
[331/2345] Generating rte_power_mingw with a custom command
[332/2345] Generating rte_pdump_def with a custom command
[333/2345] Generating jobstats.sym_chk with a meson_exe.py custom command
[334/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power_empty_poll.c.o
[335/2345] Generating rte_pdump_mingw with a custom command
[336/2345] Linking target lib/librte_jobstats.so.21.0
[337/2345] Generating rte_rawdev_def with a custom command
[338/2345] Generating rte_rawdev_mingw with a custom command
[339/2345] Compiling C object lib/librte_kni.a.p/librte_kni_rte_kni.c.o
[340/2345] Linking static target lib/librte_kni.a
[341/2345] Generating rte_regexdev_def with a custom command
[342/2345] Generating rte_regexdev_mingw with a custom command
[343/2345] Generating ip_frag.sym_chk with a meson_exe.py custom command
[344/2345] Generating latencystats.sym_chk with a meson_exe.py custom command
[345/2345] Generating symbol file lib/librte_gso.so.21.0.p/librte_gso.so.21.0.symbols
[346/2345] Linking target lib/librte_ip_frag.so.21.0
[347/2345] Linking target lib/librte_latencystats.so.21.0
[348/2345] Generating rte_rib_def with a custom command
[349/2345] Generating rte_rib_mingw with a custom command
[350/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm6.c.o
[351/2345] Linking static target lib/librte_lpm.a
[352/2345] Generating eventdev.sym_chk with a meson_exe.py custom command
[353/2345] Compiling C object lib/librte_power.a.p/librte_power_power_acpi_cpufreq.c.o
[354/2345] Generating rte_reorder_def with a custom command
[355/2345] Linking target lib/librte_eventdev.so.21.0
[356/2345] Generating rte_reorder_mingw with a custom command
[357/2345] Generating kni.sym_chk with a meson_exe.py custom command
[358/2345] Compiling C object lib/librte_power.a.p/librte_power_power_pstate_cpufreq.c.o
[359/2345] Linking target lib/librte_kni.so.21.0
[360/2345] Linking static target lib/librte_power.a
[361/2345] Generating symbol file lib/librte_ip_frag.so.21.0.p/librte_ip_frag.so.21.0.symbols
[362/2345] Compiling C object lib/librte_regexdev.a.p/librte_regexdev_rte_regexdev.c.o
[363/2345] Linking static target lib/librte_regexdev.a
[364/2345] Generating lpm.sym_chk with a meson_exe.py custom command
[365/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_red.c.o
[366/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib.c.o
[367/2345] Linking target lib/librte_lpm.so.21.0
[368/2345] Generating symbol file lib/librte_eventdev.so.21.0.p/librte_eventdev.so.21.0.symbols
[369/2345] Generating rte_sched_def with a custom command
[370/2345] Compiling C object lib/librte_rawdev.a.p/librte_rawdev_rte_rawdev.c.o
[371/2345] Linking static target lib/librte_rawdev.a
[372/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_ht.c.o
[373/2345] Linking static target lib/librte_member.a
[374/2345] Generating rte_sched_mingw with a custom command
[375/2345] Generating rte_security_def with a custom command
[376/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_approx.c.o
[377/2345] Generating rte_security_mingw with a custom command
[378/2345] Generating symbol file lib/librte_kni.so.21.0.p/librte_kni.so.21.0.symbols
[379/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_std.c.o
[380/2345] Compiling C object lib/librte_reorder.a.p/librte_reorder_rte_reorder.c.o
[381/2345] Linking static target lib/librte_reorder.a
[382/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack.c.o
[383/2345] Generating rte_stack_def with a custom command
[384/2345] Generating power.sym_chk with a meson_exe.py custom command
[385/2345] Generating rte_stack_mingw with a custom command
[386/2345] Linking target lib/librte_power.so.21.0
[387/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_lf.c.o
[388/2345] Linking static target lib/librte_stack.a
[389/2345] Compiling C object lib/librte_pdump.a.p/librte_pdump_rte_pdump.c.o
[390/2345] Linking static target lib/librte_pdump.a
[391/2345] Generating regexdev.sym_chk with a meson_exe.py custom command
[392/2345] Generating rawdev.sym_chk with a meson_exe.py custom command
[393/2345] Generating symbol file lib/librte_lpm.so.21.0.p/librte_lpm.so.21.0.symbols
[394/2345] Generating member.sym_chk with a meson_exe.py custom command
[395/2345] Linking target lib/librte_regexdev.so.21.0
[396/2345] Linking target lib/librte_rawdev.so.21.0
[397/2345] Linking target lib/librte_member.so.21.0
[398/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_fd_man.c.o
[399/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib6.c.o
[400/2345] Linking static target lib/librte_rib.a
[401/2345] Compiling C object lib/librte_security.a.p/librte_security_rte_security.c.o
[402/2345] Linking static target lib/librte_security.a
[403/2345] Generating reorder.sym_chk with a meson_exe.py custom command
[404/2345] Linking target lib/librte_reorder.so.21.0
[405/2345] Generating stack.sym_chk with a meson_exe.py custom command
[406/2345] Generating pdump.sym_chk with a meson_exe.py custom command
[407/2345] Linking target lib/librte_stack.so.21.0
[408/2345] Linking target lib/librte_pdump.so.21.0
[409/2345] Generating symbol file lib/librte_rawdev.so.21.0.p/librte_rawdev.so.21.0.symbols
[410/2345] Generating rte_vhost_def with a custom command
[411/2345] Generating rte_vhost_mingw with a custom command
[412/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_iotlb.c.o
[413/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vdpa.c.o
[414/2345] Generating symbol file lib/librte_reorder.so.21.0.p/librte_reorder.so.21.0.symbols
[415/2345] Generating rib.sym_chk with a meson_exe.py custom command
[416/2345] Generating security.sym_chk with a meson_exe.py custom command
[417/2345] Linking target lib/librte_rib.so.21.0
[418/2345] Linking target lib/librte_security.so.21.0
[419/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_socket.c.o
[420/2345] Generating symbol file lib/librte_stack.so.21.0.p/librte_stack.so.21.0.symbols
[421/2345] Generating rte_ipsec_def with a custom command
[422/2345] Generating rte_ipsec_mingw with a custom command
[423/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_sched.c.o
[424/2345] Linking static target lib/librte_sched.a
[425/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib.c.o
[426/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ses.c.o
[427/2345] Generating symbol file lib/librte_security.so.21.0.p/librte_security.so.21.0.symbols
[428/2345] Generating symbol file lib/librte_rib.so.21.0.p/librte_rib.so.21.0.symbols
[429/2345] Generating rte_fib_def with a custom command
[430/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost.c.o
[431/2345] Generating rte_fib_mingw with a custom command
[432/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_sa.c.o
[433/2345] Generating sched.sym_chk with a meson_exe.py custom command
[434/2345] Linking target lib/librte_sched.so.21.0
[435/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib6.c.o
[436/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ipsec_sad.c.o
[437/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_user.c.o
[438/2345] Generating symbol file lib/librte_sched.so.21.0.p/librte_sched.so.21.0.symbols
[439/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_frag.c.o
[440/2345] Compiling C object lib/librte_fib.a.p/librte_fib_dir24_8.c.o
[441/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_fd.c.o
[442/2345] Compiling C object lib/librte_fib.a.p/librte_fib_trie.c.o
[443/2345] Linking static target lib/librte_fib.a
[444/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sched.c.o
[445/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_outb.c.o
[446/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ethdev.c.o
[447/2345] Generating rte_port_def with a custom command
[448/2345] Generating rte_port_mingw with a custom command
[449/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_inb.c.o
[450/2345] Linking static target lib/librte_ipsec.a
[451/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ras.c.o
[452/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_crypto.c.o
[453/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_source_sink.c.o
[454/2345] Generating fib.sym_chk with a meson_exe.py custom command
[455/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_kni.c.o
[456/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sym_crypto.c.o
[457/2345] Linking target lib/librte_fib.so.21.0
[458/2345] Generating ipsec.sym_chk with a meson_exe.py custom command
[459/2345] Linking target lib/librte_ipsec.so.21.0
[460/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm.c.o
[461/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_acl.c.o
[462/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_eventdev.c.o
[463/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm_ipv6.c.o
[464/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_cuckoo.c.o
[465/2345] Generating rte_table_def with a custom command
[466/2345] Generating rte_table_mingw with a custom command
[467/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82540.c.o
[468/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key8.c.o
[469/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82541.c.o
[470/2345] Generating rte_pmd_dpaa2_mingw with a custom command
[471/2345] Generating rte_flow_classify_mingw with a custom command
[472/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_array.c.o
[473/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_base.c.o
[474/2345] Generating rte_flow_classify_def with a custom command
[475/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_stub.c.o
[476/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_80003es2lan.c.o
[477/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ring.c.o
[478/2345] Linking static target lib/librte_port.a
[479/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82542.c.o
[480/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_pipeline.c.o
[481/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key16.c.o
[482/2345] Generating port.sym_chk with a meson_exe.py custom command
[483/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load.c.o
[484/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key32.c.o
[485/2345] Linking target lib/librte_port.so.21.0
[486/2345] Generating rte_bpf_def with a custom command
[487/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf.c.o
[488/2345] Generating rte_bpf_mingw with a custom command
[489/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify_parse.c.o
[490/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_ext.c.o
[491/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify.c.o
[492/2345] Linking static target lib/librte_flow_classify.a
[493/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_lru.c.o
[494/2345] Linking static target lib/librte_table.a
[495/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_exec.c.o
[496/2345] Generating symbol file lib/librte_port.so.21.0.p/librte_port.so.21.0.symbols
[497/2345] Generating table.sym_chk with a meson_exe.py custom command
[498/2345] Linking target lib/librte_table.so.21.0
[499/2345] Generating flow_classify.sym_chk with a meson_exe.py custom command
[500/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load_elf.c.o
[501/2345] Generating rte_graph_def with a custom command
[502/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_ops.c.o
[503/2345] Generating rte_graph_mingw with a custom command
[504/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_debug.c.o
[505/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_pkt.c.o
[506/2345] Compiling C object lib/librte_node.a.p/librte_node_null.c.o
[507/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph.c.o
[508/2345] Compiling C object lib/librte_graph.a.p/librte_graph_node.c.o
[509/2345] Compiling C object lib/librte_node.a.p/librte_node_log.c.o
[510/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_populate.c.o
[511/2345] Generating symbol file lib/librte_table.so.21.0.p/librte_table.so.21.0.symbols
[512/2345] Generating rte_node_def with a custom command
[513/2345] Generating rte_node_mingw with a custom command
[514/2345] Linking target lib/librte_flow_classify.so.21.0
[515/2345] Generating rte_common_cpt_mingw with a custom command
[516/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_validate.c.o
[517/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_stats.c.o
[518/2345] Linking static target lib/librte_graph.a
[519/2345] Generating rte_common_cpt_def with a custom command
[520/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_drop.c.o
[521/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_tx.c.o
[522/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_jit_x86.c.o
[523/2345] Linking static target lib/librte_bpf.a
[524/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_rx.c.o
[525/2345] Generating rte_common_dpaax_mingw with a custom command
[526/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_ctrl.c.o
[527/2345] Generating rte_common_dpaax_def with a custom command
[528/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_caamflib.c.o
[529/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaa_of.c.o
[530/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaax_iova_table.c.o
[531/2345] Linking static target drivers/libtmp_rte_common_dpaax.a
[532/2345] Generating rte_common_dpaax.pmd.c with a custom command
[533/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_lookup.c.o
[534/2345] Generating rte_common_iavf_def with a custom command
[535/2345] Compiling C object drivers/librte_common_dpaax.a.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[536/2345] Compiling C object drivers/librte_common_dpaax.so.21.0.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[537/2345] Linking static target drivers/librte_common_dpaax.a
[538/2345] Generating rte_common_iavf_mingw with a custom command
[539/2345] Generating rte_common_octeontx_def with a custom command
[540/2345] Generating rte_common_octeontx_mingw with a custom command
[541/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[542/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[543/2345] Linking static target drivers/libtmp_rte_common_cpt.a
[544/2345] Generating rte_common_cpt.pmd.c with a custom command
[545/2345] Compiling C object drivers/libtmp_rte_common_octeontx.a.p/common_octeontx_octeontx_mbox.c.o
[546/2345] Compiling C object drivers/librte_common_cpt.a.p/meson-generated_.._rte_common_cpt.pmd.c.o
[547/2345] Compiling C object drivers/librte_common_cpt.so.21.0.p/meson-generated_.._rte_common_cpt.pmd.c.o
[548/2345] Linking static target drivers/librte_common_cpt.a
[549/2345] Linking static target drivers/libtmp_rte_common_octeontx.a
[550/2345] Generating rte_common_octeontx.pmd.c with a custom command
[551/2345] Compiling C object drivers/librte_common_octeontx.a.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[552/2345] Linking static target drivers/librte_common_octeontx.a
[553/2345] Generating bpf.sym_chk with a meson_exe.py custom command
[554/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_irq.c.o
[555/2345] Compiling C object drivers/librte_common_octeontx.so.21.0.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[556/2345] Generating graph.sym_chk with a meson_exe.py custom command
[557/2345] Linking target lib/librte_bpf.so.21.0
[558/2345] Linking target lib/librte_graph.so.21.0
[559/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_cls.c.o
[560/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_impl.c.o
[561/2345] Generating rte_common_octeontx2_mingw with a custom command
[562/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_common.c.o
[563/2345] Generating rte_common_octeontx2_def with a custom command
[564/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_rewrite.c.o
[565/2345] Linking static target lib/librte_node.a
[566/2345] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command
[567/2345] Linking target drivers/librte_common_dpaax.so.21.0
[568/2345] Generating rte_common_octeontx.sym_chk with a meson_exe.py custom command
[569/2345] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command
[570/2345] Linking target drivers/librte_common_octeontx.so.21.0
[571/2345] Linking target drivers/librte_common_cpt.so.21.0
[572/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_adminq.c.o
[573/2345] Generating symbol file lib/librte_graph.so.21.0.p/librte_graph.so.21.0.symbols
[574/2345] Linking static target drivers/libtmp_rte_common_iavf.a
[575/2345] Generating rte_common_iavf.pmd.c with a custom command
[576/2345] Compiling C object drivers/librte_common_iavf.a.p/meson-generated_.._rte_common_iavf.pmd.c.o
[577/2345] Linking static target drivers/librte_common_iavf.a
[578/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman.c.o
[579/2345] Compiling C object drivers/librte_common_iavf.so.21.0.p/meson-generated_.._rte_common_iavf.pmd.c.o
[580/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_common.c.o
[581/2345] Generating node.sym_chk with a meson_exe.py custom command
[582/2345] Generating symbol file drivers/librte_common_dpaax.so.21.0.p/librte_common_dpaax.so.21.0.symbols
[583/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_dev.c.o
[584/2345] Linking target lib/librte_node.so.21.0
[585/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_sec_idev.c.o
[586/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_mbox.c.o
[587/2345] Linking static target drivers/libtmp_rte_common_octeontx2.a
[588/2345] Generating rte_common_octeontx2.pmd.c with a custom command
[589/2345] Compiling C object drivers/librte_common_octeontx2.a.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[590/2345] Linking static target drivers/librte_common_octeontx2.a
[591/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_netcfg_layer.c.o
[592/2345] Compiling C object drivers/librte_common_octeontx2.so.21.0.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[593/2345] Generating symbol file drivers/librte_common_octeontx.so.21.0.p/librte_common_octeontx.so.21.0.symbols
[594/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_alloc.c.o
[595/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_sys.c.o
[596/2345] Generating symbol file drivers/librte_common_cpt.so.21.0.p/librte_common_cpt.so.21.0.symbols
[597/2345] Generating rte_bus_dpaa_mingw with a custom command
[598/2345] Generating rte_bus_dpaa_def with a custom command
[599/2345] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command
[600/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_process.c.o
[601/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman_driver.c.o
[602/2345] Linking target drivers/librte_common_iavf.so.21.0
[603/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpdmai.c.o
[604/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpcon.c.o
[605/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman_driver.c.o
[606/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpci.c.o
[607/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpbp.c.o
[608/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpmng.c.o
[609/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_virtio_net.c.o
[610/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman_hw.c.o
[611/2345] Linking static target lib/librte_vhost.a
[612/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_mc_sys.c.o
[613/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpio.c.o
[614/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman.c.o
[615/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_debug.c.o
[616/2345] Generating symbol file drivers/librte_common_iavf.so.21.0.p/librte_common_iavf.so.21.0.symbols
[617/2345] Generating rte_bus_fslmc_mingw with a custom command
[618/2345] Generating rte_bus_fslmc_def with a custom command
[619/2345] Generating rte_bus_ifpga_def with a custom command
[620/2345] Generating rte_bus_ifpga_mingw with a custom command
[621/2345] Generating rte_common_octeontx2.sym_chk with a meson_exe.py custom command
[622/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_common.c.o
[623/2345] Linking target drivers/librte_common_octeontx2.so.21.0
[624/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o
[625/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_params.c.o
[626/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpbp.c.o
[627/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_bus.c.o
[628/2345] Linking static target drivers/libtmp_rte_bus_ifpga.a
[629/2345] Generating rte_bus_ifpga.pmd.c with a custom command
[630/2345] Compiling C object drivers/librte_bus_ifpga.a.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[631/2345] Linking static target drivers/librte_bus_ifpga.a
[632/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_bus.c.o
[633/2345] Compiling C object drivers/librte_bus_ifpga.so.21.0.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[634/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common.c.o
[635/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpci.c.o
[636/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common_uio.c.o
[637/2345] Generating rte_bus_pci_def with a custom command
[638/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_vfio.c.o
[639/2345] Generating rte_bus_pci_mingw with a custom command
[640/2345] Generating rte_bus_vdev_def with a custom command
[641/2345] Generating rte_bus_vdev_mingw with a custom command
[642/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev_params.c.o
[643/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_uio.c.o
[644/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpio.c.o
[645/2345] Generating symbol file drivers/librte_common_octeontx2.so.21.0.p/librte_common_octeontx2.so.21.0.symbols
[646/2345] Generating vhost.sym_chk with a meson_exe.py custom command
[647/2345] Linking target lib/librte_vhost.so.21.0
[648/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common_uio.c.o
[649/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common.c.o
[650/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_bufring.c.o
[651/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev.c.o
[652/2345] Linking static target drivers/libtmp_rte_bus_vdev.a
[653/2345] Generating rte_bus_vmbus_def with a custom command
[654/2345] Generating rte_bus_vdev.pmd.c with a custom command
[655/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o
[656/2345] Generating rte_bus_vmbus_mingw with a custom command
[657/2345] Compiling C object drivers/librte_bus_vdev.a.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[658/2345] Linking static target drivers/librte_bus_vdev.a
[659/2345] Compiling C object drivers/librte_bus_vdev.so.21.0.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[660/2345] Generating rte_mempool_bucket_def with a custom command
[661/2345] Generating rte_mempool_bucket_mingw with a custom command
[662/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_bus.c.o
[663/2345] Generating rte_mempool_dpaa_def with a custom command
[664/2345] Generating rte_mempool_dpaa_mingw with a custom command
[665/2345] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command
[666/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_uio.c.o
[667/2345] Generating rte_mempool_dpaa2_def with a custom command
[668/2345] Generating rte_mempool_dpaa2_mingw with a custom command
[669/2345] Linking static target drivers/libtmp_rte_bus_vmbus.a
[670/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_vfio.c.o
[671/2345] Generating rte_bus_vmbus.pmd.c with a custom command
[672/2345] Linking target drivers/librte_bus_ifpga.so.21.0
[673/2345] Compiling C object drivers/librte_bus_vmbus.a.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[674/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci.c.o
[675/2345] Linking static target drivers/librte_bus_vmbus.a
[676/2345] Generating rte_mempool_octeontx_def with a custom command
[677/2345] Linking static target drivers/libtmp_rte_bus_pci.a
[678/2345] Compiling C object drivers/librte_bus_vmbus.so.21.0.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[679/2345] Generating rte_bus_pci.pmd.c with a custom command
[680/2345] Compiling C object drivers/librte_bus_pci.a.p/meson-generated_.._rte_bus_pci.pmd.c.o
[681/2345] Generating rte_mempool_octeontx_mingw with a custom command
[682/2345] Linking static target drivers/librte_bus_pci.a
[683/2345] Compiling C object drivers/librte_bus_pci.so.21.0.p/meson-generated_.._rte_bus_pci.pmd.c.o
[684/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_portal.c.o
[685/2345] Linking static target drivers/libtmp_rte_bus_fslmc.a
[686/2345] Generating rte_bus_fslmc.pmd.c with a custom command
[687/2345] Compiling C object drivers/librte_bus_fslmc.a.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[688/2345] Compiling C object drivers/librte_bus_fslmc.so.21.0.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[689/2345] Generating symbol file lib/librte_vhost.so.21.0.p/librte_vhost.so.21.0.symbols
[690/2345] Linking static target drivers/librte_bus_fslmc.a
[691/2345] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command
[692/2345] Linking target drivers/librte_bus_vdev.so.21.0
[693/2345] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command
[694/2345] Generating symbol file drivers/librte_bus_ifpga.so.21.0.p/librte_bus_ifpga.so.21.0.symbols
[695/2345] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command
[696/2345] Linking target drivers/librte_bus_vmbus.so.21.0
[697/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_rte_mempool_octeontx.c.o
[698/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman.c.o
[699/2345] Linking target drivers/librte_bus_pci.so.21.0
[700/2345] Linking static target drivers/libtmp_rte_bus_dpaa.a
[701/2345] Generating rte_bus_dpaa.pmd.c with a custom command
[702/2345] Compiling C object drivers/librte_bus_dpaa.a.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[703/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
[704/2345] Linking static target drivers/librte_bus_dpaa.a
[705/2345] Compiling C object drivers/librte_bus_dpaa.so.21.0.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[706/2345] Linking static target drivers/libtmp_rte_mempool_dpaa2.a
[707/2345] Generating rte_mempool_dpaa2.pmd.c with a custom command
[708/2345] Compiling C object drivers/librte_mempool_dpaa2.a.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[709/2345] Linking static target drivers/librte_mempool_dpaa2.a
[710/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[711/2345] Linking static target drivers/libtmp_rte_mempool_dpaa.a
[712/2345] Generating rte_mempool_dpaa.pmd.c with a custom command
[713/2345] Compiling C object drivers/librte_mempool_dpaa.a.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[714/2345] Linking static target drivers/librte_mempool_dpaa.a
[715/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_octeontx_fpavf.c.o
[716/2345] Compiling C object drivers/librte_mempool_dpaa.so.21.0.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[717/2345] Compiling C object drivers/librte_mempool_dpaa2.so.21.0.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[718/2345] Linking static target drivers/libtmp_rte_mempool_octeontx.a
[719/2345] Generating rte_mempool_octeontx.pmd.c with a custom command
[720/2345] Compiling C object drivers/librte_mempool_octeontx.a.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[721/2345] Linking static target drivers/librte_mempool_octeontx.a
[722/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool.c.o
[723/2345] Compiling C object drivers/librte_mempool_octeontx.so.21.0.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[724/2345] Generating rte_mempool_octeontx2_def with a custom command
[725/2345] Generating rte_mempool_octeontx2_mingw with a custom command
[726/2345] Generating symbol file drivers/librte_bus_vdev.so.21.0.p/librte_bus_vdev.so.21.0.symbols
[727/2345] Generating rte_mempool_ring_def with a custom command
[728/2345] Generating rte_mempool_ring_mingw with a custom command
[729/2345] Generating symbol file drivers/librte_bus_vmbus.so.21.0.p/librte_bus_vmbus.so.21.0.symbols
[730/2345] Generating rte_mempool_stack_def with a custom command
[731/2345] Generating rte_mempool_stack_mingw with a custom command
[732/2345] Generating rte_pmd_af_packet_def with a custom command
[733/2345] Generating symbol file drivers/librte_bus_pci.so.21.0.p/librte_bus_pci.so.21.0.symbols
[734/2345] Generating rte_pmd_af_packet_mingw with a custom command
[735/2345] Generating rte_mempool_dpaa2.sym_chk with a meson_exe.py custom command
[736/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_ops.c.o
[737/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_irq.c.o
[738/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_debug.c.o
[739/2345] Generating rte_mempool_dpaa.sym_chk with a meson_exe.py custom command
[740/2345] Linking static target drivers/libtmp_rte_mempool_octeontx2.a
[741/2345] Generating rte_mempool_octeontx2.pmd.c with a custom command
[742/2345] Compiling C object drivers/librte_mempool_octeontx2.a.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[743/2345] Linking static target drivers/librte_mempool_octeontx2.a
[744/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ddm.c.o
[745/2345] Generating rte_mempool_octeontx.sym_chk with a meson_exe.py custom command
[746/2345] Compiling C object drivers/librte_mempool_octeontx2.so.21.0.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[747/2345] Linking target drivers/librte_mempool_octeontx.so.21.0
[748/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_mpu.c.o
[749/2345] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command
[750/2345] Linking target drivers/librte_bus_fslmc.so.21.0
[751/2345] Compiling C object drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
[752/2345] Linking static target drivers/libtmp_rte_mempool_stack.a
[753/2345] Generating rte_mempool_stack.pmd.c with a custom command
[754/2345] Compiling C object drivers/librte_mempool_stack.a.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[755/2345] Linking static target drivers/librte_mempool_stack.a
[756/2345] Generating rte_mempool_octeontx2.sym_chk with a meson_exe.py custom command
[757/2345] Generating symbol file drivers/librte_mempool_octeontx.so.21.0.p/librte_mempool_octeontx.so.21.0.symbols
[758/2345] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command
[759/2345] Linking target drivers/librte_mempool_octeontx2.so.21.0
[760/2345] Compiling C object drivers/librte_mempool_stack.so.21.0.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[761/2345] Linking target drivers/librte_bus_dpaa.so.21.0
[762/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev.c.o
[763/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktdir.c.o
[764/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_tx.c.o
[765/2345] Generating rte_pmd_ark_def with a custom command
[766/2345] Generating symbol file drivers/librte_bus_fslmc.so.21.0.p/librte_bus_fslmc.so.21.0.symbols
[767/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_rqp.c.o
[768/2345] Generating rte_pmd_ark_mingw with a custom command
[769/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktchkr.c.o
[770/2345] Generating rte_pmd_atlantic_mingw with a custom command
[771/2345] Linking target drivers/librte_mempool_dpaa2.so.21.0
[772/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_udm.c.o
[773/2345] Generating rte_mempool_stack.sym_chk with a meson_exe.py custom command
[774/2345] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[775/2345] Linking static target drivers/libtmp_rte_mempool_ring.a
[776/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_rx.c.o
[777/2345] Generating rte_mempool_ring.pmd.c with a custom command
[778/2345] Compiling C object drivers/librte_mempool_ring.a.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[779/2345] Linking static target drivers/librte_mempool_ring.a
[780/2345] Linking target drivers/librte_mempool_stack.so.21.0
[781/2345] Compiling C object drivers/librte_mempool_ring.so.21.0.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[782/2345] Generating symbol file drivers/librte_mempool_octeontx2.so.21.0.p/librte_mempool_octeontx2.so.21.0.symbols
[783/2345] Compiling C object drivers/libtmp_rte_pmd_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o
[784/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_hw_regs.c.o
[785/2345] Linking static target drivers/libtmp_rte_pmd_af_packet.a
[786/2345] Generating rte_pmd_af_packet.pmd.c with a custom command
[787/2345] Compiling C object drivers/librte_pmd_af_packet.a.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[788/2345] Linking static target drivers/librte_pmd_af_packet.a
[789/2345] Generating symbol file drivers/librte_bus_dpaa.so.21.0.p/librte_bus_dpaa.so.21.0.symbols
[790/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_b0.c.o
[791/2345] Compiling C object drivers/librte_pmd_af_packet.so.21.0.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[792/2345] Linking target drivers/librte_mempool_dpaa.so.21.0
[793/2345] Generating rte_pmd_atlantic_def with a custom command
[794/2345] Generating symbol file drivers/librte_mempool_dpaa2.so.21.0.p/librte_mempool_dpaa2.so.21.0.symbols
[795/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktgen.c.o
[796/2345] Linking static target drivers/libtmp_rte_pmd_ark.a
[797/2345] Generating rte_mempool_ring.sym_chk with a meson_exe.py custom command
[798/2345] Generating rte_pmd_ark.pmd.c with a custom command
[799/2345] Generating rte_pmd_avp_def with a custom command
[800/2345] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[801/2345] Linking static target drivers/libtmp_rte_mempool_bucket.a
[802/2345] Compiling C object drivers/librte_pmd_ark.a.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[803/2345] Compiling C object drivers/librte_pmd_ark.so.21.0.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[804/2345] Generating rte_mempool_bucket.pmd.c with a custom command
[805/2345] Linking static target drivers/librte_pmd_ark.a
[806/2345] Compiling C object drivers/librte_mempool_bucket.a.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[807/2345] Linking target drivers/librte_mempool_ring.so.21.0
[808/2345] Linking static target drivers/librte_mempool_bucket.a
[809/2345] Compiling C object drivers/librte_mempool_bucket.so.21.0.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[810/2345] Generating rte_pmd_avp_mingw with a custom command
[811/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_llh.c.o
[812/2345] Generating rte_pmd_af_packet.sym_chk with a meson_exe.py custom command
[813/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_rte_pmd_atlantic.c.o
[814/2345] Linking target drivers/librte_pmd_af_packet.so.21.0
[815/2345] Generating symbol file drivers/librte_mempool_dpaa.so.21.0.p/librte_mempool_dpaa.so.21.0.symbols
[816/2345] Generating rte_pmd_ark.sym_chk with a meson_exe.py custom command
[817/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils_fw2x.c.o
[818/2345] Generating rte_pmd_axgbe_def with a custom command
[819/2345] Linking target drivers/librte_pmd_ark.so.21.0
[820/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils.c.o
[821/2345] Generating rte_pmd_axgbe_mingw with a custom command
[822/2345] Generating rte_mempool_bucket.sym_chk with a meson_exe.py custom command
[823/2345] Linking target drivers/librte_mempool_bucket.so.21.0
[824/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_ethdev.c.o
[825/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_i2c.c.o
[826/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_mdio.c.o
[827/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_rxtx.c.o
[828/2345] Linking static target drivers/libtmp_rte_pmd_atlantic.a
[829/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_dev.c.o
[830/2345] Generating rte_pmd_atlantic.pmd.c with a custom command
[831/2345] Compiling C object drivers/librte_pmd_atlantic.a.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[832/2345] Compiling C object drivers/librte_pmd_atlantic.so.21.0.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[833/2345] Linking static target drivers/librte_pmd_atlantic.a
[834/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx_vec_sse.c.o
[835/2345] Generating rte_pmd_bond_mingw with a custom command
[836/2345] Generating rte_pmd_bond_def with a custom command
[837/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_flow.c.o
[838/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_ethdev.c.o
[839/2345] Compiling C object drivers/libtmp_rte_pmd_avp.a.p/net_avp_avp_ethdev.c.o
[840/2345] Linking static target drivers/libtmp_rte_pmd_avp.a
[841/2345] Generating rte_pmd_avp.pmd.c with a custom command
[842/2345] Compiling C object drivers/librte_pmd_avp.a.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[843/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_phy_impl.c.o
[844/2345] Linking static target drivers/librte_pmd_avp.a
[845/2345] Compiling C object drivers/librte_pmd_avp.so.21.0.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[846/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_api.c.o
[847/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx.c.o
[848/2345] Linking static target drivers/libtmp_rte_pmd_axgbe.a
[849/2345] Generating rte_pmd_axgbe.pmd.c with a custom command
[850/2345] Compiling C object drivers/librte_pmd_axgbe.a.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[851/2345] Linking static target drivers/librte_pmd_axgbe.a
[852/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_alb.c.o
[853/2345] Compiling C object drivers/librte_pmd_axgbe.so.21.0.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[854/2345] Generating rte_pmd_atlantic.sym_chk with a meson_exe.py custom command
[855/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_args.c.o
[856/2345] Generating rte_pmd_bnx2x_def with a custom command
[857/2345] Linking target drivers/librte_pmd_atlantic.so.21.0
[858/2345] Generating rte_pmd_bnx2x_mingw with a custom command
[859/2345] Generating rte_pmd_avp.sym_chk with a meson_exe.py custom command
[860/2345] Linking target drivers/librte_pmd_avp.so.21.0
[861/2345] Generating rte_pmd_axgbe.sym_chk with a meson_exe.py custom command
[862/2345] Linking target drivers/librte_pmd_axgbe.so.21.0
[863/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o
[864/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_cpr.c.o
[865/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_rxtx.c.o
[866/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_ethdev.c.o
[867/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_filter.c.o
[868/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_irq.c.o
[869/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_ecore_sp.c.o
[870/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_flow.c.o
[871/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_8023ad.c.o
[872/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ring.c.o
[873/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxq.c.o
[874/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_stats.c.o
[875/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[876/2345] Linking static target drivers/libtmp_rte_pmd_bond.a
[877/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txq.c.o
[878/2345] Generating rte_pmd_bond.pmd.c with a custom command
[879/2345] Compiling C object drivers/librte_pmd_bond.so.21.0.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[880/2345] Compiling C object drivers/librte_pmd_bond.a.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[881/2345] Linking static target drivers/librte_pmd_bond.a
[882/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_util.c.o
[883/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxr.c.o
[884/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_rand.c.o
[885/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o
[886/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_vnic.c.o
[887/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_stack.c.o
[888/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_bitalloc.c.o
[889/2345] Generating rte_pmd_bond.sym_chk with a meson_exe.py custom command
[890/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[891/2345] Linking target drivers/librte_pmd_bond.so.21.0
[892/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_reps.c.o
[893/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txr.c.o
[894/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_rm.c.o
[895/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tbl.c.o
[896/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device.c.o
[897/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device_p4.c.o
[898/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_session.c.o
[899/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_msg.c.o
[900/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_util.c.o
[901/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_core.c.o
[902/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_identifier.c.o
[903/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_ll.c.o
[904/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_internal.c.o
[905/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tcam.c.o
[906/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tbl.c.o
[907/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_hash.c.o
[908/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_if_tbl.c.o
[909/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tfp.c.o
[910/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tcam.c.o
[911/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_global_cfg.c.o
[912/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_identifier.c.o
[913/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_hcapi_hcapi_cfa_p4.c.o
[914/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_common.c.o
[915/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_class.c.o
[916/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_tbl.c.o
[917/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mark_mgr.c.o
[918/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_act.c.o
[919/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_matcher.c.o
[920/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_host.c.o
[921/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp.c.o
[922/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_flow_db.c.o
[923/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_utils.c.o
[924/2345] Generating rte_pmd_bnxt_mingw with a custom command
[925/2345] Generating rte_pmd_bnxt_def with a custom command
[926/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp_flow.c.o
[927/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_port_db.c.o
[928/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[929/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_fc_mgr.c.o
[930/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_def_rules.c.o
[931/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_rte_parser.c.o
[932/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_rte_pmd_bnxt.c.o
[933/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mapper.c.o
[934/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxtx_vec_sse.c.o
[935/2345] Linking static target drivers/libtmp_rte_pmd_bnxt.a
[936/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_clip_tbl.c.o
[937/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x.c.o
[938/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_main.c.o
[939/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_ethdev.c.o
[940/2345] Generating rte_pmd_bnxt.pmd.c with a custom command
[941/2345] Compiling C object drivers/librte_pmd_bnxt.a.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[942/2345] Compiling C object drivers/librte_pmd_bnxt.so.21.0.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[943/2345] Generating rte_pmd_cxgbe_def with a custom command
[944/2345] Linking static target drivers/librte_pmd_bnxt.a
[945/2345] Generating rte_pmd_cxgbe_mingw with a custom command
[946/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_elink.c.o
[947/2345] Linking static target drivers/libtmp_rte_pmd_bnx2x.a
[948/2345] Generating rte_pmd_bnx2x.pmd.c with a custom command
[949/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_filter.c.o
[950/2345] Compiling C object drivers/librte_pmd_bnx2x.a.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[951/2345] Compiling C object drivers/librte_pmd_bnx2x.so.21.0.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[952/2345] Linking static target drivers/librte_pmd_bnx2x.a
[953/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_table_action.c.o
[954/2345] Linking static target lib/librte_pipeline.a
[955/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_mps_tcam.c.o
[956/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_l2t.c.o
[957/2345] Generating rte_pmd_dpaa_def with a custom command
[958/2345] Generating rte_pmd_dpaa_mingw with a custom command
[959/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_ethdev.c.o
[960/2345] Generating rte_pmd_bnxt.sym_chk with a meson_exe.py custom command
[961/2345] Generating rte_pmd_bnx2x.sym_chk with a meson_exe.py custom command
[962/2345] Linking target drivers/librte_pmd_bnx2x.so.21.0
[963/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_main.c.o
[964/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_smt.c.o
[965/2345] Linking target drivers/librte_pmd_bnxt.so.21.0
[966/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4vf_hw.c.o
[967/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o
[968/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_sge.c.o
[969/2345] Generating rte_pmd_dpaa2_def with a custom command
[970/2345] Generating rte_pmd_dpaa2_event_def with a custom command
[971/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_flow.c.o
[972/2345] Generating pipeline.sym_chk with a meson_exe.py custom command
[973/2345] Linking target lib/librte_pipeline.so.21.0
[974/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o
[975/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o
[976/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o
[977/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o
[978/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_ethdev.c.o
[979/2345] Generating symbol file lib/librte_pipeline.so.21.0.p/librte_pipeline.so.21.0.symbols
[980/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o
[981/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_irq.c.o
[982/2345] Generating rte_pmd_dpaa2_event_mingw with a custom command
[983/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o
[984/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_hw_dpcon.c.o
[985/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4_hw.c.o
[986/2345] Linking static target drivers/libtmp_rte_pmd_cxgbe.a
[987/2345] Generating rte_pmd_cxgbe.pmd.c with a custom command
[988/2345] Compiling C object drivers/librte_pmd_cxgbe.a.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[989/2345] Linking static target drivers/librte_pmd_cxgbe.a
[990/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_adptr.c.o
[991/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev.c.o
[992/2345] Compiling C object drivers/librte_pmd_cxgbe.so.21.0.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[993/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82543.c.o
[994/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82571.c.o
[995/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev_selftest.c.o
[996/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2_event.a
[997/2345] Generating rte_pmd_dpaa2_event.pmd.c with a custom command
[998/2345] Compiling C object drivers/librte_pmd_dpaa2_event.so.21.0.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[999/2345] Compiling C object drivers/librte_pmd_dpaa2_event.a.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[1000/2345] Linking static target drivers/librte_pmd_dpaa2_event.a
[1001/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_api.c.o
[1002/2345] Generating rte_pmd_cxgbe.sym_chk with a meson_exe.py custom command
[1003/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_i210.c.o
[1004/2345] Linking target drivers/librte_pmd_cxgbe.so.21.0
[1005/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1006/2345] Linking static target drivers/libtmp_rte_pmd_dpaa.a
[1007/2345] Generating rte_pmd_dpaa.pmd.c with a custom command
[1008/2345] Compiling C object drivers/librte_pmd_dpaa.a.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1009/2345] Linking static target drivers/librte_pmd_dpaa.a
[1010/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_manage.c.o
[1011/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82575.c.o
[1012/2345] Compiling C object drivers/librte_pmd_dpaa.so.21.0.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1013/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mbx.c.o
[1014/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_osdep.c.o
[1015/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1016/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mac.c.o
[1017/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_e1000_logs.c.o
[1018/2345] Generating rte_pmd_dpaa2_event.sym_chk with a meson_exe.py custom command
[1019/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_vf.c.o
[1020/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_nvm.c.o
[1021/2345] Generating rte_pmd_dpaa.sym_chk with a meson_exe.py custom command
[1022/2345] Linking target drivers/librte_pmd_dpaa.so.21.0
[1023/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_selftest.c.o
[1024/2345] Generating symbol file drivers/librte_pmd_dpaa.so.21.0.p/librte_pmd_dpaa.so.21.0.symbols
[1025/2345] Generating rte_pmd_e1000_def with a custom command
[1026/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_ich8lan.c.o
[1027/2345] Generating rte_pmd_e1000_mingw with a custom command
[1028/2345] Generating rte_pmd_ena_def with a custom command
[1029/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_pf.c.o
[1030/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_flow.c.o
[1031/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_phy.c.o
[1032/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_ethdev.c.o
[1033/2345] Generating rte_pmd_ena_mingw with a custom command
[1034/2345] Linking static target drivers/net/e1000/base/libe1000_base.a
[1035/2345] Generating rte_pmd_enetc_mingw with a custom command
[1036/2345] Generating rte_pmd_enetc_def with a custom command
[1037/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_intr.c.o
[1038/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_eth_com.c.o
[1039/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_rq.c.o
[1040/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_rxtx.c.o
[1041/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_rxtx.c.o
[1042/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_cq.c.o
[1043/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_com.c.o
[1044/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1045/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2.a
[1046/2345] Generating rte_pmd_dpaa2.pmd.c with a custom command
[1047/2345] Compiling C object drivers/librte_pmd_dpaa2.a.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1048/2345] Compiling C object drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1049/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_ethdev.c.o
[1050/2345] Linking static target drivers/libtmp_rte_pmd_enetc.a
[1051/2345] Linking static target drivers/librte_pmd_dpaa2.a
[1052/2345] Generating rte_pmd_enetc.pmd.c with a custom command
[1053/2345] Compiling C object drivers/librte_pmd_enetc.a.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1054/2345] Linking static target drivers/librte_pmd_enetc.a
[1055/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_dev.c.o
[1056/2345] Compiling C object drivers/librte_pmd_enetc.so.21.0.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1057/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_wq.c.o
[1058/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_rxtx.c.o
[1059/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_ena_ethdev.c.o
[1060/2345] Linking static target drivers/libtmp_rte_pmd_ena.a
[1061/2345] Generating rte_pmd_ena.pmd.c with a custom command
[1062/2345] Generating rte_pmd_enetc.sym_chk with a meson_exe.py custom command
[1063/2345] Compiling C object drivers/librte_pmd_ena.a.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1064/2345] Linking static target drivers/librte_pmd_ena.a
[1065/2345] Generating rte_pmd_dpaa2.sym_chk with a meson_exe.py custom command
[1066/2345] Compiling C object drivers/librte_pmd_ena.so.21.0.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1067/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_clsf.c.o
[1068/2345] Linking target drivers/librte_pmd_enetc.so.21.0
[1069/2345] Linking target drivers/librte_pmd_dpaa2.so.21.0
FAILED: drivers/librte_pmd_dpaa2.so.21.0 
gcc  -o drivers/librte_pmd_dpaa2.so.21.0 drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_pmd_dpaa2.so.21 -Wl,--no-as-needed -pthread -lm -ldl -lnuma lib/librte_ethdev.so.21.0 lib/librte_eal.so.21.0 lib/librte_kvargs.so.21.0 lib/librte_telemetry.so.21.0 lib/librte_net.so.21.0 lib/librte_mbuf.so.21.0 lib/librte_mempool.so.21.0 lib/librte_ring.so.21.0 lib/librte_meter.so.21.0 drivers/librte_bus_pci.so.21.0 lib/librte_pci.so.21.0 drivers/librte_bus_vdev.so.21.0 drivers/librte_mempool_dpaa2.so.21.0 drivers/librte_bus_fslmc.so.21.0 drivers/librte_common_dpaax.so.21.0 lib/librte_eventdev.so.21.0 lib/librte_hash.so.21.0 lib/librte_timer.so.21.0 lib/librte_cryptodev.so.21.0 -Wl,--end-group -Wl,--version-script=/root/dpdk/drivers/net/dpaa2/rte_pmd_dpaa2_version.map '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/lib -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/drivers
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x270): undefined reference to `dpaa2_timesync_enable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x278): undefined reference to `dpaa2_timesync_disable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x280): undefined reference to `dpaa2_timesync_read_rx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x288): undefined reference to `dpaa2_timesync_read_tx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x290): undefined reference to `dpaa2_timesync_adjust_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x298): undefined reference to `dpaa2_timesync_read_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x2a0): undefined reference to `dpaa2_timesync_write_time'
collect2: error: ld returned 1 exit status
[1070/2345] Generating rte_pmd_enic_def with a custom command
[1071/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_ethdev.c.o
[1072/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_ethdev.c.o
[1073/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_flow.c.o
[1074/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_res.c.o
[1075/2345] Generating rte_pmd_ena.sym_chk with a meson_exe.py custom command
[1076/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_fm_flow.c.o
[1077/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx_vec_avx2.c.o
[1078/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx.c.o
[1079/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_main.c.o
[1080/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev.c.o
[1081/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker.c.o
[1082/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker_dual.c.o
ninja: build stopped: subcommand failed.

16/09/2020 17:54:05                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 17:59:32                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 17:59:32                            dts: NIC :        sagepond
16/09/2020 17:59:32             dut.10.240.183.202: 
16/09/2020 17:59:32                         tester: 
16/09/2020 17:59:32             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 17:59:32             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 17:59:32             dut.10.240.183.202: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
16/09/2020 17:59:32             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 17:59:32             dut.10.240.183.202: rm -rf x86_64-native-linuxapp-gcc
16/09/2020 17:59:33             dut.10.240.183.202: 
16/09/2020 17:59:33             dut.10.240.183.202: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib -Dc_args='-DRTE_LIBRTE_IEEE1588=1' --default-library=static x86_64-native-linuxapp-gcc
16/09/2020 17:59:42             dut.10.240.183.202: The Meson build system
Version: 0.55.0
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
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 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
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 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency pcap found: YES 1.9.1
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:220: 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: YES 
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 
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__" : 1 
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.12
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.176
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
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"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
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
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, ipn3ke, 
	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, ifpga, 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/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"
	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: 961

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
16/09/2020 17:59:42             dut.10.240.183.202: ninja -C x86_64-native-linuxapp-gcc -j 14
16/09/2020 18:00:49             dut.10.240.183.202: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[1/2345] Generating rte_telemetry_mingw with a custom command
[2/2345] Generating rte_telemetry_def with a custom command
[3/2345] Generating rte_kvargs_mingw with a custom command
[4/2345] Generating rte_kvargs_def with a custom command
[5/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_cpuflags.c.o
[6/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_debug.c.o
[7/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_class.c.o
[8/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_data.c.o
[9/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_errno.c.o
[10/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hypervisor.c.o
[11/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_config.c.o
[12/2345] Compiling C object lib/librte_kvargs.a.p/librte_kvargs_rte_kvargs.c.o
[13/2345] Linking static target lib/librte_kvargs.a
[14/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hexdump.c.o
[15/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_launch.c.o
[16/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_legacy.c.o
[17/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_bus.c.o
[18/2345] Compiling C object buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o
[19/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_devargs.c.o
[20/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_mcfg.c.o
[21/2345] Linking target buildtools/pmdinfogen/pmdinfogen
[22/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry.c.o
[23/2345] Linking static target lib/librte_telemetry.a
[24/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_log.c.o
[25/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dev.c.o
[26/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memalloc.c.o
[27/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_string_fns.c.o
[28/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_lcore.c.o
[29/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_tailqs.c.o
[30/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_thread.c.o
[31/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_timer.c.o
[32/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memzone.c.o
[33/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_uuid.c.o
[34/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_ctf.c.o
[35/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_fbarray.c.o
[36/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_utils.c.o
[37/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_points.c.o
[38/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memory.c.o
[39/2345] Generating kvargs.sym_chk with a meson_exe.py custom command
[40/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace.c.o
[41/2345] Linking target lib/librte_kvargs.so.21.0
[42/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_reciprocal.c.o
[43/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_keepalive.c.o
[44/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_proc.c.o
[45/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_hotplug_mp.c.o
[46/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_elem.c.o
[47/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_timer.c.o
[48/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_mp.c.o
[49/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_file.c.o
[50/2345] Generating telemetry.sym_chk with a meson_exe.py custom command
[51/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_memory.c.o
[52/2345] Linking target lib/librte_telemetry.so.21.0
[53/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_cpuflags.c.o
[54/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_debug.c.o
[55/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dynmem.c.o
[56/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_lcore.c.o
[57/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_alarm.c.o
[58/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_log.c.o
[59/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_hugepage_info.c.o
[60/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_dev.c.o
[61/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_service.c.o
[62/2345] Generating symbol file lib/librte_kvargs.so.21.0.p/librte_kvargs.so.21.0.symbols
[63/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_random.c.o
[64/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio_mp_sync.c.o
[65/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_timer.c.o
[66/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cpuflags.c.o
[67/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_spinlock.c.o
[68/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_hypervisor.c.o
[69/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal.c.o
[70/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_thread.c.o
[71/2345] Generating rte_eal_mingw with a custom command
[72/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_malloc.c.o
[73/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cycles.c.o
[74/2345] Generating rte_rcu_def with a custom command
[75/2345] Generating rte_eal_def with a custom command
[76/2345] Generating rte_rcu_mingw with a custom command
[77/2345] Generating rte_ring_mingw with a custom command
[78/2345] Generating rte_ring_def with a custom command
[79/2345] Generating symbol file lib/librte_telemetry.so.21.0.p/librte_telemetry.so.21.0.symbols
[80/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_heap.c.o
[81/2345] Generating rte_mempool_def with a custom command
[82/2345] Generating rte_mempool_mingw with a custom command
[83/2345] Compiling C object lib/librte_ring.a.p/librte_ring_rte_ring.c.o
[84/2345] Linking static target lib/librte_ring.a
[85/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_interrupts.c.o
[86/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_options.c.o
[87/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memalloc.c.o
[88/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memory.c.o
[89/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[90/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops_default.c.o
[91/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_mempool_trace_points.c.o
[92/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops.c.o
[93/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio.c.o
[94/2345] Generating ring.sym_chk with a meson_exe.py custom command
[95/2345] Linking static target lib/librte_eal.a
[96/2345] Generating rte_mbuf_def with a custom command
[97/2345] Generating rte_mbuf_mingw with a custom command
[98/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops_default.c.o
[99/2345] Compiling C object lib/librte_rcu.a.p/librte_rcu_rte_rcu_qsbr.c.o
[100/2345] Linking static target lib/librte_rcu.a
[101/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops.c.o
[102/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool.c.o
[103/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool.c.o
[104/2345] Linking static target lib/librte_mempool.a
[105/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_mempool_trace_points.c.o
[106/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_ptype.c.o
[107/2345] Generating rte_net_def with a custom command
[108/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_ether.c.o
[109/2345] Generating rte_net_mingw with a custom command
[110/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_pool_ops.c.o
[111/2345] Generating rte_meter_mingw with a custom command
[112/2345] Generating rte_meter_def with a custom command
[113/2345] Generating rcu.sym_chk with a meson_exe.py custom command
[114/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_dyn.c.o
[115/2345] Compiling C object lib/librte_meter.a.p/librte_meter_rte_meter.c.o
[116/2345] Linking static target lib/librte_meter.a
[117/2345] Compiling C object lib/librte_meter.so.21.0.p/librte_meter_rte_meter.c.o
[118/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_arp.c.o
[119/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net_crc.c.o
[120/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net.c.o
[121/2345] Linking static target lib/librte_net.a
[122/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev.c.o
[123/2345] Generating mempool.sym_chk with a meson_exe.py custom command
[124/2345] Generating rte_ethdev_def with a custom command
[125/2345] Generating rte_ethdev_mingw with a custom command
[126/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_private.c.o
[127/2345] Generating rte_pci_def with a custom command
[128/2345] Generating rte_pci_mingw with a custom command
[129/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_profile.c.o
[130/2345] Compiling C object lib/librte_pci.a.p/librte_pci_rte_pci.c.o
[131/2345] Linking static target lib/librte_pci.a
[132/2345] Generating meter.sym_chk with a meson_exe.py custom command
[133/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_trace_points.c.o
[134/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline.c.o
[135/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_cirbuf.c.o
[136/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_ipaddr.c.o
[137/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_class_eth.c.o
[138/2345] Generating net.sym_chk with a meson_exe.py custom command
[139/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf.c.o
[140/2345] Linking static target lib/librte_mbuf.a
[141/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_mtr.c.o
[142/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor.c.o
[143/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_string.c.o
[144/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_portlist.c.o
[145/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_num.c.o
[146/2345] Generating rte_cmdline_def with a custom command
[147/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse.c.o
[148/2345] Generating rte_cmdline_mingw with a custom command
[149/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_socket.c.o
[150/2345] Generating rte_metrics_mingw with a custom command
[151/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_vt100.c.o
[152/2345] Generating rte_metrics_def with a custom command
[153/2345] Generating pci.sym_chk with a meson_exe.py custom command
[154/2345] Generating rte_hash_def with a custom command
[155/2345] Generating rte_hash_mingw with a custom command
[156/2345] Generating rte_timer_def with a custom command
[157/2345] Generating rte_timer_mingw with a custom command
[158/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_fbk_hash.c.o
[159/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics.c.o
[160/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_rdline.c.o
[161/2345] Generating eal.sym_chk with a meson_exe.py custom command
[162/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_etheraddr.c.o
[163/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_tm.c.o
[164/2345] Linking static target lib/librte_cmdline.a
[165/2345] Linking target lib/librte_eal.so.21.0
[166/2345] Generating mbuf.sym_chk with a meson_exe.py custom command
[167/2345] Compiling C object lib/librte_acl.a.p/librte_acl_tb_mem.c.o
[168/2345] Compiling C object lib/librte_timer.a.p/librte_timer_rte_timer.c.o
[169/2345] Linking static target lib/librte_timer.a
[170/2345] Generating cmdline.sym_chk with a meson_exe.py custom command
[171/2345] Generating rte_acl_def with a custom command
[172/2345] Generating rte_acl_mingw with a custom command
[173/2345] Generating rte_bbdev_def with a custom command
[174/2345] Generating symbol file lib/librte_eal.so.21.0.p/librte_eal.so.21.0.symbols
[175/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics_telemetry.c.o
[176/2345] Compiling C object lib/librte_acl.a.p/librte_acl_rte_acl.c.o
[177/2345] Generating rte_bbdev_mingw with a custom command
[178/2345] Linking static target lib/librte_metrics.a
[179/2345] Linking target lib/librte_ring.so.21.0
[180/2345] Linking target lib/librte_meter.so.21.0
[181/2345] Linking target lib/librte_pci.so.21.0
[182/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_flow.c.o
[183/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_gen.c.o
[184/2345] Generating rte_bitratestats_def with a custom command
[185/2345] Generating rte_bitratestats_mingw with a custom command
[186/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_scalar.c.o
[187/2345] Generating rte_cfgfile_def with a custom command
[188/2345] Generating rte_cfgfile_mingw with a custom command
[189/2345] Generating symbol file lib/librte_meter.so.21.0.p/librte_meter.so.21.0.symbols
[190/2345] Generating timer.sym_chk with a meson_exe.py custom command
[191/2345] Generating symbol file lib/librte_pci.so.21.0.p/librte_pci.so.21.0.symbols
[192/2345] Linking target lib/librte_timer.so.21.0
[193/2345] Generating symbol file lib/librte_ring.so.21.0.p/librte_ring.so.21.0.symbols
[194/2345] Generating metrics.sym_chk with a meson_exe.py custom command
[195/2345] Linking target lib/librte_rcu.so.21.0
[196/2345] Compiling C object lib/librte_cfgfile.a.p/librte_cfgfile_rte_cfgfile.c.o
[197/2345] Linking static target lib/librte_cfgfile.a
[198/2345] Linking target lib/librte_mempool.so.21.0
[199/2345] Compiling C object lib/librte_bitratestats.a.p/librte_bitratestats_rte_bitrate.c.o
[200/2345] Linking static target lib/librte_bitratestats.a
[201/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_bld.c.o
[202/2345] Generating rte_compressdev_mingw with a custom command
[203/2345] Compiling C object lib/librte_bbdev.a.p/librte_bbdev_rte_bbdev.c.o
[204/2345] Linking static target lib/librte_bbdev.a
[205/2345] Generating rte_compressdev_def with a custom command
[206/2345] Generating symbol file lib/librte_rcu.so.21.0.p/librte_rcu.so.21.0.symbols
[207/2345] Generating symbol file lib/librte_timer.so.21.0.p/librte_timer.so.21.0.symbols
[208/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev_pmd.c.o
[209/2345] Generating rte_pipeline_def with a custom command
[210/2345] Generating rte_pipeline_mingw with a custom command
[211/2345] Generating cfgfile.sym_chk with a meson_exe.py custom command
[212/2345] Generating rte_cryptodev_def with a custom command
[213/2345] Generating symbol file lib/librte_mempool.so.21.0.p/librte_mempool.so.21.0.symbols
[214/2345] Generating rte_cryptodev_mingw with a custom command
[215/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_comp.c.o
[216/2345] Linking target lib/librte_cfgfile.so.21.0
[217/2345] Linking target lib/librte_mbuf.so.21.0
[218/2345] Generating bitratestats.sym_chk with a meson_exe.py custom command
[219/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev.c.o
[220/2345] Linking static target lib/librte_compressdev.a
[221/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_sse.c.o
[222/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_port_in_action.c.o
[223/2345] Generating rte_distributor_mingw with a custom command
[224/2345] Generating symbol file lib/librte_mbuf.so.21.0.p/librte_mbuf.so.21.0.symbols
[225/2345] Generating rte_distributor_def with a custom command
[226/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_cryptodev_trace_points.c.o
[227/2345] Linking static target lib/librte_cryptodev.a
[228/2345] Linking target lib/librte_net.so.21.0
[229/2345] Generating bbdev.sym_chk with a meson_exe.py custom command
[230/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_ethdev.c.o
[231/2345] Linking target lib/librte_bbdev.so.21.0
[232/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[233/2345] Linking static target lib/librte_ethdev.a
[234/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_cryptodev_trace_points.c.o
[235/2345] Generating rte_efd_def with a custom command
[236/2345] Generating rte_efd_mingw with a custom command
[237/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_ring.c.o
[238/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_single.c.o
[239/2345] Generating compressdev.sym_chk with a meson_exe.py custom command
[240/2345] Linking target lib/librte_compressdev.so.21.0
[241/2345] Generating symbol file lib/librte_net.so.21.0.p/librte_net.so.21.0.symbols
[242/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_match_sse.c.o
[243/2345] Linking target lib/librte_cmdline.so.21.0
[244/2345] Linking static target lib/librte_distributor.a
[245/2345] Generating symbol file lib/librte_bbdev.so.21.0.p/librte_bbdev.so.21.0.symbols
[246/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_eventdev_trace_points.c.o
[247/2345] Generating cryptodev.sym_chk with a meson_exe.py custom command
[248/2345] Generating rte_eventdev_def with a custom command
[249/2345] Generating rte_eventdev_mingw with a custom command
[250/2345] Generating symbol file lib/librte_compressdev.so.21.0.p/librte_compressdev.so.21.0.symbols
[251/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_avx2.c.o
[252/2345] Linking static target lib/librte_acl.a
[253/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_cuckoo_hash.c.o
[254/2345] Linking static target lib/librte_hash.a
[255/2345] Generating ethdev.sym_chk with a meson_exe.py custom command
[256/2345] Generating distributor.sym_chk with a meson_exe.py custom command
[257/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev.c.o
[258/2345] Linking target lib/librte_ethdev.so.21.0
[259/2345] Linking target lib/librte_distributor.so.21.0
[260/2345] Linking target lib/librte_cryptodev.so.21.0
[261/2345] Generating acl.sym_chk with a meson_exe.py custom command
[262/2345] Generating hash.sym_chk with a meson_exe.py custom command
[263/2345] Linking target lib/librte_acl.so.21.0
[264/2345] Linking target lib/librte_hash.so.21.0
[265/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_tcp4.c.o
[266/2345] Generating symbol file lib/librte_ethdev.so.21.0.p/librte_ethdev.so.21.0.symbols
[267/2345] Generating rte_gro_def with a custom command
[268/2345] Generating symbol file lib/librte_cryptodev.so.21.0.p/librte_cryptodev.so.21.0.symbols
[269/2345] Linking target lib/librte_metrics.so.21.0
[270/2345] Generating rte_gro_mingw with a custom command
[271/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_vxlan_tcp4.c.o
[272/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_timer_adapter.c.o
[273/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_eventdev.c.o
[274/2345] Compiling C object lib/librte_gro.a.p/librte_gro_rte_gro.c.o
[275/2345] Linking static target lib/librte_gro.a
[276/2345] Compiling C object lib/librte_efd.a.p/librte_efd_rte_efd.c.o
[277/2345] Linking static target lib/librte_efd.a
[278/2345] Generating symbol file lib/librte_acl.so.21.0.p/librte_acl.so.21.0.symbols
[279/2345] Generating rte_gso_def with a custom command
[280/2345] Generating symbol file lib/librte_hash.so.21.0.p/librte_hash.so.21.0.symbols
[281/2345] Generating rte_gso_mingw with a custom command
[282/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_tx_adapter.c.o
[283/2345] Generating symbol file lib/librte_metrics.so.21.0.p/librte_metrics.so.21.0.symbols
[284/2345] Linking target lib/librte_bitratestats.so.21.0
[285/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_udp4.c.o
[286/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_crypto_adapter.c.o
[287/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tcp4.c.o
[288/2345] Generating gro.sym_chk with a meson_exe.py custom command
[289/2345] Compiling C object lib/librte_gso.a.p/librte_gso_rte_gso.c.o
[290/2345] Generating efd.sym_chk with a meson_exe.py custom command
[291/2345] Generating rte_ip_frag_def with a custom command
[292/2345] Generating rte_ip_frag_mingw with a custom command
[293/2345] Linking target lib/librte_gro.so.21.0
[294/2345] Linking target lib/librte_efd.so.21.0
[295/2345] Generating rte_jobstats_def with a custom command
[296/2345] Generating rte_jobstats_mingw with a custom command
[297/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tunnel_tcp4.c.o
[298/2345] Generating rte_kni_def with a custom command
[299/2345] Generating rte_kni_mingw with a custom command
[300/2345] Generating rte_latencystats_def with a custom command
[301/2345] Generating rte_latencystats_mingw with a custom command
[302/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_common.c.o
[303/2345] Linking static target lib/librte_gso.a
[304/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_reassembly.c.o
[305/2345] Generating rte_lpm_def with a custom command
[306/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_reassembly.c.o
[307/2345] Generating rte_lpm_mingw with a custom command
[308/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_fragmentation.c.o
[309/2345] Compiling C object lib/librte_jobstats.a.p/librte_jobstats_rte_jobstats.c.o
[310/2345] Linking static target lib/librte_jobstats.a
[311/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member.c.o
[312/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_ip_frag_internal.c.o
[313/2345] Generating rte_member_def with a custom command
[314/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_rx_adapter.c.o
[315/2345] Linking static target lib/librte_eventdev.a
[316/2345] Generating rte_member_mingw with a custom command
[317/2345] Generating gso.sym_chk with a meson_exe.py custom command
[318/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_fragmentation.c.o
[319/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ip_frag_common.c.o
[320/2345] Linking static target lib/librte_ip_frag.a
[321/2345] Linking target lib/librte_gso.so.21.0
[322/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power.c.o
[323/2345] Compiling C object lib/librte_latencystats.a.p/librte_latencystats_rte_latencystats.c.o
[324/2345] Linking static target lib/librte_latencystats.a
[325/2345] Compiling C object lib/librte_power.a.p/librte_power_power_kvm_vm.c.o
[326/2345] Generating jobstats.sym_chk with a meson_exe.py custom command
[327/2345] Linking target lib/librte_jobstats.so.21.0
[328/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm.c.o
[329/2345] Compiling C object lib/librte_power.a.p/librte_power_guest_channel.c.o
[330/2345] Generating rte_power_def with a custom command
[331/2345] Compiling C object lib/librte_power.a.p/librte_power_power_common.c.o
[332/2345] Generating rte_power_mingw with a custom command
[333/2345] Compiling C object lib/librte_kni.a.p/librte_kni_rte_kni.c.o
[334/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_vbf.c.o
[335/2345] Linking static target lib/librte_kni.a
[336/2345] Generating rte_pdump_def with a custom command
[337/2345] Generating rte_pdump_mingw with a custom command
[338/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power_empty_poll.c.o
[339/2345] Generating rte_rawdev_def with a custom command
[340/2345] Generating rte_rawdev_mingw with a custom command
[341/2345] Generating eventdev.sym_chk with a meson_exe.py custom command
[342/2345] Generating ip_frag.sym_chk with a meson_exe.py custom command
[343/2345] Generating rte_regexdev_def with a custom command
[344/2345] Generating symbol file lib/librte_gso.so.21.0.p/librte_gso.so.21.0.symbols
[345/2345] Linking target lib/librte_eventdev.so.21.0
[346/2345] Generating rte_regexdev_mingw with a custom command
[347/2345] Linking target lib/librte_ip_frag.so.21.0
[348/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm6.c.o
[349/2345] Linking static target lib/librte_lpm.a
[350/2345] Generating latencystats.sym_chk with a meson_exe.py custom command
[351/2345] Linking target lib/librte_latencystats.so.21.0
[352/2345] Generating rte_rib_def with a custom command
[353/2345] Generating rte_rib_mingw with a custom command
[354/2345] Compiling C object lib/librte_power.a.p/librte_power_power_acpi_cpufreq.c.o
[355/2345] Generating rte_reorder_def with a custom command
[356/2345] Generating rte_reorder_mingw with a custom command
[357/2345] Generating kni.sym_chk with a meson_exe.py custom command
[358/2345] Linking target lib/librte_kni.so.21.0
[359/2345] Generating symbol file lib/librte_eventdev.so.21.0.p/librte_eventdev.so.21.0.symbols
[360/2345] Generating symbol file lib/librte_ip_frag.so.21.0.p/librte_ip_frag.so.21.0.symbols
[361/2345] Generating lpm.sym_chk with a meson_exe.py custom command
[362/2345] Compiling C object lib/librte_power.a.p/librte_power_power_pstate_cpufreq.c.o
[363/2345] Linking static target lib/librte_power.a
[364/2345] Linking target lib/librte_lpm.so.21.0
[365/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_red.c.o
[366/2345] Generating rte_sched_def with a custom command
[367/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_approx.c.o
[368/2345] Generating rte_sched_mingw with a custom command
[369/2345] Compiling C object lib/librte_regexdev.a.p/librte_regexdev_rte_regexdev.c.o
[370/2345] Linking static target lib/librte_regexdev.a
[371/2345] Compiling C object lib/librte_rawdev.a.p/librte_rawdev_rte_rawdev.c.o
[372/2345] Linking static target lib/librte_rawdev.a
[373/2345] Generating rte_security_def with a custom command
[374/2345] Generating rte_security_mingw with a custom command
[375/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_ht.c.o
[376/2345] Linking static target lib/librte_member.a
[377/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib.c.o
[378/2345] Generating symbol file lib/librte_kni.so.21.0.p/librte_kni.so.21.0.symbols
[379/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack.c.o
[380/2345] Generating rte_stack_def with a custom command
[381/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_std.c.o
[382/2345] Generating rte_stack_mingw with a custom command
[383/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_lf.c.o
[384/2345] Linking static target lib/librte_stack.a
[385/2345] Compiling C object lib/librte_pdump.a.p/librte_pdump_rte_pdump.c.o
[386/2345] Linking static target lib/librte_pdump.a
[387/2345] Compiling C object lib/librte_reorder.a.p/librte_reorder_rte_reorder.c.o
[388/2345] Generating symbol file lib/librte_lpm.so.21.0.p/librte_lpm.so.21.0.symbols
[389/2345] Linking static target lib/librte_reorder.a
[390/2345] Generating power.sym_chk with a meson_exe.py custom command
[391/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_fd_man.c.o
[392/2345] Generating rawdev.sym_chk with a meson_exe.py custom command
[393/2345] Linking target lib/librte_power.so.21.0
[394/2345] Generating regexdev.sym_chk with a meson_exe.py custom command
[395/2345] Linking target lib/librte_rawdev.so.21.0
[396/2345] Generating member.sym_chk with a meson_exe.py custom command
[397/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib6.c.o
[398/2345] Linking static target lib/librte_rib.a
[399/2345] Linking target lib/librte_regexdev.so.21.0
[400/2345] Linking target lib/librte_member.so.21.0
[401/2345] Compiling C object lib/librte_security.a.p/librte_security_rte_security.c.o
[402/2345] Linking static target lib/librte_security.a
[403/2345] Generating stack.sym_chk with a meson_exe.py custom command
[404/2345] Generating reorder.sym_chk with a meson_exe.py custom command
[405/2345] Linking target lib/librte_stack.so.21.0
[406/2345] Generating pdump.sym_chk with a meson_exe.py custom command
[407/2345] Linking target lib/librte_reorder.so.21.0
[408/2345] Linking target lib/librte_pdump.so.21.0
[409/2345] Generating symbol file lib/librte_rawdev.so.21.0.p/librte_rawdev.so.21.0.symbols
[410/2345] Generating rte_vhost_def with a custom command
[411/2345] Generating rte_vhost_mingw with a custom command
[412/2345] Generating security.sym_chk with a meson_exe.py custom command
[413/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_iotlb.c.o
[414/2345] Linking target lib/librte_security.so.21.0
[415/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vdpa.c.o
[416/2345] Generating symbol file lib/librte_stack.so.21.0.p/librte_stack.so.21.0.symbols
[417/2345] Generating rib.sym_chk with a meson_exe.py custom command
[418/2345] Linking target lib/librte_rib.so.21.0
[419/2345] Generating symbol file lib/librte_reorder.so.21.0.p/librte_reorder.so.21.0.symbols
[420/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_socket.c.o
[421/2345] Generating rte_ipsec_def with a custom command
[422/2345] Generating rte_ipsec_mingw with a custom command
[423/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_sched.c.o
[424/2345] Linking static target lib/librte_sched.a
[425/2345] Generating symbol file lib/librte_security.so.21.0.p/librte_security.so.21.0.symbols
[426/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib.c.o
[427/2345] Generating symbol file lib/librte_rib.so.21.0.p/librte_rib.so.21.0.symbols
[428/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ses.c.o
[429/2345] Generating rte_fib_def with a custom command
[430/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost.c.o
[431/2345] Generating rte_fib_mingw with a custom command
[432/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_sa.c.o
[433/2345] Generating sched.sym_chk with a meson_exe.py custom command
[434/2345] Linking target lib/librte_sched.so.21.0
[435/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_user.c.o
[436/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib6.c.o
[437/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ipsec_sad.c.o
[438/2345] Compiling C object lib/librte_fib.a.p/librte_fib_dir24_8.c.o
[439/2345] Generating symbol file lib/librte_sched.so.21.0.p/librte_sched.so.21.0.symbols
[440/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_frag.c.o
[441/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sched.c.o
[442/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_fd.c.o
[443/2345] Compiling C object lib/librte_fib.a.p/librte_fib_trie.c.o
[444/2345] Linking static target lib/librte_fib.a
[445/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_inb.c.o
[446/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_outb.c.o
[447/2345] Linking static target lib/librte_ipsec.a
[448/2345] Generating rte_port_def with a custom command
[449/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ethdev.c.o
[450/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ras.c.o
[451/2345] Generating rte_port_mingw with a custom command
[452/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_crypto.c.o
[453/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sym_crypto.c.o
[454/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_source_sink.c.o
[455/2345] Generating ipsec.sym_chk with a meson_exe.py custom command
[456/2345] Generating fib.sym_chk with a meson_exe.py custom command
[457/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_acl.c.o
[458/2345] Linking target lib/librte_ipsec.so.21.0
[459/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_kni.c.o
[460/2345] Linking target lib/librte_fib.so.21.0
[461/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm.c.o
[462/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm_ipv6.c.o
[463/2345] Generating rte_table_def with a custom command
[464/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_cuckoo.c.o
[465/2345] Generating rte_table_mingw with a custom command
[466/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_eventdev.c.o
[467/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82540.c.o
[468/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_array.c.o
[469/2345] Generating rte_pmd_dpaa2_mingw with a custom command
[470/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82541.c.o
[471/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_stub.c.o
[472/2345] Generating rte_flow_classify_mingw with a custom command
[473/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_base.c.o
[474/2345] Generating rte_flow_classify_def with a custom command
[475/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key8.c.o
[476/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_80003es2lan.c.o
[477/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ring.c.o
[478/2345] Linking static target lib/librte_port.a
[479/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key16.c.o
[480/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key32.c.o
[481/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82542.c.o
[482/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load.c.o
[483/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_pipeline.c.o
[484/2345] Generating rte_bpf_def with a custom command
[485/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf.c.o
[486/2345] Generating rte_bpf_mingw with a custom command
[487/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify_parse.c.o
[488/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_ext.c.o
[489/2345] Generating port.sym_chk with a meson_exe.py custom command
[490/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify.c.o
[491/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_lru.c.o
[492/2345] Linking static target lib/librte_flow_classify.a
[493/2345] Linking static target lib/librte_table.a
[494/2345] Linking target lib/librte_port.so.21.0
[495/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_exec.c.o
[496/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load_elf.c.o
[497/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph.c.o
[498/2345] Generating symbol file lib/librte_port.so.21.0.p/librte_port.so.21.0.symbols
[499/2345] Generating table.sym_chk with a meson_exe.py custom command
[500/2345] Generating rte_graph_def with a custom command
[501/2345] Generating rte_graph_mingw with a custom command
[502/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_ops.c.o
[503/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_debug.c.o
[504/2345] Compiling C object lib/librte_node.a.p/librte_node_null.c.o
[505/2345] Generating flow_classify.sym_chk with a meson_exe.py custom command
[506/2345] Linking target lib/librte_table.so.21.0
[507/2345] Compiling C object lib/librte_graph.a.p/librte_graph_node.c.o
[508/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_pkt.c.o
[509/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_stats.c.o
[510/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_validate.c.o
[511/2345] Generating rte_node_def with a custom command
[512/2345] Generating rte_node_mingw with a custom command
[513/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_drop.c.o
[514/2345] Generating rte_common_cpt_mingw with a custom command
[515/2345] Generating symbol file lib/librte_table.so.21.0.p/librte_table.so.21.0.symbols
[516/2345] Compiling C object lib/librte_node.a.p/librte_node_log.c.o
[517/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_populate.c.o
[518/2345] Linking static target lib/librte_graph.a
[519/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_jit_x86.c.o
[520/2345] Linking static target lib/librte_bpf.a
[521/2345] Generating rte_common_cpt_def with a custom command
[522/2345] Linking target lib/librte_flow_classify.so.21.0
[523/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_rx.c.o
[524/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_tx.c.o
[525/2345] Generating rte_common_dpaax_mingw with a custom command
[526/2345] Generating rte_common_dpaax_def with a custom command
[527/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_ctrl.c.o
[528/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_caamflib.c.o
[529/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaax_iova_table.c.o
[530/2345] Generating rte_common_iavf_def with a custom command
[531/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaa_of.c.o
[532/2345] Linking static target drivers/libtmp_rte_common_dpaax.a
[533/2345] Generating rte_common_dpaax.pmd.c with a custom command
[534/2345] Generating rte_common_iavf_mingw with a custom command
[535/2345] Compiling C object drivers/librte_common_dpaax.a.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[536/2345] Compiling C object drivers/librte_common_dpaax.so.21.0.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[537/2345] Linking static target drivers/librte_common_dpaax.a
[538/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[539/2345] Generating rte_common_octeontx_def with a custom command
[540/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[541/2345] Linking static target drivers/libtmp_rte_common_cpt.a
[542/2345] Generating rte_common_cpt.pmd.c with a custom command
[543/2345] Generating rte_common_octeontx_mingw with a custom command
[544/2345] Compiling C object drivers/librte_common_cpt.a.p/meson-generated_.._rte_common_cpt.pmd.c.o
[545/2345] Linking static target drivers/librte_common_cpt.a
[546/2345] Compiling C object drivers/librte_common_cpt.so.21.0.p/meson-generated_.._rte_common_cpt.pmd.c.o
[547/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_lookup.c.o
[548/2345] Generating bpf.sym_chk with a meson_exe.py custom command
[549/2345] Linking target lib/librte_bpf.so.21.0
[550/2345] Compiling C object drivers/libtmp_rte_common_octeontx.a.p/common_octeontx_octeontx_mbox.c.o
[551/2345] Linking static target drivers/libtmp_rte_common_octeontx.a
[552/2345] Generating rte_common_octeontx.pmd.c with a custom command
[553/2345] Compiling C object drivers/librte_common_octeontx.a.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[554/2345] Linking static target drivers/librte_common_octeontx.a
[555/2345] Generating graph.sym_chk with a meson_exe.py custom command
[556/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_cls.c.o
[557/2345] Linking target lib/librte_graph.so.21.0
[558/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_irq.c.o
[559/2345] Compiling C object drivers/librte_common_octeontx.so.21.0.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[560/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_impl.c.o
[561/2345] Generating rte_common_octeontx2_mingw with a custom command
[562/2345] Generating rte_common_octeontx2_def with a custom command
[563/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_rewrite.c.o
[564/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_common.c.o
[565/2345] Linking static target lib/librte_node.a
[566/2345] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command
[567/2345] Linking target drivers/librte_common_cpt.so.21.0
[568/2345] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command
[569/2345] Linking target drivers/librte_common_dpaax.so.21.0
[570/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_adminq.c.o
[571/2345] Linking static target drivers/libtmp_rte_common_iavf.a
[572/2345] Generating rte_common_octeontx.sym_chk with a meson_exe.py custom command
[573/2345] Generating rte_common_iavf.pmd.c with a custom command
[574/2345] Compiling C object drivers/librte_common_iavf.a.p/meson-generated_.._rte_common_iavf.pmd.c.o
[575/2345] Linking static target drivers/librte_common_iavf.a
[576/2345] Generating symbol file lib/librte_graph.so.21.0.p/librte_graph.so.21.0.symbols
[577/2345] Linking target drivers/librte_common_octeontx.so.21.0
[578/2345] Compiling C object drivers/librte_common_iavf.so.21.0.p/meson-generated_.._rte_common_iavf.pmd.c.o
[579/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman.c.o
[580/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_common.c.o
[581/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_mbox.c.o
[582/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_sec_idev.c.o
[583/2345] Generating symbol file drivers/librte_common_cpt.so.21.0.p/librte_common_cpt.so.21.0.symbols
[584/2345] Generating node.sym_chk with a meson_exe.py custom command
[585/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_dev.c.o
[586/2345] Linking static target drivers/libtmp_rte_common_octeontx2.a
[587/2345] Linking target lib/librte_node.so.21.0
[588/2345] Generating rte_common_octeontx2.pmd.c with a custom command
[589/2345] Generating symbol file drivers/librte_common_dpaax.so.21.0.p/librte_common_dpaax.so.21.0.symbols
[590/2345] Compiling C object drivers/librte_common_octeontx2.a.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[591/2345] Linking static target drivers/librte_common_octeontx2.a
[592/2345] Compiling C object drivers/librte_common_octeontx2.so.21.0.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[593/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_netcfg_layer.c.o
[594/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_alloc.c.o
[595/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_sys.c.o
[596/2345] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command
[597/2345] Generating rte_bus_dpaa_mingw with a custom command
[598/2345] Generating symbol file drivers/librte_common_octeontx.so.21.0.p/librte_common_octeontx.so.21.0.symbols
[599/2345] Generating rte_bus_dpaa_def with a custom command
[600/2345] Linking target drivers/librte_common_iavf.so.21.0
[601/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_process.c.o
[602/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman_driver.c.o
[603/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpdmai.c.o
[604/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpcon.c.o
[605/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman_driver.c.o
[606/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpci.c.o
[607/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpbp.c.o
[608/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpmng.c.o
[609/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpio.c.o
[610/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_mc_sys.c.o
[611/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman_hw.c.o
[612/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman.c.o
[613/2345] Generating symbol file drivers/librte_common_iavf.so.21.0.p/librte_common_iavf.so.21.0.symbols
[614/2345] Generating rte_bus_fslmc_mingw with a custom command
[615/2345] Generating rte_bus_fslmc_def with a custom command
[616/2345] Generating rte_bus_ifpga_def with a custom command
[617/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_debug.c.o
[618/2345] Generating rte_common_octeontx2.sym_chk with a meson_exe.py custom command
[619/2345] Generating rte_bus_ifpga_mingw with a custom command
[620/2345] Linking target drivers/librte_common_octeontx2.so.21.0
[621/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_common.c.o
[622/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o
[623/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_params.c.o
[624/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_bus.c.o
[625/2345] Linking static target drivers/libtmp_rte_bus_ifpga.a
[626/2345] Generating rte_bus_ifpga.pmd.c with a custom command
[627/2345] Compiling C object drivers/librte_bus_ifpga.a.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[628/2345] Linking static target drivers/librte_bus_ifpga.a
[629/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpbp.c.o
[630/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common_uio.c.o
[631/2345] Compiling C object drivers/librte_bus_ifpga.so.21.0.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[632/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common.c.o
[633/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_bus.c.o
[634/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_vfio.c.o
[635/2345] Generating rte_bus_pci_def with a custom command
[636/2345] Generating rte_bus_pci_mingw with a custom command
[637/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_virtio_net.c.o
[638/2345] Linking static target lib/librte_vhost.a
[639/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpci.c.o
[640/2345] Generating rte_bus_vdev_def with a custom command
[641/2345] Generating rte_bus_vdev_mingw with a custom command
[642/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpio.c.o
[643/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev_params.c.o
[644/2345] Generating symbol file drivers/librte_common_octeontx2.so.21.0.p/librte_common_octeontx2.so.21.0.symbols
[645/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_uio.c.o
[646/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o
[647/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_bufring.c.o
[648/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common.c.o
[649/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common_uio.c.o
[650/2345] Generating rte_bus_vmbus_mingw with a custom command
[651/2345] Generating rte_bus_vmbus_def with a custom command
[652/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev.c.o
[653/2345] Linking static target drivers/libtmp_rte_bus_vdev.a
[654/2345] Generating rte_mempool_bucket_def with a custom command
[655/2345] Generating rte_bus_vdev.pmd.c with a custom command
[656/2345] Generating rte_mempool_bucket_mingw with a custom command
[657/2345] Compiling C object drivers/librte_bus_vdev.a.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[658/2345] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command
[659/2345] Compiling C object drivers/librte_bus_vdev.so.21.0.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[660/2345] Linking static target drivers/librte_bus_vdev.a
[661/2345] Generating rte_mempool_dpaa_def with a custom command
[662/2345] Generating rte_mempool_dpaa_mingw with a custom command
[663/2345] Linking target drivers/librte_bus_ifpga.so.21.0
[664/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_bus.c.o
[665/2345] Generating rte_mempool_dpaa2_def with a custom command
[666/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_vfio.c.o
[667/2345] Generating rte_mempool_dpaa2_mingw with a custom command
[668/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci.c.o
[669/2345] Linking static target drivers/libtmp_rte_bus_pci.a
[670/2345] Generating rte_bus_pci.pmd.c with a custom command
[671/2345] Generating rte_mempool_octeontx_def with a custom command
[672/2345] Compiling C object drivers/librte_bus_pci.a.p/meson-generated_.._rte_bus_pci.pmd.c.o
[673/2345] Compiling C object drivers/librte_bus_pci.so.21.0.p/meson-generated_.._rte_bus_pci.pmd.c.o
[674/2345] Linking static target drivers/librte_bus_pci.a
[675/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_uio.c.o
[676/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_portal.c.o
[677/2345] Linking static target drivers/libtmp_rte_bus_vmbus.a
[678/2345] Generating rte_mempool_octeontx_mingw with a custom command
[679/2345] Linking static target drivers/libtmp_rte_bus_fslmc.a
[680/2345] Generating rte_bus_vmbus.pmd.c with a custom command
[681/2345] Compiling C object drivers/librte_bus_vmbus.a.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[682/2345] Generating rte_bus_fslmc.pmd.c with a custom command
[683/2345] Linking static target drivers/librte_bus_vmbus.a
[684/2345] Compiling C object drivers/librte_bus_fslmc.a.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[685/2345] Compiling C object drivers/librte_bus_fslmc.so.21.0.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[686/2345] Linking static target drivers/librte_bus_fslmc.a
[687/2345] Generating vhost.sym_chk with a meson_exe.py custom command
[688/2345] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command
[689/2345] Linking target drivers/librte_bus_vdev.so.21.0
[690/2345] Generating symbol file drivers/librte_bus_ifpga.so.21.0.p/librte_bus_ifpga.so.21.0.symbols
[691/2345] Linking target lib/librte_vhost.so.21.0
[692/2345] Compiling C object drivers/librte_bus_vmbus.so.21.0.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[693/2345] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command
[694/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_rte_mempool_octeontx.c.o
[695/2345] Linking target drivers/librte_bus_pci.so.21.0
[696/2345] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command
[697/2345] Linking target drivers/librte_bus_vmbus.so.21.0
[698/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[699/2345] Linking static target drivers/libtmp_rte_mempool_dpaa.a
[700/2345] Generating rte_mempool_dpaa.pmd.c with a custom command
[701/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman.c.o
[702/2345] Compiling C object drivers/librte_mempool_dpaa.a.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[703/2345] Linking static target drivers/librte_mempool_dpaa.a
[704/2345] Linking static target drivers/libtmp_rte_bus_dpaa.a
[705/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
[706/2345] Compiling C object drivers/librte_mempool_dpaa.so.21.0.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[707/2345] Generating rte_bus_dpaa.pmd.c with a custom command
[708/2345] Linking static target drivers/libtmp_rte_mempool_dpaa2.a
[709/2345] Compiling C object drivers/librte_bus_dpaa.so.21.0.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[710/2345] Compiling C object drivers/librte_bus_dpaa.a.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[711/2345] Generating rte_mempool_dpaa2.pmd.c with a custom command
[712/2345] Linking static target drivers/librte_bus_dpaa.a
[713/2345] Compiling C object drivers/librte_mempool_dpaa2.a.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[714/2345] Linking static target drivers/librte_mempool_dpaa2.a
[715/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_octeontx_fpavf.c.o
[716/2345] Compiling C object drivers/librte_mempool_dpaa2.so.21.0.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[717/2345] Linking static target drivers/libtmp_rte_mempool_octeontx.a
[718/2345] Generating rte_mempool_octeontx.pmd.c with a custom command
[719/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool.c.o
[720/2345] Generating symbol file drivers/librte_bus_vdev.so.21.0.p/librte_bus_vdev.so.21.0.symbols
[721/2345] Compiling C object drivers/librte_mempool_octeontx.a.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[722/2345] Compiling C object drivers/librte_mempool_octeontx.so.21.0.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[723/2345] Linking static target drivers/librte_mempool_octeontx.a
[724/2345] Generating symbol file lib/librte_vhost.so.21.0.p/librte_vhost.so.21.0.symbols
[725/2345] Generating rte_mempool_octeontx2_def with a custom command
[726/2345] Generating rte_mempool_octeontx2_mingw with a custom command
[727/2345] Generating symbol file drivers/librte_bus_pci.so.21.0.p/librte_bus_pci.so.21.0.symbols
[728/2345] Generating rte_mempool_ring_def with a custom command
[729/2345] Generating rte_mempool_ring_mingw with a custom command
[730/2345] Generating rte_mempool_stack_def with a custom command
[731/2345] Generating rte_mempool_stack_mingw with a custom command
[732/2345] Generating rte_pmd_af_packet_def with a custom command
[733/2345] Generating symbol file drivers/librte_bus_vmbus.so.21.0.p/librte_bus_vmbus.so.21.0.symbols
[734/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_irq.c.o
[735/2345] Generating rte_pmd_af_packet_mingw with a custom command
[736/2345] Generating rte_mempool_dpaa.sym_chk with a meson_exe.py custom command
[737/2345] Generating rte_mempool_dpaa2.sym_chk with a meson_exe.py custom command
[738/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_ops.c.o
[739/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ddm.c.o
[740/2345] Generating rte_mempool_octeontx.sym_chk with a meson_exe.py custom command
[741/2345] Linking target drivers/librte_mempool_octeontx.so.21.0
[742/2345] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command
[743/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_mpu.c.o
[744/2345] Linking target drivers/librte_bus_fslmc.so.21.0
[745/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_debug.c.o
[746/2345] Linking static target drivers/libtmp_rte_mempool_octeontx2.a
[747/2345] Generating rte_mempool_octeontx2.pmd.c with a custom command
[748/2345] Compiling C object drivers/librte_mempool_octeontx2.a.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[749/2345] Linking static target drivers/librte_mempool_octeontx2.a
[750/2345] Compiling C object drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
[751/2345] Compiling C object drivers/librte_mempool_octeontx2.so.21.0.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[752/2345] Linking static target drivers/libtmp_rte_mempool_stack.a
[753/2345] Generating rte_mempool_stack.pmd.c with a custom command
[754/2345] Compiling C object drivers/librte_mempool_stack.a.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[755/2345] Linking static target drivers/librte_mempool_stack.a
[756/2345] Generating symbol file drivers/librte_mempool_octeontx.so.21.0.p/librte_mempool_octeontx.so.21.0.symbols
[757/2345] Compiling C object drivers/librte_mempool_stack.so.21.0.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[758/2345] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command
[759/2345] Generating symbol file drivers/librte_bus_fslmc.so.21.0.p/librte_bus_fslmc.so.21.0.symbols
[760/2345] Linking target drivers/librte_bus_dpaa.so.21.0
[761/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktchkr.c.o
[762/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev.c.o
[763/2345] Linking target drivers/librte_mempool_dpaa2.so.21.0
[764/2345] Generating rte_mempool_octeontx2.sym_chk with a meson_exe.py custom command
[765/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_tx.c.o
[766/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_rx.c.o
[767/2345] Linking target drivers/librte_mempool_octeontx2.so.21.0
[768/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktdir.c.o
[769/2345] Generating rte_pmd_ark_def with a custom command
[770/2345] Generating rte_pmd_ark_mingw with a custom command
[771/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_rqp.c.o
[772/2345] Generating rte_mempool_stack.sym_chk with a meson_exe.py custom command
[773/2345] Generating rte_pmd_atlantic_mingw with a custom command
[774/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_udm.c.o
[775/2345] Linking target drivers/librte_mempool_stack.so.21.0
[776/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_hw_regs.c.o
[777/2345] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[778/2345] Linking static target drivers/libtmp_rte_mempool_ring.a
[779/2345] Generating rte_mempool_ring.pmd.c with a custom command
[780/2345] Compiling C object drivers/librte_mempool_ring.a.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[781/2345] Linking static target drivers/librte_mempool_ring.a
[782/2345] Compiling C object drivers/libtmp_rte_pmd_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o
[783/2345] Compiling C object drivers/librte_mempool_ring.so.21.0.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[784/2345] Linking static target drivers/libtmp_rte_pmd_af_packet.a
[785/2345] Generating rte_pmd_af_packet.pmd.c with a custom command
[786/2345] Compiling C object drivers/librte_pmd_af_packet.a.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[787/2345] Linking static target drivers/librte_pmd_af_packet.a
[788/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_b0.c.o
[789/2345] Compiling C object drivers/librte_pmd_af_packet.so.21.0.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[790/2345] Generating symbol file drivers/librte_bus_dpaa.so.21.0.p/librte_bus_dpaa.so.21.0.symbols
[791/2345] Generating symbol file drivers/librte_mempool_dpaa2.so.21.0.p/librte_mempool_dpaa2.so.21.0.symbols
[792/2345] Linking target drivers/librte_mempool_dpaa.so.21.0
[793/2345] Generating rte_pmd_atlantic_def with a custom command
[794/2345] Generating symbol file drivers/librte_mempool_octeontx2.so.21.0.p/librte_mempool_octeontx2.so.21.0.symbols
[795/2345] Generating rte_pmd_avp_def with a custom command
[796/2345] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[797/2345] Linking static target drivers/libtmp_rte_mempool_bucket.a
[798/2345] Generating rte_mempool_bucket.pmd.c with a custom command
[799/2345] Compiling C object drivers/librte_mempool_bucket.a.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[800/2345] Generating rte_pmd_avp_mingw with a custom command
[801/2345] Linking static target drivers/librte_mempool_bucket.a
[802/2345] Compiling C object drivers/librte_mempool_bucket.so.21.0.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[803/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_llh.c.o
[804/2345] Generating rte_mempool_ring.sym_chk with a meson_exe.py custom command
[805/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktgen.c.o
[806/2345] Linking static target drivers/libtmp_rte_pmd_ark.a
[807/2345] Linking target drivers/librte_mempool_ring.so.21.0
[808/2345] Generating rte_pmd_ark.pmd.c with a custom command
[809/2345] Generating rte_pmd_af_packet.sym_chk with a meson_exe.py custom command
[810/2345] Compiling C object drivers/librte_pmd_ark.a.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[811/2345] Linking static target drivers/librte_pmd_ark.a
[812/2345] Linking target drivers/librte_pmd_af_packet.so.21.0
[813/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils_fw2x.c.o
[814/2345] Compiling C object drivers/librte_pmd_ark.so.21.0.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[815/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_rte_pmd_atlantic.c.o
[816/2345] Generating symbol file drivers/librte_mempool_dpaa.so.21.0.p/librte_mempool_dpaa.so.21.0.symbols
[817/2345] Generating rte_mempool_bucket.sym_chk with a meson_exe.py custom command
[818/2345] Generating rte_pmd_axgbe_def with a custom command
[819/2345] Linking target drivers/librte_mempool_bucket.so.21.0
[820/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils.c.o
[821/2345] Generating rte_pmd_axgbe_mingw with a custom command
[822/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_ethdev.c.o
[823/2345] Generating rte_pmd_ark.sym_chk with a meson_exe.py custom command
[824/2345] Linking target drivers/librte_pmd_ark.so.21.0
[825/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_i2c.c.o
[826/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_rxtx.c.o
[827/2345] Linking static target drivers/libtmp_rte_pmd_atlantic.a
[828/2345] Generating rte_pmd_atlantic.pmd.c with a custom command
[829/2345] Compiling C object drivers/librte_pmd_atlantic.a.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[830/2345] Compiling C object drivers/librte_pmd_atlantic.so.21.0.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[831/2345] Linking static target drivers/librte_pmd_atlantic.a
[832/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_ethdev.c.o
[833/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_flow.c.o
[834/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_mdio.c.o
[835/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_dev.c.o
[836/2345] Generating rte_pmd_bond_mingw with a custom command
[837/2345] Generating rte_pmd_bond_def with a custom command
[838/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx_vec_sse.c.o
[839/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_api.c.o
[840/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_phy_impl.c.o
[841/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx.c.o
[842/2345] Linking static target drivers/libtmp_rte_pmd_axgbe.a
[843/2345] Generating rte_pmd_axgbe.pmd.c with a custom command
[844/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_args.c.o
[845/2345] Compiling C object drivers/librte_pmd_axgbe.a.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[846/2345] Compiling C object drivers/librte_pmd_axgbe.so.21.0.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[847/2345] Generating rte_pmd_atlantic.sym_chk with a meson_exe.py custom command
[848/2345] Linking static target drivers/librte_pmd_axgbe.a
[849/2345] Linking target drivers/librte_pmd_atlantic.so.21.0
[850/2345] Generating rte_pmd_bnx2x_def with a custom command
[851/2345] Generating rte_pmd_bnx2x_mingw with a custom command
[852/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_alb.c.o
[853/2345] Compiling C object drivers/libtmp_rte_pmd_avp.a.p/net_avp_avp_ethdev.c.o
[854/2345] Linking static target drivers/libtmp_rte_pmd_avp.a
[855/2345] Generating rte_pmd_avp.pmd.c with a custom command
[856/2345] Compiling C object drivers/librte_pmd_avp.a.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[857/2345] Linking static target drivers/librte_pmd_avp.a
[858/2345] Generating rte_pmd_axgbe.sym_chk with a meson_exe.py custom command
[859/2345] Compiling C object drivers/librte_pmd_avp.so.21.0.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[860/2345] Linking target drivers/librte_pmd_axgbe.so.21.0
[861/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o
[862/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_ethdev.c.o
[863/2345] Generating rte_pmd_avp.sym_chk with a meson_exe.py custom command
[864/2345] Linking target drivers/librte_pmd_avp.so.21.0
[865/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_cpr.c.o
[866/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_rxtx.c.o
[867/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_filter.c.o
[868/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_irq.c.o
[869/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_ecore_sp.c.o
[870/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ring.c.o
[871/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxq.c.o
[872/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_flow.c.o
[873/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_8023ad.c.o
[874/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[875/2345] Linking static target drivers/libtmp_rte_pmd_bond.a
[876/2345] Generating rte_pmd_bond.pmd.c with a custom command
[877/2345] Compiling C object drivers/librte_pmd_bond.so.21.0.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[878/2345] Compiling C object drivers/librte_pmd_bond.a.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[879/2345] Linking static target drivers/librte_pmd_bond.a
[880/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxr.c.o
[881/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_stats.c.o
[882/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_util.c.o
[883/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txq.c.o
[884/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_rand.c.o
[885/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_stack.c.o
[886/2345] Generating rte_pmd_bond.sym_chk with a meson_exe.py custom command
[887/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o
[888/2345] Linking target drivers/librte_pmd_bond.so.21.0
[889/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_bitalloc.c.o
[890/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_vnic.c.o
[891/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[892/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txr.c.o
[893/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_msg.c.o
[894/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_rm.c.o
[895/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_reps.c.o
[896/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device_p4.c.o
[897/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device.c.o
[898/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tbl.c.o
[899/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_identifier.c.o
[900/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_session.c.o
[901/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_util.c.o
[902/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_ll.c.o
[903/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_core.c.o
[904/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tbl.c.o
[905/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tcam.c.o
[906/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_if_tbl.c.o
[907/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_hash.c.o
[908/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tcam.c.o
[909/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_global_cfg.c.o
[910/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_internal.c.o
[911/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tfp.c.o
[912/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_identifier.c.o
[913/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_hcapi_hcapi_cfa_p4.c.o
[914/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_common.c.o
[915/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_tbl.c.o
[916/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_utils.c.o
[917/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_act.c.o
[918/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_class.c.o
[919/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mark_mgr.c.o
[920/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_host.c.o
[921/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_flow_db.c.o
[922/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp.c.o
[923/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_matcher.c.o
[924/2345] Generating rte_pmd_bnxt_mingw with a custom command
[925/2345] Generating rte_pmd_bnxt_def with a custom command
[926/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_port_db.c.o
[927/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_fc_mgr.c.o
[928/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp_flow.c.o
[929/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_def_rules.c.o
[930/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[931/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x.c.o
[932/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_rte_pmd_bnxt.c.o
[933/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mapper.c.o
[934/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxtx_vec_sse.c.o
[935/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_clip_tbl.c.o
[936/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_rte_parser.c.o
[937/2345] Linking static target drivers/libtmp_rte_pmd_bnxt.a
[938/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_main.c.o
[939/2345] Generating rte_pmd_bnxt.pmd.c with a custom command
[940/2345] Compiling C object drivers/librte_pmd_bnxt.a.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[941/2345] Compiling C object drivers/librte_pmd_bnxt.so.21.0.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[942/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_filter.c.o
[943/2345] Linking static target drivers/librte_pmd_bnxt.a
[944/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_ethdev.c.o
[945/2345] Generating rte_pmd_cxgbe_def with a custom command
[946/2345] Generating rte_pmd_cxgbe_mingw with a custom command
[947/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_elink.c.o
[948/2345] Linking static target drivers/libtmp_rte_pmd_bnx2x.a
[949/2345] Generating rte_pmd_bnx2x.pmd.c with a custom command
[950/2345] Compiling C object drivers/librte_pmd_bnx2x.a.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[951/2345] Linking static target drivers/librte_pmd_bnx2x.a
[952/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_mps_tcam.c.o
[953/2345] Compiling C object drivers/librte_pmd_bnx2x.so.21.0.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[954/2345] Generating rte_pmd_dpaa_def with a custom command
[955/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_smt.c.o
[956/2345] Generating rte_pmd_dpaa_mingw with a custom command
[957/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_l2t.c.o
[958/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_ethdev.c.o
[959/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_sge.c.o
[960/2345] Generating rte_pmd_bnxt.sym_chk with a meson_exe.py custom command
[961/2345] Linking target drivers/librte_pmd_bnxt.so.21.0
[962/2345] Generating rte_pmd_bnx2x.sym_chk with a meson_exe.py custom command
[963/2345] Linking target drivers/librte_pmd_bnx2x.so.21.0
[964/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_flow.c.o
[965/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_main.c.o
[966/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4vf_hw.c.o
[967/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o
[968/2345] Generating rte_pmd_dpaa2_def with a custom command
[969/2345] Generating rte_pmd_dpaa2_event_def with a custom command
[970/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o
[971/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o
[972/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o
[973/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_table_action.c.o
[974/2345] Linking static target lib/librte_pipeline.a
[975/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o
[976/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_ethdev.c.o
[977/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o
[978/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_irq.c.o
[979/2345] Generating pipeline.sym_chk with a meson_exe.py custom command
[980/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o
[981/2345] Generating rte_pmd_dpaa2_event_mingw with a custom command
[982/2345] Linking target lib/librte_pipeline.so.21.0
[983/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4_hw.c.o
[984/2345] Linking static target drivers/libtmp_rte_pmd_cxgbe.a
[985/2345] Generating rte_pmd_cxgbe.pmd.c with a custom command
[986/2345] Compiling C object drivers/librte_pmd_cxgbe.a.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[987/2345] Linking static target drivers/librte_pmd_cxgbe.a
[988/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_adptr.c.o
[989/2345] Compiling C object drivers/librte_pmd_cxgbe.so.21.0.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[990/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82543.c.o
[991/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev.c.o
[992/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_hw_dpcon.c.o
[993/2345] Generating symbol file lib/librte_pipeline.so.21.0.p/librte_pipeline.so.21.0.symbols
[994/2345] Generating rte_pmd_cxgbe.sym_chk with a meson_exe.py custom command
[995/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_api.c.o
[996/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev_selftest.c.o
[997/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2_event.a
[998/2345] Generating rte_pmd_dpaa2_event.pmd.c with a custom command
[999/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_i210.c.o
[1000/2345] Compiling C object drivers/librte_pmd_dpaa2_event.so.21.0.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[1001/2345] Compiling C object drivers/librte_pmd_dpaa2_event.a.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[1002/2345] Linking static target drivers/librte_pmd_dpaa2_event.a
[1003/2345] Linking target drivers/librte_pmd_cxgbe.so.21.0
[1004/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82571.c.o
[1005/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1006/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_osdep.c.o
[1007/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_manage.c.o
[1008/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mbx.c.o
[1009/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82575.c.o
[1010/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_e1000_logs.c.o
[1011/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1012/2345] Linking static target drivers/libtmp_rte_pmd_dpaa.a
[1013/2345] Generating rte_pmd_dpaa.pmd.c with a custom command
[1014/2345] Compiling C object drivers/librte_pmd_dpaa.a.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1015/2345] Linking static target drivers/librte_pmd_dpaa.a
[1016/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mac.c.o
[1017/2345] Compiling C object drivers/librte_pmd_dpaa.so.21.0.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1018/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_vf.c.o
[1019/2345] Generating rte_pmd_dpaa2_event.sym_chk with a meson_exe.py custom command
[1020/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_nvm.c.o
[1021/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_selftest.c.o
[1022/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_ich8lan.c.o
[1023/2345] Generating rte_pmd_e1000_def with a custom command
[1024/2345] Generating rte_pmd_dpaa.sym_chk with a meson_exe.py custom command
[1025/2345] Generating rte_pmd_e1000_mingw with a custom command
[1026/2345] Linking target drivers/librte_pmd_dpaa.so.21.0
[1027/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_pf.c.o
[1028/2345] Generating rte_pmd_ena_def with a custom command
[1029/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_phy.c.o
[1030/2345] Linking static target drivers/net/e1000/base/libe1000_base.a
[1031/2345] Generating rte_pmd_ena_mingw with a custom command
[1032/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_ethdev.c.o
[1033/2345] Generating symbol file drivers/librte_pmd_dpaa.so.21.0.p/librte_pmd_dpaa.so.21.0.symbols
[1034/2345] Generating rte_pmd_enetc_def with a custom command
[1035/2345] Generating rte_pmd_enetc_mingw with a custom command
[1036/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_intr.c.o
[1037/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_eth_com.c.o
[1038/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_flow.c.o
[1039/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_rxtx.c.o
[1040/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_com.c.o
[1041/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_cq.c.o
[1042/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_rq.c.o
[1043/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_ethdev.c.o
[1044/2345] Linking static target drivers/libtmp_rte_pmd_enetc.a
[1045/2345] Generating rte_pmd_enetc.pmd.c with a custom command
[1046/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_rxtx.c.o
[1047/2345] Compiling C object drivers/librte_pmd_enetc.a.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1048/2345] Linking static target drivers/librte_pmd_enetc.a
[1049/2345] Compiling C object drivers/librte_pmd_enetc.so.21.0.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1050/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_dev.c.o
[1051/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_wq.c.o
[1052/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1053/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2.a
[1054/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_clsf.c.o
[1055/2345] Generating rte_pmd_dpaa2.pmd.c with a custom command
[1056/2345] Compiling C object drivers/librte_pmd_dpaa2.a.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1057/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_ethdev.c.o
[1058/2345] Compiling C object drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1059/2345] Generating rte_pmd_enetc.sym_chk with a meson_exe.py custom command
[1060/2345] Linking static target drivers/librte_pmd_dpaa2.a
[1061/2345] Linking target drivers/librte_pmd_enetc.so.21.0
[1062/2345] Generating rte_pmd_enic_def with a custom command
[1063/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_rxtx.c.o
[1064/2345] Generating rte_pmd_enic_mingw with a custom command
[1065/2345] Linking static target drivers/libtmp_rte_pmd_e1000.a
[1066/2345] Generating rte_pmd_e1000.pmd.c with a custom command
[1067/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_ena_ethdev.c.o
[1068/2345] Compiling C object drivers/librte_pmd_e1000.a.p/meson-generated_.._rte_pmd_e1000.pmd.c.o
[1069/2345] Compiling C object drivers/librte_pmd_e1000.so.21.0.p/meson-generated_.._rte_pmd_e1000.pmd.c.o
[1070/2345] Linking static target drivers/librte_pmd_e1000.a
[1071/2345] Linking static target drivers/libtmp_rte_pmd_ena.a
[1072/2345] Generating rte_pmd_ena.pmd.c with a custom command
[1073/2345] Compiling C object drivers/librte_pmd_ena.a.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1074/2345] Linking static target drivers/librte_pmd_ena.a
[1075/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_ethdev.c.o
[1076/2345] Compiling C object drivers/librte_pmd_ena.so.21.0.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1077/2345] Generating rte_pmd_dpaa2.sym_chk with a meson_exe.py custom command
[1078/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_flow.c.o
[1079/2345] Linking target drivers/librte_pmd_dpaa2.so.21.0
FAILED: drivers/librte_pmd_dpaa2.so.21.0 
gcc  -o drivers/librte_pmd_dpaa2.so.21.0 drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_pmd_dpaa2.so.21 -Wl,--no-as-needed -pthread -lm -ldl -lnuma lib/librte_ethdev.so.21.0 lib/librte_eal.so.21.0 lib/librte_kvargs.so.21.0 lib/librte_telemetry.so.21.0 lib/librte_net.so.21.0 lib/librte_mbuf.so.21.0 lib/librte_mempool.so.21.0 lib/librte_ring.so.21.0 lib/librte_meter.so.21.0 drivers/librte_bus_pci.so.21.0 lib/librte_pci.so.21.0 drivers/librte_bus_vdev.so.21.0 drivers/librte_mempool_dpaa2.so.21.0 drivers/librte_bus_fslmc.so.21.0 drivers/librte_common_dpaax.so.21.0 lib/librte_eventdev.so.21.0 lib/librte_hash.so.21.0 lib/librte_timer.so.21.0 lib/librte_cryptodev.so.21.0 -Wl,--end-group -Wl,--version-script=/root/dpdk/drivers/net/dpaa2/rte_pmd_dpaa2_version.map '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/lib -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/drivers
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x270): undefined reference to `dpaa2_timesync_enable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x278): undefined reference to `dpaa2_timesync_disable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x280): undefined reference to `dpaa2_timesync_read_rx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x288): undefined reference to `dpaa2_timesync_read_tx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x290): undefined reference to `dpaa2_timesync_adjust_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x298): undefined reference to `dpaa2_timesync_read_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x2a0): undefined reference to `dpaa2_timesync_write_time'
collect2: error: ld returned 1 exit status
[1080/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_res.c.o
[1081/2345] Generating rte_pmd_e1000.sym_chk with a meson_exe.py custom command
[1082/2345] Generating rte_pmd_ena.sym_chk with a meson_exe.py custom command
[1083/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_fm_flow.c.o
[1084/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx_vec_avx2.c.o
[1085/2345] Compiling C object drivers/libtmp_rte_pmd_failsafe.a.p/net_failsafe_failsafe_args.c.o
[1086/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev.c.o
[1087/2345] Compiling C object drivers/libtmp_rte_pmd_failsafe.a.p/net_failsafe_failsafe_flow.c.o
[1088/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx.c.o
[1089/2345] Compiling C object drivers/libtmp_rte_pmd_failsafe.a.p/net_failsafe_failsafe.c.o
[1090/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_main.c.o
[1091/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker.c.o
[1092/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker_dual.c.o
ninja: build stopped: subcommand failed.
16/09/2020 18:00:49                   TestIeee1588: set_up_all failed:
Traceback (most recent call last):
  File "/home/autoregression/zx_meson/framework/test_case.py", line 258, in execute_setup_all
    self.set_up_all()
  File "tests/TestSuite_ieee1588.py", line 61, in set_up_all
    self.dut.build_install_dpdk(self.target)
  File "/home/autoregression/zx_meson/framework/project_dpdk.py", line 274, in build_install_dpdk
    build_install_dpdk(target, extra_options)
  File "/home/autoregression/zx_meson/framework/project_dpdk.py", line 315, in build_install_dpdk_linux_meson
    assert ("FAILED" not in out), "ninja complie failed ...\r\n %s" % out
AssertionError: ninja complie failed ...
 ninja: Entering directory `x86_64-native-linuxapp-gcc'
[1/2345] Generating rte_telemetry_mingw with a custom command
[2/2345] Generating rte_telemetry_def with a custom command
[3/2345] Generating rte_kvargs_mingw with a custom command
[4/2345] Generating rte_kvargs_def with a custom command
[5/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_cpuflags.c.o
[6/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_debug.c.o
[7/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_class.c.o
[8/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_data.c.o
[9/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_errno.c.o
[10/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hypervisor.c.o
[11/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_config.c.o
[12/2345] Compiling C object lib/librte_kvargs.a.p/librte_kvargs_rte_kvargs.c.o
[13/2345] Linking static target lib/librte_kvargs.a
[14/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_hexdump.c.o
[15/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_launch.c.o
[16/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry_legacy.c.o
[17/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_bus.c.o
[18/2345] Compiling C object buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o
[19/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_devargs.c.o
[20/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_mcfg.c.o
[21/2345] Linking target buildtools/pmdinfogen/pmdinfogen
[22/2345] Compiling C object lib/librte_telemetry.a.p/librte_telemetry_telemetry.c.o
[23/2345] Linking static target lib/librte_telemetry.a
[24/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_log.c.o
[25/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dev.c.o
[26/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memalloc.c.o
[27/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_string_fns.c.o
[28/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_lcore.c.o
[29/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_tailqs.c.o
[30/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_thread.c.o
[31/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_timer.c.o
[32/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memzone.c.o
[33/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_uuid.c.o
[34/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_ctf.c.o
[35/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_fbarray.c.o
[36/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_utils.c.o
[37/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace_points.c.o
[38/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_memory.c.o
[39/2345] Generating kvargs.sym_chk with a meson_exe.py custom command
[40/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_trace.c.o
[41/2345] Linking target lib/librte_kvargs.so.21.0
[42/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_reciprocal.c.o
[43/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_keepalive.c.o
[44/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_proc.c.o
[45/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_hotplug_mp.c.o
[46/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_elem.c.o
[47/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_timer.c.o
[48/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_mp.c.o
[49/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_file.c.o
[50/2345] Generating telemetry.sym_chk with a meson_exe.py custom command
[51/2345] Compiling C object lib/librte_eal.a.p/librte_eal_unix_eal_unix_memory.c.o
[52/2345] Linking target lib/librte_telemetry.so.21.0
[53/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_cpuflags.c.o
[54/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_debug.c.o
[55/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_dynmem.c.o
[56/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_lcore.c.o
[57/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_alarm.c.o
[58/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_log.c.o
[59/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_hugepage_info.c.o
[60/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_dev.c.o
[61/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_service.c.o
[62/2345] Generating symbol file lib/librte_kvargs.so.21.0.p/librte_kvargs.so.21.0.symbols
[63/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_random.c.o
[64/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio_mp_sync.c.o
[65/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_timer.c.o
[66/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cpuflags.c.o
[67/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_spinlock.c.o
[68/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_hypervisor.c.o
[69/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal.c.o
[70/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_thread.c.o
[71/2345] Generating rte_eal_mingw with a custom command
[72/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_rte_malloc.c.o
[73/2345] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cycles.c.o
[74/2345] Generating rte_rcu_def with a custom command
[75/2345] Generating rte_eal_def with a custom command
[76/2345] Generating rte_rcu_mingw with a custom command
[77/2345] Generating rte_ring_mingw with a custom command
[78/2345] Generating rte_ring_def with a custom command
[79/2345] Generating symbol file lib/librte_telemetry.so.21.0.p/librte_telemetry.so.21.0.symbols
[80/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_malloc_heap.c.o
[81/2345] Generating rte_mempool_def with a custom command
[82/2345] Generating rte_mempool_mingw with a custom command
[83/2345] Compiling C object lib/librte_ring.a.p/librte_ring_rte_ring.c.o
[84/2345] Linking static target lib/librte_ring.a
[85/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_interrupts.c.o
[86/2345] Compiling C object lib/librte_eal.a.p/librte_eal_common_eal_common_options.c.o
[87/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memalloc.c.o
[88/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_memory.c.o
[89/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[90/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops_default.c.o
[91/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_mempool_trace_points.c.o
[92/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool_ops.c.o
[93/2345] Compiling C object lib/librte_eal.a.p/librte_eal_linux_eal_vfio.c.o
[94/2345] Generating ring.sym_chk with a meson_exe.py custom command
[95/2345] Linking static target lib/librte_eal.a
[96/2345] Generating rte_mbuf_def with a custom command
[97/2345] Generating rte_mbuf_mingw with a custom command
[98/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops_default.c.o
[99/2345] Compiling C object lib/librte_rcu.a.p/librte_rcu_rte_rcu_qsbr.c.o
[100/2345] Linking static target lib/librte_rcu.a
[101/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool_ops.c.o
[102/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_rte_mempool.c.o
[103/2345] Compiling C object lib/librte_mempool.a.p/librte_mempool_rte_mempool.c.o
[104/2345] Linking static target lib/librte_mempool.a
[105/2345] Compiling C object lib/librte_mempool.so.21.0.p/librte_mempool_mempool_trace_points.c.o
[106/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_ptype.c.o
[107/2345] Generating rte_net_def with a custom command
[108/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_ether.c.o
[109/2345] Generating rte_net_mingw with a custom command
[110/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_pool_ops.c.o
[111/2345] Generating rte_meter_mingw with a custom command
[112/2345] Generating rte_meter_def with a custom command
[113/2345] Generating rcu.sym_chk with a meson_exe.py custom command
[114/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf_dyn.c.o
[115/2345] Compiling C object lib/librte_meter.a.p/librte_meter_rte_meter.c.o
[116/2345] Linking static target lib/librte_meter.a
[117/2345] Compiling C object lib/librte_meter.so.21.0.p/librte_meter_rte_meter.c.o
[118/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_arp.c.o
[119/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net_crc.c.o
[120/2345] Compiling C object lib/librte_net.a.p/librte_net_rte_net.c.o
[121/2345] Linking static target lib/librte_net.a
[122/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_rte_cryptodev.c.o
[123/2345] Generating mempool.sym_chk with a meson_exe.py custom command
[124/2345] Generating rte_ethdev_def with a custom command
[125/2345] Generating rte_ethdev_mingw with a custom command
[126/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_private.c.o
[127/2345] Generating rte_pci_def with a custom command
[128/2345] Generating rte_pci_mingw with a custom command
[129/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_profile.c.o
[130/2345] Compiling C object lib/librte_pci.a.p/librte_pci_rte_pci.c.o
[131/2345] Linking static target lib/librte_pci.a
[132/2345] Generating meter.sym_chk with a meson_exe.py custom command
[133/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_trace_points.c.o
[134/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline.c.o
[135/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_cirbuf.c.o
[136/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_ipaddr.c.o
[137/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_class_eth.c.o
[138/2345] Generating net.sym_chk with a meson_exe.py custom command
[139/2345] Compiling C object lib/librte_mbuf.a.p/librte_mbuf_rte_mbuf.c.o
[140/2345] Linking static target lib/librte_mbuf.a
[141/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_mtr.c.o
[142/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor.c.o
[143/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_string.c.o
[144/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_portlist.c.o
[145/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_num.c.o
[146/2345] Generating rte_cmdline_def with a custom command
[147/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse.c.o
[148/2345] Generating rte_cmdline_mingw with a custom command
[149/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_socket.c.o
[150/2345] Generating rte_metrics_mingw with a custom command
[151/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_vt100.c.o
[152/2345] Generating rte_metrics_def with a custom command
[153/2345] Generating pci.sym_chk with a meson_exe.py custom command
[154/2345] Generating rte_hash_def with a custom command
[155/2345] Generating rte_hash_mingw with a custom command
[156/2345] Generating rte_timer_def with a custom command
[157/2345] Generating rte_timer_mingw with a custom command
[158/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_fbk_hash.c.o
[159/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics.c.o
[160/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_rdline.c.o
[161/2345] Generating eal.sym_chk with a meson_exe.py custom command
[162/2345] Compiling C object lib/librte_cmdline.a.p/librte_cmdline_cmdline_parse_etheraddr.c.o
[163/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_tm.c.o
[164/2345] Linking static target lib/librte_cmdline.a
[165/2345] Linking target lib/librte_eal.so.21.0
[166/2345] Generating mbuf.sym_chk with a meson_exe.py custom command
[167/2345] Compiling C object lib/librte_acl.a.p/librte_acl_tb_mem.c.o
[168/2345] Compiling C object lib/librte_timer.a.p/librte_timer_rte_timer.c.o
[169/2345] Linking static target lib/librte_timer.a
[170/2345] Generating cmdline.sym_chk with a meson_exe.py custom command
[171/2345] Generating rte_acl_def with a custom command
[172/2345] Generating rte_acl_mingw with a custom command
[173/2345] Generating rte_bbdev_def with a custom command
[174/2345] Generating symbol file lib/librte_eal.so.21.0.p/librte_eal.so.21.0.symbols
[175/2345] Compiling C object lib/librte_metrics.a.p/librte_metrics_rte_metrics_telemetry.c.o
[176/2345] Compiling C object lib/librte_acl.a.p/librte_acl_rte_acl.c.o
[177/2345] Generating rte_bbdev_mingw with a custom command
[178/2345] Linking static target lib/librte_metrics.a
[179/2345] Linking target lib/librte_ring.so.21.0
[180/2345] Linking target lib/librte_meter.so.21.0
[181/2345] Linking target lib/librte_pci.so.21.0
[182/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_flow.c.o
[183/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_gen.c.o
[184/2345] Generating rte_bitratestats_def with a custom command
[185/2345] Generating rte_bitratestats_mingw with a custom command
[186/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_scalar.c.o
[187/2345] Generating rte_cfgfile_def with a custom command
[188/2345] Generating rte_cfgfile_mingw with a custom command
[189/2345] Generating symbol file lib/librte_meter.so.21.0.p/librte_meter.so.21.0.symbols
[190/2345] Generating timer.sym_chk with a meson_exe.py custom command
[191/2345] Generating symbol file lib/librte_pci.so.21.0.p/librte_pci.so.21.0.symbols
[192/2345] Linking target lib/librte_timer.so.21.0
[193/2345] Generating symbol file lib/librte_ring.so.21.0.p/librte_ring.so.21.0.symbols
[194/2345] Generating metrics.sym_chk with a meson_exe.py custom command
[195/2345] Linking target lib/librte_rcu.so.21.0
[196/2345] Compiling C object lib/librte_cfgfile.a.p/librte_cfgfile_rte_cfgfile.c.o
[197/2345] Linking static target lib/librte_cfgfile.a
[198/2345] Linking target lib/librte_mempool.so.21.0
[199/2345] Compiling C object lib/librte_bitratestats.a.p/librte_bitratestats_rte_bitrate.c.o
[200/2345] Linking static target lib/librte_bitratestats.a
[201/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_bld.c.o
[202/2345] Generating rte_compressdev_mingw with a custom command
[203/2345] Compiling C object lib/librte_bbdev.a.p/librte_bbdev_rte_bbdev.c.o
[204/2345] Linking static target lib/librte_bbdev.a
[205/2345] Generating rte_compressdev_def with a custom command
[206/2345] Generating symbol file lib/librte_rcu.so.21.0.p/librte_rcu.so.21.0.symbols
[207/2345] Generating symbol file lib/librte_timer.so.21.0.p/librte_timer.so.21.0.symbols
[208/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev_pmd.c.o
[209/2345] Generating rte_pipeline_def with a custom command
[210/2345] Generating rte_pipeline_mingw with a custom command
[211/2345] Generating cfgfile.sym_chk with a meson_exe.py custom command
[212/2345] Generating rte_cryptodev_def with a custom command
[213/2345] Generating symbol file lib/librte_mempool.so.21.0.p/librte_mempool.so.21.0.symbols
[214/2345] Generating rte_cryptodev_mingw with a custom command
[215/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_comp.c.o
[216/2345] Linking target lib/librte_cfgfile.so.21.0
[217/2345] Linking target lib/librte_mbuf.so.21.0
[218/2345] Generating bitratestats.sym_chk with a meson_exe.py custom command
[219/2345] Compiling C object lib/librte_compressdev.a.p/librte_compressdev_rte_compressdev.c.o
[220/2345] Linking static target lib/librte_compressdev.a
[221/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_sse.c.o
[222/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_port_in_action.c.o
[223/2345] Generating rte_distributor_mingw with a custom command
[224/2345] Generating symbol file lib/librte_mbuf.so.21.0.p/librte_mbuf.so.21.0.symbols
[225/2345] Generating rte_distributor_def with a custom command
[226/2345] Compiling C object lib/librte_cryptodev.a.p/librte_cryptodev_cryptodev_trace_points.c.o
[227/2345] Linking static target lib/librte_cryptodev.a
[228/2345] Linking target lib/librte_net.so.21.0
[229/2345] Generating bbdev.sym_chk with a meson_exe.py custom command
[230/2345] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_ethdev.c.o
[231/2345] Linking target lib/librte_bbdev.so.21.0
[232/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev_pmd.c.o
[233/2345] Linking static target lib/librte_ethdev.a
[234/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_cryptodev_trace_points.c.o
[235/2345] Generating rte_efd_def with a custom command
[236/2345] Generating rte_efd_mingw with a custom command
[237/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_ring.c.o
[238/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_single.c.o
[239/2345] Generating compressdev.sym_chk with a meson_exe.py custom command
[240/2345] Linking target lib/librte_compressdev.so.21.0
[241/2345] Generating symbol file lib/librte_net.so.21.0.p/librte_net.so.21.0.symbols
[242/2345] Compiling C object lib/librte_distributor.a.p/librte_distributor_rte_distributor_match_sse.c.o
[243/2345] Linking target lib/librte_cmdline.so.21.0
[244/2345] Linking static target lib/librte_distributor.a
[245/2345] Generating symbol file lib/librte_bbdev.so.21.0.p/librte_bbdev.so.21.0.symbols
[246/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_eventdev_trace_points.c.o
[247/2345] Generating cryptodev.sym_chk with a meson_exe.py custom command
[248/2345] Generating rte_eventdev_def with a custom command
[249/2345] Generating rte_eventdev_mingw with a custom command
[250/2345] Generating symbol file lib/librte_compressdev.so.21.0.p/librte_compressdev.so.21.0.symbols
[251/2345] Compiling C object lib/librte_acl.a.p/librte_acl_acl_run_avx2.c.o
[252/2345] Linking static target lib/librte_acl.a
[253/2345] Compiling C object lib/librte_hash.a.p/librte_hash_rte_cuckoo_hash.c.o
[254/2345] Linking static target lib/librte_hash.a
[255/2345] Generating ethdev.sym_chk with a meson_exe.py custom command
[256/2345] Generating distributor.sym_chk with a meson_exe.py custom command
[257/2345] Compiling C object lib/librte_cryptodev.so.21.0.p/librte_cryptodev_rte_cryptodev.c.o
[258/2345] Linking target lib/librte_ethdev.so.21.0
[259/2345] Linking target lib/librte_distributor.so.21.0
[260/2345] Linking target lib/librte_cryptodev.so.21.0
[261/2345] Generating acl.sym_chk with a meson_exe.py custom command
[262/2345] Generating hash.sym_chk with a meson_exe.py custom command
[263/2345] Linking target lib/librte_acl.so.21.0
[264/2345] Linking target lib/librte_hash.so.21.0
[265/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_tcp4.c.o
[266/2345] Generating symbol file lib/librte_ethdev.so.21.0.p/librte_ethdev.so.21.0.symbols
[267/2345] Generating rte_gro_def with a custom command
[268/2345] Generating symbol file lib/librte_cryptodev.so.21.0.p/librte_cryptodev.so.21.0.symbols
[269/2345] Linking target lib/librte_metrics.so.21.0
[270/2345] Generating rte_gro_mingw with a custom command
[271/2345] Compiling C object lib/librte_gro.a.p/librte_gro_gro_vxlan_tcp4.c.o
[272/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_timer_adapter.c.o
[273/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_eventdev.c.o
[274/2345] Compiling C object lib/librte_gro.a.p/librte_gro_rte_gro.c.o
[275/2345] Linking static target lib/librte_gro.a
[276/2345] Compiling C object lib/librte_efd.a.p/librte_efd_rte_efd.c.o
[277/2345] Linking static target lib/librte_efd.a
[278/2345] Generating symbol file lib/librte_acl.so.21.0.p/librte_acl.so.21.0.symbols
[279/2345] Generating rte_gso_def with a custom command
[280/2345] Generating symbol file lib/librte_hash.so.21.0.p/librte_hash.so.21.0.symbols
[281/2345] Generating rte_gso_mingw with a custom command
[282/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_tx_adapter.c.o
[283/2345] Generating symbol file lib/librte_metrics.so.21.0.p/librte_metrics.so.21.0.symbols
[284/2345] Linking target lib/librte_bitratestats.so.21.0
[285/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_udp4.c.o
[286/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_crypto_adapter.c.o
[287/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tcp4.c.o
[288/2345] Generating gro.sym_chk with a meson_exe.py custom command
[289/2345] Compiling C object lib/librte_gso.a.p/librte_gso_rte_gso.c.o
[290/2345] Generating efd.sym_chk with a meson_exe.py custom command
[291/2345] Generating rte_ip_frag_def with a custom command
[292/2345] Generating rte_ip_frag_mingw with a custom command
[293/2345] Linking target lib/librte_gro.so.21.0
[294/2345] Linking target lib/librte_efd.so.21.0
[295/2345] Generating rte_jobstats_def with a custom command
[296/2345] Generating rte_jobstats_mingw with a custom command
[297/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_tunnel_tcp4.c.o
[298/2345] Generating rte_kni_def with a custom command
[299/2345] Generating rte_kni_mingw with a custom command
[300/2345] Generating rte_latencystats_def with a custom command
[301/2345] Generating rte_latencystats_mingw with a custom command
[302/2345] Compiling C object lib/librte_gso.a.p/librte_gso_gso_common.c.o
[303/2345] Linking static target lib/librte_gso.a
[304/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_reassembly.c.o
[305/2345] Generating rte_lpm_def with a custom command
[306/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_reassembly.c.o
[307/2345] Generating rte_lpm_mingw with a custom command
[308/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv6_fragmentation.c.o
[309/2345] Compiling C object lib/librte_jobstats.a.p/librte_jobstats_rte_jobstats.c.o
[310/2345] Linking static target lib/librte_jobstats.a
[311/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member.c.o
[312/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_ip_frag_internal.c.o
[313/2345] Generating rte_member_def with a custom command
[314/2345] Compiling C object lib/librte_eventdev.a.p/librte_eventdev_rte_event_eth_rx_adapter.c.o
[315/2345] Linking static target lib/librte_eventdev.a
[316/2345] Generating rte_member_mingw with a custom command
[317/2345] Generating gso.sym_chk with a meson_exe.py custom command
[318/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ipv4_fragmentation.c.o
[319/2345] Compiling C object lib/librte_ip_frag.a.p/librte_ip_frag_rte_ip_frag_common.c.o
[320/2345] Linking static target lib/librte_ip_frag.a
[321/2345] Linking target lib/librte_gso.so.21.0
[322/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power.c.o
[323/2345] Compiling C object lib/librte_latencystats.a.p/librte_latencystats_rte_latencystats.c.o
[324/2345] Linking static target lib/librte_latencystats.a
[325/2345] Compiling C object lib/librte_power.a.p/librte_power_power_kvm_vm.c.o
[326/2345] Generating jobstats.sym_chk with a meson_exe.py custom command
[327/2345] Linking target lib/librte_jobstats.so.21.0
[328/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm.c.o
[329/2345] Compiling C object lib/librte_power.a.p/librte_power_guest_channel.c.o
[330/2345] Generating rte_power_def with a custom command
[331/2345] Compiling C object lib/librte_power.a.p/librte_power_power_common.c.o
[332/2345] Generating rte_power_mingw with a custom command
[333/2345] Compiling C object lib/librte_kni.a.p/librte_kni_rte_kni.c.o
[334/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_vbf.c.o
[335/2345] Linking static target lib/librte_kni.a
[336/2345] Generating rte_pdump_def with a custom command
[337/2345] Generating rte_pdump_mingw with a custom command
[338/2345] Compiling C object lib/librte_power.a.p/librte_power_rte_power_empty_poll.c.o
[339/2345] Generating rte_rawdev_def with a custom command
[340/2345] Generating rte_rawdev_mingw with a custom command
[341/2345] Generating eventdev.sym_chk with a meson_exe.py custom command
[342/2345] Generating ip_frag.sym_chk with a meson_exe.py custom command
[343/2345] Generating rte_regexdev_def with a custom command
[344/2345] Generating symbol file lib/librte_gso.so.21.0.p/librte_gso.so.21.0.symbols
[345/2345] Linking target lib/librte_eventdev.so.21.0
[346/2345] Generating rte_regexdev_mingw with a custom command
[347/2345] Linking target lib/librte_ip_frag.so.21.0
[348/2345] Compiling C object lib/librte_lpm.a.p/librte_lpm_rte_lpm6.c.o
[349/2345] Linking static target lib/librte_lpm.a
[350/2345] Generating latencystats.sym_chk with a meson_exe.py custom command
[351/2345] Linking target lib/librte_latencystats.so.21.0
[352/2345] Generating rte_rib_def with a custom command
[353/2345] Generating rte_rib_mingw with a custom command
[354/2345] Compiling C object lib/librte_power.a.p/librte_power_power_acpi_cpufreq.c.o
[355/2345] Generating rte_reorder_def with a custom command
[356/2345] Generating rte_reorder_mingw with a custom command
[357/2345] Generating kni.sym_chk with a meson_exe.py custom command
[358/2345] Linking target lib/librte_kni.so.21.0
[359/2345] Generating symbol file lib/librte_eventdev.so.21.0.p/librte_eventdev.so.21.0.symbols
[360/2345] Generating symbol file lib/librte_ip_frag.so.21.0.p/librte_ip_frag.so.21.0.symbols
[361/2345] Generating lpm.sym_chk with a meson_exe.py custom command
[362/2345] Compiling C object lib/librte_power.a.p/librte_power_power_pstate_cpufreq.c.o
[363/2345] Linking static target lib/librte_power.a
[364/2345] Linking target lib/librte_lpm.so.21.0
[365/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_red.c.o
[366/2345] Generating rte_sched_def with a custom command
[367/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_approx.c.o
[368/2345] Generating rte_sched_mingw with a custom command
[369/2345] Compiling C object lib/librte_regexdev.a.p/librte_regexdev_rte_regexdev.c.o
[370/2345] Linking static target lib/librte_regexdev.a
[371/2345] Compiling C object lib/librte_rawdev.a.p/librte_rawdev_rte_rawdev.c.o
[372/2345] Linking static target lib/librte_rawdev.a
[373/2345] Generating rte_security_def with a custom command
[374/2345] Generating rte_security_mingw with a custom command
[375/2345] Compiling C object lib/librte_member.a.p/librte_member_rte_member_ht.c.o
[376/2345] Linking static target lib/librte_member.a
[377/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib.c.o
[378/2345] Generating symbol file lib/librte_kni.so.21.0.p/librte_kni.so.21.0.symbols
[379/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack.c.o
[380/2345] Generating rte_stack_def with a custom command
[381/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_std.c.o
[382/2345] Generating rte_stack_mingw with a custom command
[383/2345] Compiling C object lib/librte_stack.a.p/librte_stack_rte_stack_lf.c.o
[384/2345] Linking static target lib/librte_stack.a
[385/2345] Compiling C object lib/librte_pdump.a.p/librte_pdump_rte_pdump.c.o
[386/2345] Linking static target lib/librte_pdump.a
[387/2345] Compiling C object lib/librte_reorder.a.p/librte_reorder_rte_reorder.c.o
[388/2345] Generating symbol file lib/librte_lpm.so.21.0.p/librte_lpm.so.21.0.symbols
[389/2345] Linking static target lib/librte_reorder.a
[390/2345] Generating power.sym_chk with a meson_exe.py custom command
[391/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_fd_man.c.o
[392/2345] Generating rawdev.sym_chk with a meson_exe.py custom command
[393/2345] Linking target lib/librte_power.so.21.0
[394/2345] Generating regexdev.sym_chk with a meson_exe.py custom command
[395/2345] Linking target lib/librte_rawdev.so.21.0
[396/2345] Generating member.sym_chk with a meson_exe.py custom command
[397/2345] Compiling C object lib/librte_rib.a.p/librte_rib_rte_rib6.c.o
[398/2345] Linking static target lib/librte_rib.a
[399/2345] Linking target lib/librte_regexdev.so.21.0
[400/2345] Linking target lib/librte_member.so.21.0
[401/2345] Compiling C object lib/librte_security.a.p/librte_security_rte_security.c.o
[402/2345] Linking static target lib/librte_security.a
[403/2345] Generating stack.sym_chk with a meson_exe.py custom command
[404/2345] Generating reorder.sym_chk with a meson_exe.py custom command
[405/2345] Linking target lib/librte_stack.so.21.0
[406/2345] Generating pdump.sym_chk with a meson_exe.py custom command
[407/2345] Linking target lib/librte_reorder.so.21.0
[408/2345] Linking target lib/librte_pdump.so.21.0
[409/2345] Generating symbol file lib/librte_rawdev.so.21.0.p/librte_rawdev.so.21.0.symbols
[410/2345] Generating rte_vhost_def with a custom command
[411/2345] Generating rte_vhost_mingw with a custom command
[412/2345] Generating security.sym_chk with a meson_exe.py custom command
[413/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_iotlb.c.o
[414/2345] Linking target lib/librte_security.so.21.0
[415/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vdpa.c.o
[416/2345] Generating symbol file lib/librte_stack.so.21.0.p/librte_stack.so.21.0.symbols
[417/2345] Generating rib.sym_chk with a meson_exe.py custom command
[418/2345] Linking target lib/librte_rib.so.21.0
[419/2345] Generating symbol file lib/librte_reorder.so.21.0.p/librte_reorder.so.21.0.symbols
[420/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_socket.c.o
[421/2345] Generating rte_ipsec_def with a custom command
[422/2345] Generating rte_ipsec_mingw with a custom command
[423/2345] Compiling C object lib/librte_sched.a.p/librte_sched_rte_sched.c.o
[424/2345] Linking static target lib/librte_sched.a
[425/2345] Generating symbol file lib/librte_security.so.21.0.p/librte_security.so.21.0.symbols
[426/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib.c.o
[427/2345] Generating symbol file lib/librte_rib.so.21.0.p/librte_rib.so.21.0.symbols
[428/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ses.c.o
[429/2345] Generating rte_fib_def with a custom command
[430/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost.c.o
[431/2345] Generating rte_fib_mingw with a custom command
[432/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_sa.c.o
[433/2345] Generating sched.sym_chk with a meson_exe.py custom command
[434/2345] Linking target lib/librte_sched.so.21.0
[435/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_user.c.o
[436/2345] Compiling C object lib/librte_fib.a.p/librte_fib_rte_fib6.c.o
[437/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_ipsec_sad.c.o
[438/2345] Compiling C object lib/librte_fib.a.p/librte_fib_dir24_8.c.o
[439/2345] Generating symbol file lib/librte_sched.so.21.0.p/librte_sched.so.21.0.symbols
[440/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_frag.c.o
[441/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sched.c.o
[442/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_fd.c.o
[443/2345] Compiling C object lib/librte_fib.a.p/librte_fib_trie.c.o
[444/2345] Linking static target lib/librte_fib.a
[445/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_inb.c.o
[446/2345] Compiling C object lib/librte_ipsec.a.p/librte_ipsec_esp_outb.c.o
[447/2345] Linking static target lib/librte_ipsec.a
[448/2345] Generating rte_port_def with a custom command
[449/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ethdev.c.o
[450/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ras.c.o
[451/2345] Generating rte_port_mingw with a custom command
[452/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_vhost_crypto.c.o
[453/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_sym_crypto.c.o
[454/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_source_sink.c.o
[455/2345] Generating ipsec.sym_chk with a meson_exe.py custom command
[456/2345] Generating fib.sym_chk with a meson_exe.py custom command
[457/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_acl.c.o
[458/2345] Linking target lib/librte_ipsec.so.21.0
[459/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_kni.c.o
[460/2345] Linking target lib/librte_fib.so.21.0
[461/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm.c.o
[462/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_lpm_ipv6.c.o
[463/2345] Generating rte_table_def with a custom command
[464/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_cuckoo.c.o
[465/2345] Generating rte_table_mingw with a custom command
[466/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_eventdev.c.o
[467/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82540.c.o
[468/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_array.c.o
[469/2345] Generating rte_pmd_dpaa2_mingw with a custom command
[470/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82541.c.o
[471/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_stub.c.o
[472/2345] Generating rte_flow_classify_mingw with a custom command
[473/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_base.c.o
[474/2345] Generating rte_flow_classify_def with a custom command
[475/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key8.c.o
[476/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_80003es2lan.c.o
[477/2345] Compiling C object lib/librte_port.a.p/librte_port_rte_port_ring.c.o
[478/2345] Linking static target lib/librte_port.a
[479/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key16.c.o
[480/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_key32.c.o
[481/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82542.c.o
[482/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load.c.o
[483/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_pipeline.c.o
[484/2345] Generating rte_bpf_def with a custom command
[485/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf.c.o
[486/2345] Generating rte_bpf_mingw with a custom command
[487/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify_parse.c.o
[488/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_ext.c.o
[489/2345] Generating port.sym_chk with a meson_exe.py custom command
[490/2345] Compiling C object lib/librte_flow_classify.a.p/librte_flow_classify_rte_flow_classify.c.o
[491/2345] Compiling C object lib/librte_table.a.p/librte_table_rte_table_hash_lru.c.o
[492/2345] Linking static target lib/librte_flow_classify.a
[493/2345] Linking static target lib/librte_table.a
[494/2345] Linking target lib/librte_port.so.21.0
[495/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_exec.c.o
[496/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_load_elf.c.o
[497/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph.c.o
[498/2345] Generating symbol file lib/librte_port.so.21.0.p/librte_port.so.21.0.symbols
[499/2345] Generating table.sym_chk with a meson_exe.py custom command
[500/2345] Generating rte_graph_def with a custom command
[501/2345] Generating rte_graph_mingw with a custom command
[502/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_ops.c.o
[503/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_debug.c.o
[504/2345] Compiling C object lib/librte_node.a.p/librte_node_null.c.o
[505/2345] Generating flow_classify.sym_chk with a meson_exe.py custom command
[506/2345] Linking target lib/librte_table.so.21.0
[507/2345] Compiling C object lib/librte_graph.a.p/librte_graph_node.c.o
[508/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_pkt.c.o
[509/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_stats.c.o
[510/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_validate.c.o
[511/2345] Generating rte_node_def with a custom command
[512/2345] Generating rte_node_mingw with a custom command
[513/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_drop.c.o
[514/2345] Generating rte_common_cpt_mingw with a custom command
[515/2345] Generating symbol file lib/librte_table.so.21.0.p/librte_table.so.21.0.symbols
[516/2345] Compiling C object lib/librte_node.a.p/librte_node_log.c.o
[517/2345] Compiling C object lib/librte_graph.a.p/librte_graph_graph_populate.c.o
[518/2345] Linking static target lib/librte_graph.a
[519/2345] Compiling C object lib/librte_bpf.a.p/librte_bpf_bpf_jit_x86.c.o
[520/2345] Linking static target lib/librte_bpf.a
[521/2345] Generating rte_common_cpt_def with a custom command
[522/2345] Linking target lib/librte_flow_classify.so.21.0
[523/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_rx.c.o
[524/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_tx.c.o
[525/2345] Generating rte_common_dpaax_mingw with a custom command
[526/2345] Generating rte_common_dpaax_def with a custom command
[527/2345] Compiling C object lib/librte_node.a.p/librte_node_ethdev_ctrl.c.o
[528/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_caamflib.c.o
[529/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaax_iova_table.c.o
[530/2345] Generating rte_common_iavf_def with a custom command
[531/2345] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaa_of.c.o
[532/2345] Linking static target drivers/libtmp_rte_common_dpaax.a
[533/2345] Generating rte_common_dpaax.pmd.c with a custom command
[534/2345] Generating rte_common_iavf_mingw with a custom command
[535/2345] Compiling C object drivers/librte_common_dpaax.a.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[536/2345] Compiling C object drivers/librte_common_dpaax.so.21.0.p/meson-generated_.._rte_common_dpaax.pmd.c.o
[537/2345] Linking static target drivers/librte_common_dpaax.a
[538/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[539/2345] Generating rte_common_octeontx_def with a custom command
[540/2345] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[541/2345] Linking static target drivers/libtmp_rte_common_cpt.a
[542/2345] Generating rte_common_cpt.pmd.c with a custom command
[543/2345] Generating rte_common_octeontx_mingw with a custom command
[544/2345] Compiling C object drivers/librte_common_cpt.a.p/meson-generated_.._rte_common_cpt.pmd.c.o
[545/2345] Linking static target drivers/librte_common_cpt.a
[546/2345] Compiling C object drivers/librte_common_cpt.so.21.0.p/meson-generated_.._rte_common_cpt.pmd.c.o
[547/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_lookup.c.o
[548/2345] Generating bpf.sym_chk with a meson_exe.py custom command
[549/2345] Linking target lib/librte_bpf.so.21.0
[550/2345] Compiling C object drivers/libtmp_rte_common_octeontx.a.p/common_octeontx_octeontx_mbox.c.o
[551/2345] Linking static target drivers/libtmp_rte_common_octeontx.a
[552/2345] Generating rte_common_octeontx.pmd.c with a custom command
[553/2345] Compiling C object drivers/librte_common_octeontx.a.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[554/2345] Linking static target drivers/librte_common_octeontx.a
[555/2345] Generating graph.sym_chk with a meson_exe.py custom command
[556/2345] Compiling C object lib/librte_node.a.p/librte_node_pkt_cls.c.o
[557/2345] Linking target lib/librte_graph.so.21.0
[558/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_irq.c.o
[559/2345] Compiling C object drivers/librte_common_octeontx.so.21.0.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[560/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_impl.c.o
[561/2345] Generating rte_common_octeontx2_mingw with a custom command
[562/2345] Generating rte_common_octeontx2_def with a custom command
[563/2345] Compiling C object lib/librte_node.a.p/librte_node_ip4_rewrite.c.o
[564/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_common.c.o
[565/2345] Linking static target lib/librte_node.a
[566/2345] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command
[567/2345] Linking target drivers/librte_common_cpt.so.21.0
[568/2345] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command
[569/2345] Linking target drivers/librte_common_dpaax.so.21.0
[570/2345] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_adminq.c.o
[571/2345] Linking static target drivers/libtmp_rte_common_iavf.a
[572/2345] Generating rte_common_octeontx.sym_chk with a meson_exe.py custom command
[573/2345] Generating rte_common_iavf.pmd.c with a custom command
[574/2345] Compiling C object drivers/librte_common_iavf.a.p/meson-generated_.._rte_common_iavf.pmd.c.o
[575/2345] Linking static target drivers/librte_common_iavf.a
[576/2345] Generating symbol file lib/librte_graph.so.21.0.p/librte_graph.so.21.0.symbols
[577/2345] Linking target drivers/librte_common_octeontx.so.21.0
[578/2345] Compiling C object drivers/librte_common_iavf.so.21.0.p/meson-generated_.._rte_common_iavf.pmd.c.o
[579/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman.c.o
[580/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_common.c.o
[581/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_mbox.c.o
[582/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_sec_idev.c.o
[583/2345] Generating symbol file drivers/librte_common_cpt.so.21.0.p/librte_common_cpt.so.21.0.symbols
[584/2345] Generating node.sym_chk with a meson_exe.py custom command
[585/2345] Compiling C object drivers/libtmp_rte_common_octeontx2.a.p/common_octeontx2_otx2_dev.c.o
[586/2345] Linking static target drivers/libtmp_rte_common_octeontx2.a
[587/2345] Linking target lib/librte_node.so.21.0
[588/2345] Generating rte_common_octeontx2.pmd.c with a custom command
[589/2345] Generating symbol file drivers/librte_common_dpaax.so.21.0.p/librte_common_dpaax.so.21.0.symbols
[590/2345] Compiling C object drivers/librte_common_octeontx2.a.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[591/2345] Linking static target drivers/librte_common_octeontx2.a
[592/2345] Compiling C object drivers/librte_common_octeontx2.so.21.0.p/meson-generated_.._rte_common_octeontx2.pmd.c.o
[593/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_netcfg_layer.c.o
[594/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_alloc.c.o
[595/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_sys.c.o
[596/2345] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command
[597/2345] Generating rte_bus_dpaa_mingw with a custom command
[598/2345] Generating symbol file drivers/librte_common_octeontx.so.21.0.p/librte_common_octeontx.so.21.0.symbols
[599/2345] Generating rte_bus_dpaa_def with a custom command
[600/2345] Linking target drivers/librte_common_iavf.so.21.0
[601/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_process.c.o
[602/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman_driver.c.o
[603/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpdmai.c.o
[604/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpcon.c.o
[605/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman_driver.c.o
[606/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpci.c.o
[607/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpbp.c.o
[608/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpmng.c.o
[609/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpio.c.o
[610/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_mc_sys.c.o
[611/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman_hw.c.o
[612/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman.c.o
[613/2345] Generating symbol file drivers/librte_common_iavf.so.21.0.p/librte_common_iavf.so.21.0.symbols
[614/2345] Generating rte_bus_fslmc_mingw with a custom command
[615/2345] Generating rte_bus_fslmc_def with a custom command
[616/2345] Generating rte_bus_ifpga_def with a custom command
[617/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_debug.c.o
[618/2345] Generating rte_common_octeontx2.sym_chk with a meson_exe.py custom command
[619/2345] Generating rte_bus_ifpga_mingw with a custom command
[620/2345] Linking target drivers/librte_common_octeontx2.so.21.0
[621/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_common.c.o
[622/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o
[623/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_params.c.o
[624/2345] Compiling C object drivers/libtmp_rte_bus_ifpga.a.p/bus_ifpga_ifpga_bus.c.o
[625/2345] Linking static target drivers/libtmp_rte_bus_ifpga.a
[626/2345] Generating rte_bus_ifpga.pmd.c with a custom command
[627/2345] Compiling C object drivers/librte_bus_ifpga.a.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[628/2345] Linking static target drivers/librte_bus_ifpga.a
[629/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpbp.c.o
[630/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common_uio.c.o
[631/2345] Compiling C object drivers/librte_bus_ifpga.so.21.0.p/meson-generated_.._rte_bus_ifpga.pmd.c.o
[632/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common.c.o
[633/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_bus.c.o
[634/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_vfio.c.o
[635/2345] Generating rte_bus_pci_def with a custom command
[636/2345] Generating rte_bus_pci_mingw with a custom command
[637/2345] Compiling C object lib/librte_vhost.a.p/librte_vhost_virtio_net.c.o
[638/2345] Linking static target lib/librte_vhost.a
[639/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpci.c.o
[640/2345] Generating rte_bus_vdev_def with a custom command
[641/2345] Generating rte_bus_vdev_mingw with a custom command
[642/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpio.c.o
[643/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev_params.c.o
[644/2345] Generating symbol file drivers/librte_common_octeontx2.so.21.0.p/librte_common_octeontx2.so.21.0.symbols
[645/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_uio.c.o
[646/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o
[647/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_bufring.c.o
[648/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common.c.o
[649/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common_uio.c.o
[650/2345] Generating rte_bus_vmbus_mingw with a custom command
[651/2345] Generating rte_bus_vmbus_def with a custom command
[652/2345] Compiling C object drivers/libtmp_rte_bus_vdev.a.p/bus_vdev_vdev.c.o
[653/2345] Linking static target drivers/libtmp_rte_bus_vdev.a
[654/2345] Generating rte_mempool_bucket_def with a custom command
[655/2345] Generating rte_bus_vdev.pmd.c with a custom command
[656/2345] Generating rte_mempool_bucket_mingw with a custom command
[657/2345] Compiling C object drivers/librte_bus_vdev.a.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[658/2345] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command
[659/2345] Compiling C object drivers/librte_bus_vdev.so.21.0.p/meson-generated_.._rte_bus_vdev.pmd.c.o
[660/2345] Linking static target drivers/librte_bus_vdev.a
[661/2345] Generating rte_mempool_dpaa_def with a custom command
[662/2345] Generating rte_mempool_dpaa_mingw with a custom command
[663/2345] Linking target drivers/librte_bus_ifpga.so.21.0
[664/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_bus.c.o
[665/2345] Generating rte_mempool_dpaa2_def with a custom command
[666/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_vfio.c.o
[667/2345] Generating rte_mempool_dpaa2_mingw with a custom command
[668/2345] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci.c.o
[669/2345] Linking static target drivers/libtmp_rte_bus_pci.a
[670/2345] Generating rte_bus_pci.pmd.c with a custom command
[671/2345] Generating rte_mempool_octeontx_def with a custom command
[672/2345] Compiling C object drivers/librte_bus_pci.a.p/meson-generated_.._rte_bus_pci.pmd.c.o
[673/2345] Compiling C object drivers/librte_bus_pci.so.21.0.p/meson-generated_.._rte_bus_pci.pmd.c.o
[674/2345] Linking static target drivers/librte_bus_pci.a
[675/2345] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_linux_vmbus_uio.c.o
[676/2345] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_portal.c.o
[677/2345] Linking static target drivers/libtmp_rte_bus_vmbus.a
[678/2345] Generating rte_mempool_octeontx_mingw with a custom command
[679/2345] Linking static target drivers/libtmp_rte_bus_fslmc.a
[680/2345] Generating rte_bus_vmbus.pmd.c with a custom command
[681/2345] Compiling C object drivers/librte_bus_vmbus.a.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[682/2345] Generating rte_bus_fslmc.pmd.c with a custom command
[683/2345] Linking static target drivers/librte_bus_vmbus.a
[684/2345] Compiling C object drivers/librte_bus_fslmc.a.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[685/2345] Compiling C object drivers/librte_bus_fslmc.so.21.0.p/meson-generated_.._rte_bus_fslmc.pmd.c.o
[686/2345] Linking static target drivers/librte_bus_fslmc.a
[687/2345] Generating vhost.sym_chk with a meson_exe.py custom command
[688/2345] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command
[689/2345] Linking target drivers/librte_bus_vdev.so.21.0
[690/2345] Generating symbol file drivers/librte_bus_ifpga.so.21.0.p/librte_bus_ifpga.so.21.0.symbols
[691/2345] Linking target lib/librte_vhost.so.21.0
[692/2345] Compiling C object drivers/librte_bus_vmbus.so.21.0.p/meson-generated_.._rte_bus_vmbus.pmd.c.o
[693/2345] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command
[694/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_rte_mempool_octeontx.c.o
[695/2345] Linking target drivers/librte_bus_pci.so.21.0
[696/2345] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command
[697/2345] Linking target drivers/librte_bus_vmbus.so.21.0
[698/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[699/2345] Linking static target drivers/libtmp_rte_mempool_dpaa.a
[700/2345] Generating rte_mempool_dpaa.pmd.c with a custom command
[701/2345] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman.c.o
[702/2345] Compiling C object drivers/librte_mempool_dpaa.a.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[703/2345] Linking static target drivers/librte_mempool_dpaa.a
[704/2345] Linking static target drivers/libtmp_rte_bus_dpaa.a
[705/2345] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
[706/2345] Compiling C object drivers/librte_mempool_dpaa.so.21.0.p/meson-generated_.._rte_mempool_dpaa.pmd.c.o
[707/2345] Generating rte_bus_dpaa.pmd.c with a custom command
[708/2345] Linking static target drivers/libtmp_rte_mempool_dpaa2.a
[709/2345] Compiling C object drivers/librte_bus_dpaa.so.21.0.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[710/2345] Compiling C object drivers/librte_bus_dpaa.a.p/meson-generated_.._rte_bus_dpaa.pmd.c.o
[711/2345] Generating rte_mempool_dpaa2.pmd.c with a custom command
[712/2345] Linking static target drivers/librte_bus_dpaa.a
[713/2345] Compiling C object drivers/librte_mempool_dpaa2.a.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[714/2345] Linking static target drivers/librte_mempool_dpaa2.a
[715/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_octeontx_fpavf.c.o
[716/2345] Compiling C object drivers/librte_mempool_dpaa2.so.21.0.p/meson-generated_.._rte_mempool_dpaa2.pmd.c.o
[717/2345] Linking static target drivers/libtmp_rte_mempool_octeontx.a
[718/2345] Generating rte_mempool_octeontx.pmd.c with a custom command
[719/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool.c.o
[720/2345] Generating symbol file drivers/librte_bus_vdev.so.21.0.p/librte_bus_vdev.so.21.0.symbols
[721/2345] Compiling C object drivers/librte_mempool_octeontx.a.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[722/2345] Compiling C object drivers/librte_mempool_octeontx.so.21.0.p/meson-generated_.._rte_mempool_octeontx.pmd.c.o
[723/2345] Linking static target drivers/librte_mempool_octeontx.a
[724/2345] Generating symbol file lib/librte_vhost.so.21.0.p/librte_vhost.so.21.0.symbols
[725/2345] Generating rte_mempool_octeontx2_def with a custom command
[726/2345] Generating rte_mempool_octeontx2_mingw with a custom command
[727/2345] Generating symbol file drivers/librte_bus_pci.so.21.0.p/librte_bus_pci.so.21.0.symbols
[728/2345] Generating rte_mempool_ring_def with a custom command
[729/2345] Generating rte_mempool_ring_mingw with a custom command
[730/2345] Generating rte_mempool_stack_def with a custom command
[731/2345] Generating rte_mempool_stack_mingw with a custom command
[732/2345] Generating rte_pmd_af_packet_def with a custom command
[733/2345] Generating symbol file drivers/librte_bus_vmbus.so.21.0.p/librte_bus_vmbus.so.21.0.symbols
[734/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_irq.c.o
[735/2345] Generating rte_pmd_af_packet_mingw with a custom command
[736/2345] Generating rte_mempool_dpaa.sym_chk with a meson_exe.py custom command
[737/2345] Generating rte_mempool_dpaa2.sym_chk with a meson_exe.py custom command
[738/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_ops.c.o
[739/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ddm.c.o
[740/2345] Generating rte_mempool_octeontx.sym_chk with a meson_exe.py custom command
[741/2345] Linking target drivers/librte_mempool_octeontx.so.21.0
[742/2345] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command
[743/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_mpu.c.o
[744/2345] Linking target drivers/librte_bus_fslmc.so.21.0
[745/2345] Compiling C object drivers/libtmp_rte_mempool_octeontx2.a.p/mempool_octeontx2_otx2_mempool_debug.c.o
[746/2345] Linking static target drivers/libtmp_rte_mempool_octeontx2.a
[747/2345] Generating rte_mempool_octeontx2.pmd.c with a custom command
[748/2345] Compiling C object drivers/librte_mempool_octeontx2.a.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[749/2345] Linking static target drivers/librte_mempool_octeontx2.a
[750/2345] Compiling C object drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
[751/2345] Compiling C object drivers/librte_mempool_octeontx2.so.21.0.p/meson-generated_.._rte_mempool_octeontx2.pmd.c.o
[752/2345] Linking static target drivers/libtmp_rte_mempool_stack.a
[753/2345] Generating rte_mempool_stack.pmd.c with a custom command
[754/2345] Compiling C object drivers/librte_mempool_stack.a.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[755/2345] Linking static target drivers/librte_mempool_stack.a
[756/2345] Generating symbol file drivers/librte_mempool_octeontx.so.21.0.p/librte_mempool_octeontx.so.21.0.symbols
[757/2345] Compiling C object drivers/librte_mempool_stack.so.21.0.p/meson-generated_.._rte_mempool_stack.pmd.c.o
[758/2345] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command
[759/2345] Generating symbol file drivers/librte_bus_fslmc.so.21.0.p/librte_bus_fslmc.so.21.0.symbols
[760/2345] Linking target drivers/librte_bus_dpaa.so.21.0
[761/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktchkr.c.o
[762/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev.c.o
[763/2345] Linking target drivers/librte_mempool_dpaa2.so.21.0
[764/2345] Generating rte_mempool_octeontx2.sym_chk with a meson_exe.py custom command
[765/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_tx.c.o
[766/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_ethdev_rx.c.o
[767/2345] Linking target drivers/librte_mempool_octeontx2.so.21.0
[768/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktdir.c.o
[769/2345] Generating rte_pmd_ark_def with a custom command
[770/2345] Generating rte_pmd_ark_mingw with a custom command
[771/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_rqp.c.o
[772/2345] Generating rte_mempool_stack.sym_chk with a meson_exe.py custom command
[773/2345] Generating rte_pmd_atlantic_mingw with a custom command
[774/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_udm.c.o
[775/2345] Linking target drivers/librte_mempool_stack.so.21.0
[776/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_hw_regs.c.o
[777/2345] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[778/2345] Linking static target drivers/libtmp_rte_mempool_ring.a
[779/2345] Generating rte_mempool_ring.pmd.c with a custom command
[780/2345] Compiling C object drivers/librte_mempool_ring.a.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[781/2345] Linking static target drivers/librte_mempool_ring.a
[782/2345] Compiling C object drivers/libtmp_rte_pmd_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o
[783/2345] Compiling C object drivers/librte_mempool_ring.so.21.0.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[784/2345] Linking static target drivers/libtmp_rte_pmd_af_packet.a
[785/2345] Generating rte_pmd_af_packet.pmd.c with a custom command
[786/2345] Compiling C object drivers/librte_pmd_af_packet.a.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[787/2345] Linking static target drivers/librte_pmd_af_packet.a
[788/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_b0.c.o
[789/2345] Compiling C object drivers/librte_pmd_af_packet.so.21.0.p/meson-generated_.._rte_pmd_af_packet.pmd.c.o
[790/2345] Generating symbol file drivers/librte_bus_dpaa.so.21.0.p/librte_bus_dpaa.so.21.0.symbols
[791/2345] Generating symbol file drivers/librte_mempool_dpaa2.so.21.0.p/librte_mempool_dpaa2.so.21.0.symbols
[792/2345] Linking target drivers/librte_mempool_dpaa.so.21.0
[793/2345] Generating rte_pmd_atlantic_def with a custom command
[794/2345] Generating symbol file drivers/librte_mempool_octeontx2.so.21.0.p/librte_mempool_octeontx2.so.21.0.symbols
[795/2345] Generating rte_pmd_avp_def with a custom command
[796/2345] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[797/2345] Linking static target drivers/libtmp_rte_mempool_bucket.a
[798/2345] Generating rte_mempool_bucket.pmd.c with a custom command
[799/2345] Compiling C object drivers/librte_mempool_bucket.a.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[800/2345] Generating rte_pmd_avp_mingw with a custom command
[801/2345] Linking static target drivers/librte_mempool_bucket.a
[802/2345] Compiling C object drivers/librte_mempool_bucket.so.21.0.p/meson-generated_.._rte_mempool_bucket.pmd.c.o
[803/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_llh.c.o
[804/2345] Generating rte_mempool_ring.sym_chk with a meson_exe.py custom command
[805/2345] Compiling C object drivers/libtmp_rte_pmd_ark.a.p/net_ark_ark_pktgen.c.o
[806/2345] Linking static target drivers/libtmp_rte_pmd_ark.a
[807/2345] Linking target drivers/librte_mempool_ring.so.21.0
[808/2345] Generating rte_pmd_ark.pmd.c with a custom command
[809/2345] Generating rte_pmd_af_packet.sym_chk with a meson_exe.py custom command
[810/2345] Compiling C object drivers/librte_pmd_ark.a.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[811/2345] Linking static target drivers/librte_pmd_ark.a
[812/2345] Linking target drivers/librte_pmd_af_packet.so.21.0
[813/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils_fw2x.c.o
[814/2345] Compiling C object drivers/librte_pmd_ark.so.21.0.p/meson-generated_.._rte_pmd_ark.pmd.c.o
[815/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_rte_pmd_atlantic.c.o
[816/2345] Generating symbol file drivers/librte_mempool_dpaa.so.21.0.p/librte_mempool_dpaa.so.21.0.symbols
[817/2345] Generating rte_mempool_bucket.sym_chk with a meson_exe.py custom command
[818/2345] Generating rte_pmd_axgbe_def with a custom command
[819/2345] Linking target drivers/librte_mempool_bucket.so.21.0
[820/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_hw_atl_hw_atl_utils.c.o
[821/2345] Generating rte_pmd_axgbe_mingw with a custom command
[822/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_ethdev.c.o
[823/2345] Generating rte_pmd_ark.sym_chk with a meson_exe.py custom command
[824/2345] Linking target drivers/librte_pmd_ark.so.21.0
[825/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_i2c.c.o
[826/2345] Compiling C object drivers/libtmp_rte_pmd_atlantic.a.p/net_atlantic_atl_rxtx.c.o
[827/2345] Linking static target drivers/libtmp_rte_pmd_atlantic.a
[828/2345] Generating rte_pmd_atlantic.pmd.c with a custom command
[829/2345] Compiling C object drivers/librte_pmd_atlantic.a.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[830/2345] Compiling C object drivers/librte_pmd_atlantic.so.21.0.p/meson-generated_.._rte_pmd_atlantic.pmd.c.o
[831/2345] Linking static target drivers/librte_pmd_atlantic.a
[832/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_ethdev.c.o
[833/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_flow.c.o
[834/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_mdio.c.o
[835/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_dev.c.o
[836/2345] Generating rte_pmd_bond_mingw with a custom command
[837/2345] Generating rte_pmd_bond_def with a custom command
[838/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx_vec_sse.c.o
[839/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_api.c.o
[840/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_phy_impl.c.o
[841/2345] Compiling C object drivers/libtmp_rte_pmd_axgbe.a.p/net_axgbe_axgbe_rxtx.c.o
[842/2345] Linking static target drivers/libtmp_rte_pmd_axgbe.a
[843/2345] Generating rte_pmd_axgbe.pmd.c with a custom command
[844/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_args.c.o
[845/2345] Compiling C object drivers/librte_pmd_axgbe.a.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[846/2345] Compiling C object drivers/librte_pmd_axgbe.so.21.0.p/meson-generated_.._rte_pmd_axgbe.pmd.c.o
[847/2345] Generating rte_pmd_atlantic.sym_chk with a meson_exe.py custom command
[848/2345] Linking static target drivers/librte_pmd_axgbe.a
[849/2345] Linking target drivers/librte_pmd_atlantic.so.21.0
[850/2345] Generating rte_pmd_bnx2x_def with a custom command
[851/2345] Generating rte_pmd_bnx2x_mingw with a custom command
[852/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_alb.c.o
[853/2345] Compiling C object drivers/libtmp_rte_pmd_avp.a.p/net_avp_avp_ethdev.c.o
[854/2345] Linking static target drivers/libtmp_rte_pmd_avp.a
[855/2345] Generating rte_pmd_avp.pmd.c with a custom command
[856/2345] Compiling C object drivers/librte_pmd_avp.a.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[857/2345] Linking static target drivers/librte_pmd_avp.a
[858/2345] Generating rte_pmd_axgbe.sym_chk with a meson_exe.py custom command
[859/2345] Compiling C object drivers/librte_pmd_avp.so.21.0.p/meson-generated_.._rte_pmd_avp.pmd.c.o
[860/2345] Linking target drivers/librte_pmd_axgbe.so.21.0
[861/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o
[862/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_ethdev.c.o
[863/2345] Generating rte_pmd_avp.sym_chk with a meson_exe.py custom command
[864/2345] Linking target drivers/librte_pmd_avp.so.21.0
[865/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_cpr.c.o
[866/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_rxtx.c.o
[867/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_filter.c.o
[868/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_irq.c.o
[869/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_ecore_sp.c.o
[870/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ring.c.o
[871/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxq.c.o
[872/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_flow.c.o
[873/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_8023ad.c.o
[874/2345] Compiling C object drivers/libtmp_rte_pmd_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[875/2345] Linking static target drivers/libtmp_rte_pmd_bond.a
[876/2345] Generating rte_pmd_bond.pmd.c with a custom command
[877/2345] Compiling C object drivers/librte_pmd_bond.so.21.0.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[878/2345] Compiling C object drivers/librte_pmd_bond.a.p/meson-generated_.._rte_pmd_bond.pmd.c.o
[879/2345] Linking static target drivers/librte_pmd_bond.a
[880/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxr.c.o
[881/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_stats.c.o
[882/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_util.c.o
[883/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txq.c.o
[884/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_rand.c.o
[885/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_stack.c.o
[886/2345] Generating rte_pmd_bond.sym_chk with a meson_exe.py custom command
[887/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x_stats.c.o
[888/2345] Linking target drivers/librte_pmd_bond.so.21.0
[889/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_bitalloc.c.o
[890/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_vnic.c.o
[891/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[892/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_txr.c.o
[893/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_msg.c.o
[894/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_rm.c.o
[895/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_reps.c.o
[896/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device_p4.c.o
[897/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_device.c.o
[898/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tbl.c.o
[899/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_identifier.c.o
[900/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_session.c.o
[901/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_util.c.o
[902/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_ll.c.o
[903/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_core.c.o
[904/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tbl.c.o
[905/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_tcam.c.o
[906/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_if_tbl.c.o
[907/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_hash.c.o
[908/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_tcam.c.o
[909/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_global_cfg.c.o
[910/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_internal.c.o
[911/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tfp.c.o
[912/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_shadow_identifier.c.o
[913/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_hcapi_hcapi_cfa_p4.c.o
[914/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_common.c.o
[915/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_tbl.c.o
[916/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_utils.c.o
[917/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_act.c.o
[918/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_template_db_class.c.o
[919/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mark_mgr.c.o
[920/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_core_tf_em_host.c.o
[921/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_flow_db.c.o
[922/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp.c.o
[923/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_matcher.c.o
[924/2345] Generating rte_pmd_bnxt_mingw with a custom command
[925/2345] Generating rte_pmd_bnxt_def with a custom command
[926/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_port_db.c.o
[927/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_fc_mgr.c.o
[928/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_bnxt_ulp_flow.c.o
[929/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_def_rules.c.o
[930/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[931/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_bnx2x.c.o
[932/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_rte_pmd_bnxt.c.o
[933/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_mapper.c.o
[934/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_bnxt_rxtx_vec_sse.c.o
[935/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_clip_tbl.c.o
[936/2345] Compiling C object drivers/libtmp_rte_pmd_bnxt.a.p/net_bnxt_tf_ulp_ulp_rte_parser.c.o
[937/2345] Linking static target drivers/libtmp_rte_pmd_bnxt.a
[938/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_main.c.o
[939/2345] Generating rte_pmd_bnxt.pmd.c with a custom command
[940/2345] Compiling C object drivers/librte_pmd_bnxt.a.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[941/2345] Compiling C object drivers/librte_pmd_bnxt.so.21.0.p/meson-generated_.._rte_pmd_bnxt.pmd.c.o
[942/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_filter.c.o
[943/2345] Linking static target drivers/librte_pmd_bnxt.a
[944/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbevf_ethdev.c.o
[945/2345] Generating rte_pmd_cxgbe_def with a custom command
[946/2345] Generating rte_pmd_cxgbe_mingw with a custom command
[947/2345] Compiling C object drivers/libtmp_rte_pmd_bnx2x.a.p/net_bnx2x_elink.c.o
[948/2345] Linking static target drivers/libtmp_rte_pmd_bnx2x.a
[949/2345] Generating rte_pmd_bnx2x.pmd.c with a custom command
[950/2345] Compiling C object drivers/librte_pmd_bnx2x.a.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[951/2345] Linking static target drivers/librte_pmd_bnx2x.a
[952/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_mps_tcam.c.o
[953/2345] Compiling C object drivers/librte_pmd_bnx2x.so.21.0.p/meson-generated_.._rte_pmd_bnx2x.pmd.c.o
[954/2345] Generating rte_pmd_dpaa_def with a custom command
[955/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_smt.c.o
[956/2345] Generating rte_pmd_dpaa_mingw with a custom command
[957/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_l2t.c.o
[958/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_ethdev.c.o
[959/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_sge.c.o
[960/2345] Generating rte_pmd_bnxt.sym_chk with a meson_exe.py custom command
[961/2345] Linking target drivers/librte_pmd_bnxt.so.21.0
[962/2345] Generating rte_pmd_bnx2x.sym_chk with a meson_exe.py custom command
[963/2345] Linking target drivers/librte_pmd_bnx2x.so.21.0
[964/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_flow.c.o
[965/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_cxgbe_main.c.o
[966/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4vf_hw.c.o
[967/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o
[968/2345] Generating rte_pmd_dpaa2_def with a custom command
[969/2345] Generating rte_pmd_dpaa2_event_def with a custom command
[970/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o
[971/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o
[972/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o
[973/2345] Compiling C object lib/librte_pipeline.a.p/librte_pipeline_rte_table_action.c.o
[974/2345] Linking static target lib/librte_pipeline.a
[975/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o
[976/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_ethdev.c.o
[977/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o
[978/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_irq.c.o
[979/2345] Generating pipeline.sym_chk with a meson_exe.py custom command
[980/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o
[981/2345] Generating rte_pmd_dpaa2_event_mingw with a custom command
[982/2345] Linking target lib/librte_pipeline.so.21.0
[983/2345] Compiling C object drivers/libtmp_rte_pmd_cxgbe.a.p/net_cxgbe_base_t4_hw.c.o
[984/2345] Linking static target drivers/libtmp_rte_pmd_cxgbe.a
[985/2345] Generating rte_pmd_cxgbe.pmd.c with a custom command
[986/2345] Compiling C object drivers/librte_pmd_cxgbe.a.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[987/2345] Linking static target drivers/librte_pmd_cxgbe.a
[988/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_adptr.c.o
[989/2345] Compiling C object drivers/librte_pmd_cxgbe.so.21.0.p/meson-generated_.._rte_pmd_cxgbe.pmd.c.o
[990/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82543.c.o
[991/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev.c.o
[992/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_hw_dpcon.c.o
[993/2345] Generating symbol file lib/librte_pipeline.so.21.0.p/librte_pipeline.so.21.0.symbols
[994/2345] Generating rte_pmd_cxgbe.sym_chk with a meson_exe.py custom command
[995/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_api.c.o
[996/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2_event.a.p/event_dpaa2_dpaa2_eventdev_selftest.c.o
[997/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2_event.a
[998/2345] Generating rte_pmd_dpaa2_event.pmd.c with a custom command
[999/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_i210.c.o
[1000/2345] Compiling C object drivers/librte_pmd_dpaa2_event.so.21.0.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[1001/2345] Compiling C object drivers/librte_pmd_dpaa2_event.a.p/meson-generated_.._rte_pmd_dpaa2_event.pmd.c.o
[1002/2345] Linking static target drivers/librte_pmd_dpaa2_event.a
[1003/2345] Linking target drivers/librte_pmd_cxgbe.so.21.0
[1004/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82571.c.o
[1005/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1006/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_osdep.c.o
[1007/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_manage.c.o
[1008/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mbx.c.o
[1009/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_82575.c.o
[1010/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_e1000_logs.c.o
[1011/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1012/2345] Linking static target drivers/libtmp_rte_pmd_dpaa.a
[1013/2345] Generating rte_pmd_dpaa.pmd.c with a custom command
[1014/2345] Compiling C object drivers/librte_pmd_dpaa.a.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1015/2345] Linking static target drivers/librte_pmd_dpaa.a
[1016/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_mac.c.o
[1017/2345] Compiling C object drivers/librte_pmd_dpaa.so.21.0.p/meson-generated_.._rte_pmd_dpaa.pmd.c.o
[1018/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_vf.c.o
[1019/2345] Generating rte_pmd_dpaa2_event.sym_chk with a meson_exe.py custom command
[1020/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_nvm.c.o
[1021/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev_selftest.c.o
[1022/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_ich8lan.c.o
[1023/2345] Generating rte_pmd_e1000_def with a custom command
[1024/2345] Generating rte_pmd_dpaa.sym_chk with a meson_exe.py custom command
[1025/2345] Generating rte_pmd_e1000_mingw with a custom command
[1026/2345] Linking target drivers/librte_pmd_dpaa.so.21.0
[1027/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_pf.c.o
[1028/2345] Generating rte_pmd_ena_def with a custom command
[1029/2345] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_phy.c.o
[1030/2345] Linking static target drivers/net/e1000/base/libe1000_base.a
[1031/2345] Generating rte_pmd_ena_mingw with a custom command
[1032/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_ethdev.c.o
[1033/2345] Generating symbol file drivers/librte_pmd_dpaa.so.21.0.p/librte_pmd_dpaa.so.21.0.symbols
[1034/2345] Generating rte_pmd_enetc_def with a custom command
[1035/2345] Generating rte_pmd_enetc_mingw with a custom command
[1036/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_intr.c.o
[1037/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_eth_com.c.o
[1038/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_flow.c.o
[1039/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_rxtx.c.o
[1040/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_base_ena_com.c.o
[1041/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_cq.c.o
[1042/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_rq.c.o
[1043/2345] Compiling C object drivers/libtmp_rte_pmd_enetc.a.p/net_enetc_enetc_ethdev.c.o
[1044/2345] Linking static target drivers/libtmp_rte_pmd_enetc.a
[1045/2345] Generating rte_pmd_enetc.pmd.c with a custom command
[1046/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_em_rxtx.c.o
[1047/2345] Compiling C object drivers/librte_pmd_enetc.a.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1048/2345] Linking static target drivers/librte_pmd_enetc.a
[1049/2345] Compiling C object drivers/librte_pmd_enetc.so.21.0.p/meson-generated_.._rte_pmd_enetc.pmd.c.o
[1050/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_dev.c.o
[1051/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_base_vnic_wq.c.o
[1052/2345] Compiling C object drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1053/2345] Linking static target drivers/libtmp_rte_pmd_dpaa2.a
[1054/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_clsf.c.o
[1055/2345] Generating rte_pmd_dpaa2.pmd.c with a custom command
[1056/2345] Compiling C object drivers/librte_pmd_dpaa2.a.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1057/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_ethdev.c.o
[1058/2345] Compiling C object drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o
[1059/2345] Generating rte_pmd_enetc.sym_chk with a meson_exe.py custom command
[1060/2345] Linking static target drivers/librte_pmd_dpaa2.a
[1061/2345] Linking target drivers/librte_pmd_enetc.so.21.0
[1062/2345] Generating rte_pmd_enic_def with a custom command
[1063/2345] Compiling C object drivers/libtmp_rte_pmd_e1000.a.p/net_e1000_igb_rxtx.c.o
[1064/2345] Generating rte_pmd_enic_mingw with a custom command
[1065/2345] Linking static target drivers/libtmp_rte_pmd_e1000.a
[1066/2345] Generating rte_pmd_e1000.pmd.c with a custom command
[1067/2345] Compiling C object drivers/libtmp_rte_pmd_ena.a.p/net_ena_ena_ethdev.c.o
[1068/2345] Compiling C object drivers/librte_pmd_e1000.a.p/meson-generated_.._rte_pmd_e1000.pmd.c.o
[1069/2345] Compiling C object drivers/librte_pmd_e1000.so.21.0.p/meson-generated_.._rte_pmd_e1000.pmd.c.o
[1070/2345] Linking static target drivers/librte_pmd_e1000.a
[1071/2345] Linking static target drivers/libtmp_rte_pmd_ena.a
[1072/2345] Generating rte_pmd_ena.pmd.c with a custom command
[1073/2345] Compiling C object drivers/librte_pmd_ena.a.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1074/2345] Linking static target drivers/librte_pmd_ena.a
[1075/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_ethdev.c.o
[1076/2345] Compiling C object drivers/librte_pmd_ena.so.21.0.p/meson-generated_.._rte_pmd_ena.pmd.c.o
[1077/2345] Generating rte_pmd_dpaa2.sym_chk with a meson_exe.py custom command
[1078/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_flow.c.o
[1079/2345] Linking target drivers/librte_pmd_dpaa2.so.21.0
FAILED: drivers/librte_pmd_dpaa2.so.21.0 
gcc  -o drivers/librte_pmd_dpaa2.so.21.0 drivers/librte_pmd_dpaa2.so.21.0.p/meson-generated_.._rte_pmd_dpaa2.pmd.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_base_dpaa2_hw_dpni.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_mux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_sparser.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpkg.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpdmux.c.o drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_mc_dpni.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_pmd_dpaa2.so.21 -Wl,--no-as-needed -pthread -lm -ldl -lnuma lib/librte_ethdev.so.21.0 lib/librte_eal.so.21.0 lib/librte_kvargs.so.21.0 lib/librte_telemetry.so.21.0 lib/librte_net.so.21.0 lib/librte_mbuf.so.21.0 lib/librte_mempool.so.21.0 lib/librte_ring.so.21.0 lib/librte_meter.so.21.0 drivers/librte_bus_pci.so.21.0 lib/librte_pci.so.21.0 drivers/librte_bus_vdev.so.21.0 drivers/librte_mempool_dpaa2.so.21.0 drivers/librte_bus_fslmc.so.21.0 drivers/librte_common_dpaax.so.21.0 lib/librte_eventdev.so.21.0 lib/librte_hash.so.21.0 lib/librte_timer.so.21.0 lib/librte_cryptodev.so.21.0 -Wl,--end-group -Wl,--version-script=/root/dpdk/drivers/net/dpaa2/rte_pmd_dpaa2_version.map '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/lib -Wl,-rpath-link,/root/dpdk/x86_64-native-linuxapp-gcc/drivers
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x270): undefined reference to `dpaa2_timesync_enable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x278): undefined reference to `dpaa2_timesync_disable'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x280): undefined reference to `dpaa2_timesync_read_rx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x288): undefined reference to `dpaa2_timesync_read_tx_timestamp'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x290): undefined reference to `dpaa2_timesync_adjust_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x298): undefined reference to `dpaa2_timesync_read_time'
/usr/bin/ld: drivers/libtmp_rte_pmd_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o:(.data.rel+0x2a0): undefined reference to `dpaa2_timesync_write_time'
collect2: error: ld returned 1 exit status
[1080/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_res.c.o
[1081/2345] Generating rte_pmd_e1000.sym_chk with a meson_exe.py custom command
[1082/2345] Generating rte_pmd_ena.sym_chk with a meson_exe.py custom command
[1083/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_fm_flow.c.o
[1084/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx_vec_avx2.c.o
[1085/2345] Compiling C object drivers/libtmp_rte_pmd_failsafe.a.p/net_failsafe_failsafe_args.c.o
[1086/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_evdev.c.o
[1087/2345] Compiling C object drivers/libtmp_rte_pmd_failsafe.a.p/net_failsafe_failsafe_flow.c.o
[1088/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_rxtx.c.o
[1089/2345] Compiling C object drivers/libtmp_rte_pmd_failsafe.a.p/net_failsafe_failsafe.c.o
[1090/2345] Compiling C object drivers/libtmp_rte_pmd_enic.a.p/net_enic_enic_main.c.o
[1091/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker.c.o
[1092/2345] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker_dual.c.o
ninja: build stopped: subcommand failed.

16/09/2020 18:00:49                            dts: 
TEST SUITE ENDED: TestIeee1588
16/09/2020 18:42:13                            dts: 
TEST SUITE : TestIeee1588
16/09/2020 18:42:13                            dts: NIC :        sagepond
16/09/2020 18:42:14             dut.10.240.183.202: 
16/09/2020 18:42:14                         tester: 
16/09/2020 18:42:14             dut.10.240.183.202: sed -i -e 's/IEEE1588=n$/IEEE1588=y/' config/common_base
16/09/2020 18:42:14             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 18:42:14             dut.10.240.183.202: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
16/09/2020 18:42:14             dut.10.240.183.202: sed: can't read config/common_base: No such file or directory
16/09/2020 18:42:14             dut.10.240.183.202: rm -rf x86_64-native-linuxapp-gcc
16/09/2020 18:42:14             dut.10.240.183.202: 
16/09/2020 18:42:14             dut.10.240.183.202: CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib -Dc_args='-DRTE_LIBRTE_IEEE1588=1' --default-library=static x86_64-native-linuxapp-gcc
16/09/2020 18:42:23             dut.10.240.183.202: The Meson build system
Version: 0.55.0
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
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 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
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 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency pcap found: YES 1.9.1
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:220: 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: YES 
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 
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__" : 1 
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.12
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.176
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
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"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
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
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, ipn3ke, 
	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, ifpga, 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/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"
	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: 961

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

Port 1: link state change event

16/09/2020 18:44:33                         tester: 
16/09/2020 18:44:33             dut.10.240.183.202: set fwd ieee1588
16/09/2020 18:44:33             dut.10.240.183.202: 
Set ieee1588 packet forwarding mode
16/09/2020 18:44:33             dut.10.240.183.202: start
16/09/2020 18:44:33             dut.10.240.183.202: 
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:
16/09/2020 18:45:12             dut.10.240.183.202:  TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) 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 465450450 ns
Port 0 TX timestamp value 2 s 465466287 ns validated after 0 micro-seconds

16/09/2020 18:45:12             dut.10.240.183.202: stop
16/09/2020 18:45:12             dut.10.240.183.202: 
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.
16/09/2020 18:45:12                   TestIeee1588: Test Case test_ieee1588_enable Result PASSED:
16/09/2020 18:45:12                            dts: 
TEST SUITE ENDED: TestIeee1588

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

* [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command
@ 2020-09-16 11:06 xizhan4x
  2020-09-16 11:06 ` Zhang, XiX
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: xizhan4x @ 2020-09-16 11:06 UTC (permalink / raw)
  To: dts; +Cc: xizhan4x


Modify sed command 


Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 tests/TestSuite_ieee1588.py | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
index 19f17d1..8632286 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,21 @@ 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)
+
+        out = self.send_session.get_session_output(timeout=20)
+        self.send_session.send_expect("^C", "# ", 20)
         self.send_session.close()
-        out = self.tester.get_session_output(timeout=20)
 
-        self.tester.send_expect("^C", "# ", 20)
 
         self.verify("0x88f7" in out, "Ether type is not PTP")
 
@@ -171,4 +175,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] 5+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command
  2020-09-16 11:06 [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command xizhan4x
  2020-09-16 11:06 ` Zhang, XiX
@ 2020-09-17  5:19 ` Zhang, XiX
  2020-09-17  8:21 ` Ma, LihongX
  2 siblings, 0 replies; 5+ messages in thread
From: Zhang, XiX @ 2020-09-17  5:19 UTC (permalink / raw)
  To: dts, Tu, Lijuan

Hi  Lijuan
Please ignore this patch, I will re submit patch v2


Regards,
Zhang, Xi



> -----Original Message-----
> From: Zhang, XiX
> Sent: Wednesday, September 16, 2020 7:06 PM
> To: dts@dpdk.org
> Subject: RE: [dts][PATCH V1] tests/TestSuite_ieee1588:Modify sed command
> 
> Tested-by: Zhang, XiX <xix.zhang@intel.com>
> 
> > -----Original Message-----
> > From: Zhang, XiX
> > Sent: Wednesday, September 16, 2020 7:06 PM
> > To: dts@dpdk.org
> > Cc: Zhang, XiX <xix.zhang@intel.com>
> > Subject: [dts][PATCH V1] tests/TestSuite_ieee1588:Modify sed command
> >
> >
> > Modify sed command
> >
> >
> > Signed-off-by: xizhan4x <xix.zhang@intel.com>
> > ---
> >  tests/TestSuite_ieee1588.py | 15 ++++++++++-----
> >  1 file changed, 10 insertions(+), 5 deletions(-)
> >
> > diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
> > index
> > 19f17d1..8632286 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,21 @@ 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)
> > +
> > +        out = self.send_session.get_session_output(timeout=20)
> > +        self.send_session.send_expect("^C", "# ", 20)
> >          self.send_session.close()
> > -        out = self.tester.get_session_output(timeout=20)
> >
> > -        self.tester.send_expect("^C", "# ", 20)
> >
> >          self.verify("0x88f7" in out, "Ether type is not PTP")
> >
> > @@ -171,4 +175,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] 5+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command
  2020-09-16 11:06 [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command xizhan4x
  2020-09-16 11:06 ` Zhang, XiX
  2020-09-17  5:19 ` Zhang, XiX
@ 2020-09-17  8:21 ` Ma, LihongX
  2020-09-22  7:45   ` Zhang, XiX
  2 siblings, 1 reply; 5+ messages in thread
From: Ma, LihongX @ 2020-09-17  8:21 UTC (permalink / raw)
  To: Zhang, XiX, dts; +Cc: Zhang, XiX

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

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of xizhan4x
> Sent: Wednesday, September 16, 2020 7:06 PM
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command
> 
> 
> Modify sed command
> 
> 


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

* Re: [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command
  2020-09-17  8:21 ` Ma, LihongX
@ 2020-09-22  7:45   ` Zhang, XiX
  0 siblings, 0 replies; 5+ messages in thread
From: Zhang, XiX @ 2020-09-22  7:45 UTC (permalink / raw)
  To: Ma, LihongX, dts

Hi Lijuan
Please ignore this patch. Lingli has submitted the latest patch


Regards,
Zhang, Xi
> -----Original Message-----
> From: Ma, LihongX
> Sent: Thursday, September 17, 2020 4:21 PM
> To: Zhang, XiX <xix.zhang@intel.com>; dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: RE: [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command
> 
> Acked-by: lihongx ma<lihongx.ma@intel.com>
> 

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

end of thread, other threads:[~2020-09-22  7:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 11:06 [dts] [PATCH V1] tests/TestSuite_ieee1588:Modify sed command xizhan4x
2020-09-16 11:06 ` Zhang, XiX
2020-09-17  5:19 ` Zhang, XiX
2020-09-17  8:21 ` Ma, LihongX
2020-09-22  7:45   ` Zhang, XiX

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