test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_packet_capture: adapt meson build
@ 2020-11-02  9:40 Zhou, Jun
  2020-11-02  9:40 ` Zhou, JunX W
  2020-11-03  4:30 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Zhou, Jun @ 2020-11-02  9:40 UTC (permalink / raw)
  To: dts; +Cc: Zhou, Jun, Zhou

adapt meson build

Signed-off-by: Zhou, Jun <junx.w.zhou@intel.com>
---
 tests/TestSuite_packet_capture.py | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/tests/TestSuite_packet_capture.py b/tests/TestSuite_packet_capture.py
index 9c2a3097..4b980558 100644
--- a/tests/TestSuite_packet_capture.py
+++ b/tests/TestSuite_packet_capture.py
@@ -825,17 +825,9 @@ class TestPacketCapture(TestCase):
             self.dut.skip_setup = False
             self.dut.build_install_dpdk(self.target)
         # secondary process (dpdk-pdump)
-        self.pdump_dir = self.target_dir + os.sep + \
-            "%s/build/app/pdump/" % self.target
-        cmd = "ls {0} -F | grep '*'".format(self.pdump_dir)
-        exe_files = self.dut.alt_session.send_expect(cmd, "# ").splitlines()
-        if len(exe_files) == 1:
-            self.tool_name = exe_files[0][:-1]
-        else:
-            self.verify(False, "tool name exception !")
+        self.dut_dpdk_pdump_dir = self.dut.apps_name['pdump']
+        self.tool_name = self.dut_dpdk_pdump_dir.split('/')[-1]
         self.session_ex = self.dut.new_session(self.tool_name)
-        self.dut_dpdk_pdump_dir = self.target_dir + os.sep + \
-            "%s/app/%s" % (self.target, self.tool_name)
         self.dpdk_pdump = self.dut_dpdk_pdump_dir + \
             " -v --file-prefix=test -- --pdump "
         self.send_pcap = os.sep.join([self.pdump_log, "scapy_%s_%s_%d.pcap"])
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/TestSuite_packet_capture: adapt meson build
  2020-11-02  9:40 [dts] [PATCH V1] tests/TestSuite_packet_capture: adapt meson build Zhou, Jun
@ 2020-11-02  9:40 ` Zhou, JunX W
  2020-11-03  4:30 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhou, JunX W @ 2020-11-02  9:40 UTC (permalink / raw)
  To: Zhou, JunX W, dts

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

Tested-by: Zhou, Jun <junx.w.zhou@intel.com>

-----Original Message-----
From: Zhou, Jun [mailto:junx.w.zhou@intel.com] 
Sent: Monday, November 2, 2020 5:40 PM
To: dts@dpdk.org
Cc: Zhou, JunX W <junx.w.zhou@intel.com>; Zhou
Subject: [dts][PATCH V1] tests/TestSuite_packet_capture: adapt meson build



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

28/10/2020 04:50:41                            dts: 
TEST SUITE : TestPacketCapture
28/10/2020 04:50:41                            dts: NIC :        fortville_25g
28/10/2020 04:50:41             dut.10.240.183.189: 
28/10/2020 04:50:41                         tester: 
28/10/2020 04:50:41             dut.10.240.183.189: ls /tmp/pdumpLog
28/10/2020 04:50:41             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog': No such file or directory
28/10/2020 04:50:41             dut.10.240.183.189: echo $?
28/10/2020 04:50:41             dut.10.240.183.189: 2
28/10/2020 04:50:41             dut.10.240.183.189: mkdir -p /tmp/pdumpLog
28/10/2020 04:50:41             dut.10.240.183.189: 
28/10/2020 04:50:41                         tester: ls /tmp/pdumpLog
28/10/2020 04:50:41                         tester: ls: cannot access '/tmp/pdumpLog': No such file or directory
28/10/2020 04:50:41                         tester: echo $?
28/10/2020 04:50:41                         tester: 2
28/10/2020 04:50:41                         tester: mkdir -p /tmp/pdumpLog
28/10/2020 04:50:42                         tester: 
28/10/2020 04:50:42             dut.10.240.183.189: sed -i -e 's/CONFIG_RTE_LIBRTE_PMD_PCAP=n$/CONFIG_RTE_LIBRTE_PMD_PCAP=y/' /root/dpdk/config/common_base
28/10/2020 04:50:42             dut.10.240.183.189: sed: can't read /root/dpdk/config/common_base: No such file or directory
28/10/2020 04:50:42             dut.10.240.183.189: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
28/10/2020 04:50:42             dut.10.240.183.189: sed: can't read config/common_base: No such file or directory
28/10/2020 04:50:42             dut.10.240.183.189: rm -rf x86_64-native-linuxapp-gcc
28/10/2020 04:50:42             dut.10.240.183.189: 
28/10/2020 04:50:42             dut.10.240.183.189: CC=gcc meson --werror -Denable_kmods=True  -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
28/10/2020 04:50:48             dut.10.240.183.189: The Meson build system
Version: 0.54.3
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 20.11.0-rc1
Using 'CC' from environment with value: 'gcc'
Using 'CC' from environment with value: 'gcc'
C compiler for the host machine: gcc (gcc 8.3.1 "gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)")
C linker for the host machine: gcc ld.bfd 2.30-73
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES (/usr/bin/pkg-config)
Program gen-pmdinfo-cfile.sh found: YES (/root/dpdk/buildtools/gen-pmdinfo-cfile.sh)
Program list-dir-globs.py found: YES (/root/dpdk/buildtools/list-dir-globs.py)
Program check-symbols.sh found: YES (/root/dpdk/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/root/dpdk/buildtools/options-ibverbs-static.sh)
Program binutils-avx512-check.sh found: YES (/root/dpdk/buildtools/binutils-avx512-check.sh)
Program python3 found: YES (/usr/bin/python3.6)
Program cat found: YES (/usr/bin/cat)
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES 
Library libfdt found: NO
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency libpcap found: NO (tried pkgconfig)
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:228: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
Compiler for C supports arguments -Wcast-qual: YES 
Compiler for C supports arguments -Wdeprecated: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: NO 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Compiler for C supports arguments -mno-avx512f: YES 
config/x86/meson.build:9: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512BW__" :  
Fetching value of define "__AVX512CD__" :  
Fetching value of define "__AVX512DQ__" :  
Fetching value of define "__AVX512F__" :  
Fetching value of define "__AVX512VL__" :  
Fetching value of define "__PCLMUL__" : 1 
Fetching value of define "__RDRND__" : 1 
Fetching value of define "__RDSEED__" : 1 
Fetching value of define "__VPCLMULQDQ__" :  
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 
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"
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Message: lib/librte_net: Defining dependency "net"
Message: lib/librte_meter: Defining dependency "meter"
Message: lib/librte_ethdev: Defining dependency "ethdev"
Message: lib/librte_pci: Defining dependency "pci"
Message: lib/librte_cmdline: Defining dependency "cmdline"
Run-time dependency jansson found: YES 2.11
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
Fetching value of define "__AVX2__" : 1 (cached)
Message: lib/librte_acl: Defining dependency "acl"
Message: lib/librte_bbdev: Defining dependency "bbdev"
Message: lib/librte_bitratestats: Defining dependency "bitratestats"
Message: lib/librte_cfgfile: Defining dependency "cfgfile"
Message: lib/librte_compressdev: Defining dependency "compressdev"
Message: lib/librte_cryptodev: Defining dependency "cryptodev"
Message: lib/librte_distributor: Defining dependency "distributor"
Message: lib/librte_efd: Defining dependency "efd"
Message: lib/librte_eventdev: Defining dependency "eventdev"
Message: lib/librte_gro: Defining dependency "gro"
Message: lib/librte_gso: Defining dependency "gso"
Message: lib/librte_ip_frag: Defining dependency "ip_frag"
Message: lib/librte_jobstats: Defining dependency "jobstats"
Message: lib/librte_kni: Defining dependency "kni"
Message: lib/librte_latencystats: Defining dependency "latencystats"
Message: lib/librte_lpm: Defining dependency "lpm"
Message: lib/librte_member: Defining dependency "member"
Message: lib/librte_power: Defining dependency "power"
Message: lib/librte_pdump: Defining dependency "pdump"
Message: lib/librte_rawdev: Defining dependency "rawdev"
Message: lib/librte_regexdev: Defining dependency "regexdev"
Message: lib/librte_rib: Defining dependency "rib"
Message: lib/librte_reorder: Defining dependency "reorder"
Message: lib/librte_sched: Defining dependency "sched"
Message: lib/librte_security: Defining dependency "security"
Message: lib/librte_stack: Defining dependency "stack"
Has header "linux/userfaultfd.h" : YES 
Message: lib/librte_vhost: Defining dependency "vhost"
Message: lib/librte_ipsec: Defining dependency "ipsec"
Message: lib/librte_fib: Defining dependency "fib"
Message: lib/librte_port: Defining dependency "port"
Message: lib/librte_table: Defining dependency "table"
Message: lib/librte_pipeline: Defining dependency "pipeline"
Message: lib/librte_flow_classify: Defining dependency "flow_classify"
Run-time dependency libelf found: YES 0.178
Message: lib/librte_bpf: Defining dependency "bpf"
Message: lib/librte_graph: Defining dependency "graph"
Message: lib/librte_node: Defining dependency "node"
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: drivers/common/cpt: Defining dependency "common_cpt"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES 
Message: drivers/common/iavf: Defining dependency "common_iavf"
Library libmusdk found: NO
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/common/octeontx2: Defining dependency "common_octeontx2"
Compiler for C supports arguments -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/common/sfc_efx: Defining dependency "common_sfc_efx"
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
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/common/qat: Defining dependency "common_qat"
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 "net_af_packet"
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Library bpf found: NO
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Message: drivers/net/bonding: Defining dependency "net_bond"
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_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 "net_e1000"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_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 "net_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 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/hns3: Defining dependency "net_hns3"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/iavf: Defining dependency "net_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 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/igc: Defining dependency "net_igc"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Message: drivers/net/kni: Defining dependency "net_kni"
Message: drivers/net/liquidio: Defining dependency "net_liquidio"
Message: drivers/net/memif: Defining dependency "net_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 "net_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig and cmake)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeontx2: Defining dependency "net_octeontx2"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/pfe: Defining dependency "net_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 "net_qede"
Message: drivers/net/ring: Defining dependency "net_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 
Message: drivers/net/sfc: Defining dependency "net_sfc"
Message: drivers/net/softnic: Defining dependency "net_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 "net_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 "net_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 "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Message: drivers/net/virtio: Defining dependency "net_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 "net_vmxnet3"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "raw_dpaa2_cmdif"
Message: drivers/raw/dpaa2_qdma: Defining dependency "raw_dpaa2_qdma"
Message: drivers/raw/ioat: Defining dependency "raw_ioat"
Message: drivers/raw/ntb: Defining dependency "raw_ntb"
Message: drivers/raw/octeontx2_dma: Defining dependency "raw_octeontx2_dma"
Message: drivers/raw/octeontx2_ep: Defining dependency "raw_octeontx2_ep"
Message: drivers/raw/skeleton: Defining dependency "raw_skeleton"
Library IPSec_MB found: NO
Library IPSec_MB found: NO
Message: drivers/crypto/bcmfs: Defining dependency "crypto_bcmfs"
Message: drivers/crypto/caam_jr: Defining dependency "crypto_caam_jr"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/dpaa_sec: Defining dependency "crypto_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "crypto_dpaa2_sec"
Library IPSec_MB found: NO
Library libmusdk found: NO
Message: drivers/crypto/nitrox: Defining dependency "crypto_nitrox"
Message: drivers/crypto/null: Defining dependency "crypto_null"
Message: drivers/crypto/octeontx: Defining dependency "crypto_octeontx"
Message: drivers/crypto/octeontx2: Defining dependency "crypto_octeontx2"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/scheduler: Defining dependency "crypto_scheduler"
Library IPSec_MB found: NO
Message: drivers/crypto/virtio: Defining dependency "crypto_virtio"
Library IPSec_MB found: NO
Run-time dependency libisal found: NO (tried pkgconfig and cmake)
Message: drivers/compress/octeontx: Defining dependency "compress_octeontx"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "compress_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"
Library librxp_compiler found: NO
Message: drivers/regex/octeontx2: Defining dependency "regex_octeontx2_regex"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_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 "event_dpaa"
Message: drivers/event/dpaa2: Defining dependency "event_dpaa2"
Message: drivers/event/octeontx2: Defining dependency "event_octeontx2"
Message: drivers/event/opdl: Defining dependency "event_opdl"
Message: drivers/event/skeleton: Defining dependency "event_skeleton"
Message: drivers/event/sw: Defining dependency "event_sw"
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/event/dsw: Defining dependency "event_dsw"
Message: drivers/event/octeontx: Defining dependency "event_octeontx"
Message: drivers/baseband/null: Defining dependency "baseband_null"
Library libturbo found: NO
Library libldpc_decoder_5gnr found: NO
Message: drivers/baseband/turbo_sw: Defining dependency "baseband_turbo_sw"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "baseband_fpga_lte_fec"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "baseband_fpga_5gnr_fec"
Message: drivers/baseband/acc100: Defining dependency "baseband_acc100"
Library execinfo found: NO
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Message: hugepage availability: true
Program get-coremask.sh found: YES (/root/dpdk/app/test/get-coremask.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Configuring rte_build_config.h using configuration
Message: 
=================
Libraries Enabled
=================

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

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

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

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

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

Build targets in project: 973

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
28/10/2020 04:50:48             dut.10.240.183.189: ninja -C x86_64-native-linuxapp-gcc -j 86
28/10/2020 04:51:31             dut.10.240.183.189: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[1/2387] Generating rte_kvargs_def with a custom command
[2/2387] Generating rte_kvargs_mingw with a custom command
[3/2387] Generating rte_telemetry_mingw with a custom command
[4/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_hypervisor.c.o'
[5/2387] Generating rte_telemetry_def with a custom command
[6/2387] Generating rte_ring_def with a custom command
[7/2387] Generating rte_ring_mingw with a custom command
[8/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_cpuflags.c.o'
[9/2387] Generating rte_eal_mingw with a custom command
[10/2387] Generating rte_eal_def with a custom command
[11/2387] Generating rte_rcu_def with a custom command
[12/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_errno.c.o'
[13/2387] Generating rte_rcu_mingw with a custom command
[14/2387] Generating rte_mempool_mingw with a custom command
[15/2387] Generating rte_mempool_def with a custom command
[16/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_spinlock.c.o'
[17/2387] Generating rte_mbuf_def with a custom command
[18/2387] Generating rte_mbuf_mingw with a custom command
[19/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_debug.c.o'
[20/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_debug.c.o'
[21/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_class.c.o'
[22/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_string_fns.c.o'
[23/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_hypervisor.c.o'
[24/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_cpuflags.c.o'
[25/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_cpuflags.c.o'
[26/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_unix_timer.c.o'
[27/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_hexdump.c.o'
[28/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_reciprocal.c.o'
[29/2387] Generating rte_net_def with a custom command
[30/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_config.c.o'
[31/2387] Generating rte_net_mingw with a custom command
[32/2387] Generating rte_meter_mingw with a custom command
[33/2387] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/librte_kvargs_rte_kvargs.c.o'
[34/2387] Generating rte_meter_def with a custom command
[35/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_log.c.o'
[36/2387] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry_data.c.o'
[37/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_launch.c.o'
[38/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_uuid.c.o'
[39/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_vfio_mp_sync.c.o'
[40/2387] Linking static target lib/librte_kvargs.a
[41/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_file.c.o'
[42/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_lcore.c.o'
[43/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_timer.c.o'
[44/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_timer.c.o'
[45/2387] Generating rte_ethdev_def with a custom command
[46/2387] Generating rte_ethdev_mingw with a custom command
[47/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_cycles.c.o'
[48/2387] Generating rte_pci_def with a custom command
[49/2387] Generating rte_pci_mingw with a custom command
[50/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_keepalive.c.o'
[51/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_tailqs.c.o'
[52/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_unix_memory.c.o'
[53/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_mcfg.c.o'
[54/2387] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry_legacy.c.o'
[55/2387] Generating rte_cmdline_mingw with a custom command
[56/2387] Generating rte_cmdline_def with a custom command
[57/2387] Generating rte_metrics_mingw with a custom command
[58/2387] Generating rte_metrics_def with a custom command
[59/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_bus.c.o'
[60/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_thread.c.o'
[61/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_thread.c.o'
[62/2387] Generating rte_hash_mingw with a custom command
[63/2387] Generating rte_hash_def with a custom command
[64/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memalloc.c.o'
[65/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_vt100.c.o'
[66/2387] Generating rte_timer_def with a custom command
[67/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_socket.c.o'
[68/2387] Generating rte_timer_mingw with a custom command
[69/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_dev.c.o'
[70/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_log.c.o'
[71/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_ctf.c.o'
[72/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_os_unix.c.o'
[73/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_points.c.o'
[74/2387] Compiling C object 'lib/76b5a35@@rte_ring@sta/librte_ring_rte_ring.c.o'
[75/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_ipaddr.c.o'
[76/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_devargs.c.o'
[77/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_hotplug_mp.c.o'
[78/2387] Linking static target lib/librte_ring.a
[79/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_portlist.c.o'
[80/2387] Generating rte_acl_def with a custom command
[81/2387] Compiling C object 'buildtools/pmdinfogen/7ea0a9a@@pmdinfogen@exe/pmdinfogen.c.o'
[82/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_alarm.c.o'
[83/2387] Generating rte_acl_mingw with a custom command
[84/2387] Compiling C object 'lib/76b5a35@@rte_pci@sta/librte_pci_rte_pci.c.o'
[85/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline.c.o'
[86/2387] Generating rte_bbdev_mingw with a custom command
[87/2387] Generating rte_bbdev_def with a custom command
[88/2387] Generating rte_bitratestats_def with a custom command
[89/2387] Compiling C object 'lib/76b5a35@@rte_meter@sta/librte_meter_rte_meter.c.o'
[90/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_utils.c.o'
[91/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_string.c.o'
[92/2387] Generating rte_bitratestats_mingw with a custom command
[93/2387] Generating rte_cfgfile_def with a custom command
[94/2387] Linking static target lib/librte_pci.a
[95/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_lcore.c.o'
[96/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memzone.c.o'
[97/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace.c.o'
[98/2387] Generating rte_cfgfile_mingw with a custom command
[99/2387] Linking static target lib/librte_meter.a
[100/2387] Linking target buildtools/pmdinfogen/pmdinfogen
[101/2387] Generating rte_compressdev_mingw with a custom command
[102/2387] Generating rte_compressdev_def with a custom command
[103/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_elem.c.o'
[104/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_mp.c.o'
[105/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_dynmem.c.o'
[106/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_num.c.o'
[107/2387] Generating rte_cryptodev_mingw with a custom command
[108/2387] Generating rte_cryptodev_def with a custom command
[109/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_dev.c.o'
[110/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_hugepage_info.c.o'
[111/2387] Generating rte_distributor_def with a custom command
[112/2387] Generating rte_distributor_mingw with a custom command
[113/2387] Generating rte_efd_def with a custom command
[114/2387] Generating rte_efd_mingw with a custom command
[115/2387] Compiling C object 'lib/76b5a35@@rte_hash@sta/librte_hash_rte_fbk_hash.c.o'
[116/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_cirbuf.c.o'
[117/2387] Compiling C object 'lib/76b5a35@@rte_metrics@sta/librte_metrics_rte_metrics.c.o'
[118/2387] Generating rte_eventdev_def with a custom command
[119/2387] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry.c.o'
[120/2387] Linking static target lib/librte_telemetry.a
[121/2387] Generating rte_eventdev_mingw with a custom command
[122/2387] Generating rte_gro_def with a custom command
[123/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse.c.o'
[124/2387] Generating rte_gro_mingw with a custom command
[125/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_rdline.c.o'
[126/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memory.c.o'
[127/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_ring.c.o'
[128/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_service.c.o'
[129/2387] Generating rte_gso_def with a custom command
[130/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_proc.c.o'
[131/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal.c.o'
[132/2387] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_rte_cryptodev_pmd.c.o'
[133/2387] Generating rte_gso_mingw with a custom command
[134/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_ptype.c.o'
[135/2387] Generating rte_jobstats_def with a custom command
[136/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_random.c.o'
[137/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_pool_ops.c.o'
[138/2387] Compiling C object 'lib/76b5a35@@rte_cfgfile@sta/librte_cfgfile_rte_cfgfile.c.o'
[139/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool_ops_default.c.o'
[140/2387] Linking static target lib/librte_cfgfile.a
[141/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_net_crc_sse.c.o'
[142/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_net_crc.c.o'
[143/2387] Generating rte_jobstats_mingw with a custom command
[144/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_interrupts.c.o'
[145/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_eventdev_trace_points.c.o'
[146/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_memalloc.c.o'
[147/2387] Generating rte_ip_frag_mingw with a custom command
[148/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_mempool_trace_points.c.o'
[149/2387] Generating rte_ip_frag_def with a custom command
[150/2387] Generating rte_kni_def with a custom command
[151/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_profile.c.o'
[152/2387] Generating rte_kni_mingw with a custom command
[153/2387] Generating rte_latencystats_def with a custom command
[154/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_ether.c.o'
[155/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_trace_points.c.o'
[156/2387] Generating rte_latencystats_mingw with a custom command
[157/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_etheraddr.c.o'
[158/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_fbarray.c.o'
[159/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_class_eth.c.o'
[160/2387] Linking static target lib/librte_cmdline.a
[161/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool_ops.c.o'
[162/2387] Generating rte_lpm_def with a custom command
[163/2387] Generating rte_lpm_mingw with a custom command
[164/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_private.c.o'
[165/2387] Generating rte_member_def with a custom command
[166/2387] Generating rte_member_mingw with a custom command
[167/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_memory.c.o'
[168/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_tb_mem.c.o'
[169/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_common.c.o'
[170/2387] Generating rte_power_def with a custom command
[171/2387] Generating rte_power_mingw with a custom command
[172/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_mtr.c.o'
[173/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_arp.c.o'
[174/2387] Compiling C object 'lib/76b5a35@@rte_timer@sta/librte_timer_rte_timer.c.o'
[175/2387] Generating rte_pdump_def with a custom command
[176/2387] Generating rte_pdump_mingw with a custom command
[177/2387] Linking static target lib/librte_timer.a
[178/2387] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_compressdev_pmd.c.o'
[179/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_dyn.c.o'
[180/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_net.c.o'
[181/2387] Generating rte_rawdev_def with a custom command
[182/2387] Linking static target lib/librte_net.a
[183/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_kvm_vm.c.o'
[184/2387] Generating rte_rawdev_mingw with a custom command
[185/2387] Generating rte_regexdev_def with a custom command
[186/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_rte_acl.c.o'
[187/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_rte_power.c.o'
[188/2387] Compiling C object 'lib/76b5a35@@rte_bitratestats@sta/librte_bitratestats_rte_bitrate.c.o'
[189/2387] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor_match_sse.c.o'
[190/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_guest_channel.c.o'
[191/2387] Generating rte_regexdev_mingw with a custom command
[192/2387] Linking static target lib/librte_bitratestats.a
[193/2387] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member.c.o'
[194/2387] Generating rte_rib_def with a custom command
[195/2387] Generating rte_rib_mingw with a custom command
[196/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_malloc.c.o'
[197/2387] Generating rte_reorder_def with a custom command
[198/2387] Generating rte_reorder_mingw with a custom command
[199/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_load.c.o'
[200/2387] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_cryptodev_trace_points.c.o'
[201/2387] Generating rte_sched_def with a custom command
[202/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_vfio.c.o'
[203/2387] Generating rte_sched_mingw with a custom command
[204/2387] Generating rte_security_mingw with a custom command
[205/2387] Generating rte_security_def with a custom command
[206/2387] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_comp.c.o'
[207/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_swx_pipeline_spec.c.o'
[208/2387] Generating rte_stack_def with a custom command
[209/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_heap.c.o'
[210/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_tm.c.o'
[211/2387] Generating kvargs.sym_chk with a meson_exe.py custom command
[212/2387] Generating rte_stack_mingw with a custom command
[213/2387] Compiling C object 'lib/76b5a35@@rte_metrics@sta/librte_metrics_rte_metrics_telemetry.c.o'
[214/2387] Linking static target lib/librte_metrics.a
[215/2387] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack_std.c.o'
[216/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_swx_ctl.c.o'
[217/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_rte_power_empty_poll.c.o'
[218/2387] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_approx.c.o'
[219/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_gen.c.o'
[220/2387] Compiling C object 'lib/76b5a35@@rte_rcu@sta/librte_rcu_rte_rcu_qsbr.c.o'
[221/2387] Generating rte_vhost_def with a custom command
[222/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_udp4.c.o'
[223/2387] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_red.c.o'
[224/2387] Linking target lib/librte_kvargs.so.21.0
[225/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_tcp4.c.o'
[226/2387] Linking static target lib/librte_rcu.a
[227/2387] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack_lf.c.o'
[228/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_rte_gso.c.o'
[229/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_tunnel_tcp4.c.o'
[230/2387] Generating rte_vhost_mingw with a custom command
[231/2387] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack.c.o'
[232/2387] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_compressdev.c.o'
[233/2387] Generating rte_ipsec_def with a custom command
[234/2387] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor_single.c.o'
[235/2387] Generating rte_ipsec_mingw with a custom command
[236/2387] Linking static target lib/librte_stack.a
[237/2387] Linking static target lib/librte_compressdev.a
[238/2387] Generating rte_fib_def with a custom command
[239/2387] Generating rte_fib_mingw with a custom command
[240/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool.c.o'
[241/2387] Generating meter.sym_chk with a meson_exe.py custom command
[242/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv4_reassembly.c.o'
[243/2387] Linking static target lib/librte_mempool.a
[244/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_vxlan_udp4.c.o'
[245/2387] Generating ring.sym_chk with a meson_exe.py custom command
[246/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_rte_gro.c.o'
[247/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_tcp4.c.o'
[248/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_scalar.c.o'
[249/2387] Generating pci.sym_chk with a meson_exe.py custom command
[250/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_fd_man.c.o'
[251/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_udp4.c.o'
[252/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv6_reassembly.c.o'
[253/2387] Generating rte_port_def with a custom command
[254/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_exec.c.o'
[255/2387] Compiling C object 'lib/76b5a35@@rte_jobstats@sta/librte_jobstats_rte_jobstats.c.o'
[256/2387] Generating rte_port_mingw with a custom command
[257/2387] Linking static target lib/librte_jobstats.a
[258/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_vxlan_tcp4.c.o'
[259/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_rte_fib.c.o'
[260/2387] Linking static target lib/librte_gro.a
[261/2387] Compiling C object 'lib/76b5a35@@rte_bbdev@sta/librte_bbdev_rte_bbdev.c.o'
[262/2387] Linking static target lib/librte_bbdev.a
[263/2387] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member_vbf.c.o'
[264/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_common.c.o'
[265/2387] Linking static target lib/librte_gso.a
[266/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv4_fragmentation.c.o'
[267/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_options.c.o'
[268/2387] Linking static target lib/librte_eal.a
[269/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ip_frag_common.c.o'
[270/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_ip_frag_internal.c.o'
[271/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_pipeline.c.o'
[272/2387] Generating cfgfile.sym_chk with a meson_exe.py custom command
[273/2387] Compiling C object 'lib/76b5a35@@rte_latencystats@sta/librte_latencystats_rte_latencystats.c.o'
[274/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv6_fragmentation.c.o'
[275/2387] Linking static target lib/librte_latencystats.a
[276/2387] Linking static target lib/librte_ip_frag.a
[277/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_flow.c.o'
[278/2387] Generating telemetry.sym_chk with a meson_exe.py custom command
[279/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_acpi_cpufreq.c.o'
[280/2387] Linking target lib/librte_telemetry.so.21.0
[281/2387] Compiling C object 'lib/76b5a35@@rte_lpm@sta/librte_lpm_rte_lpm.c.o'
[282/2387] Generating rte_table_def with a custom command
[283/2387] Compiling C object 'lib/76b5a35@@rte_reorder@sta/librte_reorder_rte_reorder.c.o'
[284/2387] Generating cmdline.sym_chk with a meson_exe.py custom command
[285/2387] Linking static target lib/librte_reorder.a
[286/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf.c.o'
[287/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_timer_adapter.c.o'
[288/2387] Linking static target lib/librte_mbuf.a
[289/2387] Generating rte_table_mingw with a custom command
[290/2387] Compiling C object 'lib/76b5a35@@rte_security@sta/librte_security_rte_security.c.o'
[291/2387] Compiling C object 'lib/76b5a35@@rte_rib@sta/librte_rib_rte_rib.c.o'
[292/2387] Linking static target lib/librte_security.a
[293/2387] Compiling C object 'lib/76b5a35@@rte_regexdev@sta/librte_regexdev_rte_regexdev.c.o'
[294/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_ses.c.o'
[295/2387] Linking static target lib/librte_regexdev.a
[296/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_ll.c.o'
[297/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_rte_fib6.c.o'
[298/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_pstate_cpufreq.c.o'
[299/2387] Compiling C object 'lib/76b5a35@@rte_rawdev@sta/librte_rawdev_rte_rawdev.c.o'
[300/2387] Linking static target lib/librte_power.a
[301/2387] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor.c.o'
[302/2387] Linking static target lib/librte_rawdev.a
[303/2387] Compiling C object 'lib/76b5a35@@rte_kni@sta/librte_kni_rte_kni.c.o'
[304/2387] Linking static target lib/librte_distributor.a
[305/2387] Generating timer.sym_chk with a meson_exe.py custom command
[306/2387] Generating bitratestats.sym_chk with a meson_exe.py custom command
[307/2387] Generating net.sym_chk with a meson_exe.py custom command
[308/2387] Linking static target lib/librte_kni.a
[309/2387] Generating rte_pipeline_mingw with a custom command
[310/2387] Generating rte_pipeline_def with a custom command
[311/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vdpa.c.o'
[312/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sched.c.o'
[313/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_eth_tx_adapter.c.o'
[314/2387] Compiling C object 'lib/76b5a35@@rte_efd@sta/librte_efd_rte_efd.c.o'
[315/2387] Generating rte_flow_classify_def with a custom command
[316/2387] Generating rte_flow_classify_mingw with a custom command
[317/2387] Linking static target lib/librte_efd.a
[318/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device.c.o'
[319/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_bld.c.o'
[320/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_sa.c.o'
[321/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_iotlb.c.o'
[322/2387] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.21.0.symbols'
[323/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_util.c.o'
[324/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_lpm_ipv6.c.o'
[325/2387] Generating rte_bpf_def with a custom command
[326/2387] Generating rte_bpf_mingw with a custom command
[327/2387] Compiling C object 'lib/76b5a35@@rte_lpm@sta/librte_lpm_rte_lpm6.c.o'
[328/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_cuckoo.c.o'
[329/2387] Linking static target lib/librte_lpm.a
[330/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_lpm.c.o'
[331/2387] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_rte_cryptodev.c.o'
[332/2387] Generating metrics.sym_chk with a meson_exe.py custom command
[333/2387] Linking static target lib/librte_cryptodev.a
[334/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'
[335/2387] Generating stack.sym_chk with a meson_exe.py custom command
[336/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_socket.c.o'
[337/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_frag.c.o'
[338/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tbl.c.o'
[339/2387] Generating rte_graph_def with a custom command
[340/2387] Generating rcu.sym_chk with a meson_exe.py custom command
[341/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_eventdev.c.o'
[342/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_stub.c.o'
[343/2387] Generating rte_graph_mingw with a custom command
[344/2387] Compiling C object 'lib/76b5a35@@rte_pdump@sta/librte_pdump_rte_pdump.c.o'
[345/2387] Compiling C object 'lib/76b5a35@@rte_rib@sta/librte_rib_rte_rib6.c.o'
[346/2387] Linking static target lib/librte_pdump.a
[347/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ras.c.o'
[348/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_swx_port_ethdev.c.o'
[349/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o'
[350/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_array.c.o'
[351/2387] Linking static target lib/librte_rib.a
[352/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_null.c.o'
[353/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sym_crypto.c.o'
[354/2387] Generating rte_node_def with a custom command
[355/2387] Generating rte_node_mingw with a custom command
[356/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_fd.c.o'
[357/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_acl.c.o'
[358/2387] Generating mempool.sym_chk with a meson_exe.py custom command
[359/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_kni.c.o'
[360/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_tbl.c.o'
[361/2387] Generating rte_common_cpt_mingw with a custom command
[362/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_ipsec_sad.c.o'
[363/2387] Generating jobstats.sym_chk with a meson_exe.py custom command
[364/2387] Generating rte_common_cpt_def with a custom command
[365/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_swx_port_source_sink.c.o'
[366/2387] Generating rte_common_dpaax_mingw with a custom command
[367/2387] Generating gro.sym_chk with a meson_exe.py custom command
[368/2387] Generating rte_common_dpaax_def with a custom command
[369/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam.c.o'
[370/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_tcam.c.o'
[371/2387] Generating rte_common_iavf_mingw with a custom command
[372/2387] Generating rte_common_iavf_def with a custom command
[373/2387] Generating rte_common_octeontx_def with a custom command
[374/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ethdev.c.o'
[375/2387] Generating rte_common_octeontx_mingw with a custom command
[376/2387] Generating gso.sym_chk with a meson_exe.py custom command
[377/2387] Generating rte_common_octeontx2_mingw with a custom command
[378/2387] Generating rte_common_octeontx2_def with a custom command
[379/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_eventdev.c.o'
[380/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_caamflib.c.o'
[381/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_port_in_action.c.o'
[382/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_source_sink.c.o'
[383/2387] Generating latencystats.sym_chk with a meson_exe.py custom command
[384/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx@sta/common_octeontx_octeontx_mbox.c.o'
[385/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_sse.c.o'
[386/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf.c.o'
[387/2387] Linking static target drivers/libtmp_rte_common_octeontx.a
[388/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o'
[389/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost.c.o'
[390/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_irq.c.o'
[391/2387] Generating rte_common_octeontx.pmd.c with a custom command
[392/2387] Linking static target lib/librte_fib.a
[393/2387] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.21.0.symbols'
[394/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o'
[395/2387] Generating ip_frag.sym_chk with a meson_exe.py custom command
[396/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx@sta/meson-generated_.._rte_common_octeontx.pmd.c.o'
[397/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx@sha/meson-generated_.._rte_common_octeontx.pmd.c.o'
[398/2387] Linking static target drivers/librte_common_octeontx.a
[399/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaa_of.c.o'
[400/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key8.c.o'
[401/2387] Linking static target drivers/libtmp_rte_common_dpaax.a
[402/2387] Generating rte_common_dpaax.pmd.c with a custom command
[403/2387] Compiling C object 'drivers/a715181@@rte_common_dpaax@sta/meson-generated_.._rte_common_dpaax.pmd.c.o'
[404/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_debug.c.o'
[405/2387] Linking static target drivers/librte_common_dpaax.a
[406/2387] Generating reorder.sym_chk with a meson_exe.py custom command
[407/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_crypto_adapter.c.o'
[408/2387] Generating compressdev.sym_chk with a meson_exe.py custom command
[409/2387] Compiling C object 'drivers/a715181@@rte_common_dpaax@sha/meson-generated_.._rte_common_dpaax.pmd.c.o'
[410/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_ops.c.o'
[411/2387] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member_ht.c.o'
[412/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_swx_table_em.c.o'
[413/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_load_elf.c.o'
[414/2387] Linking static target lib/librte_member.a
[415/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_log.c.o'
[416/2387] Generating distributor.sym_chk with a meson_exe.py custom command
[417/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_populate.c.o'
[418/2387] Generating rawdev.sym_chk with a meson_exe.py custom command
[419/2387] Compiling C object 'lib/76b5a35@@rte_flow_classify@sta/librte_flow_classify_rte_flow_classify_parse.c.o'
[420/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_pkt_drop.c.o'
[421/2387] Compiling C object 'lib/76b5a35@@rte_flow_classify@sta/librte_flow_classify_rte_flow_classify.c.o'
[422/2387] Generating security.sym_chk with a meson_exe.py custom command
[423/2387] Generating bbdev.sym_chk with a meson_exe.py custom command
[424/2387] Linking static target lib/librte_flow_classify.a
[425/2387] Generating kni.sym_chk with a meson_exe.py custom command
[426/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_cpt@sta/common_cpt_cpt_pmd_ops_helper.c.o'
[427/2387] Generating efd.sym_chk with a meson_exe.py custom command
[428/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_ext.c.o'
[429/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key16.c.o'
[430/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_node.c.o'
[431/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_ctrl.c.o'
[432/2387] Generating mbuf.sym_chk with a meson_exe.py custom command
[433/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph.c.o'
[434/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_impl.c.o'
[435/2387] Generating power.sym_chk with a meson_exe.py custom command
[436/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_cpt@sta/common_cpt_cpt_fpm_tables.c.o'
[437/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_stats.c.o'
[438/2387] Linking static target drivers/libtmp_rte_common_cpt.a
[439/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_tx.c.o'
[440/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_rx.c.o'
[441/2387] Linking static target lib/librte_graph.a
[442/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_bootcfg.c.o'
[443/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost_user.c.o'
[444/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_esp_outb.c.o'
[445/2387] Generating rte_common_cpt.pmd.c with a custom command
[446/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_crc32.c.o'
[447/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_lru.c.o'
[448/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_common.c.o'
[449/2387] Compiling C object 'drivers/a715181@@rte_common_cpt@sta/meson-generated_.._rte_common_cpt.pmd.c.o'
[450/2387] Compiling C object 'drivers/a715181@@rte_common_cpt@sha/meson-generated_.._rte_common_cpt.pmd.c.o'
[451/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_sec_idev.c.o'
[452/2387] Linking static target drivers/librte_common_cpt.a
[453/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_common.c.o'
[454/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mon.c.o'
[455/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_hash.c.o'
[456/2387] Generating lpm.sym_chk with a meson_exe.py custom command
[457/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_lic.c.o'
[458/2387] Generating regexdev.sym_chk with a meson_exe.py custom command
[459/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_ev.c.o'
[460/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_evb.c.o'
[461/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_intr.c.o'
[462/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key32.c.o'
[463/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_pkt.c.o'
[464/2387] Generating pdump.sym_chk with a meson_exe.py custom command
[465/2387] Linking static target lib/librte_table.a
[466/2387] Generating rte_common_sfc_efx_mingw with a custom command
[467/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_sfc_efx@sta/common_sfc_efx_sfc_efx.c.o'
[468/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_nvram.c.o'
[469/2387] Generating rte_common_sfc_efx_def with a custom command
[470/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_esp_inb.c.o'
[471/2387] Linking static target lib/librte_ipsec.a
[472/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_filter.c.o'
[473/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_proxy.c.o'
[474/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_phy.c.o'
[475/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_mbox.c.o'
[476/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mac.c.o'
[477/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_port.c.o'
[478/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_pci.c.o'
[479/2387] Generating rte_bus_dpaa_mingw with a custom command
[480/2387] Generating rte_bus_dpaa_def with a custom command
[481/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_pkt_cls.c.o'
[482/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_vpd.c.o'
[483/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_nic.c.o'
[484/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/mcdi_mon.c.o'
[485/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_mac.c.o'
[486/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_mcdi.c.o'
[487/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_nvram.c.o'
[488/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_validate.c.o'
[489/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_tx.c.o'
[490/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_nic.c.o'
[491/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_phy.c.o'
[492/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_adminq.c.o'
[493/2387] Generating rte_bus_ifpga_mingw with a custom command
[494/2387] Linking static target drivers/libtmp_rte_common_iavf.a
[495/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_sram.c.o'
[496/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_vpd.c.o'
[497/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_image.c.o'
[498/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_sram.c.o'
[499/2387] Generating rte_common_iavf.pmd.c with a custom command
[500/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_dev.c.o'
[501/2387] Generating rte_bus_fslmc_mingw with a custom command
[502/2387] Generating rte_bus_fslmc_def with a custom command
[503/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_avx2.c.o'
[504/2387] Linking static target drivers/libtmp_rte_common_octeontx2.a
[505/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpci.c.o'
[506/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpbp.c.o'
[507/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpmng.c.o'
[508/2387] Linking static target lib/librte_acl.a
[509/2387] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'
[510/2387] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'
[511/2387] Generating rte_bus_ifpga_def with a custom command
[512/2387] Linking static target drivers/librte_common_iavf.a
[513/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_intr.c.o'
[514/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpcon.c.o'
[515/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpdmai.c.o'
[516/2387] Generating rte_common_octeontx2.pmd.c with a custom command
[517/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_nvram.c.o'
[518/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_mc_sys.c.o'
[519/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_rx.c.o'
[520/2387] Generating rte_bus_pci_def with a custom command
[521/2387] Generating rte_bus_pci_mingw with a custom command
[522/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx2@sta/meson-generated_.._rte_common_octeontx2.pmd.c.o'
[523/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx2@sha/meson-generated_.._rte_common_octeontx2.pmd.c.o'
[524/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_proxy.c.o'
[525/2387] Linking static target drivers/librte_common_octeontx2.a
[526/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpio.c.o'
[527/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_params.c.o'
[528/2387] Generating rte_bus_vdev_def with a custom command
[529/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_bman.c.o'
[530/2387] Generating rte_bus_vdev_mingw with a custom command
[531/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_vpd.c.o'
[532/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ip4_lookup.c.o'
[533/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_qbman_qbman_debug.c.o'
[534/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_evb.c.o'
[535/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_ifpga@sta/bus_ifpga_ifpga_common.c.o'
[536/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_eth_rx_adapter.c.o'
[537/2387] Generating rte_bus_vmbus_mingw with a custom command
[538/2387] Generating rte_bus_vmbus_def with a custom command
[539/2387] Linking static target lib/librte_eventdev.a
[540/2387] Generating cryptodev.sym_chk with a meson_exe.py custom command
[541/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vdev@sta/bus_vdev_vdev_params.c.o'
[542/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_mcdi.c.o'
[543/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_tunnel.c.o'
[544/2387] Generating rte_common_qat_def with a custom command
[545/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'
[546/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_ev.c.o'
[547/2387] Generating rte_common_qat_mingw with a custom command
[548/2387] Generating rte_mempool_bucket_def with a custom command
[549/2387] Generating rte_mempool_bucket_mingw with a custom command
[550/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/hunt_nic.c.o'
[551/2387] Generating rte_mempool_dpaa_def with a custom command
[552/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/medford2_nic.c.o'
[553/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/medford_nic.c.o'
[554/2387] Generating rte_mempool_dpaa_mingw with a custom command
[555/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_phy.c.o'
[556/2387] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_sched.c.o'
[557/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_tx.c.o'
[558/2387] Generating rte_common_octeontx.sym_chk with a meson_exe.py custom command
[559/2387] Generating rte_mempool_dpaa2_def with a custom command
[560/2387] Generating rte_mempool_dpaa2_mingw with a custom command
[561/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_mac.c.o'
[562/2387] Linking static target lib/librte_sched.a
[563/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_rx.c.o'
[564/2387] Generating rte_mempool_octeontx_def with a custom command
[565/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_common_uio.c.o'
[566/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_pci.c.o'
[567/2387] Generating rte_mempool_octeontx_mingw with a custom command
[568/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_ev.c.o'
[569/2387] Generating rte_mempool_octeontx2_mingw with a custom command
[570/2387] Generating rte_mempool_octeontx2_def with a custom command
[571/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_intr.c.o'
[572/2387] Generating rte_mempool_ring_def with a custom command
[573/2387] Generating rte_mempool_ring_mingw with a custom command
[574/2387] Generating rib.sym_chk with a meson_exe.py custom command
[575/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_common_uio.c.o'
[576/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_jit_x86.c.o'
[577/2387] Generating rte_mempool_stack_mingw with a custom command
[578/2387] Generating rte_mempool_stack_def with a custom command
[579/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_nic.c.o'
[580/2387] Generating rte_net_af_packet_def with a custom command
[581/2387] Linking static target lib/librte_bpf.a
[582/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_tx.c.o'
[583/2387] Generating rte_net_af_packet_mingw with a custom command
[584/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_bufring.c.o'
[585/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_ifpga@sta/bus_ifpga_ifpga_bus.c.o'
[586/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_common.c.o'
[587/2387] Linking static target drivers/libtmp_rte_bus_ifpga.a
[588/2387] Generating member.sym_chk with a meson_exe.py custom command
[589/2387] Generating rte_net_ark_def with a custom command
[590/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_channel.c.o'
[591/2387] Generating fib.sym_chk with a meson_exe.py custom command
[592/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_tunnel.c.o'
[593/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'
[594/2387] Generating rte_net_ark_mingw with a custom command
[595/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ip4_rewrite.c.o'
[596/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mcdi.c.o'
[597/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'
[598/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_linux_vmbus_bus.c.o'
[599/2387] Generating rte_bus_ifpga.pmd.c with a custom command
[600/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_rx.c.o'
[601/2387] Linking static target lib/librte_node.a
[602/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_linux_vmbus_uio.c.o'
[603/2387] Compiling C object 'drivers/a715181@@rte_bus_ifpga@sta/meson-generated_.._rte_bus_ifpga.pmd.c.o'
[604/2387] Linking static target drivers/libtmp_rte_bus_vmbus.a
[605/2387] Compiling C object 'drivers/a715181@@rte_bus_ifpga@sha/meson-generated_.._rte_bus_ifpga.pmd.c.o'
[606/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_common.c.o'
[607/2387] Linking static target drivers/librte_bus_ifpga.a
[608/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_ethdev.c.o'
[609/2387] Generating rte_net_atlantic_def with a custom command
[610/2387] Generating rte_net_atlantic_mingw with a custom command
[611/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_sfc_efx@sta/common_sfc_efx_sfc_efx_mcdi.c.o'
[612/2387] Generating rte_net_avp_def with a custom command
[613/2387] Generating rte_net_avp_mingw with a custom command
[614/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vdev@sta/bus_vdev_vdev.c.o'
[615/2387] Linking static target lib/librte_ethdev.a
[616/2387] Linking static target drivers/libtmp_rte_common_sfc_efx.a
[617/2387] Linking static target drivers/libtmp_rte_bus_vdev.a
[618/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_dpaa_sys.c.o'
[619/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_atl_hw_regs.c.o'
[620/2387] Generating rte_bus_vmbus.pmd.c with a custom command
[621/2387] Generating rte_common_sfc_efx.pmd.c with a custom command
[622/2387] Generating rte_bus_vdev.pmd.c with a custom command
[623/2387] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command
[624/2387] Compiling C object 'drivers/a715181@@rte_common_sfc_efx@sha/meson-generated_.._rte_common_sfc_efx.pmd.c.o'
[625/2387] Compiling C object 'drivers/a715181@@rte_bus_vmbus@sha/meson-generated_.._rte_bus_vmbus.pmd.c.o'
[626/2387] Compiling C object 'drivers/a715181@@rte_common_sfc_efx@sta/meson-generated_.._rte_common_sfc_efx.pmd.c.o'
[627/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'
[628/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_rqp.c.o'
[629/2387] Generating flow_classify.sym_chk with a meson_exe.py custom command
[630/2387] Generating rte_net_axgbe_mingw with a custom command
[631/2387] Compiling C object 'drivers/a715181@@rte_bus_vdev@sta/meson-generated_.._rte_bus_vdev.pmd.c.o'
[632/2387] Compiling C object 'drivers/a715181@@rte_bus_vdev@sha/meson-generated_.._rte_bus_vdev.pmd.c.o'
[633/2387] Compiling C object 'drivers/a715181@@rte_bus_vmbus@sta/meson-generated_.._rte_bus_vmbus.pmd.c.o'
[634/2387] Linking static target drivers/librte_bus_vdev.a
[635/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o'
[636/2387] Linking static target drivers/librte_bus_vmbus.a
[637/2387] Generating rte_net_axgbe_def with a custom command
[638/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_qman_driver.c.o'
[639/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_udm.c.o'
[640/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_netcfg_layer.c.o'
[641/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_bman_driver.c.o'
[642/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_nic.c.o'
[643/2387] Generating rte_net_bond_mingw with a custom command
[644/2387] Generating rte_net_bond_def with a custom command
[645/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'
[646/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_filter.c.o'
[647/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_b0.c.o'
[648/2387] Linking static target drivers/common/sfc_efx/base/libsfc_base.a
[649/2387] Linking static target drivers/librte_common_sfc_efx.a
[650/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_process.c.o'
[651/2387] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command
[652/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_fman_hw.c.o'
[653/2387] Generating rte_net_bnx2x_mingw with a custom command
[654/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpbp.c.o'
[655/2387] Generating rte_net_bnx2x_def with a custom command
[656/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpci.c.o'
[657/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_dpaa_bus.c.o'
[658/2387] Generating ipsec.sym_chk with a meson_exe.py custom command
[659/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_fslmc_bus.c.o'
[660/2387] Generating table.sym_chk with a meson_exe.py custom command
[661/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_common.c.o'
[662/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_fman.c.o'
[663/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx@sta/mempool_octeontx_rte_mempool_octeontx.c.o'
[664/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_llh.c.o'
[665/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'
[666/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'
[667/2387] Linking static target drivers/libtmp_rte_bus_pci.a
[668/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpio.c.o'
[669/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_fslmc_vfio.c.o'
[670/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_debug.c.o'
[671/2387] Generating rte_bus_pci.pmd.c with a custom command
[672/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_irq.c.o'
[673/2387] Generating acl.sym_chk with a meson_exe.py custom command
[674/2387] Compiling C object 'drivers/a715181@@rte_bus_pci@sta/meson-generated_.._rte_bus_pci.pmd.c.o'
[675/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_rand.c.o'
[676/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_qat_comp_pmd.c.o'
[677/2387] Linking static target drivers/librte_bus_pci.a
[678/2387] Compiling C object 'drivers/a715181@@rte_bus_pci@sha/meson-generated_.._rte_bus_pci.pmd.c.o'
[679/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_stack@sta/mempool_stack_rte_mempool_stack.c.o'
[680/2387] Linking static target drivers/libtmp_rte_mempool_stack.a
[681/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktdir.c.o'
[682/2387] Generating rte_mempool_stack.pmd.c with a custom command
[683/2387] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'
[684/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_dpaa@sta/mempool_dpaa_dpaa_mempool.c.o'
[685/2387] Linking static target drivers/librte_mempool_stack.a
[686/2387] Linking static target drivers/libtmp_rte_mempool_dpaa.a
[687/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_rte_pmd_atlantic.c.o'
[688/2387] Generating rte_mempool_dpaa.pmd.c with a custom command
[689/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool.c.o'
[690/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx@sta/mempool_octeontx_octeontx_fpavf.c.o'
[691/2387] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'
[692/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_dpaa2@sta/mempool_dpaa2_dpaa2_hw_mempool.c.o'
[693/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa@sta/meson-generated_.._rte_mempool_dpaa.pmd.c.o'
[694/2387] Linking static target drivers/libtmp_rte_mempool_octeontx.a
[695/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_stack.c.o'
[696/2387] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command
[697/2387] Linking static target drivers/libtmp_rte_mempool_dpaa2.a
[698/2387] Linking static target drivers/librte_mempool_dpaa.a
[699/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa@sha/meson-generated_.._rte_mempool_dpaa.pmd.c.o'
[700/2387] Generating rte_mempool_dpaa2.pmd.c with a custom command
[701/2387] Generating rte_mempool_octeontx.pmd.c with a custom command
[702/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa2@sha/meson-generated_.._rte_mempool_dpaa2.pmd.c.o'
[703/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa2@sta/meson-generated_.._rte_mempool_dpaa2.pmd.c.o'
[704/2387] Linking static target drivers/librte_mempool_dpaa2.a
[705/2387] Generating graph.sym_chk with a meson_exe.py custom command
[706/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'
[707/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx@sta/meson-generated_.._rte_mempool_octeontx.pmd.c.o'
[708/2387] Generating eventdev.sym_chk with a meson_exe.py custom command
[709/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx@sha/meson-generated_.._rte_mempool_octeontx.pmd.c.o'
[710/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_ops.c.o'
[711/2387] Linking static target drivers/librte_mempool_octeontx.a
[712/2387] Linking static target drivers/libtmp_rte_mempool_octeontx2.a
[713/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_i2c.c.o'
[714/2387] Generating sched.sym_chk with a meson_exe.py custom command
[715/2387] Generating rte_mempool_octeontx2.pmd.c with a custom command
[716/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_utils_fw2x.c.o'
[717/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx2@sta/meson-generated_.._rte_mempool_octeontx2.pmd.c.o'
[718/2387] Generating bpf.sym_chk with a meson_exe.py custom command
[719/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p4.c.o'
[720/2387] Generating rte_regex_octeontx2_regex_def with a custom command
[721/2387] Linking static target drivers/librte_mempool_octeontx2.a
[722/2387] Generating rte_regex_octeontx2_regex_mingw with a custom command
[723/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx2@sha/meson-generated_.._rte_mempool_octeontx2.pmd.c.o'
[724/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'
[725/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_tx.c.o'
[726/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_utils.c.o'
[727/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_qbman_qbman_portal.c.o'
[728/2387] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command
[729/2387] Generating rte_vdpa_ifc_def with a custom command
[730/2387] Generating rte_vdpa_ifc_mingw with a custom command
[731/2387] Linking static target drivers/libtmp_rte_bus_fslmc.a
[732/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_rxtx_vec_sse.c.o'
[733/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_flow.c.o'
[734/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev.c.o'
[735/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktchkr.c.o'
[736/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktgen.c.o'
[737/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_alb.c.o'
[738/2387] Generating node.sym_chk with a meson_exe.py custom command
[739/2387] Generating rte_bus_fslmc.pmd.c with a custom command
[740/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'
[741/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_bitalloc.c.o'
[742/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_identifier.c.o'
[743/2387] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'
[744/2387] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'
[745/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_qat_comp.c.o'
[746/2387] Linking static target drivers/librte_bus_fslmc.a
[747/2387] Linking static target drivers/libtmp_rte_common_qat.a
[748/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'
[749/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_mdio.c.o'
[750/2387] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_base_ifcvf.c.o'
[751/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'
[752/2387] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command
[753/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_util.c.o'
[754/2387] Generating rte_common_qat.pmd.c with a custom command
[755/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'
[756/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_if_tbl.c.o'
[757/2387] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command
[758/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_global_cfg.c.o'
[759/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ring.c.o'
[760/2387] Compiling C object 'drivers/a715181@@rte_common_qat@sha/meson-generated_.._rte_common_qat.pmd.c.o'
[761/2387] Generating rte_common_octeontx2.sym_chk with a meson_exe.py custom command
[762/2387] Compiling C object 'drivers/a715181@@rte_common_qat@sta/meson-generated_.._rte_common_qat.pmd.c.o'
[763/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_msg.c.o'
[764/2387] Linking static target lib/librte_port.a
[765/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_hcapi_cfa_p4.c.o'
[766/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'
[767/2387] Linking static target drivers/librte_common_qat.a
[768/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_rm.c.o'
[769/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_ethdev.c.o'
[770/2387] Generating rte_net_bnxt_mingw with a custom command
[771/2387] Generating rte_net_bnxt_def with a custom command
[772/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'
[773/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'
[774/2387] Linking static target drivers/libtmp_rte_net_ark.a
[775/2387] Linking static target drivers/libtmp_rte_net_af_packet.a
[776/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_vfpf.c.o'
[777/2387] Generating rte_net_af_packet.pmd.c with a custom command
[778/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'
[779/2387] Generating eal.sym_chk with a meson_exe.py custom command
[780/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_txq.c.o'
[781/2387] Generating rte_net_ark.pmd.c with a custom command
[782/2387] Compiling C object 'drivers/a715181@@rte_net_af_packet@sta/meson-generated_.._rte_net_af_packet.pmd.c.o'
[783/2387] Linking static target drivers/librte_net_af_packet.a
[784/2387] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'
[785/2387] Compiling C object 'drivers/a715181@@rte_net_ark@sta/meson-generated_.._rte_net_ark.pmd.c.o'
[786/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_ring@sta/mempool_ring_rte_mempool_ring.c.o'
[787/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_phy_impl.c.o'
[788/2387] Linking static target drivers/librte_net_ark.a
[789/2387] Linking static target drivers/libtmp_rte_mempool_ring.a
[790/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_vnic.c.o'
[791/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_rxtx.c.o'
[792/2387] Compiling C object 'drivers/a715181@@rte_net_ark@sha/meson-generated_.._rte_net_ark.pmd.c.o'
[793/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_rxtx.c.o'
[794/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_dev.c.o'
[795/2387] Generating rte_mempool_ring.pmd.c with a custom command
[796/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tfp.c.o'
[797/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_stats.c.o'
[798/2387] Compiling C object 'drivers/a715181@@rte_mempool_ring@sta/meson-generated_.._rte_mempool_ring.pmd.c.o'
[799/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_compiler.c.o'
[800/2387] Compiling C object 'drivers/a715181@@rte_mempool_ring@sha/meson-generated_.._rte_mempool_ring.pmd.c.o'
[801/2387] Linking target lib/librte_eal.so.21.0
[802/2387] Linking static target drivers/librte_mempool_ring.a
[803/2387] Generating rte_net_cxgbe_def with a custom command
[804/2387] Generating rte_net_cxgbe_mingw with a custom command
[805/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_atl_ethdev.c.o'
[806/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_internal.c.o'
[807/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ring.c.o'
[808/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_hw_access.c.o'
[809/2387] Generating rte_net_dpaa_def with a custom command
[810/2387] Generating rte_net_dpaa_mingw with a custom command
[811/2387] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command
[812/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_mbox.c.o'
[813/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_wh_plus_act.c.o'
[814/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_tbl.c.o'
[815/2387] Generating rte_mempool_stack.sym_chk with a meson_exe.py custom command
[816/2387] Generating rte_mempool_dpaa.sym_chk with a meson_exe.py custom command
[817/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_common.c.o'
[818/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxq.c.o'
[819/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_atl_rxtx.c.o'
[820/2387] Linking static target drivers/libtmp_rte_net_atlantic.a
[821/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_act.c.o'
[822/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_class.c.o'
[823/2387] Generating rte_mempool_dpaa2.sym_chk with a meson_exe.py custom command
[824/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o'
[825/2387] Generating rte_net_atlantic.pmd.c with a custom command
[826/2387] Linking static target drivers/libtmp_rte_net_axgbe.a
[827/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_mark_mgr.c.o'
[828/2387] Generating rte_net_dpaa2_mingw with a custom command
[829/2387] Generating rte_net_dpaa2_def with a custom command
[830/2387] Compiling C object 'drivers/a715181@@rte_net_atlantic@sha/meson-generated_.._rte_net_atlantic.pmd.c.o'
[831/2387] Compiling C object 'drivers/a715181@@rte_net_atlantic@sta/meson-generated_.._rte_net_atlantic.pmd.c.o'
[832/2387] Generating rte_mempool_octeontx.sym_chk with a meson_exe.py custom command
[833/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_core.c.o'
[834/2387] Linking static target drivers/librte_net_atlantic.a
[835/2387] Generating rte_net_axgbe.pmd.c with a custom command
[836/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxr.c.o'
[837/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_matcher.c.o'
[838/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpkg.c.o'
[839/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev.c.o'
[840/2387] Compiling C object 'drivers/a715181@@rte_net_axgbe@sha/meson-generated_.._rte_net_axgbe.pmd.c.o'
[841/2387] Compiling C object 'drivers/a715181@@rte_net_axgbe@sta/meson-generated_.._rte_net_axgbe.pmd.c.o'
[842/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_txr.c.o'
[843/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_bnxt_ulp_flow.c.o'
[844/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_stingray_act.c.o'
[845/2387] Linking static target drivers/libtmp_rte_regex_octeontx2_regex.a
[846/2387] Linking static target drivers/librte_net_axgbe.a
[847/2387] Generating rte_mempool_octeontx2.sym_chk with a meson_exe.py custom command
[848/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dprtc.c.o'
[849/2387] Generating rte_regex_octeontx2_regex.pmd.c with a custom command
[850/2387] Compiling C object 'drivers/a715181@@rte_regex_octeontx2_regex@sta/meson-generated_.._rte_regex_octeontx2_regex.pmd.c.o'
[851/2387] Linking static target drivers/librte_regex_octeontx2_regex.a
[852/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_fc_mgr.c.o'
[853/2387] Compiling C object 'lib/76b5a35@@rte_hash@sta/librte_hash_rte_cuckoo_hash.c.o'
[854/2387] Linking static target lib/librte_hash.a
[855/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_reps.c.o'
[856/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'
[857/2387] Compiling C object 'drivers/a715181@@rte_regex_octeontx2_regex@sha/meson-generated_.._rte_regex_octeontx2_regex.pmd.c.o'
[858/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_stingray_class.c.o'
[859/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_base.c.o'
[860/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_wh_plus_class.c.o'
[861/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_utils.c.o'
[862/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82542.c.o'
[863/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpdmux.c.o'
[864/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_port_db.c.o'
[865/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_def_rules.c.o'
[866/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_host.c.o'
[867/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbevf_main.c.o'
[868/2387] Generating rte_common_qat.sym_chk with a meson_exe.py custom command
[869/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_mps_tcam.c.o'
[870/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82540.c.o'
[871/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_e1000_logs.c.o'
[872/2387] Generating rte_net_e1000_mingw with a custom command
[873/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.o'
[874/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_bnxt_ulp.c.o'
[875/2387] Generating rte_net_e1000_def with a custom command
[876/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_clip_tbl.c.o'
[877/2387] Generating rte_net_ena_mingw with a custom command
[878/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_qman.c.o'
[879/2387] Generating rte_net_ena_def with a custom command
[880/2387] Generating rte_net_enetc_mingw with a custom command
[881/2387] Linking static target drivers/libtmp_rte_bus_dpaa.a
[882/2387] Generating rte_net_enetc_def with a custom command
[883/2387] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o'
[884/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_manage.c.o'
[885/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_l2t.c.o'
[886/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_vsp.c.o'
[887/2387] Linking static target drivers/libtmp_rte_vdpa_ifc.a
[888/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_flow_db.c.o'
[889/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_80003es2lan.c.o'
[890/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_avp@sta/net_avp_avp_ethdev.c.o'
[891/2387] Generating port.sym_chk with a meson_exe.py custom command
[892/2387] Generating rte_bus_dpaa.pmd.c with a custom command
[893/2387] Generating rte_vdpa_ifc.pmd.c with a custom command
[894/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mbx.c.o'
[895/2387] Linking static target drivers/libtmp_rte_net_avp.a
[896/2387] Generating rte_net_avp.pmd.c with a custom command
[897/2387] Compiling C object 'drivers/a715181@@rte_bus_dpaa@sha/meson-generated_.._rte_bus_dpaa.pmd.c.o'
[898/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_vf.c.o'
[899/2387] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sta/meson-generated_.._rte_vdpa_ifc.pmd.c.o'
[900/2387] Compiling C object 'drivers/a715181@@rte_bus_dpaa@sta/meson-generated_.._rte_bus_dpaa.pmd.c.o'
[901/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_api.c.o'
[902/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbevf_ethdev.c.o'
[903/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82541.c.o'
[904/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_smt.c.o'
[905/2387] Linking static target drivers/librte_vdpa_ifc.a
[906/2387] Linking static target drivers/librte_bus_dpaa.a
[907/2387] Compiling C object 'drivers/a715181@@rte_net_avp@sta/meson-generated_.._rte_net_avp.pmd.c.o'
[908/2387] Compiling C object 'drivers/a715181@@rte_net_avp@sha/meson-generated_.._rte_net_avp.pmd.c.o'
[909/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_i210.c.o'
[910/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82543.c.o'
[911/2387] Linking static target drivers/librte_net_avp.a
[912/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_intr.c.o'
[913/2387] Generating rte_net_af_packet.sym_chk with a meson_exe.py custom command
[914/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_lib.c.o'
[915/2387] Generating rte_net_enic_def with a custom command
[916/2387] Generating rte_net_enic_mingw with a custom command
[917/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_fmc.c.o'
[918/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_rte_pmd_bnxt.c.o'
[919/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_base_dpaa2_hw_dpni.c.o'
[920/2387] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.21.0.symbols'
[921/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_ptp.c.o'
[922/2387] Generating rte_net_ark.sym_chk with a meson_exe.py custom command
[923/2387] Generating rte_net_failsafe_def with a custom command
[924/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_mux.c.o'
[925/2387] Generating rte_mempool_ring.sym_chk with a meson_exe.py custom command
[926/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82571.c.o'
[927/2387] Generating rte_net_failsafe_mingw with a custom command
[928/2387] Linking target lib/librte_pci.so.21.0
[929/2387] Linking target lib/librte_ring.so.21.0
[930/2387] Linking target lib/librte_timer.so.21.0
[931/2387] Linking target lib/librte_meter.so.21.0
[932/2387] Linking target lib/librte_acl.so.21.0
[933/2387] Linking target lib/librte_cfgfile.so.21.0
[934/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_sparser.c.o'
[935/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4vf_hw.c.o'
[936/2387] Linking target lib/librte_jobstats.so.21.0
[937/2387] Linking target lib/librte_rawdev.so.21.0
[938/2387] Linking target lib/librte_stack.so.21.0
[939/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o'
[940/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpni.c.o'
[941/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_eth_com.c.o'
[942/2387] Linking target lib/librte_graph.so.21.0
[943/2387] Linking target drivers/librte_common_dpaax.so.21.0
[944/2387] Linking target drivers/librte_common_iavf.so.21.0
[945/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_nvm.c.o'
[946/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mac.c.o'
[947/2387] Linking target drivers/librte_common_octeontx.so.21.0
[948/2387] Linking target drivers/librte_bus_vdev.so.21.0
[949/2387] Linking target drivers/librte_bus_vmbus.so.21.0
[950/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_flow.c.o'
[951/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_rte_parser.c.o'
[952/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'
[953/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_tlv.c.o'
[954/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_swx_pipeline.c.o'
[955/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_bucket@sta/mempool_bucket_rte_mempool_bucket.c.o'
[956/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_api.c.o'
[957/2387] Linking static target drivers/libtmp_rte_mempool_bucket.a
[958/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_common.c.o'
[959/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_ethdev.c.o'
[960/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_filter.c.o'
[961/2387] Generating rte_mempool_bucket.pmd.c with a custom command
[962/2387] Generating rte_net_fm10k_mingw with a custom command
[963/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_cq.c.o'
[964/2387] Compiling C object 'drivers/a715181@@rte_mempool_bucket@sta/meson-generated_.._rte_mempool_bucket.pmd.c.o'
[965/2387] Compiling C object 'drivers/a715181@@rte_mempool_bucket@sha/meson-generated_.._rte_mempool_bucket.pmd.c.o'
[966/2387] Generating rte_net_fm10k_def with a custom command
[967/2387] Linking static target drivers/librte_mempool_bucket.a
[968/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82575.c.o'
[969/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_wq.c.o'
[970/2387] Generating rte_net_axgbe.sym_chk with a meson_exe.py custom command
[971/2387] Generating rte_net_atlantic.sym_chk with a meson_exe.py custom command
[972/2387] Generating ethdev.sym_chk with a meson_exe.py custom command
[973/2387] Generating rte_regex_octeontx2_regex.sym_chk with a meson_exe.py custom command
[974/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_ethdev.c.o'
[975/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_pf.c.o'
[976/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_rq.c.o'
[977/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'
[978/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_mapper.c.o'
[979/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_main.c.o'
[980/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_vf.c.o'
[981/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_rxtx.c.o'
[982/2387] Generating hash.sym_chk with a meson_exe.py custom command
[983/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.c.o'
[984/2387] Generating rte_net_i40e_def with a custom command
[985/2387] Generating rte_net_i40e_mingw with a custom command
[986/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_ecore_sp.c.o'
[987/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_clsf.c.o'
[988/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_res.c.o'
[989/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_phy.c.o'
[990/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_eal.c.o'
[991/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_com.c.o'
[992/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe.c.o'
[993/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o'
[994/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_intr.c.o'
[995/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_flow.c.o'
[996/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_vf_representor.c.o'
[997/2387] Generating rte_net_avp.sym_chk with a meson_exe.py custom command
[998/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_mbx.c.o'
[999/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_args.c.o'
[1000/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_ethdev.c.o'
[1001/2387] Generating symbol file 'lib/76b5a35@@rte_ring@sha/librte_ring.so.21.0.symbols'
[1002/2387] Generating symbol file 'lib/76b5a35@@rte_timer@sha/librte_timer.so.21.0.symbols'
[1003/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_dev.c.o'
[1004/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_flow.c.o'
[1005/2387] Generating rte_net_hinic_mingw with a custom command
[1006/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_ethdev.c.o'
[1007/2387] Generating symbol file 'lib/76b5a35@@rte_pci@sha/librte_pci.so.21.0.symbols'
[1008/2387] Generating symbol file 'lib/76b5a35@@rte_acl@sha/librte_acl.so.21.0.symbols'
[1009/2387] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.21.0.symbols'
[1010/2387] Linking static target drivers/libtmp_rte_net_enetc.a
[1011/2387] Generating symbol file 'lib/76b5a35@@rte_rawdev@sha/librte_rawdev.so.21.0.symbols'
[1012/2387] Linking target lib/librte_rcu.so.21.0
[1013/2387] Linking target lib/librte_mempool.so.21.0
[1014/2387] Generating symbol file 'lib/76b5a35@@rte_stack@sha/librte_stack.so.21.0.symbols'
[1015/2387] Generating rte_net_hinic_def with a custom command
[1016/2387] Generating symbol file 'lib/76b5a35@@rte_meter@sha/librte_meter.so.21.0.symbols'
[1017/2387] Linking target lib/librte_power.so.21.0
[1018/2387] Generating rte_net_enetc.pmd.c with a custom command
[1019/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_rxtx_vec_avx2.c.o'
[1020/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_pf.c.o'
[1021/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_stats.c.o'
[1022/2387] Compiling C object 'drivers/a715181@@rte_net_enetc@sta/meson-generated_.._rte_net_enetc.pmd.c.o'
[1023/2387] Linking static target drivers/net/fm10k/base/libfm10k_base.a
[1024/2387] Compiling C object 'drivers/a715181@@rte_net_enetc@sha/meson-generated_.._rte_net_enetc.pmd.c.o'
[1025/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ether.c.o'
[1026/2387] Linking static target drivers/librte_net_enetc.a
[1027/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.o'
[1028/2387] Linking target drivers/librte_bus_pci.so.21.0
[1029/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_flow.c.o'
[1030/2387] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.21.0.symbols'
[1031/2387] Linking target drivers/librte_bus_ifpga.so.21.0
[1032/2387] Generating symbol file 'lib/76b5a35@@rte_graph@sha/librte_graph.so.21.0.symbols'
[1033/2387] Generating symbol file 'drivers/a715181@@rte_bus_vdev@sha/librte_bus_vdev.so.21.0.symbols'
[1034/2387] Generating rte_net_hns3_def with a custom command
[1035/2387] Generating rte_net_hns3_mingw with a custom command
[1036/2387] Generating symbol file 'drivers/a715181@@rte_common_octeontx@sha/librte_common_octeontx.so.21.0.symbols'
[1037/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_ethdev.c.o'
[1038/2387] Generating symbol file 'drivers/a715181@@rte_bus_vmbus@sha/librte_bus_vmbus.so.21.0.symbols'
[1039/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o'
[1040/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'
[1041/2387] Generating rte_net_iavf_def with a custom command
[1042/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_ich8lan.c.o'
[1043/2387] Generating rte_net_iavf_mingw with a custom command
[1044/2387] Linking static target drivers/net/e1000/base/libe1000_base.a
[1045/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cfg.c.o'
[1046/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'
[1047/2387] Linking static target drivers/libtmp_rte_net_bond.a
[1048/2387] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command
[1049/2387] Generating rte_net_bond.pmd.c with a custom command
[1050/2387] Compiling C object 'drivers/a715181@@rte_net_bond@sha/meson-generated_.._rte_net_bond.pmd.c.o'
[1051/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_sge.c.o'
[1052/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_wq.c.o'
[1053/2387] Generating rte_mempool_bucket.sym_chk with a meson_exe.py custom command
[1054/2387] Compiling C object 'drivers/a715181@@rte_net_bond@sta/meson-generated_.._rte_net_bond.pmd.c.o'
[1055/2387] Linking static target drivers/librte_net_bond.a
[1056/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_eqs.c.o'
[1057/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_rxtx.c.o'
[1058/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.o'
[1059/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwif.c.o'
[1060/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4_hw.c.o'
[1061/2387] Linking static target drivers/libtmp_rte_net_cxgbe.a
[1062/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o'
[1063/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o'
[1064/2387] Generating rte_net_cxgbe.pmd.c with a custom command
[1065/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'
[1066/2387] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sta/meson-generated_.._rte_net_cxgbe.pmd.c.o'
[1067/2387] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sha/meson-generated_.._rte_net_cxgbe.pmd.c.o'
[1068/2387] Linking static target drivers/librte_net_cxgbe.a
[1069/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'
[1070/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mgmt.c.o'
[1071/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_tm.c.o'
[1072/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_nicio.c.o'
[1073/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.o'
[1074/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_fm_flow.c.o'
[1075/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mbox.c.o'
[1076/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_rxtx.c.o'
[1077/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_rxtx.c.o'
[1078/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_mp.c.o'
[1079/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_cmd.c.o'
[1080/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_regs.c.o'
[1081/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_mbx.c.o'
[1082/2387] Generating rte_net_ice_mingw with a custom command
[1083/2387] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command
[1084/2387] Generating rte_net_ice_def with a custom command
[1085/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_main.c.o'
[1086/2387] Generating symbol file 'lib/76b5a35@@rte_mempool@sha/librte_mempool.so.21.0.symbols'
[1087/2387] Linking static target drivers/libtmp_rte_net_enic.a
[1088/2387] Generating symbol file 'lib/76b5a35@@rte_rcu@sha/librte_rcu.so.21.0.symbols'
[1089/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o'
[1090/2387] Generating symbol file 'drivers/a715181@@rte_bus_pci@sha/librte_bus_pci.so.21.0.symbols'
[1091/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rss.c.o'
[1092/2387] Linking target lib/librte_mbuf.so.21.0
[1093/2387] Generating rte_net_enetc.sym_chk with a meson_exe.py custom command
[1094/2387] Linking target lib/librte_rib.so.21.0
[1095/2387] Linking target drivers/librte_common_sfc_efx.so.21.0
[1096/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_hash.c.o'
[1097/2387] Linking target lib/librte_hash.so.21.0
[1098/2387] Linking target drivers/librte_mempool_bucket.so.21.0
[1099/2387] Linking target drivers/librte_mempool_ring.so.21.0
[1100/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwdev.c.o'
[1101/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx.c.o'
[1102/2387] Linking target drivers/librte_mempool_stack.so.21.0
[1103/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_generic_flow.c.o'
[1104/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_base.c.o'
[1105/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.o'
[1106/2387] Generating rte_net_enic.pmd.c with a custom command
[1107/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_manage.c.o'
[1108/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_logs.c.o'
[1109/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_ethdev.c.o'
[1110/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_fdir.c.o'
[1111/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_stats.c.o'
[1112/2387] Linking static target drivers/libtmp_rte_net_ena.a
[1113/2387] Compiling C object 'drivers/a715181@@rte_net_enic@sta/meson-generated_.._rte_net_enic.pmd.c.o'
[1114/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_osdep.c.o'
[1115/2387] Generating rte_net_igc_def with a custom command
[1116/2387] Compiling C object 'drivers/a715181@@rte_net_enic@sha/meson-generated_.._rte_net_enic.pmd.c.o'
[1117/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_rx.c.o'
[1118/2387] Linking static target drivers/librte_net_enic.a
[1119/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_intr.c.o'
[1120/2387] Generating rte_net_igc_mingw with a custom command
[1121/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_fdir.c.o'
[1122/2387] Generating rte_net_ena.pmd.c with a custom command
[1123/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx_vec.c.o'
[1124/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_niccfg.c.o'
[1125/2387] Compiling C object 'drivers/a715181@@rte_net_ena@sha/meson-generated_.._rte_net_ena.pmd.c.o'
[1126/2387] Compiling C object 'drivers/a715181@@rte_net_ena@sta/meson-generated_.._rte_net_ena.pmd.c.o'
[1127/2387] Linking static target drivers/net/hinic/base/libhinic_base.a
[1128/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl.c.o'
[1129/2387] Linking static target drivers/librte_net_ena.a
[1130/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_nvm.c.o'
[1131/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_hv_vf.c.o'
[1132/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_nvm.c.o'
[1133/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'
[1134/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_rxtx.c.o'
[1135/2387] Generating rte_net_bond.sym_chk with a meson_exe.py custom command
[1136/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_hash.c.o'
[1137/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_mac.c.o'
[1138/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_api.c.o'
[1139/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82598.c.o'
[1140/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_dcb.c.o'
[1141/2387] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command
[1142/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.o'
[1143/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_mbx.c.o'
[1144/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82599.c.o'
[1145/2387] Generating rte_net_ixgbe_mingw with a custom command
[1146/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_82599_bypass.c.o'
[1147/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev_vf.c.o'
[1148/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o'
[1149/2387] Generating rte_net_ixgbe_def with a custom command
[1150/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_ethdev.c.o'
[1151/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_flow.c.o'
[1152/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_vf.c.o'
[1153/2387] Linking static target drivers/libtmp_rte_net_fm10k.a
[1154/2387] Linking static target drivers/libtmp_rte_net_failsafe.a
[1155/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_ethdev.c.o'
[1156/2387] Generating rte_net_kni_def with a custom command
[1157/2387] Generating rte_net_kni_mingw with a custom command
[1158/2387] Generating rte_net_cxgbe.sym_chk with a meson_exe.py custom command
[1159/2387] Generating rte_net_fm10k.pmd.c with a custom command
[1160/2387] Generating rte_net_failsafe.pmd.c with a custom command
[1161/2387] Linking static target drivers/libtmp_rte_net_e1000.a
[1162/2387] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'
[1163/2387] Compiling C object 'drivers/a715181@@rte_net_failsafe@sha/meson-generated_.._rte_net_failsafe.pmd.c.o'
[1164/2387] Generating rte_net_liquidio_mingw with a custom command
[1165/2387] Generating rte_net_liquidio_def with a custom command
[1166/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x540.c.o'
[1167/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82598.c.o'
[1168/2387] Generating rte_net_e1000.pmd.c with a custom command
[1169/2387] Linking static target drivers/librte_net_fm10k.a
[1170/2387] Compiling C object 'drivers/a715181@@rte_net_failsafe@sta/meson-generated_.._rte_net_failsafe.pmd.c.o'
[1171/2387] Compiling C object 'drivers/a715181@@rte_net_fm10k@sha/meson-generated_.._rte_net_fm10k.pmd.c.o'
[1172/2387] Linking static target drivers/librte_net_failsafe.a
[1173/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'
[1174/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_api.c.o'
[1175/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_ethdev.c.o'
[1176/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_fdir.c.o'
[1177/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl_ctrl.c.o'
[1178/2387] Generating rte_net_memif_mingw with a custom command
[1179/2387] Generating rte_net_memif_def with a custom command
[1180/2387] Compiling C object 'drivers/a715181@@rte_net_e1000@sta/meson-generated_.._rte_net_e1000.pmd.c.o'
[1181/2387] Compiling C object 'drivers/a715181@@rte_net_e1000@sha/meson-generated_.._rte_net_e1000.pmd.c.o'
[1182/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_dcb.c.o'
[1183/2387] Linking static target drivers/librte_net_e1000.a
[1184/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_generic_flow.c.o'
[1185/2387] Generating rte_net_netvsc_def with a custom command
[1186/2387] Generating rte_net_netvsc_mingw with a custom command
[1187/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_flow.c.o'
[1188/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_ethdev_vf.c.o'
[1189/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_controlq.c.o'
[1190/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb.c.o'
[1191/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.c.o'
[1192/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'
[1193/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_crc.c.o'
[1194/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.o'
[1195/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'
[1196/2387] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.21.0.symbols'
[1197/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_tx.c.o'
[1198/2387] Linking static target drivers/libtmp_rte_net_hinic.a
[1199/2387] Generating symbol file 'lib/76b5a35@@rte_mbuf@sha/librte_mbuf.so.21.0.symbols'
[1200/2387] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx@sha/librte_common_sfc_efx.so.21.0.symbols'
[1201/2387] Generating rte_net_nfp_mingw with a custom command
[1202/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o'
[1203/2387] Generating rte_net_hinic.pmd.c with a custom command
[1204/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82599.c.o'
[1205/2387] Generating symbol file 'lib/76b5a35@@rte_hash@sha/librte_hash.so.21.0.symbols'
[1206/2387] Linking target lib/librte_fib.so.21.0
[1207/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o'
[1208/2387] Linking target lib/librte_compressdev.so.21.0
[1209/2387] Linking target lib/librte_distributor.so.21.0
[1210/2387] Linking target lib/librte_net.so.21.0
[1211/2387] Linking target lib/librte_bbdev.so.21.0
[1212/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'
[1213/2387] Linking target lib/librte_cryptodev.so.21.0
[1214/2387] Linking target lib/librte_regexdev.so.21.0
[1215/2387] Linking target lib/librte_efd.so.21.0
[1216/2387] Linking target lib/librte_lpm.so.21.0
[1217/2387] Linking target lib/librte_member.so.21.0
[1218/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_rxtx.c.o'
[1219/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_phy.c.o'
[1220/2387] Linking target lib/librte_reorder.so.21.0
[1221/2387] Linking static target drivers/libtmp_rte_net_dpaa.a
[1222/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.o'
[1223/2387] Compiling C object 'drivers/a715181@@rte_net_hinic@sta/meson-generated_.._rte_net_hinic.pmd.c.o'
[1224/2387] Compiling C object 'drivers/a715181@@rte_net_hinic@sha/meson-generated_.._rte_net_hinic.pmd.c.o'
[1225/2387] Linking static target drivers/librte_net_hinic.a
[1226/2387] Generating rte_net_dpaa.pmd.c with a custom command
[1227/2387] Linking target lib/librte_sched.so.21.0
[1228/2387] Generating rte_net_nfp_def with a custom command
[1229/2387] Linking target drivers/librte_mempool_octeontx.so.21.0
[1230/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa@sta/meson-generated_.._rte_net_dpaa.pmd.c.o'
[1231/2387] Generating rte_net_enic.sym_chk with a meson_exe.py custom command
[1232/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa@sha/meson-generated_.._rte_net_dpaa.pmd.c.o'
[1233/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'
[1234/2387] Linking static target drivers/librte_net_dpaa.a
[1235/2387] Linking static target drivers/libtmp_rte_net_bnxt.a
[1236/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_virtio_net.c.o'
[1237/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_bypass.c.o'
[1238/2387] Generating rte_net_null_mingw with a custom command
[1239/2387] Generating rte_net_null_def with a custom command
[1240/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf.c.o'
[1241/2387] Generating rte_net_ena.sym_chk with a meson_exe.py custom command
[1242/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'
[1243/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_phy.c.o'
[1244/2387] Linking static target drivers/net/igc/base/libigc_base.a
[1245/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o'
[1246/2387] Generating rte_net_octeontx_def with a custom command
[1247/2387] Generating rte_net_octeontx_mingw with a custom command
[1248/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_fdir_filter.c.o'
[1249/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o'
[1250/2387] Linking static target drivers/net/i40e/base/libi40e_base.a
[1251/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_kni@sta/net_kni_rte_eth_kni.c.o'
[1252/2387] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkivf.c.o'
[1253/2387] Linking static target drivers/libtmp_rte_net_kni.a
[1254/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_base_lio_mbox.c.o'
[1255/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_base_lio_23xx_vf.c.o'
[1256/2387] Generating rte_net_kni.pmd.c with a custom command
[1257/2387] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_bgx.c.o'
[1258/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_mip.c.o'
[1259/2387] Compiling C object 'drivers/a715181@@rte_net_kni@sta/meson-generated_.._rte_net_kni.pmd.c.o'
[1260/2387] Linking static target drivers/librte_net_kni.a
[1261/2387] Compiling C object 'drivers/a715181@@rte_net_kni@sha/meson-generated_.._rte_net_kni.pmd.c.o'
[1262/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'
[1263/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'
[1264/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nffw.c.o'
[1265/2387] Generating rte_net_bnxt.pmd.c with a custom command
[1266/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_sse.c.o'
[1267/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'
[1268/2387] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkovf.c.o'
[1269/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_nvs.c.o'
[1270/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_resource.c.o'
[1271/2387] Compiling C object 'drivers/a715181@@rte_net_bnxt@sta/meson-generated_.._rte_net_bnxt.pmd.c.o'
[1272/2387] Compiling C object 'drivers/a715181@@rte_net_bnxt@sha/meson-generated_.._rte_net_bnxt.pmd.c.o'
[1273/2387] Linking static target drivers/net/octeontx/base/libocteontx_base.a
[1274/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'
[1275/2387] Linking static target drivers/librte_net_bnxt.a
[1276/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_ethdev.c.o'
[1277/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'
[1278/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.c.o'
[1279/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp.c.o'
[1280/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_rtsym.c.o'
[1281/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_mutex.c.o'
[1282/2387] Generating rte_net_e1000.sym_chk with a meson_exe.py custom command
[1283/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'
[1284/2387] Generating rte_net_octeontx2_def with a custom command
[1285/2387] Generating rte_net_octeontx2_mingw with a custom command
[1286/2387] Generating rte_net_pcap_def with a custom command
[1287/2387] Generating rte_net_failsafe.sym_chk with a meson_exe.py custom command
[1288/2387] Generating rte_net_pcap_mingw with a custom command
[1289/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x550.c.o'
[1290/2387] Generating rte_net_fm10k.sym_chk with a meson_exe.py custom command
[1291/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'
[1292/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_rndis.c.o'
[1293/2387] Generating rte_net_pfe_def with a custom command
[1294/2387] Generating rte_net_pfe_mingw with a custom command
[1295/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'
[1296/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_avx2.c.o'
[1297/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_eth.c.o'
[1298/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'
[1299/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_memif_socket.c.o'
[1300/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_common.c.o'
[1301/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_cppcore.c.o'
[1302/2387] Generating symbol file 'lib/76b5a35@@rte_bbdev@sha/librte_bbdev.so.21.0.symbols'
[1303/2387] Generating symbol file 'lib/76b5a35@@rte_compressdev@sha/librte_compressdev.so.21.0.symbols'
[1304/2387] Generating symbol file 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev.so.21.0.symbols'
[1305/2387] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.21.0.symbols'
[1306/2387] Generating symbol file 'lib/76b5a35@@rte_lpm@sha/librte_lpm.so.21.0.symbols'
[1307/2387] Generating symbol file 'lib/76b5a35@@rte_regexdev@sha/librte_regexdev.so.21.0.symbols'
[1308/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_common.c.o'
[1309/2387] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.21.0.symbols'
[1310/2387] Linking static target drivers/net/ixgbe/base/libixgbe_base.a
[1311/2387] Generating symbol file 'lib/76b5a35@@rte_sched@sha/librte_sched.so.21.0.symbols'
[1312/2387] Linking target lib/librte_security.so.21.0
[1313/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_ethdev.c.o'
[1314/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_ethdev_ops.c.o'
[1315/2387] Linking target drivers/librte_common_cpt.so.21.0
[1316/2387] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx@sha/librte_mempool_octeontx.so.21.0.symbols'
[1317/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_lio_ethdev.c.o'
[1318/2387] Linking target lib/librte_ethdev.so.21.0
[1319/2387] Linking target lib/librte_cmdline.so.21.0
[1320/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_cpp_pcie_ops.c.o'
[1321/2387] Linking target drivers/librte_common_qat.so.21.0
[1322/2387] Generating rte_net_hinic.sym_chk with a meson_exe.py custom command
[1323/2387] Generating rte_net_qede_mingw with a custom command
[1324/2387] Generating rte_net_dpaa.sym_chk with a meson_exe.py custom command
[1325/2387] Generating rte_net_qede_def with a custom command
[1326/2387] Generating rte_net_ring_def with a custom command
[1327/2387] Generating rte_net_ring_mingw with a custom command
[1328/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx.c.o'
[1329/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_devargs.c.o'
[1330/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_mac.c.o'
[1331/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_lio_rxtx.c.o'
[1332/2387] Linking static target drivers/libtmp_rte_net_liquidio.a
[1333/2387] Generating rte_net_liquidio.pmd.c with a custom command
[1334/2387] Generating rte_net_kni.sym_chk with a meson_exe.py custom command
[1335/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_sse.c.o'
[1336/2387] Compiling C object 'drivers/a715181@@rte_net_liquidio@sta/meson-generated_.._rte_net_liquidio.pmd.c.o'
[1337/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'
[1338/2387] Compiling C object 'drivers/a715181@@rte_net_liquidio@sha/meson-generated_.._rte_net_liquidio.pmd.c.o'
[1339/2387] Linking static target drivers/librte_net_liquidio.a
[1340/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_rss.c.o'
[1341/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_link.c.o'
[1342/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_sched.c.o'
[1343/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_irq.c.o'
[1344/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_lookup.c.o'
[1345/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ptp.c.o'
[1346/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hal.c.o'
[1347/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow_ctrl.c.o'
[1348/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_mcast.c.o'
[1349/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_ethdev.c.o'
[1350/2387] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command
[1351/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_null@sta/net_null_rte_eth_null.c.o'
[1352/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_stats.c.o'
[1353/2387] Linking static target drivers/libtmp_rte_net_null.a
[1354/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_txrx.c.o'
[1355/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flow.c.o'
[1356/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_dp.c.o'
[1357/2387] Generating rte_net_null.pmd.c with a custom command
[1358/2387] Linking static target drivers/libtmp_rte_net_igc.a
[1359/2387] Generating rte_net_sfc_def with a custom command
[1360/2387] Generating rte_net_sfc_mingw with a custom command
[1361/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/bcm_osal.c.o'
[1362/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'
[1363/2387] Compiling C object 'drivers/a715181@@rte_net_null@sta/meson-generated_.._rte_net_null.pmd.c.o'
[1364/2387] Compiling C object 'drivers/a715181@@rte_net_null@sha/meson-generated_.._rte_net_null.pmd.c.o'
[1365/2387] Generating rte_net_igc.pmd.c with a custom command
[1366/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_rte_eth_memif.c.o'
[1367/2387] Linking static target drivers/librte_net_null.a
[1368/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow_parse.c.o'
[1369/2387] Linking static target drivers/libtmp_rte_net_memif.a
[1370/2387] Compiling C object 'drivers/a715181@@rte_net_igc@sta/meson-generated_.._rte_net_igc.pmd.c.o'
[1371/2387] Compiling C object 'drivers/a715181@@rte_net_igc@sha/meson-generated_.._rte_net_igc.pmd.c.o'
[1372/2387] Linking static target drivers/librte_net_igc.a
[1373/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_ops.c.o'
[1374/2387] Generating rte_net_memif.pmd.c with a custom command
[1375/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_ops.c.o'
[1376/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_avx2.c.o'
[1377/2387] Compiling C object 'drivers/a715181@@rte_net_memif@sta/meson-generated_.._rte_net_memif.pmd.c.o'
[1378/2387] Compiling C object 'drivers/a715181@@rte_net_memif@sha/meson-generated_.._rte_net_memif.pmd.c.o'
[1379/2387] Linking static target drivers/libtmp_rte_net_iavf.a
[1380/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'
[1381/2387] Linking static target drivers/librte_net_memif.a
[1382/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_vlan.c.o'
[1383/2387] Generating rte_net_iavf.pmd.c with a custom command
[1384/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rxtx.c.o'
[1385/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hif.c.o'
[1386/2387] Linking static target drivers/libtmp_rte_net_hns3.a
[1387/2387] Compiling C object 'drivers/a715181@@rte_net_iavf@sta/meson-generated_.._rte_net_iavf.pmd.c.o'
[1388/2387] Compiling C object 'drivers/a715181@@rte_net_iavf@sha/meson-generated_.._rte_net_iavf.pmd.c.o'
[1389/2387] Linking static target drivers/librte_net_iavf.a
[1390/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sp_commands.c.o'
[1391/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hif_lib.c.o'
[1392/2387] Generating rte_net_hns3.pmd.c with a custom command
[1393/2387] Compiling C object 'drivers/a715181@@rte_net_hns3@sta/meson-generated_.._rte_net_hns3.pmd.c.o'
[1394/2387] Linking static target drivers/librte_net_hns3.a
[1395/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'
[1396/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_rxtx.c.o'
[1397/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'
[1398/2387] Compiling C object 'drivers/a715181@@rte_net_hns3@sha/meson-generated_.._rte_net_hns3.pmd.c.o'
[1399/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_mcdi.c.o'
[1400/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o'
[1401/2387] Linking static target drivers/libtmp_rte_net_octeontx.a
[1402/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_debug.c.o'
[1403/2387] Linking static target drivers/libtmp_rte_net_dpaa2.a
[1404/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_rxtx.c.o'
[1405/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_sriov.c.o'
[1406/2387] Generating rte_net_octeontx.pmd.c with a custom command
[1407/2387] Linking static target drivers/libtmp_rte_net_netvsc.a
[1408/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_sec.c.o'
[1409/2387] Generating rte_net_softnic_mingw with a custom command
[1410/2387] Generating rte_net_softnic_def with a custom command
[1411/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_kvargs.c.o'
[1412/2387] Generating symbol file 'drivers/a715181@@rte_common_cpt@sha/librte_common_cpt.so.21.0.symbols'
[1413/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_sriov.c.o'
[1414/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'
[1415/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow_utils.c.o'
[1416/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx@sha/meson-generated_.._rte_net_octeontx.pmd.c.o'
[1417/2387] Generating symbol file 'lib/76b5a35@@rte_security@sha/librte_security.so.21.0.symbols'
[1418/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx@sta/meson-generated_.._rte_net_octeontx.pmd.c.o'
[1419/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_regs.c.o'
[1420/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flex_pipe.c.o'
[1421/2387] Linking static target drivers/libtmp_rte_net_bnx2x.a
[1422/2387] Linking static target drivers/librte_net_octeontx.a
[1423/2387] Generating rte_net_dpaa2.pmd.c with a custom command
[1424/2387] Generating rte_net_netvsc.pmd.c with a custom command
[1425/2387] Generating symbol file 'lib/76b5a35@@rte_ethdev@sha/librte_ethdev.so.21.0.symbols'
[1426/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_conn.c.o'
[1427/2387] Generating rte_net_tap_def with a custom command
[1428/2387] Generating rte_net_tap_mingw with a custom command
[1429/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sta/meson-generated_.._rte_net_dpaa2.pmd.c.o'
[1430/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sha/meson-generated_.._rte_net_dpaa2.pmd.c.o'
[1431/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_hw.c.o'
[1432/2387] Generating rte_net_bnx2x.pmd.c with a custom command
[1433/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow.c.o'
[1434/2387] Linking target lib/librte_ipsec.so.21.0
[1435/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_intr.c.o'
[1436/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_main.c.o'
[1437/2387] Linking target lib/librte_metrics.so.21.0
[1438/2387] Linking target lib/librte_ip_frag.so.21.0
[1439/2387] Linking target lib/librte_eventdev.so.21.0
[1440/2387] Linking target lib/librte_gso.so.21.0
[1441/2387] Linking target lib/librte_kni.so.21.0
[1442/2387] Linking target lib/librte_gro.so.21.0
[1443/2387] Linking target lib/librte_pdump.so.21.0
[1444/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_ethdev.c.o'
[1445/2387] Linking target lib/librte_bpf.so.21.0
[1446/2387] Linking target drivers/librte_net_af_packet.so.21.0
[1447/2387] Linking target drivers/librte_common_octeontx2.so.21.0
[1448/2387] Linking target lib/librte_node.so.21.0
[1449/2387] Linking target drivers/librte_net_ark.so.21.0
[1450/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_spq.c.o'
[1451/2387] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'
[1452/2387] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'
[1453/2387] Linking static target drivers/librte_net_dpaa2.a
[1454/2387] Linking static target drivers/librte_net_bnx2x.a
[1455/2387] Linking target drivers/librte_net_atlantic.so.21.0
[1456/2387] Linking target drivers/librte_net_avp.so.21.0
[1457/2387] Linking target drivers/librte_net_axgbe.so.21.0
[1458/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_netlink.c.o'
[1459/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_filter.c.o'
[1460/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ev.c.o'
[1461/2387] Linking target drivers/librte_net_cxgbe.so.21.0
[1462/2387] Linking target drivers/librte_net_ena.so.21.0
[1463/2387] Linking target drivers/librte_net_e1000.so.21.0
[1464/2387] Linking target drivers/librte_net_enetc.so.21.0
[1465/2387] Compiling C object 'drivers/a715181@@rte_net_netvsc@sta/meson-generated_.._rte_net_netvsc.pmd.c.o'
[1466/2387] Linking target drivers/librte_net_bnxt.so.21.0
[1467/2387] Linking static target drivers/libtmp_rte_net_pfe.a
[1468/2387] Compiling C object 'drivers/a715181@@rte_net_netvsc@sha/meson-generated_.._rte_net_netvsc.pmd.c.o'
[1469/2387] Linking static target drivers/librte_net_netvsc.a
[1470/2387] Linking target drivers/librte_net_enic.so.21.0
[1471/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_port.c.o'
[1472/2387] Linking target drivers/librte_net_failsafe.so.21.0
[1473/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'
[1474/2387] Linking static target drivers/libtmp_rte_net_ice.a
[1475/2387] Generating rte_net_liquidio.sym_chk with a meson_exe.py custom command
[1476/2387] Generating rte_net_thunderx_def with a custom command
[1477/2387] Linking target drivers/librte_net_fm10k.so.21.0
[1478/2387] Generating rte_net_pfe.pmd.c with a custom command
[1479/2387] Linking target drivers/librte_net_hinic.so.21.0
[1480/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tso.c.o'
[1481/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_filter.c.o'
[1482/2387] Generating rte_net_thunderx_mingw with a custom command
[1483/2387] Generating rte_net_vdev_netvsc_def with a custom command
[1484/2387] Compiling C object 'drivers/a715181@@rte_net_pfe@sta/meson-generated_.._rte_net_pfe.pmd.c.o'
[1485/2387] Compiling C object 'drivers/a715181@@rte_net_pfe@sha/meson-generated_.._rte_net_pfe.pmd.c.o'
[1486/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc.c.o'
[1487/2387] Linking static target drivers/librte_net_pfe.a
[1488/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_mempool.c.o'
[1489/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_swq.c.o'
[1490/2387] Generating rte_net_vdev_netvsc_mingw with a custom command
[1491/2387] Generating rte_net_vhost_def with a custom command
[1492/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_link.c.o'
[1493/2387] Linking target drivers/librte_net_liquidio.so.21.0
[1494/2387] Generating rte_net_vhost_mingw with a custom command
[1495/2387] Generating rte_net_ice.pmd.c with a custom command
[1496/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_net.c.o'
[1497/2387] Compiling C object 'drivers/a715181@@rte_net_ice@sta/meson-generated_.._rte_net_ice.pmd.c.o'
[1498/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_fw_funcs.c.o'
[1499/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_svf.c.o'
[1500/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_tap.c.o'
[1501/2387] Compiling C object 'drivers/a715181@@rte_net_ice@sha/meson-generated_.._rte_net_ice.pmd.c.o'
[1502/2387] Linking static target drivers/libtmp_rte_net_nfp.a
[1503/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dcbx.c.o'
[1504/2387] Generating rte_net_virtio_def with a custom command
[1505/2387] Generating rte_net_virtio_mingw with a custom command
[1506/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_action.c.o'
[1507/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_cryptodev.c.o'
[1508/2387] Generating rte_net_vmxnet3_mingw with a custom command
[1509/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_l2.c.o'
[1510/2387] Generating rte_net_nfp.pmd.c with a custom command
[1511/2387] Generating rte_net_vmxnet3_def with a custom command
[1512/2387] Generating rte_raw_dpaa2_cmdif_def with a custom command
[1513/2387] Compiling C object 'drivers/a715181@@rte_net_nfp@sha/meson-generated_.._rte_net_nfp.pmd.c.o'
[1514/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_essb_rx.c.o'
[1515/2387] Generating rte_raw_dpaa2_cmdif_mingw with a custom command
[1516/2387] Compiling C object 'drivers/a715181@@rte_net_nfp@sta/meson-generated_.._rte_net_nfp.pmd.c.o'
[1517/2387] Generating rte_raw_dpaa2_qdma_def with a custom command
[1518/2387] Generating rte_raw_dpaa2_qdma_mingw with a custom command
[1519/2387] Linking static target drivers/librte_net_nfp.a
[1520/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_int.c.o'
[1521/2387] Generating rte_net_null.sym_chk with a meson_exe.py custom command
[1522/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic.c.o'
[1523/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_tcmsgs.c.o'
[1524/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_pipeline.c.o'
[1525/2387] Generating rte_raw_ioat_def with a custom command
[1526/2387] Linking target drivers/librte_net_null.so.21.0
[1527/2387] Generating rte_raw_ioat_mingw with a custom command
[1528/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_vf.c.o'
[1529/2387] Generating rte_net_igc.sym_chk with a meson_exe.py custom command
[1530/2387] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_bsvf.c.o'
[1531/2387] Generating rte_raw_ntb_def with a custom command
[1532/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_rx.c.o'
[1533/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_switch.c.o'
[1534/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_intr.c.o'
[1535/2387] Generating rte_raw_ntb_mingw with a custom command
[1536/2387] Generating rte_net_memif.sym_chk with a meson_exe.py custom command
[1537/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_bpf_api.c.o'
[1538/2387] Linking static target drivers/net/ice/base/libice_base.a
[1539/2387] Linking static target drivers/librte_net_ice.a
[1540/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_cxt.c.o'
[1541/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_rx.c.o'
[1542/2387] Generating rte_raw_octeontx2_dma_mingw with a custom command
[1543/2387] Generating rte_raw_octeontx2_dma_def with a custom command
[1544/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tx.c.o'
[1545/2387] Linking target drivers/librte_net_igc.so.21.0
[1546/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_meter.c.o'
[1547/2387] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command
[1548/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_parser.c.o'
[1549/2387] Linking target drivers/librte_net_memif.so.21.0
[1550/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_dpaa2_cmdif@sta/raw_dpaa2_cmdif_dpaa2_cmdif.c.o'
[1551/2387] Generating rte_raw_octeontx2_ep_def with a custom command
[1552/2387] Generating rte_raw_octeontx2_ep_mingw with a custom command
[1553/2387] Linking static target drivers/libtmp_rte_raw_dpaa2_cmdif.a
[1554/2387] Generating rte_raw_dpaa2_cmdif.pmd.c with a custom command
[1555/2387] Generating rte_raw_skeleton_mingw with a custom command
[1556/2387] Generating rte_raw_skeleton_def with a custom command
[1557/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev.c.o'
[1558/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sta/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'
[1559/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sha/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'
[1560/2387] Linking static target drivers/librte_raw_dpaa2_cmdif.a
[1561/2387] Linking target drivers/librte_net_iavf.so.21.0
[1562/2387] Generating rte_net_hns3.sym_chk with a meson_exe.py custom command
[1563/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_logs.c.o'
[1564/2387] Linking target drivers/librte_net_hns3.so.21.0
[1565/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ethdev.c.o'
[1566/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_tm.c.o'
[1567/2387] Generating symbol file 'lib/76b5a35@@rte_gso@sha/librte_gso.so.21.0.symbols'
[1568/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_vfio.c.o'
[1569/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb_hw_intel.c.o'
[1570/2387] Generating symbol file 'lib/76b5a35@@rte_metrics@sha/librte_metrics.so.21.0.symbols'
[1571/2387] Generating symbol file 'lib/76b5a35@@rte_ip_frag@sha/librte_ip_frag.so.21.0.symbols'
[1572/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs_rm_common.c.o'
[1573/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_rx.c.o'
[1574/2387] Generating rte_net_octeontx.sym_chk with a meson_exe.py custom command
[1575/2387] Generating symbol file 'lib/76b5a35@@rte_eventdev@sha/librte_eventdev.so.21.0.symbols'
[1576/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple.c.o'
[1577/2387] Generating rte_crypto_bcmfs_def with a custom command
[1578/2387] Generating rte_crypto_bcmfs_mingw with a custom command
[1579/2387] Linking target lib/librte_bitratestats.so.21.0
[1580/2387] Generating symbol file 'lib/76b5a35@@rte_kni@sha/librte_kni.so.21.0.symbols'
[1581/2387] Linking target lib/librte_latencystats.so.21.0
[1582/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_ethdev.c.o'
[1583/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ring@sta/net_ring_rte_eth_ring.c.o'
[1584/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel_tap.c.o'
[1585/2387] Linking target drivers/librte_net_bond.so.21.0
[1586/2387] Linking static target drivers/libtmp_rte_net_ring.a
[1587/2387] Generating symbol file 'drivers/a715181@@rte_common_octeontx2@sha/librte_common_octeontx2.so.21.0.symbols'
[1588/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'
[1589/2387] Linking target drivers/librte_bus_dpaa.so.21.0
[1590/2387] Linking target drivers/librte_net_octeontx.so.21.0
[1591/2387] Linking target drivers/librte_bus_fslmc.so.21.0
[1592/2387] Generating rte_net_ring.pmd.c with a custom command
[1593/2387] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_mbox.c.o'
[1594/2387] Generating rte_crypto_caam_jr_mingw with a custom command
[1595/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_qp.c.o'
[1596/2387] Generating rte_crypto_caam_jr_def with a custom command
[1597/2387] Linking target lib/librte_port.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1598/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_tx.c.o'
[1599/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel.c.o'
[1600/2387] Linking target drivers/librte_net_kni.so.21.0
[1601/2387] Compiling C object 'drivers/a715181@@rte_net_ring@sta/meson-generated_.._rte_net_ring.pmd.c.o'
[1602/2387] Compiling C object 'drivers/a715181@@rte_net_ring@sha/meson-generated_.._rte_net_ring.pmd.c.o'
[1603/2387] Linking static target drivers/librte_net_ring.a
[1604/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_flow.c.o'
[1605/2387] Generating rte_crypto_dpaa_sec_def with a custom command
[1606/2387] Generating rte_crypto_dpaa_sec_mingw with a custom command
[1607/2387] Linking target drivers/librte_mempool_octeontx2.so.21.0
[1608/2387] Generating rte_net_bnx2x.sym_chk with a meson_exe.py custom command
[1609/2387] Generating rte_crypto_dpaa2_sec_def with a custom command
[1610/2387] Generating rte_crypto_dpaa2_sec_mingw with a custom command
[1611/2387] Linking target drivers/librte_regex_octeontx2_regex.so.21.0
[1612/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_vdpa.c.o'
[1613/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple_sse.c.o'
[1614/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_user.c.o'
[1615/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_common.c.o'
[1616/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs5_rm.c.o'
[1617/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_idxd_vdev.c.o'
[1618/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o'
[1619/2387] Generating rte_crypto_nitrox_def with a custom command
[1620/2387] Generating rte_crypto_nitrox_mingw with a custom command
[1621/2387] Generating rte_net_netvsc.sym_chk with a meson_exe.py custom command
[1622/2387] Generating rte_net_dpaa2.sym_chk with a meson_exe.py custom command
[1623/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_rawdev.c.o'
[1624/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs4_rm.c.o'
[1625/2387] Generating rte_crypto_null_def with a custom command
[1626/2387] Generating rte_crypto_null_mingw with a custom command
[1627/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_pci.c.o'
[1628/2387] Linking target drivers/librte_net_bnx2x.so.21.0
[1629/2387] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_hw.c.o'
[1630/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_logs.c.o'
[1631/2387] Linking static target drivers/net/thunderx/base/libnicvf_base.a
[1632/2387] Generating rte_net_pfe.sym_chk with a meson_exe.py custom command
[1633/2387] Generating rte_crypto_octeontx_def with a custom command
[1634/2387] Generating rte_crypto_octeontx_mingw with a custom command
[1635/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vdev_netvsc@sta/net_vdev_netvsc_vdev_netvsc.c.o'
[1636/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_idxd_pci.c.o'
[1637/2387] Linking static target drivers/libtmp_rte_net_vdev_netvsc.a
[1638/2387] Linking target drivers/librte_net_netvsc.so.21.0
[1639/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_flow.c.o'
[1640/2387] Generating rte_net_vdev_netvsc.pmd.c with a custom command
[1641/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_msg.c.o'
[1642/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_hal.c.o'
[1643/2387] Linking target drivers/librte_net_pfe.so.21.0
[1644/2387] Generating rte_crypto_octeontx2_def with a custom command
[1645/2387] Generating rte_crypto_octeontx2_mingw with a custom command
[1646/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_mc_dpseci.c.o'
[1647/2387] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sta/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'
[1648/2387] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sha/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'
[1649/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtqueue.c.o'
[1650/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_capabilities.c.o'
[1651/2387] Linking static target drivers/librte_net_vdev_netvsc.a
[1652/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_virtio_user_dev.c.o'
[1653/2387] Generating rte_crypto_scheduler_def with a custom command
[1654/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'
[1655/2387] Generating rte_crypto_scheduler_mingw with a custom command
[1656/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_test.c.o'
[1657/2387] Generating rte_net_nfp.sym_chk with a meson_exe.py custom command
[1658/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_ethdev.c.o'
[1659/2387] Generating rte_crypto_virtio_mingw with a custom command
[1660/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'
[1661/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_device.c.o'
[1662/2387] Generating rte_crypto_virtio_def with a custom command
[1663/2387] Generating rte_compress_octeontx_def with a custom command
[1664/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev.c.o'
[1665/2387] Linking target drivers/librte_net_nfp.so.21.0
[1666/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_mcp.c.o'
[1667/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev_test.c.o'
[1668/2387] Generating rte_compress_octeontx_mingw with a custom command
[1669/2387] Linking static target drivers/libtmp_rte_raw_skeleton.a
[1670/2387] Generating rte_compress_zlib_def with a custom command
[1671/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_rxtx.c.o'
[1672/2387] Generating rte_compress_zlib_mingw with a custom command
[1673/2387] Generating rte_raw_skeleton.pmd.c with a custom command
[1674/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pcap@sta/net_pcap_rte_eth_pcap.c.o'
[1675/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym.c.o'
[1676/2387] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sha/meson-generated_.._rte_vdpa_ifc.pmd.c.o'
[1677/2387] Linking static target drivers/libtmp_rte_net_pcap.a
[1678/2387] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sta/meson-generated_.._rte_raw_skeleton.pmd.c.o'
[1679/2387] Generating rte_net_pcap.pmd.c with a custom command
[1680/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_tx.c.o'
[1681/2387] Generating rte_event_dpaa_def with a custom command
[1682/2387] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sha/meson-generated_.._rte_raw_skeleton.pmd.c.o'
[1683/2387] Generating rte_event_dpaa_mingw with a custom command
[1684/2387] Linking static target drivers/librte_raw_skeleton.a
[1685/2387] Compiling C object 'drivers/a715181@@rte_net_pcap@sta/meson-generated_.._rte_net_pcap.pmd.c.o'
[1686/2387] Compiling C object 'drivers/a715181@@rte_net_pcap@sha/meson-generated_.._rte_net_pcap.pmd.c.o'
[1687/2387] Linking static target drivers/libtmp_rte_net_sfc.a
[1688/2387] Linking static target drivers/librte_net_pcap.a
[1689/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_capabilities.c.o'
[1690/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_thread.c.o'
[1691/2387] Generating rte_event_dpaa2_mingw with a custom command
[1692/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_enqdeq.c.o'
[1693/2387] Generating rte_net_ice.sym_chk with a meson_exe.py custom command
[1694/2387] Generating rte_event_dpaa2_def with a custom command
[1695/2387] Linking static target drivers/libtmp_rte_raw_octeontx2_ep.a
[1696/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_ethdev.c.o'
[1697/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'
[1698/2387] Generating rte_raw_dpaa2_cmdif.sym_chk with a meson_exe.py custom command
[1699/2387] Generating rte_net_sfc.pmd.c with a custom command
[1700/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_session.c.o'
[1701/2387] Generating rte_raw_octeontx2_ep.pmd.c with a custom command
[1702/2387] Compiling C object 'drivers/a715181@@rte_net_sfc@sta/meson-generated_.._rte_net_sfc.pmd.c.o'
[1703/2387] Compiling C object 'drivers/a715181@@rte_net_sfc@sha/meson-generated_.._rte_net_sfc.pmd.c.o'
[1704/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_rawdev.c.o'
[1705/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sta/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'
[1706/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_tm.c.o'
[1707/2387] Linking static target drivers/librte_net_sfc.a
[1708/2387] Linking static target drivers/libtmp_rte_raw_octeontx2_dma.a
[1709/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_pmd.c.o'
[1710/2387] Linking static target drivers/librte_raw_octeontx2_ep.a
[1711/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'
[1712/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_capabilities.c.o'
[1713/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_hw.c.o'
[1714/2387] Linking target drivers/librte_net_ice.so.21.0
[1715/2387] Generating rte_raw_octeontx2_dma.pmd.c with a custom command
[1716/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_engine.c.o'
[1717/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_qp.c.o'
[1718/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_capabilities.c.o'
[1719/2387] Generating rte_event_octeontx2_def with a custom command
[1720/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_dma@sta/meson-generated_.._rte_raw_octeontx2_dma.pmd.c.o'
[1721/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_dma@sha/meson-generated_.._rte_raw_octeontx2_dma.pmd.c.o'
[1722/2387] Linking static target drivers/libtmp_rte_crypto_bcmfs.a
[1723/2387] Generating rte_event_octeontx2_mingw with a custom command
[1724/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_uio.c.o'
[1725/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_device.c.o'
[1726/2387] Linking static target drivers/librte_raw_octeontx2_dma.a
[1727/2387] Generating rte_crypto_bcmfs.pmd.c with a custom command
[1728/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev.c.o'
[1729/2387] Generating rte_event_opdl_mingw with a custom command
[1730/2387] Generating rte_event_opdl_def with a custom command
[1731/2387] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sha/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'
[1732/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sriov.c.o'
[1733/2387] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sta/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'
[1734/2387] Linking static target drivers/librte_crypto_bcmfs.a
[1735/2387] Generating rte_event_skeleton_mingw with a custom command
[1736/2387] Generating symbol file 'drivers/a715181@@rte_net_octeontx@sha/librte_net_octeontx.so.21.0.symbols'
[1737/2387] Generating rte_event_skeleton_def with a custom command
[1738/2387] Generating symbol file 'lib/76b5a35@@rte_port@sha/librte_port.so.21.0.symbols'
[1739/2387] Generating symbol file 'drivers/a715181@@rte_bus_fslmc@sha/librte_bus_fslmc.so.21.0.symbols'
[1740/2387] Generating symbol file 'drivers/a715181@@rte_bus_dpaa@sha/librte_bus_dpaa.so.21.0.symbols'
[1741/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vhost@sta/net_vhost_rte_eth_vhost.c.o'
[1742/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_mbox.c.o'
[1743/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_hw_access.c.o'
[1744/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev.c.o'
[1745/2387] Linking static target drivers/libtmp_rte_net_vhost.a
[1746/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_capabilities.c.o'
[1747/2387] Generating rte_net_vhost.pmd.c with a custom command
[1748/2387] Generating rte_net_ring.sym_chk with a meson_exe.py custom command
[1749/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_hw_access.c.o'
[1750/2387] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.21.0.symbols'
[1751/2387] Compiling C object 'drivers/a715181@@rte_net_vhost@sta/meson-generated_.._rte_net_vhost.pmd.c.o'
[1752/2387] Generating rte_event_sw_mingw with a custom command
[1753/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd_ops.c.o'
[1754/2387] Generating rte_event_sw_def with a custom command
[1755/2387] Linking target lib/librte_table.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1756/2387] Linking target drivers/librte_mempool_dpaa2.so.21.0
[1757/2387] Linking static target drivers/librte_net_vhost.a
[1758/2387] Linking target drivers/librte_mempool_dpaa.so.21.0
[1759/2387] Compiling C object 'drivers/a715181@@rte_net_vhost@sha/meson-generated_.._rte_net_vhost.pmd.c.o'
[1760/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_xstats.c.o'
[1761/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_rawdev_test.c.o'
[1762/2387] Linking static target drivers/libtmp_rte_raw_ioat.a
[1763/2387] Generating rte_event_dsw_def with a custom command
[1764/2387] Generating rte_event_dsw_mingw with a custom command
[1765/2387] Linking target drivers/librte_net_ring.so.21.0
[1766/2387] Generating rte_raw_ioat.pmd.c with a custom command
[1767/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip.c.o'
[1768/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_reqmgr.c.o'
[1769/2387] Compiling C object 'drivers/a715181@@rte_raw_ioat@sta/meson-generated_.._rte_raw_ioat.pmd.c.o'
[1770/2387] Compiling C object 'drivers/a715181@@rte_raw_ioat@sha/meson-generated_.._rte_raw_ioat.pmd.c.o'
[1771/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_pci.c.o'
[1772/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_skeleton@sta/event_skeleton_skeleton_eventdev.c.o'
[1773/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd_ops.c.o'
[1774/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd.c.o'
[1775/2387] Linking static target drivers/librte_raw_ioat.a
[1776/2387] Linking static target drivers/libtmp_rte_event_skeleton.a
[1777/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_mbox.c.o'
[1778/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtqueue.c.o'
[1779/2387] Generating rte_event_skeleton.pmd.c with a custom command
[1780/2387] Generating rte_event_octeontx_mingw with a custom command
[1781/2387] Generating rte_event_octeontx_def with a custom command
[1782/2387] Compiling C object 'drivers/a715181@@rte_event_skeleton@sta/meson-generated_.._rte_event_skeleton.pmd.c.o'
[1783/2387] Compiling C object 'drivers/a715181@@rte_event_skeleton@sha/meson-generated_.._rte_event_skeleton.pmd.c.o'
[1784/2387] Linking static target drivers/librte_event_skeleton.a
[1785/2387] Generating rte_baseband_null_def with a custom command
[1786/2387] Generating rte_baseband_null_mingw with a custom command
[1787/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym.c.o'
[1788/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev.c.o'
[1789/2387] Linking static target drivers/libtmp_rte_crypto_nitrox.a
[1790/2387] Generating rte_baseband_turbo_sw_def with a custom command
[1791/2387] Generating rte_baseband_turbo_sw_mingw with a custom command
[1792/2387] Generating rte_net_vdev_netvsc.sym_chk with a meson_exe.py custom command
[1793/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd_ops.c.o'
[1794/2387] Generating rte_baseband_fpga_lte_fec_def with a custom command
[1795/2387] Generating rte_crypto_nitrox.pmd.c with a custom command
[1796/2387] Generating rte_baseband_fpga_lte_fec_mingw with a custom command
[1797/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'
[1798/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o'
[1799/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'
[1800/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'
[1801/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_roundrobin.c.o'
[1802/2387] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sha/meson-generated_.._rte_crypto_nitrox.pmd.c.o'
[1803/2387] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sta/meson-generated_.._rte_crypto_nitrox.pmd.c.o'
[1804/2387] Generating rte_baseband_fpga_5gnr_fec_def with a custom command
[1805/2387] Linking static target drivers/libtmp_rte_net_ixgbe.a
[1806/2387] Linking static target drivers/librte_crypto_nitrox.a
[1807/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_ethdev.c.o'
[1808/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_sec.c.o'
[1809/2387] Generating rte_baseband_fpga_5gnr_fec_mingw with a custom command
[1810/2387] Linking target drivers/librte_net_vdev_netvsc.so.21.0
[1811/2387] Generating rte_baseband_acc100_def with a custom command
[1812/2387] Generating rte_baseband_acc100_mingw with a custom command
[1813/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_rxtx.c.o'
[1814/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pkt_size_distr.c.o'
[1815/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_rxtx.c.o'
[1816/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_hw_dpcon.c.o'
[1817/2387] Generating rte_net_ixgbe.pmd.c with a custom command
[1818/2387] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'
[1819/2387] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'
[1820/2387] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_cmdline_test.c.o'
[1821/2387] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_commands.c.o'
[1822/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_init.c.o'
[1823/2387] Linking static target drivers/librte_net_ixgbe.a
[1824/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_xstats.c.o'
[1825/2387] Generating rte_vdpa_ifc.sym_chk with a meson_exe.py custom command
[1826/2387] Generating rte_raw_skeleton.sym_chk with a meson_exe.py custom command
[1827/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_cryptodev.c.o'
[1828/2387] Generating rte_net_pcap.sym_chk with a meson_exe.py custom command
[1829/2387] Linking static target drivers/libtmp_rte_crypto_virtio.a
[1830/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_crypto_adptr.c.o'
[1831/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dev.c.o'
[1832/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_main.c.o'
[1833/2387] Generating rte_crypto_virtio.pmd.c with a custom command
[1834/2387] Linking static target drivers/net/qede/base/libqede_base.a
[1835/2387] Linking target drivers/librte_raw_skeleton.so.21.0
[1836/2387] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sha/meson-generated_.._rte_crypto_virtio.pmd.c.o'
[1837/2387] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sta/meson-generated_.._rte_crypto_virtio.pmd.c.o'
[1838/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_evdev.c.o'
[1839/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_irq.c.o'
[1840/2387] Linking static target drivers/librte_crypto_virtio.a
[1841/2387] Linking target drivers/librte_net_pcap.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1842/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'
[1843/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev.c.o'
[1844/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa@sta/event_dpaa_dpaa_eventdev.c.o'
[1845/2387] Linking static target drivers/libtmp_rte_net_i40e.a
[1846/2387] Linking static target drivers/libtmp_rte_event_dpaa.a
[1847/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd.c.o'
[1848/2387] Generating rte_event_dpaa.pmd.c with a custom command
[1849/2387] Generating rte_net_sfc.sym_chk with a meson_exe.py custom command
[1850/2387] Generating rte_raw_octeontx2_ep.sym_chk with a meson_exe.py custom command
[1851/2387] Linking static target drivers/libtmp_rte_crypto_null.a
[1852/2387] Generating rte_raw_octeontx2_dma.sym_chk with a meson_exe.py custom command
[1853/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa@sta/meson-generated_.._rte_event_dpaa.pmd.c.o'
[1854/2387] Generating rte_net_i40e.pmd.c with a custom command
[1855/2387] Generating rte_crypto_null.pmd.c with a custom command
[1856/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_rte_eth_tap.c.o'
[1857/2387] Linking static target drivers/librte_event_dpaa.a
[1858/2387] Linking static target drivers/libtmp_rte_net_tap.a
[1859/2387] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'
[1860/2387] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'
[1861/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev.c.o'
[1862/2387] Compiling C object 'drivers/a715181@@rte_crypto_null@sta/meson-generated_.._rte_crypto_null.pmd.c.o'
[1863/2387] Linking static target drivers/librte_net_i40e.a
[1864/2387] Linking static target drivers/librte_crypto_null.a
[1865/2387] Generating rte_net_tap.pmd.c with a custom command
[1866/2387] Compiling C object 'drivers/a715181@@rte_crypto_null@sha/meson-generated_.._rte_crypto_null.pmd.c.o'
[1867/2387] Linking target drivers/librte_net_sfc.so.21.0
[1868/2387] Linking target drivers/librte_raw_octeontx2_dma.so.21.0
[1869/2387] Linking target drivers/librte_raw_octeontx2_ep.so.21.0
[1870/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_probe.c.o'
[1871/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb.c.o'
[1872/2387] Compiling C object 'drivers/a715181@@rte_net_tap@sha/meson-generated_.._rte_net_tap.pmd.c.o'
[1873/2387] Compiling C object 'drivers/a715181@@rte_net_tap@sta/meson-generated_.._rte_net_tap.pmd.c.o'
[1874/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa@sha/meson-generated_.._rte_event_dpaa.pmd.c.o'
[1875/2387] Linking static target drivers/libtmp_rte_raw_ntb.a
[1876/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_probe.c.o'
[1877/2387] Linking static target drivers/librte_net_tap.a
[1878/2387] Generating rte_raw_ntb.pmd.c with a custom command
[1879/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_cli.c.o'
[1880/2387] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa@sha/librte_mempool_dpaa.so.21.0.symbols'
[1881/2387] Linking static target drivers/libtmp_rte_net_softnic.a
[1882/2387] Compiling C object 'drivers/a715181@@rte_raw_ntb@sta/meson-generated_.._rte_raw_ntb.pmd.c.o'
[1883/2387] Generating rte_crypto_bcmfs.sym_chk with a meson_exe.py custom command
[1884/2387] Linking static target drivers/librte_raw_ntb.a
[1885/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_ethdev.c.o'
[1886/2387] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.0.symbols'
[1887/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd.c.o'
[1888/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_adptr.c.o'
[1889/2387] Linking static target drivers/libtmp_rte_net_thunderx.a
[1890/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'
[1891/2387] Compiling C object 'drivers/a715181@@rte_raw_ntb@sha/meson-generated_.._rte_raw_ntb.pmd.c.o'
[1892/2387] Linking static target drivers/libtmp_rte_compress_zlib.a
[1893/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_dpaa2_qdma@sta/raw_dpaa2_qdma_dpaa2_qdma.c.o'
[1894/2387] Generating rte_net_thunderx.pmd.c with a custom command
[1895/2387] Linking target drivers/librte_net_dpaa.so.21.0
[1896/2387] Linking static target drivers/libtmp_rte_raw_dpaa2_qdma.a
[1897/2387] Generating rte_compress_zlib.pmd.c with a custom command
[1898/2387] Generating rte_net_softnic.pmd.c with a custom command
[1899/2387] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa2@sha/librte_mempool_dpaa2.so.21.0.symbols'
[1900/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_worker.c.o'
[1901/2387] Generating rte_net_vhost.sym_chk with a meson_exe.py custom command
[1902/2387] Compiling C object 'drivers/a715181@@rte_net_thunderx@sha/meson-generated_.._rte_net_thunderx.pmd.c.o'
[1903/2387] Compiling C object 'drivers/a715181@@rte_net_thunderx@sta/meson-generated_.._rte_net_thunderx.pmd.c.o'
[1904/2387] Linking target lib/librte_flow_classify.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1905/2387] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'
[1906/2387] Compiling C object 'drivers/a715181@@rte_net_softnic@sta/meson-generated_.._rte_net_softnic.pmd.c.o'
[1907/2387] Linking static target drivers/librte_net_thunderx.a
[1908/2387] Generating rte_raw_dpaa2_qdma.pmd.c with a custom command
[1909/2387] Linking static target drivers/librte_net_softnic.a
[1910/2387] Linking target drivers/librte_crypto_bcmfs.so.21.0
[1911/2387] Compiling C object 'drivers/a715181@@rte_net_softnic@sha/meson-generated_.._rte_net_softnic.pmd.c.o'
[1912/2387] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'
[1913/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_evdev.c.o'
[1914/2387] Linking static target drivers/librte_compress_zlib.a
[1915/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_qdma@sta/meson-generated_.._rte_raw_dpaa2_qdma.pmd.c.o'
[1916/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_qdma@sha/meson-generated_.._rte_raw_dpaa2_qdma.pmd.c.o'
[1917/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip_pmd.c.o'
[1918/2387] Linking static target drivers/librte_raw_dpaa2_qdma.a
[1919/2387] Linking target drivers/librte_net_dpaa2.so.21.0
[1920/2387] Linking target drivers/librte_raw_dpaa2_cmdif.so.21.0
[1921/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_test.c.o'
[1922/2387] Linking static target drivers/libtmp_rte_compress_octeontx.a
[1923/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev_selftest.c.o'
[1924/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_tim_evdev.c.o'
[1925/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_worker.c.o'
[1926/2387] Linking static target drivers/libtmp_rte_event_dpaa2.a
[1927/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev.c.o'
[1928/2387] Generating rte_compress_octeontx.pmd.c with a custom command
[1929/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_rxtx.c.o'
[1930/2387] Generating rte_raw_ioat.sym_chk with a meson_exe.py custom command
[1931/2387] Linking static target drivers/libtmp_rte_net_vmxnet3.a
[1932/2387] Generating rte_event_dpaa2.pmd.c with a custom command
[1933/2387] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'
[1934/2387] Generating rte_net_vmxnet3.pmd.c with a custom command
[1935/2387] Linking static target drivers/librte_compress_octeontx.a
[1936/2387] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'
[1937/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_main.c.o'
[1938/2387] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sha/meson-generated_.._rte_net_vmxnet3.pmd.c.o'
[1939/2387] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sta/meson-generated_.._rte_net_vmxnet3.pmd.c.o'
[1940/2387] Linking target drivers/librte_raw_ioat.so.21.0
[1941/2387] Generating rte_event_skeleton.sym_chk with a meson_exe.py custom command
[1942/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sta/meson-generated_.._rte_event_dpaa2.pmd.c.o'
[1943/2387] Linking static target drivers/librte_net_vmxnet3.a
[1944/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sha/meson-generated_.._rte_event_dpaa2.pmd.c.o'
[1945/2387] Linking static target drivers/librte_event_dpaa2.a
[1946/2387] Linking target drivers/librte_event_skeleton.so.21.0
[1947/2387] Generating rte_crypto_nitrox.sym_chk with a meson_exe.py custom command
[1948/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'
[1949/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_options_parse.c.o'
[1950/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_parser.c.o'
[1951/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_acl.c.o'
[1952/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_throughput.c.o'
[1953/2387] Linking target drivers/librte_crypto_nitrox.so.21.0
[1954/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_stub.c.o'
[1955/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'
[1956/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm.c.o'
[1957/2387] Compiling C object 'app/a172ced@@dpdk-test-acl@exe/test-acl_main.c.o'
[1958/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm_ipv6.c.o'
[1959/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_hash.c.o'
[1960/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_latency.c.o'
[1961/2387] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'
[1962/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'
[1963/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_options.c.o'
[1964/2387] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command
[1965/2387] Generating rte_crypto_virtio.sym_chk with a meson_exe.py custom command
[1966/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_main.c.o'
[1967/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'
[1968/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_common.c.o'
[1969/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_5gnr_fec@sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'
[1970/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vectors.c.o'
[1971/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev.c.o'
[1972/2387] Linking target drivers/librte_crypto_virtio.so.21.0
[1973/2387] Linking static target drivers/libtmp_rte_baseband_fpga_5gnr_fec.a
[1974/2387] Generating rte_baseband_fpga_5gnr_fec.pmd.c with a custom command
[1975/2387] Linking target drivers/librte_net_ixgbe.so.21.0
[1976/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sta/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'
[1977/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'
[1978/2387] Linking static target drivers/librte_baseband_fpga_5gnr_fec.a
[1979/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_flow_gen.c.o'
[1980/2387] Generating rte_event_dpaa.sym_chk with a meson_exe.py custom command
[1981/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_lte_fec@sta/baseband_fpga_lte_fec_fpga_lte_fec.c.o'
[1982/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_debug.c.o'
[1983/2387] Linking static target drivers/libtmp_rte_baseband_fpga_lte_fec.a
[1984/2387] Linking static target drivers/libtmp_rte_net_qede.a
[1985/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'
[1986/2387] Generating rte_baseband_fpga_lte_fec.pmd.c with a custom command
[1987/2387] Generating rte_crypto_null.sym_chk with a meson_exe.py custom command
[1988/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sta/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'
[1989/2387] Generating rte_net_qede.pmd.c with a custom command
[1990/2387] Linking static target drivers/librte_baseband_fpga_lte_fec.a
[1991/2387] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'
[1992/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_ops.c.o'
[1993/2387] Generating rte_net_tap.sym_chk with a meson_exe.py custom command
[1994/2387] Compiling C object 'drivers/a715181@@rte_net_qede@sta/meson-generated_.._rte_net_qede.pmd.c.o'
[1995/2387] Compiling C object 'drivers/a715181@@rte_net_qede@sha/meson-generated_.._rte_net_qede.pmd.c.o'
[1996/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_cyclecount.c.o'
[1997/2387] Linking target drivers/librte_crypto_null.so.21.0
[1998/2387] Linking static target drivers/librte_net_qede.a
[1999/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'
[2000/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_main.c.o'
[2001/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_vector.c.o'
[2002/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_verify.c.o'
[2003/2387] Generating symbol file 'drivers/a715181@@rte_net_dpaa@sha/librte_net_dpaa.so.21.0.symbols'
[2004/2387] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command
[2005/2387] Linking target drivers/librte_net_tap.so.21.0
[2006/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'
[2007/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_main.c.o'
[2008/2387] Generating rte_raw_ntb.sym_chk with a meson_exe.py custom command
[2009/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'
[2010/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_common.c.o'
[2011/2387] Linking target drivers/librte_net_i40e.so.21.0
[2012/2387] Generating symbol file 'drivers/a715181@@rte_net_dpaa2@sha/librte_net_dpaa2.so.21.0.symbols'
[2013/2387] Linking target drivers/librte_raw_ntb.so.21.0
[2014/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline.c.o'
[2015/2387] Generating rte_net_thunderx.sym_chk with a meson_exe.py custom command
[2016/2387] Generating rte_net_softnic.sym_chk with a meson_exe.py custom command
[2017/2387] Generating rte_compress_zlib.sym_chk with a meson_exe.py custom command
[2018/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_init.c.o'
[2019/2387] Generating rte_raw_dpaa2_qdma.sym_chk with a meson_exe.py custom command
[2020/2387] Generating rte_compress_octeontx.sym_chk with a meson_exe.py custom command
[2021/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'
[2022/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_atq.c.o'
[2023/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_items_gen.c.o'
[2024/2387] Linking target drivers/librte_net_thunderx.so.21.0
[2025/2387] Linking target drivers/librte_compress_zlib.so.21.0
[2026/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_byteorder.c.o'
[2027/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_config.c.o'
[2028/2387] Linking target drivers/librte_compress_octeontx.so.21.0
[2029/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_alarm.c.o'
[2030/2387] Linking target drivers/librte_raw_dpaa2_qdma.so.21.0
[2031/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test.c.o'
[2032/2387] Generating rte_event_dpaa2.sym_chk with a meson_exe.py custom command
[2033/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitops.c.o'
[2034/2387] Generating rte_net_vmxnet3.sym_chk with a meson_exe.py custom command
[2035/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_portlist.c.o'
[2036/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_lib.c.o'
[2037/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'
[2038/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_null@sta/baseband_null_bbdev_null.c.o'
[2039/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_atq.c.o'
[2040/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cpuflags.c.o'
[2041/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_actions_gen.c.o'
[2042/2387] Linking static target drivers/libtmp_rte_baseband_null.a
[2043/2387] Linking target drivers/librte_net_vmxnet3.so.21.0
[2044/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_queue.c.o'
[2045/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_string.c.o'
[2046/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_num.c.o'
[2047/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_atomic.c.o'
[2048/2387] Generating rte_baseband_null.pmd.c with a custom command
[2049/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cycles.c.o'
[2050/2387] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'
[2051/2387] Linking static target drivers/librte_baseband_null.a
[2052/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_ipaddr.c.o'
[2053/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_debug.c.o'
[2054/2387] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'
[2055/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_cirbuf.c.o'
[2056/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_fs.c.o'
[2057/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_errno.c.o'
[2058/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_common.c.o'
[2059/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'
[2060/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'
[2061/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o'
[2062/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_bpf_cmd.c.o'
[2063/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_runtime.c.o'
[2064/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o'
[2065/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o'
[2066/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_rxonly.c.o'
[2067/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'
[2068/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.o'
[2069/2387] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'
[2070/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'
[2071/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_scheduler.c.o'
[2072/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o'
[2073/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_external_mem.c.o'
[2074/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_barrier.c.o'
[2075/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'
[2076/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_selftest.c.o'
[2077/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/commands.c.o'
[2078/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'
[2079/2387] Linking static target drivers/libtmp_rte_crypto_scheduler.a
[2080/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_flowgen.c.o'
[2081/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'
[2082/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_main.c.o'
[2083/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6_perf.c.o'
[2084/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_etheraddr.c.o'
[2085/2387] Generating rte_baseband_fpga_5gnr_fec.sym_chk with a meson_exe.py custom command
[2086/2387] Generating rte_crypto_scheduler.pmd.c with a custom command
[2087/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_tim_worker.c.o'
[2088/2387] Generating rte_net_qede.sym_chk with a meson_exe.py custom command
[2089/2387] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sta/meson-generated_.._rte_crypto_scheduler.pmd.c.o'
[2090/2387] Compiling C object 'app/a172ced@@dpdk-test-sad@exe/test-sad_main.c.o'
[2091/2387] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sha/meson-generated_.._rte_crypto_scheduler.pmd.c.o'
[2092/2387] Linking static target drivers/librte_crypto_scheduler.a
[2093/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_crc.c.o'
[2094/2387] Linking target drivers/librte_baseband_fpga_5gnr_fec.so.21.0
[2095/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev_selftest.c.o'
[2096/2387] Generating rte_baseband_fpga_lte_fec.sym_chk with a meson_exe.py custom command
[2097/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_multiwriter.c.o'
[2098/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_ring.c.o'
[2099/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_interrupts.c.o'
[2100/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kvargs.c.o'
[2101/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_logs.c.o'
[2102/2387] Linking static target drivers/libtmp_rte_event_opdl.a
[2103/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr.c.o'
[2104/2387] Linking target drivers/librte_net_qede.so.21.0
[2105/2387] Linking static target drivers/libtmp_rte_crypto_caam_jr.a
[2106/2387] Generating rte_event_opdl.pmd.c with a custom command
[2107/2387] Linking target drivers/librte_baseband_fpga_lte_fec.so.21.0
[2108/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lcores.c.o'
[2109/2387] Generating rte_crypto_caam_jr.pmd.c with a custom command
[2110/2387] Compiling C object 'drivers/a715181@@rte_event_opdl@sta/meson-generated_.._rte_event_opdl.pmd.c.o'
[2111/2387] Compiling C object 'drivers/a715181@@rte_event_opdl@sha/meson-generated_.._rte_event_opdl.pmd.c.o'
[2112/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fbarray.c.o'
[2113/2387] Linking static target drivers/librte_event_opdl.a
[2114/2387] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sta/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'
[2115/2387] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sha/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'
[2116/2387] Compiling C object 'app/a172ced@@dpdk-test-regex@exe/test-regex_main.c.o'
[2117/2387] Linking static target drivers/librte_crypto_caam_jr.a
[2118/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memory.c.o'
[2119/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'
[2120/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_functions.c.o'
[2121/2387] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a
[2122/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ethdev_link.c.o'
[2123/2387] Generating rte_baseband_turbo_sw.pmd.c with a custom command
[2124/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6_perf.c.o'
[2125/2387] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'
[2126/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bpf.c.o'
[2127/2387] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'
[2128/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd.c.o'
[2129/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd_perf.c.o'
[2130/2387] Linking static target drivers/librte_baseband_turbo_sw.a
[2131/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_metrics.c.o'
[2132/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power.c.o'
[2133/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'
[2134/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_per_lcore.c.o'
[2135/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_txonly.c.o'
[2136/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mcslock.c.o'
[2137/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_prefetch.c.o'
[2138/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/packet_burst_generator.c.o'
[2139/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_kvm_vm.c.o'
[2140/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor_perf.c.o'
[2141/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib.c.o'
[2142/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_cpufreq.c.o'
[2143/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rand_perf.c.o'
[2144/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_rx_adapter.c.o'
[2145/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_malloc.c.o'
[2146/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib_perf.c.o'
[2147/2387] Generating rte_baseband_null.sym_chk with a meson_exe.py custom command
[2148/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memzone.c.o'
[2149/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite.c.o'
[2150/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_func_reentrancy.c.o'
[2151/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_acl.c.o'
[2152/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx.c.o'
[2153/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_flow_classify.c.o'
[2154/2387] Linking static target drivers/libtmp_rte_net_virtio.a
[2155/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division.c.o'
[2156/2387] Linking target drivers/librte_baseband_null.so.21.0
[2157/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6.c.o'
[2158/2387] Generating rte_net_virtio.pmd.c with a custom command
[2159/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division_perf.c.o'
[2160/2387] Compiling C object 'drivers/a715181@@rte_net_virtio@sha/meson-generated_.._rte_net_virtio.pmd.c.o'
[2161/2387] Compiling C object 'drivers/a715181@@rte_net_virtio@sta/meson-generated_.._rte_net_virtio.pmd.c.o'
[2162/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_selftest.c.o'
[2163/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_worker.c.o'
[2164/2387] Linking static target drivers/librte_net_virtio.a
[2165/2387] Linking static target drivers/libtmp_rte_event_sw.a
[2166/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_event.c.o'
[2167/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eventdev.c.o'
[2168/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_perf.c.o'
[2169/2387] Linking static target drivers/libtmp_rte_event_octeontx.a
[2170/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_stress.c.o'
[2171/2387] Linking static target drivers/libtmp_rte_event_dsw.a
[2172/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_string_fns.c.o'
[2173/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy.c.o'
[2174/2387] Generating rte_event_dsw.pmd.c with a custom command
[2175/2387] Generating rte_event_sw.pmd.c with a custom command
[2176/2387] Generating rte_event_octeontx.pmd.c with a custom command
[2177/2387] Compiling C object 'drivers/a715181@@rte_event_sw@sta/meson-generated_.._rte_event_sw.pmd.c.o'
[2178/2387] Compiling C object 'drivers/a715181@@rte_event_dsw@sta/meson-generated_.._rte_event_dsw.pmd.c.o'
[2179/2387] Compiling C object 'drivers/a715181@@rte_event_sw@sha/meson-generated_.._rte_event_sw.pmd.c.o'
[2180/2387] Linking static target drivers/librte_event_sw.a
[2181/2387] Linking static target drivers/librte_event_dsw.a
[2182/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_crypto_adapter.c.o'
[2183/2387] Compiling C object 'drivers/a715181@@rte_event_dsw@sha/meson-generated_.._rte_event_dsw.pmd.c.o'
[2184/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_sad.c.o'
[2185/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx@sta/meson-generated_.._rte_event_octeontx.pmd.c.o'
[2186/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite_lf_perf.c.o'
[2187/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx@sha/meson-generated_.._rte_event_octeontx.pmd.c.o'
[2188/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6.c.o'
[2189/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_spinlock.c.o'
[2190/2387] Linking static target drivers/librte_event_octeontx.a
[2191/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_tailq.c.o'
[2192/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_security_pdcp.c.o'
[2193/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member.c.o'
[2194/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr_perf.c.o'
[2195/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipfrag.c.o'
[2196/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rwlock.c.o'
[2197/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_meter.c.o'
[2198/2387] Generating rte_crypto_scheduler.sym_chk with a meson_exe.py custom command
[2199/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rawdev.c.o'
[2200/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_register.c.o'
[2201/2387] Linking target drivers/librte_crypto_scheduler.so.21.0
[2202/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mpmc_stress.c.o'
[2203/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mp_secondary.c.o'
[2204/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool_perf.c.o'
[2205/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_version.c.o'
[2206/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_hts_stress.c.o'
[2207/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kni.c.o'
[2208/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_racecond.c.o'
[2209/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_perf.c.o'
[2210/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph.c.o'
[2211/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack_perf.c.o'
[2212/2387] Generating rte_kni_makefile with a custom command
[2213/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_rts_stress.c.o'
[2214/2387] Generating igb_uio_makefile with a custom command
[2215/2387] Generating rte_event_opdl.sym_chk with a meson_exe.py custom command
[2216/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib.c.o'
[2217/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_telemetry_json.c.o'
[2218/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_perf.c.o'
[2219/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member_perf.c.o'
[2220/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer.c.o'
[2221/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_asym.c.o'
[2222/2387] Linking target drivers/librte_event_opdl.so.21.0
[2223/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack.c.o'
[2224/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib6.c.o'
[2225/2387] Generating rte_crypto_caam_jr.sym_chk with a meson_exe.py custom command
[2226/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mt_peek_stress.c.o'
[2227/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor.c.o'
[2228/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm_perf.c.o'
[2229/2387] Generating rte_baseband_turbo_sw.sym_chk with a meson_exe.py custom command
[2230/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_telemetry_data.c.o'
[2231/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ticketlock.c.o'
[2232/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace.c.o'
[2233/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool.c.o'
[2234/2387] Linking target drivers/librte_crypto_caam_jr.so.21.0
[2235/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'
[2236/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_st_peek_stress.c.o'
[2237/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_sched.c.o'
[2238/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm.c.o'
[2239/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'
[2240/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table.c.o'
[2241/2387] Linking target drivers/librte_baseband_turbo_sw.so.21.0
[2242/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reorder.c.o'
[2243/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph_perf.c.o'
[2244/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_red.c.o'
[2245/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_thash.c.o'
[2246/2387] Generating rte_event_octeontx.sym_chk with a meson_exe.py custom command
[2247/2387] Generating rte_event_sw.sym_chk with a meson_exe.py custom command
[2248/2387] Generating rte_event_dsw.sym_chk with a meson_exe.py custom command
[2249/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'
[2250/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_secondary.c.o'
[2251/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_perf.c.o'
[2252/2387] Linking target drivers/librte_event_octeontx.so.21.0
[2253/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_service_cores.c.o'
[2254/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'
[2255/2387] Linking target drivers/librte_event_sw.so.21.0
[2256/2387] Generating rte_net_virtio.sym_chk with a meson_exe.py custom command
[2257/2387] Linking target drivers/librte_event_dsw.so.21.0
[2258/2387] Linking target drivers/librte_net_virtio.so.21.0
[2259/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_rssconf.c.o'
[2260/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_ring.c.o'
[2261/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_tx_adapter.c.o'
[2262/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr.c.o'
[2263/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_blockcipher.c.o'
[2264/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'
[2265/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'
[2266/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'
[2267/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash.c.o'
[2268/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_pipeline.c.o'
[2269/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_acl.c.o'
[2270/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_tables.c.o'
[2271/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_ports.c.o'
[2272/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring.c.o'
[2273/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_flags.c.o'
[2274/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev.c.o'
[2275/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc100@sta/baseband_acc100_rte_acc100_pmd.c.o'
[2276/2387] Linking static target drivers/libtmp_rte_baseband_acc100.a
[2277/2387] Generating rte_baseband_acc100.pmd.c with a custom command
[2278/2387] Compiling C object 'drivers/a715181@@rte_baseband_acc100@sha/meson-generated_.._rte_baseband_acc100.pmd.c.o'
[2279/2387] Compiling C object 'drivers/a715181@@rte_baseband_acc100@sta/meson-generated_.._rte_baseband_acc100.pmd.c.o'
[2280/2387] Linking static target drivers/librte_baseband_acc100.a
[2281/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec.c.o'
[2282/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring_perf.c.o'
[2283/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'
[2284/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_security.c.o'
[2285/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_testpmd.c.o'
[2286/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa_sec@sta/crypto_dpaa_sec_dpaa_sec.c.o'
[2287/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o'
[2288/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'
[2289/2387] Linking static target drivers/libtmp_rte_crypto_dpaa_sec.a
[2290/2387] Linking static target drivers/libtmp_rte_crypto_dpaa2_sec.a
[2291/2387] Generating rte_crypto_dpaa_sec.pmd.c with a custom command
[2292/2387] Generating rte_crypto_dpaa2_sec.pmd.c with a custom command
[2293/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sta/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'
[2294/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sha/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'
[2295/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'
[2296/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sta/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'
[2297/2387] Linking static target drivers/librte_crypto_dpaa_sec.a
[2298/2387] Linking static target drivers/librte_crypto_dpaa2_sec.a
[2299/2387] Generating rte_baseband_acc100.sym_chk with a meson_exe.py custom command
[2300/2387] Linking target drivers/librte_baseband_acc100.so.21.0
[2301/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_timer_adapter.c.o'
[2302/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/virtual_pmd.c.o'
[2303/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_combined.c.o'
[2304/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'
[2305/2387] Generating rte_crypto_dpaa2_sec.sym_chk with a meson_exe.py custom command
[2306/2387] Generating rte_crypto_dpaa_sec.sym_chk with a meson_exe.py custom command
[2307/2387] Linking target drivers/librte_crypto_dpaa_sec.so.21.0
[2308/2387] Linking target drivers/librte_crypto_dpaa2_sec.so.21.0
[2309/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'
[2310/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_perf.c.o'
[2311/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mbuf.c.o'
[2312/2387] Generating igb_uio with a custom command
make: Entering directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko
make: Leaving directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
[2313/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding.c.o'
[2314/2387] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa_sec@sha/librte_crypto_dpaa_sec.so.21.0.symbols'
[2315/2387] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/librte_crypto_dpaa2_sec.so.21.0.symbols'
[2316/2387] Linking target drivers/librte_event_dpaa.so.21.0
[2317/2387] Linking target drivers/librte_event_dpaa2.so.21.0
[2318/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost_crypto.c.o'
[2319/2387] Linking static target lib/librte_vhost.a
[2320/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_ops.c.o'
[2321/2387] Linking static target drivers/libtmp_rte_crypto_octeontx2.a
[2322/2387] Generating rte_crypto_octeontx2.pmd.c with a custom command
[2323/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx2@sta/meson-generated_.._rte_crypto_octeontx2.pmd.c.o'
[2324/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx2@sha/meson-generated_.._rte_crypto_octeontx2.pmd.c.o'
[2325/2387] Linking static target drivers/librte_crypto_octeontx2.a
[2326/2387] Generating rte_kni with a custom command
make: Entering directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_net.o
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_misc.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko
make: Leaving directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
[2327/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'
[2328/2387] Linking static target drivers/libtmp_rte_crypto_octeontx.a
[2329/2387] Generating rte_crypto_octeontx.pmd.c with a custom command
[2330/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sta/meson-generated_.._rte_crypto_octeontx.pmd.c.o'
[2331/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sha/meson-generated_.._rte_crypto_octeontx.pmd.c.o'
[2332/2387] Linking static target drivers/librte_crypto_octeontx.a
[2333/2387] Generating rte_crypto_octeontx2.sym_chk with a meson_exe.py custom command
[2334/2387] Linking target drivers/librte_crypto_octeontx2.so.21.0
[2335/2387] Generating vhost.sym_chk with a meson_exe.py custom command
[2336/2387] Linking target lib/librte_vhost.so.21.0
[2337/2387] Generating rte_crypto_octeontx.sym_chk with a meson_exe.py custom command
[2338/2387] Generating symbol file 'drivers/a715181@@rte_crypto_octeontx2@sha/librte_crypto_octeontx2.so.21.0.symbols'
[2339/2387] Linking target drivers/librte_crypto_octeontx.so.21.0
[2340/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_rx.c.o'
[2341/2387] Generating symbol file 'lib/76b5a35@@rte_vhost@sha/librte_vhost.so.21.0.symbols'
[2342/2387] Linking target drivers/librte_net_vhost.so.21.0
[2343/2387] Linking target drivers/librte_vdpa_ifc.so.21.0
[2344/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy_perf.c.o'
[2345/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_table_action.c.o'
[2346/2387] Linking static target lib/librte_pipeline.a
[2347/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_perf.c.o'
[2348/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_tx.c.o'
[2349/2387] Linking static target drivers/libtmp_rte_net_octeontx2.a
[2350/2387] Generating rte_net_octeontx2.pmd.c with a custom command
[2351/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx2@sha/meson-generated_.._rte_net_octeontx2.pmd.c.o'
[2352/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx2@sta/meson-generated_.._rte_net_octeontx2.pmd.c.o'
[2353/2387] Linking static target drivers/librte_net_octeontx2.a
[2354/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o'
[2355/2387] Generating pipeline.sym_chk with a meson_exe.py custom command
[2356/2387] Linking target lib/librte_pipeline.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2357/2387] Generating rte_net_octeontx2.sym_chk with a meson_exe.py custom command
[2358/2387] Linking target drivers/librte_net_octeontx2.so.21.0
[2359/2387] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.21.0.symbols'
[2360/2387] Linking target drivers/librte_net_softnic.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2361/2387] Generating symbol file 'drivers/a715181@@rte_net_octeontx2@sha/librte_net_octeontx2.so.21.0.symbols'
[2362/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'
[2363/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'
[2364/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_worker.c.o'
[2365/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_worker_dual.c.o'
[2366/2387] Linking static target drivers/libtmp_rte_event_octeontx2.a
[2367/2387] Generating rte_event_octeontx2.pmd.c with a custom command
[2368/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx2@sha/meson-generated_.._rte_event_octeontx2.pmd.c.o'
[2369/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx2@sta/meson-generated_.._rte_event_octeontx2.pmd.c.o'
[2370/2387] Linking static target drivers/librte_event_octeontx2.a
[2371/2387] Linking target app/dpdk-test-regex
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2372/2387] Linking target app/dpdk-test-bbdev
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2373/2387] Linking target app/dpdk-test-pipeline
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2374/2387] Generating rte_event_octeontx2.sym_chk with a meson_exe.py custom command
[2375/2387] Linking target app/dpdk-test-fib
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2376/2387] Linking target app/dpdk-pdump
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2377/2387] Linking target app/dpdk-proc-info
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2378/2387] Linking target app/dpdk-test-cmdline
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2379/2387] Linking target app/dpdk-test-eventdev
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2380/2387] Linking target app/dpdk-test-sad
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2381/2387] Linking target app/dpdk-test-acl
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2382/2387] Linking target app/dpdk-test-compress-perf
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2383/2387] Linking target app/dpdk-test-flow-perf
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2384/2387] Linking target app/dpdk-test-crypto-perf
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2385/2387] Linking target app/dpdk-testpmd
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2386/2387] Linking target drivers/librte_event_octeontx2.so.21.0
[2387/2387] Linking target app/test/dpdk-test
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
28/10/2020 04:51:31             dut.10.240.183.189: find ./x86_64-native-linuxapp-gcc/kernel/ -name *.ko
28/10/2020 04:51:31             dut.10.240.183.189: ./x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko
./x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko
28/10/2020 04:51:31             dut.10.240.183.189: mkdir -p x86_64-native-linuxapp-gcc/kmod
28/10/2020 04:51:31             dut.10.240.183.189: 
28/10/2020 04:51:31             dut.10.240.183.189: cp ./x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko x86_64-native-linuxapp-gcc/kmod/
28/10/2020 04:51:31             dut.10.240.183.189: 
28/10/2020 04:51:31             dut.10.240.183.189: cp ./x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko x86_64-native-linuxapp-gcc/kmod/
28/10/2020 04:51:31             dut.10.240.183.189: 
28/10/2020 04:51:33             dut.10.240.183.189: tcpdump -h
28/10/2020 04:51:33             dut.10.240.183.189: tcpdump version 4.9.2
libpcap version 1.9.0-PRE-GIT (with TPACKET_V3)
OpenSSL 1.1.1c FIPS  28 May 2019
Usage: tcpdump [-aAbdDefhHIJKlLnNOpqStuUvxX#] [ -B size ] [ -c count ]
		[ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ]
		[ -i interface ] [ -j tstamptype ] [ -M secret ] [ --number ]
		[ -Q in|out|inout ]
		[ -r file ] [ -s snaplen ] [ --time-stamp-precision precision ]
		[ --immediate-mode ] [ -T type ] [ --version ] [ -V file ]
		[ -w file ] [ -W filecount ] [ -y datalinktype ] [ -z postrotate-command ]
		[ -Z user ] [ expression ]
28/10/2020 04:51:33              TestPacketCapture: Test Case test_pdump_dev_iface Begin
28/10/2020 04:51:33             dut.10.240.183.189: 
28/10/2020 04:51:33                         tester: 
28/10/2020 04:51:33             dut.10.240.183.189: ip link show | grep BROADCAST,MULTICAST | awk {'print $2'}
28/10/2020 04:51:33             dut.10.240.183.189: eno1:
eno2:
ens260f0:
ens260f1:
ens865f0:
ens865f1:
virbr0:
virbr0-nic:
28/10/2020 04:51:33             dut.10.240.183.189: ifconfig eno1 | grep 'inet ' 
28/10/2020 04:51:33             dut.10.240.183.189:         inet 10.240.183.189  netmask 255.255.255.0  broadcast 10.240.183.255
28/10/2020 04:51:33             dut.10.240.183.189: ifconfig eno1 up
28/10/2020 04:51:33             dut.10.240.183.189: 
28/10/2020 04:51:33             dut.10.240.183.189: ifconfig eno2 | grep 'inet ' 
28/10/2020 04:51:33             dut.10.240.183.189: 
28/10/2020 04:51:33             dut.10.240.183.189: ifconfig eno2 up
28/10/2020 04:51:33             dut.10.240.183.189: 
28/10/2020 04:51:33             dut.10.240.183.189: ifconfig ens260f0 | grep 'inet ' 
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig ens260f0 up
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig ens260f1 | grep 'inet ' 
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig ens260f1 up
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig ens865f0 | grep 'inet ' 
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig ens865f0 up
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig ens865f1 | grep 'inet ' 
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig ens865f1 up
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig virbr0 | grep 'inet ' 
28/10/2020 04:51:34             dut.10.240.183.189:         inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig virbr0 up
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig virbr0-nic | grep 'inet ' 
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:34             dut.10.240.183.189: ifconfig virbr0-nic up
28/10/2020 04:51:34             dut.10.240.183.189: 
28/10/2020 04:51:44             dut.10.240.183.189: ip link show eno2 | grep LOWER_UP
28/10/2020 04:51:44             dut.10.240.183.189: 
28/10/2020 04:51:44             dut.10.240.183.189: echo $?
28/10/2020 04:51:44             dut.10.240.183.189: 1
28/10/2020 04:51:44             dut.10.240.183.189: ip link show ens260f0 | grep LOWER_UP
28/10/2020 04:51:44             dut.10.240.183.189: 
28/10/2020 04:51:44             dut.10.240.183.189: echo $?
28/10/2020 04:51:45             dut.10.240.183.189: 1
28/10/2020 04:51:45             dut.10.240.183.189: ip link show ens260f1 | grep LOWER_UP
28/10/2020 04:51:45             dut.10.240.183.189: 
28/10/2020 04:51:45             dut.10.240.183.189: echo $?
28/10/2020 04:51:45             dut.10.240.183.189: 1
28/10/2020 04:51:45             dut.10.240.183.189: ip link show ens865f0 | grep LOWER_UP
28/10/2020 04:51:45             dut.10.240.183.189: 8: ens865f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
28/10/2020 04:51:45             dut.10.240.183.189: echo $?
28/10/2020 04:51:45             dut.10.240.183.189: 0
28/10/2020 04:51:45             dut.10.240.183.189: ip link show ens865f1 | grep LOWER_UP
28/10/2020 04:51:45             dut.10.240.183.189: 9: ens865f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
28/10/2020 04:51:45             dut.10.240.183.189: echo $?
28/10/2020 04:51:45             dut.10.240.183.189: 0
28/10/2020 04:51:45             dut.10.240.183.189: ip link show virbr0-nic | grep LOWER_UP
28/10/2020 04:51:45             dut.10.240.183.189: 
28/10/2020 04:51:45             dut.10.240.183.189: echo $?
28/10/2020 04:51:45             dut.10.240.183.189: 1
28/10/2020 04:51:45             dut.10.240.183.189: echo 0 > /proc/sys/kernel/randomize_va_space
28/10/2020 04:51:45             dut.10.240.183.189: 
28/10/2020 04:51:47             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
28/10/2020 04:51:47             dut.10.240.183.189: 
28/10/2020 04:51:47                         tester: rm -fr /tmp/pdumpLog/*
28/10/2020 04:51:47                         tester: 
28/10/2020 04:51:47             dut.10.240.183.189: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:05:00.0 -w 0000:05:00.1  --file-prefix=test    -- -i --port-topology=chained
28/10/2020 04:51:48             dut.10.240.183.189: EAL: Detected 88 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.0 (socket 0)
i40e_GLQF_reg_init(): i40e device 0000:05:00.0 changed global register [0x002689a0]. original: 0x00000000, new: 0x00000029 
i40e_GLQF_reg_init(): i40e device 0000:05:00.0 changed global register [0x00268ca4]. original: 0x00001840, new: 0x00009420 
i40e_aq_debug_write_global_register(): i40e device 0000:05:00.0 changed global register [0x0026c7a0]. original: 0xa8, after: 0x28
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.1 (socket 0)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
28/10/2020 04:51:58             dut.10.240.183.189: set fwd io
28/10/2020 04:51:58             dut.10.240.183.189: 
Set io packet forwarding mode
28/10/2020 04:51:58             dut.10.240.183.189: start
28/10/2020 04:51:59             dut.10.240.183.189: 
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:
  RX P=0/Q=0 (socket 0) -> 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

  io 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=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
28/10/2020 04:52:01             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
28/10/2020 04:52:01             dut.10.240.183.189: 
28/10/2020 04:52:01                         tester: rm -fr /tmp/pdumpLog/*
28/10/2020 04:52:01                         tester: 
28/10/2020 04:52:07             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:52:07             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-rx.pcap': No such file or directory
28/10/2020 04:52:07             dut.10.240.183.189: echo $?
28/10/2020 04:52:07             dut.10.240.183.189: 2
28/10/2020 04:52:07             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 04:52:07             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-tx.pcap': No such file or directory
28/10/2020 04:52:07             dut.10.240.183.189: echo $?
28/10/2020 04:52:07             dut.10.240.183.189: 2
28/10/2020 04:52:11             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:52:11             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:52:11             dut.10.240.183.189: echo $?
28/10/2020 04:52:11             dut.10.240.183.189: 0
28/10/2020 04:52:11             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 04:52:11             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 04:52:11             dut.10.240.183.189: echo $?
28/10/2020 04:52:11             dut.10.240.183.189: 0
28/10/2020 04:52:11              TestPacketCapture: send <TCP> packet
28/10/2020 04:52:11                         tester: ls -d /tmp/tester/
28/10/2020 04:52:11                         tester: /tmp/tester/
28/10/2020 04:52:11                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:52:12                         tester: 
28/10/2020 04:52:16                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:52:22                         tester: ls -d /tmp/tester/
28/10/2020 04:52:22                         tester: /tmp/tester/
28/10/2020 04:52:22                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:52:22                         tester: 
28/10/2020 04:52:34              TestPacketCapture: send <UDP> packet
28/10/2020 04:52:34                         tester: ls -d /tmp/tester/
28/10/2020 04:52:34                         tester: /tmp/tester/
28/10/2020 04:52:34                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:52:34                         tester: 
28/10/2020 04:52:39                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:52:45                         tester: ls -d /tmp/tester/
28/10/2020 04:52:45                         tester: /tmp/tester/
28/10/2020 04:52:45                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:52:45                         tester: 
28/10/2020 04:52:56              TestPacketCapture: send <SCTP> packet
28/10/2020 04:52:56                         tester: ls -d /tmp/tester/
28/10/2020 04:52:56                         tester: /tmp/tester/
28/10/2020 04:52:56                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:52:56                         tester: 
28/10/2020 04:53:01                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:53:07                         tester: ls -d /tmp/tester/
28/10/2020 04:53:07                         tester: /tmp/tester/
28/10/2020 04:53:07                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:53:07                         tester: 
28/10/2020 04:53:19              TestPacketCapture: send <TIMESYNC> packet
28/10/2020 04:53:19                         tester: ls -d /tmp/tester/
28/10/2020 04:53:19                         tester: /tmp/tester/
28/10/2020 04:53:19                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:53:19                         tester: 
28/10/2020 04:53:23                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:53:29                         tester: ls -d /tmp/tester/
28/10/2020 04:53:30                         tester: /tmp/tester/
28/10/2020 04:53:30                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:53:30                         tester: 
28/10/2020 04:53:41              TestPacketCapture: send <ARP> packet
28/10/2020 04:53:41                         tester: ls -d /tmp/tester/
28/10/2020 04:53:41                         tester: /tmp/tester/
28/10/2020 04:53:41                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:53:41                         tester: 
28/10/2020 04:53:46                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:53:52                         tester: ls -d /tmp/tester/
28/10/2020 04:53:52                         tester: /tmp/tester/
28/10/2020 04:53:52                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:53:52                         tester: 
28/10/2020 04:54:03              TestPacketCapture: send <LLDP> packet
28/10/2020 04:54:04                         tester: ls -d /tmp/tester/
28/10/2020 04:54:04                         tester: /tmp/tester/
28/10/2020 04:54:04                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:54:04                         tester: 
28/10/2020 04:54:08                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:54:14                         tester: ls -d /tmp/tester/
28/10/2020 04:54:15                         tester: /tmp/tester/
28/10/2020 04:54:15                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:54:15                         tester: 
28/10/2020 04:54:26              TestPacketCapture: send <IP_RAW> packet
28/10/2020 04:54:26                         tester: ls -d /tmp/tester/
28/10/2020 04:54:26                         tester: /tmp/tester/
28/10/2020 04:54:26                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:54:26                         tester: 
28/10/2020 04:54:31                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:54:37                         tester: ls -d /tmp/tester/
28/10/2020 04:54:37                         tester: /tmp/tester/
28/10/2020 04:54:37                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:54:37                         tester: 
28/10/2020 04:54:48              TestPacketCapture: send <IPv6_TCP> packet
28/10/2020 04:54:48                         tester: ls -d /tmp/tester/
28/10/2020 04:54:49                         tester: /tmp/tester/
28/10/2020 04:54:49                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:54:49                         tester: 
28/10/2020 04:54:53                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:54:59                         tester: ls -d /tmp/tester/
28/10/2020 04:55:00                         tester: /tmp/tester/
28/10/2020 04:55:00                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:55:00                         tester: 
28/10/2020 04:55:11              TestPacketCapture: send <IPv6_UDP> packet
28/10/2020 04:55:11                         tester: ls -d /tmp/tester/
28/10/2020 04:55:11                         tester: /tmp/tester/
28/10/2020 04:55:11                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:55:11                         tester: 
28/10/2020 04:55:16                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:55:22                         tester: ls -d /tmp/tester/
28/10/2020 04:55:22                         tester: /tmp/tester/
28/10/2020 04:55:22                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:55:22                         tester: 
28/10/2020 04:55:33              TestPacketCapture: send <IPv6_SCTP> packet
28/10/2020 04:55:33                         tester: ls -d /tmp/tester/
28/10/2020 04:55:34                         tester: /tmp/tester/
28/10/2020 04:55:34                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:55:34                         tester: 
28/10/2020 04:55:38                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:55:44                         tester: ls -d /tmp/tester/
28/10/2020 04:55:44                         tester: /tmp/tester/
28/10/2020 04:55:44                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:55:45                         tester: 
28/10/2020 04:55:56              TestPacketCapture: send <VLAN_UDP> packet
28/10/2020 04:55:56             dut.10.240.183.189: vlan set filter off 0
28/10/2020 04:55:56             dut.10.240.183.189: 
28/10/2020 04:55:56             dut.10.240.183.189: vlan set filter off 1
28/10/2020 04:55:56             dut.10.240.183.189: 
28/10/2020 04:55:56             dut.10.240.183.189: start
28/10/2020 04:55:56             dut.10.240.183.189: 
Not all ports were ed
28/10/2020 04:55:56                         tester: ls -d /tmp/tester/
28/10/2020 04:55:56                         tester: /tmp/tester/
28/10/2020 04:55:56                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:55:56                         tester: 
28/10/2020 04:56:01                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:56:07                         tester: ls -d /tmp/tester/
28/10/2020 04:56:07                         tester: /tmp/tester/
28/10/2020 04:56:07                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:56:07                         tester: 
28/10/2020 04:56:19             dut.10.240.183.189: killall tcpdump
28/10/2020 04:56:19             dut.10.240.183.189: 
28/10/2020 04:56:21             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:56:21             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:56:21             dut.10.240.183.189: echo $?
28/10/2020 04:56:21             dut.10.240.183.189: 0
28/10/2020 04:56:21             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-rx.pcap /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:56:22             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 04:56:22             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 04:56:22             dut.10.240.183.189: echo $?
28/10/2020 04:56:22             dut.10.240.183.189: 0
28/10/2020 04:56:22             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-tx.pcap /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 04:56:24             dut.10.240.183.189: killall dpdk-pdump 
28/10/2020 04:56:24             dut.10.240.183.189: 
28/10/2020 04:56:26             dut.10.240.183.189: stop
28/10/2020 04:56:26             dut.10.240.183.189: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
28/10/2020 04:56:26             dut.10.240.183.189: quit
28/10/2020 04:56:27             dut.10.240.183.189: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Stopping port 2...
Stopping ports...
Done

Stopping port 3...
Stopping ports...
Done

Shutting down port 0...
Closing ports...

Port 1: link state change event
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Shutting down port 2...
Closing ports...
Port 2 is closed
Done

Shutting down port 3...
Closing ports...
Port 3 is closed
Done

Bye...
28/10/2020 04:56:29             dut.10.240.183.189: echo 2 > /proc/sys/kernel/randomize_va_space
28/10/2020 04:56:29             dut.10.240.183.189: 
28/10/2020 04:56:33              TestPacketCapture: pdump rx TCP packet content is correct
28/10/2020 04:56:33              TestPacketCapture: pdump tx TCP packet content is correct
28/10/2020 04:56:35              TestPacketCapture: pdump rx UDP packet content is correct
28/10/2020 04:56:35              TestPacketCapture: pdump tx UDP packet content is correct
28/10/2020 04:56:37              TestPacketCapture: pdump rx SCTP packet content is correct
28/10/2020 04:56:37              TestPacketCapture: pdump tx SCTP packet content is correct
28/10/2020 04:56:39              TestPacketCapture: pdump rx TIMESYNC packet content is correct
28/10/2020 04:56:39              TestPacketCapture: pdump tx TIMESYNC packet content is correct
28/10/2020 04:56:41              TestPacketCapture: pdump rx ARP packet content is correct
28/10/2020 04:56:41              TestPacketCapture: pdump tx ARP packet content is correct
28/10/2020 04:56:43              TestPacketCapture: pdump rx LLDP packet content is correct
28/10/2020 04:56:43              TestPacketCapture: pdump tx LLDP packet content is correct
28/10/2020 04:56:45              TestPacketCapture: pdump rx IP_RAW packet content is correct
28/10/2020 04:56:45              TestPacketCapture: pdump tx IP_RAW packet content is correct
28/10/2020 04:56:47              TestPacketCapture: pdump rx IPv6_TCP packet content is correct
28/10/2020 04:56:47              TestPacketCapture: pdump tx IPv6_TCP packet content is correct
28/10/2020 04:56:49              TestPacketCapture: pdump rx IPv6_UDP packet content is correct
28/10/2020 04:56:49              TestPacketCapture: pdump tx IPv6_UDP packet content is correct
28/10/2020 04:56:51              TestPacketCapture: pdump rx IPv6_SCTP packet content is correct
28/10/2020 04:56:51              TestPacketCapture: pdump tx IPv6_SCTP packet content is correct
28/10/2020 04:56:53              TestPacketCapture: pdump rx VLAN_UDP packet content is correct
28/10/2020 04:56:53              TestPacketCapture: pdump tx VLAN_UDP packet content is correct
28/10/2020 04:56:55             dut.10.240.183.189: echo 0 > /proc/sys/kernel/randomize_va_space
28/10/2020 04:56:55             dut.10.240.183.189: 
28/10/2020 04:56:57             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
28/10/2020 04:56:57             dut.10.240.183.189: 
28/10/2020 04:56:57                         tester: rm -fr /tmp/pdumpLog/*
28/10/2020 04:56:57                         tester: 
28/10/2020 04:56:57             dut.10.240.183.189: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:05:00.0 -w 0000:05:00.1  --file-prefix=test    -- -i --port-topology=chained
28/10/2020 04:56:58             dut.10.240.183.189: EAL: Detected 88 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.1 (socket 0)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
28/10/2020 04:57:08             dut.10.240.183.189: set fwd io
28/10/2020 04:57:09             dut.10.240.183.189: 
Set io packet forwarding mode
28/10/2020 04:57:09             dut.10.240.183.189: start
28/10/2020 04:57:09             dut.10.240.183.189: 
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:
  RX P=0/Q=0 (socket 0) -> 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

  io 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=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
28/10/2020 04:57:11             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
28/10/2020 04:57:11             dut.10.240.183.189: 
28/10/2020 04:57:11                         tester: rm -fr /tmp/pdumpLog/*
28/10/2020 04:57:11                         tester: 
28/10/2020 04:57:17             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:57:17             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-rx.pcap': No such file or directory
28/10/2020 04:57:17             dut.10.240.183.189: echo $?
28/10/2020 04:57:17             dut.10.240.183.189: 2
28/10/2020 04:57:21             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:57:21             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 04:57:21             dut.10.240.183.189: echo $?
28/10/2020 04:57:21             dut.10.240.183.189: 0
28/10/2020 04:57:21              TestPacketCapture: send <TCP> packet
28/10/2020 04:57:21                         tester: ls -d /tmp/tester/
28/10/2020 04:57:21                         tester: /tmp/tester/
28/10/2020 04:57:21                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:57:21                         tester: 
28/10/2020 04:57:26                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:57:32                         tester: ls -d /tmp/tester/
28/10/2020 04:57:32                         tester: /tmp/tester/
28/10/2020 04:57:32                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:57:32                         tester: 
28/10/2020 04:57:44              TestPacketCapture: send <UDP> packet
28/10/2020 04:57:44                         tester: ls -d /tmp/tester/
28/10/2020 04:57:44                         tester: /tmp/tester/
28/10/2020 04:57:44                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:57:44                         tester: 
28/10/2020 04:57:48                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:57:55                         tester: ls -d /tmp/tester/
28/10/2020 04:57:55                         tester: /tmp/tester/
28/10/2020 04:57:55                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:57:55                         tester: 
28/10/2020 04:58:06              TestPacketCapture: send <SCTP> packet
28/10/2020 04:58:06                         tester: ls -d /tmp/tester/
28/10/2020 04:58:06                         tester: /tmp/tester/
28/10/2020 04:58:06                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:58:06                         tester: 
28/10/2020 04:58:11                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:58:17                         tester: ls -d /tmp/tester/
28/10/2020 04:58:17                         tester: /tmp/tester/
28/10/2020 04:58:17                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:58:17                         tester: 
28/10/2020 04:58:29              TestPacketCapture: send <TIMESYNC> packet
28/10/2020 04:58:29                         tester: ls -d /tmp/tester/
28/10/2020 04:58:29                         tester: /tmp/tester/
28/10/2020 04:58:29                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:58:29                         tester: 
28/10/2020 04:58:33                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:58:39                         tester: ls -d /tmp/tester/
28/10/2020 04:58:40                         tester: /tmp/tester/
28/10/2020 04:58:40                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:58:40                         tester: 
28/10/2020 04:58:51              TestPacketCapture: send <ARP> packet
28/10/2020 04:58:51                         tester: ls -d /tmp/tester/
28/10/2020 04:58:51                         tester: /tmp/tester/
28/10/2020 04:58:51                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:58:51                         tester: 
28/10/2020 04:58:56                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:59:02                         tester: ls -d /tmp/tester/
28/10/2020 04:59:02                         tester: /tmp/tester/
28/10/2020 04:59:02                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:59:02                         tester: 
28/10/2020 04:59:13              TestPacketCapture: send <LLDP> packet
28/10/2020 04:59:13                         tester: ls -d /tmp/tester/
28/10/2020 04:59:13                         tester: /tmp/tester/
28/10/2020 04:59:13                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:59:14                         tester: 
28/10/2020 04:59:18                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:59:24                         tester: ls -d /tmp/tester/
28/10/2020 04:59:24                         tester: /tmp/tester/
28/10/2020 04:59:24                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:59:24                         tester: 
28/10/2020 04:59:36              TestPacketCapture: send <IP_RAW> packet
28/10/2020 04:59:36                         tester: ls -d /tmp/tester/
28/10/2020 04:59:36                         tester: /tmp/tester/
28/10/2020 04:59:36                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:59:36                         tester: 
28/10/2020 04:59:41                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 04:59:47                         tester: ls -d /tmp/tester/
28/10/2020 04:59:47                         tester: /tmp/tester/
28/10/2020 04:59:47                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 04:59:47                         tester: 
28/10/2020 04:59:58              TestPacketCapture: send <IPv6_TCP> packet
28/10/2020 04:59:58                         tester: ls -d /tmp/tester/
28/10/2020 04:59:58                         tester: /tmp/tester/
28/10/2020 04:59:58                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 04:59:58                         tester: 
28/10/2020 05:00:03                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:00:09                         tester: ls -d /tmp/tester/
28/10/2020 05:00:09                         tester: /tmp/tester/
28/10/2020 05:00:09                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:00:09                         tester: 
28/10/2020 05:00:21              TestPacketCapture: send <IPv6_UDP> packet
28/10/2020 05:00:21                         tester: ls -d /tmp/tester/
28/10/2020 05:00:21                         tester: /tmp/tester/
28/10/2020 05:00:21                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:00:21                         tester: 
28/10/2020 05:00:26                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:00:32                         tester: ls -d /tmp/tester/
28/10/2020 05:00:32                         tester: /tmp/tester/
28/10/2020 05:00:32                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:00:32                         tester: 
28/10/2020 05:00:43              TestPacketCapture: send <IPv6_SCTP> packet
28/10/2020 05:00:43                         tester: ls -d /tmp/tester/
28/10/2020 05:00:43                         tester: /tmp/tester/
28/10/2020 05:00:43                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:00:43                         tester: 
28/10/2020 05:00:48                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:00:54                         tester: ls -d /tmp/tester/
28/10/2020 05:00:54                         tester: /tmp/tester/
28/10/2020 05:00:54                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:00:54                         tester: 
28/10/2020 05:01:06              TestPacketCapture: send <VLAN_UDP> packet
28/10/2020 05:01:06             dut.10.240.183.189: vlan set filter off 0
28/10/2020 05:01:06             dut.10.240.183.189: 
28/10/2020 05:01:06             dut.10.240.183.189: vlan set filter off 1
28/10/2020 05:01:06             dut.10.240.183.189: 
28/10/2020 05:01:06             dut.10.240.183.189: start
28/10/2020 05:01:06             dut.10.240.183.189: 
Not all ports were ed
28/10/2020 05:01:06                         tester: ls -d /tmp/tester/
28/10/2020 05:01:06                         tester: /tmp/tester/
28/10/2020 05:01:06                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:01:06                         tester: 
28/10/2020 05:01:11                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:01:17                         tester: ls -d /tmp/tester/
28/10/2020 05:01:17                         tester: /tmp/tester/
28/10/2020 05:01:17                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:01:17                         tester: 
28/10/2020 05:01:29             dut.10.240.183.189: killall tcpdump
28/10/2020 05:01:29             dut.10.240.183.189: 
28/10/2020 05:01:31             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 05:01:31             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 05:01:31             dut.10.240.183.189: echo $?
28/10/2020 05:01:31             dut.10.240.183.189: 0
28/10/2020 05:01:31             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-rx.pcap /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 05:01:32             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 05:01:32             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-tx.pcap': No such file or directory
28/10/2020 05:01:32             dut.10.240.183.189: echo $?
28/10/2020 05:01:32             dut.10.240.183.189: 2
28/10/2020 05:01:32             dut.10.240.183.189: killall dpdk-pdump 
28/10/2020 05:01:32             dut.10.240.183.189: 
28/10/2020 05:01:34             dut.10.240.183.189: stop
28/10/2020 05:01:34             dut.10.240.183.189: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
28/10/2020 05:01:34             dut.10.240.183.189: quit
28/10/2020 05:01:35             dut.10.240.183.189: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Stopping port 2...
Stopping ports...
Done

Shutting down port 0...
Closing ports...

Port 1: link state change event
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Shutting down port 2...
Closing ports...
Port 2 is closed
Done

Bye...
28/10/2020 05:01:37             dut.10.240.183.189: echo 2 > /proc/sys/kernel/randomize_va_space
28/10/2020 05:01:37             dut.10.240.183.189: 
28/10/2020 05:01:41              TestPacketCapture: pdump rx TCP packet content is correct
28/10/2020 05:01:43              TestPacketCapture: pdump rx UDP packet content is correct
28/10/2020 05:01:45              TestPacketCapture: pdump rx SCTP packet content is correct
28/10/2020 05:01:47              TestPacketCapture: pdump rx TIMESYNC packet content is correct
28/10/2020 05:01:49              TestPacketCapture: pdump rx ARP packet content is correct
28/10/2020 05:01:51              TestPacketCapture: pdump rx LLDP packet content is correct
28/10/2020 05:01:53              TestPacketCapture: pdump rx IP_RAW packet content is correct
28/10/2020 05:01:55              TestPacketCapture: pdump rx IPv6_TCP packet content is correct
28/10/2020 05:01:57              TestPacketCapture: pdump rx IPv6_UDP packet content is correct
28/10/2020 05:01:59              TestPacketCapture: pdump rx IPv6_SCTP packet content is correct
28/10/2020 05:02:01              TestPacketCapture: pdump rx VLAN_UDP packet content is correct
28/10/2020 05:02:03             dut.10.240.183.189: echo 0 > /proc/sys/kernel/randomize_va_space
28/10/2020 05:02:04             dut.10.240.183.189: 
28/10/2020 05:02:06             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
28/10/2020 05:02:06             dut.10.240.183.189: 
28/10/2020 05:02:06                         tester: rm -fr /tmp/pdumpLog/*
28/10/2020 05:02:06                         tester: 
28/10/2020 05:02:06             dut.10.240.183.189: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:05:00.0 -w 0000:05:00.1  --file-prefix=test    -- -i --port-topology=chained
28/10/2020 05:02:07             dut.10.240.183.189: EAL: Detected 88 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.1 (socket 0)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
28/10/2020 05:02:17             dut.10.240.183.189: set fwd io
28/10/2020 05:02:17             dut.10.240.183.189: 
Set io packet forwarding mode
28/10/2020 05:02:17             dut.10.240.183.189: start
28/10/2020 05:02:17             dut.10.240.183.189: 
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:
  RX P=0/Q=0 (socket 0) -> 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

  io 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=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
28/10/2020 05:02:19             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
28/10/2020 05:02:19             dut.10.240.183.189: 
28/10/2020 05:02:19                         tester: rm -fr /tmp/pdumpLog/*
28/10/2020 05:02:19                         tester: 
28/10/2020 05:02:25             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 05:02:25             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-tx.pcap': No such file or directory
28/10/2020 05:02:25             dut.10.240.183.189: echo $?
28/10/2020 05:02:25             dut.10.240.183.189: 2
28/10/2020 05:02:29             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 05:02:29             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 05:02:29             dut.10.240.183.189: echo $?
28/10/2020 05:02:30             dut.10.240.183.189: 0
28/10/2020 05:02:30              TestPacketCapture: send <TCP> packet
28/10/2020 05:02:30                         tester: ls -d /tmp/tester/
28/10/2020 05:02:30                         tester: /tmp/tester/
28/10/2020 05:02:30                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:02:30                         tester: 
28/10/2020 05:02:34                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:02:40                         tester: ls -d /tmp/tester/
28/10/2020 05:02:41                         tester: /tmp/tester/
28/10/2020 05:02:41                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:02:41                         tester: 
28/10/2020 05:02:52              TestPacketCapture: send <UDP> packet
28/10/2020 05:02:52                         tester: ls -d /tmp/tester/
28/10/2020 05:02:52                         tester: /tmp/tester/
28/10/2020 05:02:52                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:02:52                         tester: 
28/10/2020 05:02:57                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:03:03                         tester: ls -d /tmp/tester/
28/10/2020 05:03:03                         tester: /tmp/tester/
28/10/2020 05:03:03                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:03:03                         tester: 
28/10/2020 05:03:14              TestPacketCapture: send <SCTP> packet
28/10/2020 05:03:14                         tester: ls -d /tmp/tester/
28/10/2020 05:03:15                         tester: /tmp/tester/
28/10/2020 05:03:15                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:03:15                         tester: 
28/10/2020 05:03:19                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:03:25                         tester: ls -d /tmp/tester/
28/10/2020 05:03:26                         tester: /tmp/tester/
28/10/2020 05:03:26                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:03:26                         tester: 
28/10/2020 05:03:37              TestPacketCapture: send <TIMESYNC> packet
28/10/2020 05:03:37                         tester: ls -d /tmp/tester/
28/10/2020 05:03:37                         tester: /tmp/tester/
28/10/2020 05:03:37                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:03:37                         tester: 
28/10/2020 05:03:42                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:03:48                         tester: ls -d /tmp/tester/
28/10/2020 05:03:48                         tester: /tmp/tester/
28/10/2020 05:03:48                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:03:48                         tester: 
28/10/2020 05:03:59              TestPacketCapture: send <ARP> packet
28/10/2020 05:03:59                         tester: ls -d /tmp/tester/
28/10/2020 05:04:00                         tester: /tmp/tester/
28/10/2020 05:04:00                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:04:00                         tester: 
28/10/2020 05:04:04                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:04:10                         tester: ls -d /tmp/tester/
28/10/2020 05:04:10                         tester: /tmp/tester/
28/10/2020 05:04:10                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:04:11                         tester: 
28/10/2020 05:04:22              TestPacketCapture: send <LLDP> packet
28/10/2020 05:04:22                         tester: ls -d /tmp/tester/
28/10/2020 05:04:22                         tester: /tmp/tester/
28/10/2020 05:04:22                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:04:22                         tester: 
28/10/2020 05:04:27                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:04:33                         tester: ls -d /tmp/tester/
28/10/2020 05:04:33                         tester: /tmp/tester/
28/10/2020 05:04:33                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:04:33                         tester: 
28/10/2020 05:04:44              TestPacketCapture: send <IP_RAW> packet
28/10/2020 05:04:44                         tester: ls -d /tmp/tester/
28/10/2020 05:04:45                         tester: /tmp/tester/
28/10/2020 05:04:45                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:04:45                         tester: 
28/10/2020 05:04:49                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:04:55                         tester: ls -d /tmp/tester/
28/10/2020 05:04:55                         tester: /tmp/tester/
28/10/2020 05:04:55                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:04:56                         tester: 
28/10/2020 05:05:07              TestPacketCapture: send <IPv6_TCP> packet
28/10/2020 05:05:07                         tester: ls -d /tmp/tester/
28/10/2020 05:05:07                         tester: /tmp/tester/
28/10/2020 05:05:07                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:05:07                         tester: 
28/10/2020 05:05:12                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:05:18                         tester: ls -d /tmp/tester/
28/10/2020 05:05:18                         tester: /tmp/tester/
28/10/2020 05:05:18                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:05:18                         tester: 
28/10/2020 05:05:29              TestPacketCapture: send <IPv6_UDP> packet
28/10/2020 05:05:29                         tester: ls -d /tmp/tester/
28/10/2020 05:05:30                         tester: /tmp/tester/
28/10/2020 05:05:30                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:05:30                         tester: 
28/10/2020 05:05:34                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:05:40                         tester: ls -d /tmp/tester/
28/10/2020 05:05:41                         tester: /tmp/tester/
28/10/2020 05:05:41                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:05:41                         tester: 
28/10/2020 05:05:52              TestPacketCapture: send <IPv6_SCTP> packet
28/10/2020 05:05:52                         tester: ls -d /tmp/tester/
28/10/2020 05:05:52                         tester: /tmp/tester/
28/10/2020 05:05:52                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:05:52                         tester: 
28/10/2020 05:05:57                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:06:03                         tester: ls -d /tmp/tester/
28/10/2020 05:06:03                         tester: /tmp/tester/
28/10/2020 05:06:03                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:06:03                         tester: 
28/10/2020 05:06:14              TestPacketCapture: send <VLAN_UDP> packet
28/10/2020 05:06:14             dut.10.240.183.189: vlan set filter off 0
28/10/2020 05:06:14             dut.10.240.183.189: 
28/10/2020 05:06:14             dut.10.240.183.189: vlan set filter off 1
28/10/2020 05:06:15             dut.10.240.183.189: 
28/10/2020 05:06:15             dut.10.240.183.189: start
28/10/2020 05:06:15             dut.10.240.183.189: 
Not all ports were ed
28/10/2020 05:06:15                         tester: ls -d /tmp/tester/
28/10/2020 05:06:15                         tester: /tmp/tester/
28/10/2020 05:06:15                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
28/10/2020 05:06:15                         tester: 
28/10/2020 05:06:19                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
28/10/2020 05:06:26                         tester: ls -d /tmp/tester/
28/10/2020 05:06:26                         tester: /tmp/tester/
28/10/2020 05:06:26                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
28/10/2020 05:06:26                         tester: 
28/10/2020 05:06:37             dut.10.240.183.189: killall tcpdump
28/10/2020 05:06:37             dut.10.240.183.189: 
28/10/2020 05:06:39             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
28/10/2020 05:06:39             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-rx.pcap': No such file or directory
28/10/2020 05:06:39             dut.10.240.183.189: echo $?
28/10/2020 05:06:39             dut.10.240.183.189: 2
28/10/2020 05:06:39             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 05:06:39             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 05:06:39             dut.10.240.183.189: echo $?
28/10/2020 05:06:39             dut.10.240.183.189: 0
28/10/2020 05:06:39             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-tx.pcap /tmp/pdumpLog/pdump-tx.pcap
28/10/2020 05:06:41             dut.10.240.183.189: killall dpdk-pdump 
28/10/2020 05:06:41             dut.10.240.183.189: 
28/10/2020 05:06:43             dut.10.240.183.189: stop
28/10/2020 05:06:43             dut.10.240.183.189: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
28/10/2020 05:06:43             dut.10.240.183.189: quit
28/10/2020 05:06:44             dut.10.240.183.189: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Stopping port 2...
Stopping ports...
Done

Shutting down port 0...
Closing ports...

Port 1: link state change event
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Shutting down port 2...
Closing ports...
Port 2 is closed
Done

Bye...
28/10/2020 05:06:46             dut.10.240.183.189: echo 2 > /proc/sys/kernel/randomize_va_space
28/10/2020 05:06:46             dut.10.240.183.189: 
28/10/2020 05:06:50              TestPacketCapture: pdump tx TCP packet content is correct
28/10/2020 05:06:52              TestPacketCapture: pdump tx UDP packet content is correct
28/10/2020 05:06:54              TestPacketCapture: pdump tx SCTP packet content is correct
28/10/2020 05:06:56              TestPacketCapture: pdump tx TIMESYNC packet content is correct
28/10/2020 05:06:58              TestPacketCapture: pdump tx ARP packet content is correct
28/10/2020 05:07:00              TestPacketCapture: pdump tx LLDP packet content is correct
28/10/2020 05:07:02              TestPacketCapture: pdump tx IP_RAW packet content is correct
28/10/2020 05:07:04              TestPacketCapture: pdump tx IPv6_TCP packet content is correct
28/10/2020 05:07:06              TestPacketCapture: pdump tx IPv6_UDP packet content is correct
28/10/2020 05:07:08              TestPacketCapture: pdump tx IPv6_SCTP packet content is correct
28/10/2020 05:07:10              TestPacketCapture: pdump tx VLAN_UDP packet content is correct
28/10/2020 05:07:12              TestPacketCapture: Test Case test_pdump_dev_iface Result PASSED:
28/10/2020 05:07:12             dut.10.240.183.189: killall tcpdump
28/10/2020 05:07:12             dut.10.240.183.189: tcpdump: no process found
28/10/2020 05:07:14                            dts: 
TEST SUITE ENDED: TestPacketCapture
03/11/2020 05:19:39                            dts: 
TEST SUITE : TestPacketCapture
03/11/2020 05:19:39                            dts: NIC :        fortville_25g
03/11/2020 05:19:39             dut.10.240.183.189: 
03/11/2020 05:19:39                         tester: 
03/11/2020 05:19:39             dut.10.240.183.189: ls /tmp/pdumpLog
03/11/2020 05:19:39             dut.10.240.183.189: pdump-tx.pcap
03/11/2020 05:19:39             dut.10.240.183.189: echo $?
03/11/2020 05:19:39             dut.10.240.183.189: 0
03/11/2020 05:19:39                         tester: ls /tmp/pdumpLog
03/11/2020 05:19:39                         tester: pdump-tx.pcap  scapy_ARP_rx_4.pcap  scapy_ARP_tx_4.pcap  scapy_IP_RAW_rx_6.pcap  scapy_IP_RAW_tx_6.pcap  scapy_IPv6_SCTP_rx_9.pcap  scapy_IPv6_SCTP_tx_9.pcap  scapy_IPv6_TCP_rx_7.pcap  scapy_IPv6_TCP_tx_7.pcap  scapy_IPv6_UDP_rx_8.pcap  scapy_IPv6_UDP_tx_8.pcap  scapy_LLDP_rx_5.pcap  scapy_LLDP_tx_5.pcap  scapy_SCTP_rx_2.pcap  scapy_SCTP_tx_2.pcap  scapy_TCP_rx_0.pcap  scapy_TCP_tx_0.pcap  scapy_TIMESYNC_rx_3.pcap  scapy_TIMESYNC_tx_3.pcap  scapy_UDP_rx_1.pcap  scapy_UDP_tx_1.pcap  scapy_VLAN_UDP_rx_10.pcap  scapy_VLAN_UDP_tx_10.pcap
03/11/2020 05:19:39                         tester: echo $?
03/11/2020 05:19:39                         tester: 0
03/11/2020 05:19:39             dut.10.240.183.189: sed -i -e 's/CONFIG_RTE_LIBRTE_PMD_PCAP=n$/CONFIG_RTE_LIBRTE_PMD_PCAP=y/' /root/dpdk/config/common_base
03/11/2020 05:19:39             dut.10.240.183.189: sed: can't read /root/dpdk/config/common_base: No such file or directory
03/11/2020 05:19:39             dut.10.240.183.189: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
03/11/2020 05:19:39             dut.10.240.183.189: sed: can't read config/common_base: No such file or directory
03/11/2020 05:19:39             dut.10.240.183.189: rm -rf x86_64-native-linuxapp-gcc
03/11/2020 05:19:39             dut.10.240.183.189: 
03/11/2020 05:19:39             dut.10.240.183.189: CC=gcc meson --werror -Denable_kmods=True  -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
03/11/2020 05:19:46             dut.10.240.183.189: The Meson build system
Version: 0.54.3
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 20.11.0-rc1
Using 'CC' from environment with value: 'gcc'
Using 'CC' from environment with value: 'gcc'
C compiler for the host machine: gcc (gcc 8.3.1 "gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)")
C linker for the host machine: gcc ld.bfd 2.30-73
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES (/usr/bin/pkg-config)
Program gen-pmdinfo-cfile.sh found: YES (/root/dpdk/buildtools/gen-pmdinfo-cfile.sh)
Program list-dir-globs.py found: YES (/root/dpdk/buildtools/list-dir-globs.py)
Program check-symbols.sh found: YES (/root/dpdk/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/root/dpdk/buildtools/options-ibverbs-static.sh)
Program binutils-avx512-check.sh found: YES (/root/dpdk/buildtools/binutils-avx512-check.sh)
Program python3 found: YES (/usr/bin/python3.6)
Program cat found: YES (/usr/bin/cat)
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES 
Library libfdt found: NO
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency libpcap found: NO (tried pkgconfig)
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:228: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
Compiler for C supports arguments -Wcast-qual: YES 
Compiler for C supports arguments -Wdeprecated: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: NO 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Compiler for C supports arguments -mno-avx512f: YES 
config/x86/meson.build:9: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512BW__" :  
Fetching value of define "__AVX512CD__" :  
Fetching value of define "__AVX512DQ__" :  
Fetching value of define "__AVX512F__" :  
Fetching value of define "__AVX512VL__" :  
Fetching value of define "__PCLMUL__" : 1 
Fetching value of define "__RDRND__" : 1 
Fetching value of define "__RDSEED__" : 1 
Fetching value of define "__VPCLMULQDQ__" :  
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 
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"
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Message: lib/librte_net: Defining dependency "net"
Message: lib/librte_meter: Defining dependency "meter"
Message: lib/librte_ethdev: Defining dependency "ethdev"
Message: lib/librte_pci: Defining dependency "pci"
Message: lib/librte_cmdline: Defining dependency "cmdline"
Run-time dependency jansson found: YES 2.11
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
Fetching value of define "__AVX2__" : 1 (cached)
Message: lib/librte_acl: Defining dependency "acl"
Message: lib/librte_bbdev: Defining dependency "bbdev"
Message: lib/librte_bitratestats: Defining dependency "bitratestats"
Message: lib/librte_cfgfile: Defining dependency "cfgfile"
Message: lib/librte_compressdev: Defining dependency "compressdev"
Message: lib/librte_cryptodev: Defining dependency "cryptodev"
Message: lib/librte_distributor: Defining dependency "distributor"
Message: lib/librte_efd: Defining dependency "efd"
Message: lib/librte_eventdev: Defining dependency "eventdev"
Message: lib/librte_gro: Defining dependency "gro"
Message: lib/librte_gso: Defining dependency "gso"
Message: lib/librte_ip_frag: Defining dependency "ip_frag"
Message: lib/librte_jobstats: Defining dependency "jobstats"
Message: lib/librte_kni: Defining dependency "kni"
Message: lib/librte_latencystats: Defining dependency "latencystats"
Message: lib/librte_lpm: Defining dependency "lpm"
Message: lib/librte_member: Defining dependency "member"
Message: lib/librte_power: Defining dependency "power"
Message: lib/librte_pdump: Defining dependency "pdump"
Message: lib/librte_rawdev: Defining dependency "rawdev"
Message: lib/librte_regexdev: Defining dependency "regexdev"
Message: lib/librte_rib: Defining dependency "rib"
Message: lib/librte_reorder: Defining dependency "reorder"
Message: lib/librte_sched: Defining dependency "sched"
Message: lib/librte_security: Defining dependency "security"
Message: lib/librte_stack: Defining dependency "stack"
Has header "linux/userfaultfd.h" : YES 
Message: lib/librte_vhost: Defining dependency "vhost"
Message: lib/librte_ipsec: Defining dependency "ipsec"
Message: lib/librte_fib: Defining dependency "fib"
Message: lib/librte_port: Defining dependency "port"
Message: lib/librte_table: Defining dependency "table"
Message: lib/librte_pipeline: Defining dependency "pipeline"
Message: lib/librte_flow_classify: Defining dependency "flow_classify"
Run-time dependency libelf found: YES 0.178
Message: lib/librte_bpf: Defining dependency "bpf"
Message: lib/librte_graph: Defining dependency "graph"
Message: lib/librte_node: Defining dependency "node"
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: drivers/common/cpt: Defining dependency "common_cpt"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES 
Message: drivers/common/iavf: Defining dependency "common_iavf"
Library libmusdk found: NO
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/common/octeontx2: Defining dependency "common_octeontx2"
Compiler for C supports arguments -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/common/sfc_efx: Defining dependency "common_sfc_efx"
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
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/common/qat: Defining dependency "common_qat"
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 "net_af_packet"
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Library bpf found: NO
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Message: drivers/net/bonding: Defining dependency "net_bond"
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_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 "net_e1000"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_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 "net_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 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/hns3: Defining dependency "net_hns3"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/iavf: Defining dependency "net_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 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/igc: Defining dependency "net_igc"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Message: drivers/net/kni: Defining dependency "net_kni"
Message: drivers/net/liquidio: Defining dependency "net_liquidio"
Message: drivers/net/memif: Defining dependency "net_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 "net_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig and cmake)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeontx2: Defining dependency "net_octeontx2"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/pfe: Defining dependency "net_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 "net_qede"
Message: drivers/net/ring: Defining dependency "net_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 
Message: drivers/net/sfc: Defining dependency "net_sfc"
Message: drivers/net/softnic: Defining dependency "net_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 "net_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 "net_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 "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Message: drivers/net/virtio: Defining dependency "net_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 "net_vmxnet3"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "raw_dpaa2_cmdif"
Message: drivers/raw/dpaa2_qdma: Defining dependency "raw_dpaa2_qdma"
Message: drivers/raw/ioat: Defining dependency "raw_ioat"
Message: drivers/raw/ntb: Defining dependency "raw_ntb"
Message: drivers/raw/octeontx2_dma: Defining dependency "raw_octeontx2_dma"
Message: drivers/raw/octeontx2_ep: Defining dependency "raw_octeontx2_ep"
Message: drivers/raw/skeleton: Defining dependency "raw_skeleton"
Library IPSec_MB found: NO
Library IPSec_MB found: NO
Message: drivers/crypto/bcmfs: Defining dependency "crypto_bcmfs"
Message: drivers/crypto/caam_jr: Defining dependency "crypto_caam_jr"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/dpaa_sec: Defining dependency "crypto_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "crypto_dpaa2_sec"
Library IPSec_MB found: NO
Library libmusdk found: NO
Message: drivers/crypto/nitrox: Defining dependency "crypto_nitrox"
Message: drivers/crypto/null: Defining dependency "crypto_null"
Message: drivers/crypto/octeontx: Defining dependency "crypto_octeontx"
Message: drivers/crypto/octeontx2: Defining dependency "crypto_octeontx2"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/scheduler: Defining dependency "crypto_scheduler"
Library IPSec_MB found: NO
Message: drivers/crypto/virtio: Defining dependency "crypto_virtio"
Library IPSec_MB found: NO
Run-time dependency libisal found: NO (tried pkgconfig and cmake)
Message: drivers/compress/octeontx: Defining dependency "compress_octeontx"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "compress_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"
Library librxp_compiler found: NO
Message: drivers/regex/octeontx2: Defining dependency "regex_octeontx2_regex"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_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 "event_dpaa"
Message: drivers/event/dpaa2: Defining dependency "event_dpaa2"
Message: drivers/event/octeontx2: Defining dependency "event_octeontx2"
Message: drivers/event/opdl: Defining dependency "event_opdl"
Message: drivers/event/skeleton: Defining dependency "event_skeleton"
Message: drivers/event/sw: Defining dependency "event_sw"
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/event/dsw: Defining dependency "event_dsw"
Message: drivers/event/octeontx: Defining dependency "event_octeontx"
Message: drivers/baseband/null: Defining dependency "baseband_null"
Library libturbo found: NO
Library libldpc_decoder_5gnr found: NO
Message: drivers/baseband/turbo_sw: Defining dependency "baseband_turbo_sw"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "baseband_fpga_lte_fec"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "baseband_fpga_5gnr_fec"
Message: drivers/baseband/acc100: Defining dependency "baseband_acc100"
Library execinfo found: NO
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Message: hugepage availability: true
Program get-coremask.sh found: YES (/root/dpdk/app/test/get-coremask.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Configuring rte_build_config.h using configuration
Message: 
=================
Libraries Enabled
=================

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

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

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

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

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

Build targets in project: 973

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
03/11/2020 05:19:46             dut.10.240.183.189: ninja -C x86_64-native-linuxapp-gcc -j 86
03/11/2020 05:20:29             dut.10.240.183.189: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[1/2387] Generating rte_kvargs_def with a custom command
[2/2387] Generating rte_kvargs_mingw with a custom command
[3/2387] Generating rte_telemetry_mingw with a custom command
[4/2387] Generating rte_telemetry_def with a custom command
[5/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_hypervisor.c.o'
[6/2387] Generating rte_ring_def with a custom command
[7/2387] Generating rte_eal_mingw with a custom command
[8/2387] Generating rte_rcu_mingw with a custom command
[9/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_cpuflags.c.o'
[10/2387] Generating rte_eal_def with a custom command
[11/2387] Generating rte_ring_mingw with a custom command
[12/2387] Generating rte_mempool_mingw with a custom command
[13/2387] Generating rte_rcu_def with a custom command
[14/2387] Generating rte_mempool_def with a custom command
[15/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_errno.c.o'
[16/2387] Generating rte_mbuf_def with a custom command
[17/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_spinlock.c.o'
[18/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_debug.c.o'
[19/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_class.c.o'
[20/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_hypervisor.c.o'
[21/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_string_fns.c.o'
[22/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_debug.c.o'
[23/2387] Generating rte_mbuf_mingw with a custom command
[24/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_cpuflags.c.o'
[25/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_hexdump.c.o'
[26/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_reciprocal.c.o'
[27/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_unix_timer.c.o'
[28/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_cpuflags.c.o'
[29/2387] Generating rte_net_def with a custom command
[30/2387] Generating rte_net_mingw with a custom command
[31/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_config.c.o'
[32/2387] Generating rte_meter_def with a custom command
[33/2387] Generating rte_meter_mingw with a custom command
[34/2387] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/librte_kvargs_rte_kvargs.c.o'
[35/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_log.c.o'
[36/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_uuid.c.o'
[37/2387] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry_data.c.o'
[38/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_launch.c.o'
[39/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_vfio_mp_sync.c.o'
[40/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_file.c.o'
[41/2387] Linking static target lib/librte_kvargs.a
[42/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_lcore.c.o'
[43/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_timer.c.o'
[44/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_keepalive.c.o'
[45/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_timer.c.o'
[46/2387] Generating rte_ethdev_def with a custom command
[47/2387] Generating rte_ethdev_mingw with a custom command
[48/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_x86_rte_cycles.c.o'
[49/2387] Generating rte_pci_mingw with a custom command
[50/2387] Generating rte_pci_def with a custom command
[51/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_unix_eal_unix_memory.c.o'
[52/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_tailqs.c.o'
[53/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_mcfg.c.o'
[54/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_bus.c.o'
[55/2387] Generating rte_cmdline_mingw with a custom command
[56/2387] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry_legacy.c.o'
[57/2387] Generating rte_cmdline_def with a custom command
[58/2387] Generating rte_metrics_def with a custom command
[59/2387] Generating rte_metrics_mingw with a custom command
[60/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_thread.c.o'
[61/2387] Generating rte_hash_def with a custom command
[62/2387] Generating rte_hash_mingw with a custom command
[63/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_thread.c.o'
[64/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memalloc.c.o'
[65/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_log.c.o'
[66/2387] Generating rte_timer_def with a custom command
[67/2387] Generating rte_timer_mingw with a custom command
[68/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_socket.c.o'
[69/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_hotplug_mp.c.o'
[70/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_devargs.c.o'
[71/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_points.c.o'
[72/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_ctf.c.o'
[73/2387] Compiling C object 'lib/76b5a35@@rte_ring@sta/librte_ring_rte_ring.c.o'
[74/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_dev.c.o'
[75/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_ipaddr.c.o'
[76/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_os_unix.c.o'
[77/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_alarm.c.o'
[78/2387] Linking static target lib/librte_ring.a
[79/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_vt100.c.o'
[80/2387] Generating rte_acl_mingw with a custom command
[81/2387] Generating rte_acl_def with a custom command
[82/2387] Compiling C object 'lib/76b5a35@@rte_meter@sta/librte_meter_rte_meter.c.o'
[83/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_portlist.c.o'
[84/2387] Generating rte_bbdev_def with a custom command
[85/2387] Compiling C object 'buildtools/pmdinfogen/7ea0a9a@@pmdinfogen@exe/pmdinfogen.c.o'
[86/2387] Compiling C object 'lib/76b5a35@@rte_pci@sta/librte_pci_rte_pci.c.o'
[87/2387] Generating rte_bbdev_mingw with a custom command
[88/2387] Generating rte_bitratestats_def with a custom command
[89/2387] Generating rte_bitratestats_mingw with a custom command
[90/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace_utils.c.o'
[91/2387] Linking static target lib/librte_meter.a
[92/2387] Linking static target lib/librte_pci.a
[93/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_lcore.c.o'
[94/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_trace.c.o'
[95/2387] Generating rte_cfgfile_def with a custom command
[96/2387] Generating rte_cfgfile_mingw with a custom command
[97/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_dev.c.o'
[98/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memzone.c.o'
[99/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_string.c.o'
[100/2387] Generating rte_compressdev_mingw with a custom command
[101/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_dynmem.c.o'
[102/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline.c.o'
[103/2387] Generating rte_compressdev_def with a custom command
[104/2387] Linking target buildtools/pmdinfogen/pmdinfogen
[105/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_mp.c.o'
[106/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_elem.c.o'
[107/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_hugepage_info.c.o'
[108/2387] Generating rte_cryptodev_mingw with a custom command
[109/2387] Generating rte_cryptodev_def with a custom command
[110/2387] Generating rte_distributor_mingw with a custom command
[111/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_cirbuf.c.o'
[112/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_num.c.o'
[113/2387] Generating rte_distributor_def with a custom command
[114/2387] Generating rte_efd_def with a custom command
[115/2387] Compiling C object 'lib/76b5a35@@rte_hash@sta/librte_hash_rte_fbk_hash.c.o'
[116/2387] Generating rte_efd_mingw with a custom command
[117/2387] Compiling C object 'lib/76b5a35@@rte_metrics@sta/librte_metrics_rte_metrics.c.o'
[118/2387] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/librte_telemetry_telemetry.c.o'
[119/2387] Linking static target lib/librte_telemetry.a
[120/2387] Generating rte_eventdev_def with a custom command
[121/2387] Generating rte_eventdev_mingw with a custom command
[122/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_memory.c.o'
[123/2387] Generating rte_gro_mingw with a custom command
[124/2387] Generating rte_gro_def with a custom command
[125/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse.c.o'
[126/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_ring.c.o'
[127/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_rdline.c.o'
[128/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_service.c.o'
[129/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_proc.c.o'
[130/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal.c.o'
[131/2387] Generating rte_gso_def with a custom command
[132/2387] Generating rte_gso_mingw with a custom command
[133/2387] Generating rte_jobstats_def with a custom command
[134/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_ptype.c.o'
[135/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_pool_ops.c.o'
[136/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_random.c.o'
[137/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool_ops_default.c.o'
[138/2387] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_rte_cryptodev_pmd.c.o'
[139/2387] Compiling C object 'lib/76b5a35@@rte_cfgfile@sta/librte_cfgfile_rte_cfgfile.c.o'
[140/2387] Linking static target lib/librte_cfgfile.a
[141/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_net_crc_sse.c.o'
[142/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_net_crc.c.o'
[143/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_eventdev_trace_points.c.o'
[144/2387] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/librte_cmdline_cmdline_parse_etheraddr.c.o'
[145/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_interrupts.c.o'
[146/2387] Generating rte_jobstats_mingw with a custom command
[147/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_memalloc.c.o'
[148/2387] Linking static target lib/librte_cmdline.a
[149/2387] Generating rte_ip_frag_mingw with a custom command
[150/2387] Generating rte_ip_frag_def with a custom command
[151/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_mempool_trace_points.c.o'
[152/2387] Generating rte_kni_def with a custom command
[153/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_profile.c.o'
[154/2387] Generating rte_kni_mingw with a custom command
[155/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_private.c.o'
[156/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool_ops.c.o'
[157/2387] Generating rte_latencystats_def with a custom command
[158/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_fbarray.c.o'
[159/2387] Generating rte_latencystats_mingw with a custom command
[160/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_ether.c.o'
[161/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_ethdev_trace_points.c.o'
[162/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_memory.c.o'
[163/2387] Generating rte_lpm_def with a custom command
[164/2387] Generating rte_lpm_mingw with a custom command
[165/2387] Generating rte_member_def with a custom command
[166/2387] Generating rte_member_mingw with a custom command
[167/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_tb_mem.c.o'
[168/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_class_eth.c.o'
[169/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_arp.c.o'
[170/2387] Generating rte_power_def with a custom command
[171/2387] Compiling C object 'lib/76b5a35@@rte_net@sta/librte_net_rte_net.c.o'
[172/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_common.c.o'
[173/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf_dyn.c.o'
[174/2387] Generating rte_power_mingw with a custom command
[175/2387] Linking static target lib/librte_net.a
[176/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_mtr.c.o'
[177/2387] Compiling C object 'lib/76b5a35@@rte_timer@sta/librte_timer_rte_timer.c.o'
[178/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_rte_acl.c.o'
[179/2387] Linking static target lib/librte_timer.a
[180/2387] Generating rte_pdump_mingw with a custom command
[181/2387] Generating rte_pdump_def with a custom command
[182/2387] Generating rte_rawdev_def with a custom command
[183/2387] Generating rte_rawdev_mingw with a custom command
[184/2387] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_compressdev_pmd.c.o'
[185/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_kvm_vm.c.o'
[186/2387] Generating rte_regexdev_def with a custom command
[187/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_rte_power.c.o'
[188/2387] Compiling C object 'lib/76b5a35@@rte_bitratestats@sta/librte_bitratestats_rte_bitrate.c.o'
[189/2387] Generating rte_regexdev_mingw with a custom command
[190/2387] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor_match_sse.c.o'
[191/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_load.c.o'
[192/2387] Generating rte_rib_def with a custom command
[193/2387] Linking static target lib/librte_bitratestats.a
[194/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_guest_channel.c.o'
[195/2387] Generating rte_rib_mingw with a custom command
[196/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_rte_malloc.c.o'
[197/2387] Generating rte_reorder_def with a custom command
[198/2387] Generating rte_reorder_mingw with a custom command
[199/2387] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_cryptodev_trace_points.c.o'
[200/2387] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member.c.o'
[201/2387] Generating rte_sched_def with a custom command
[202/2387] Generating rte_sched_mingw with a custom command
[203/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_swx_pipeline_spec.c.o'
[204/2387] Generating rte_security_def with a custom command
[205/2387] Generating rte_security_mingw with a custom command
[206/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_linux_eal_vfio.c.o'
[207/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_tm.c.o'
[208/2387] Generating rte_stack_def with a custom command
[209/2387] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_comp.c.o'
[210/2387] Generating rte_stack_mingw with a custom command
[211/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_heap.c.o'
[212/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_gen.c.o'
[213/2387] Compiling C object 'lib/76b5a35@@rte_metrics@sta/librte_metrics_rte_metrics_telemetry.c.o'
[214/2387] Linking static target lib/librte_metrics.a
[215/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_swx_ctl.c.o'
[216/2387] Generating kvargs.sym_chk with a meson_exe.py custom command
[217/2387] Generating rte_vhost_def with a custom command
[218/2387] Generating rte_vhost_mingw with a custom command
[219/2387] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack_std.c.o'
[220/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_udp4.c.o'
[221/2387] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_red.c.o'
[222/2387] Compiling C object 'lib/76b5a35@@rte_rcu@sta/librte_rcu_rte_rcu_qsbr.c.o'
[223/2387] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_approx.c.o'
[224/2387] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack_lf.c.o'
[225/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_rte_power_empty_poll.c.o'
[226/2387] Linking static target lib/librte_rcu.a
[227/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_tcp4.c.o'
[228/2387] Linking target lib/librte_kvargs.so.21.0
[229/2387] Generating rte_ipsec_def with a custom command
[230/2387] Compiling C object 'lib/76b5a35@@rte_stack@sta/librte_stack_rte_stack.c.o'
[231/2387] Generating rte_ipsec_mingw with a custom command
[232/2387] Linking static target lib/librte_stack.a
[233/2387] Compiling C object 'lib/76b5a35@@rte_mempool@sta/librte_mempool_rte_mempool.c.o'
[234/2387] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor_single.c.o'
[235/2387] Linking static target lib/librte_mempool.a
[236/2387] Generating ring.sym_chk with a meson_exe.py custom command
[237/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_tunnel_tcp4.c.o'
[238/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_rte_gso.c.o'
[239/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_scalar.c.o'
[240/2387] Generating rte_fib_def with a custom command
[241/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_tcp4.c.o'
[242/2387] Generating pci.sym_chk with a meson_exe.py custom command
[243/2387] Generating rte_fib_mingw with a custom command
[244/2387] Compiling C object 'lib/76b5a35@@rte_compressdev@sta/librte_compressdev_rte_compressdev.c.o'
[245/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv4_reassembly.c.o'
[246/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_rte_gro.c.o'
[247/2387] Linking static target lib/librte_compressdev.a
[248/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_fd_man.c.o'
[249/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_vxlan_udp4.c.o'
[250/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_udp4.c.o'
[251/2387] Generating meter.sym_chk with a meson_exe.py custom command
[252/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_exec.c.o'
[253/2387] Compiling C object 'lib/76b5a35@@rte_jobstats@sta/librte_jobstats_rte_jobstats.c.o'
[254/2387] Generating rte_port_def with a custom command
[255/2387] Generating rte_port_mingw with a custom command
[256/2387] Linking static target lib/librte_jobstats.a
[257/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv6_reassembly.c.o'
[258/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_rte_fib.c.o'
[259/2387] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member_vbf.c.o'
[260/2387] Compiling C object 'lib/76b5a35@@rte_gro@sta/librte_gro_gro_vxlan_tcp4.c.o'
[261/2387] Compiling C object 'lib/76b5a35@@rte_bbdev@sta/librte_bbdev_rte_bbdev.c.o'
[262/2387] Linking static target lib/librte_gro.a
[263/2387] Linking static target lib/librte_bbdev.a
[264/2387] Compiling C object 'lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_options.c.o'
[265/2387] Compiling C object 'lib/76b5a35@@rte_gso@sta/librte_gso_gso_common.c.o'
[266/2387] Linking static target lib/librte_eal.a
[267/2387] Linking static target lib/librte_gso.a
[268/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ip_frag_common.c.o'
[269/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv6_fragmentation.c.o'
[270/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_pipeline.c.o'
[271/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_ip_frag_internal.c.o'
[272/2387] Compiling C object 'lib/76b5a35@@rte_latencystats@sta/librte_latencystats_rte_latencystats.c.o'
[273/2387] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/librte_ip_frag_rte_ipv4_fragmentation.c.o'
[274/2387] Linking static target lib/librte_latencystats.a
[275/2387] Generating cfgfile.sym_chk with a meson_exe.py custom command
[276/2387] Linking static target lib/librte_ip_frag.a
[277/2387] Generating telemetry.sym_chk with a meson_exe.py custom command
[278/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_flow.c.o'
[279/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_acpi_cpufreq.c.o'
[280/2387] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/librte_mbuf_rte_mbuf.c.o'
[281/2387] Generating cmdline.sym_chk with a meson_exe.py custom command
[282/2387] Linking static target lib/librte_mbuf.a
[283/2387] Linking target lib/librte_telemetry.so.21.0
[284/2387] Generating rte_table_def with a custom command
[285/2387] Generating rte_table_mingw with a custom command
[286/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_timer_adapter.c.o'
[287/2387] Compiling C object 'lib/76b5a35@@rte_security@sta/librte_security_rte_security.c.o'
[288/2387] Compiling C object 'lib/76b5a35@@rte_lpm@sta/librte_lpm_rte_lpm.c.o'
[289/2387] Linking static target lib/librte_security.a
[290/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_ses.c.o'
[291/2387] Compiling C object 'lib/76b5a35@@rte_regexdev@sta/librte_regexdev_rte_regexdev.c.o'
[292/2387] Linking static target lib/librte_regexdev.a
[293/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_ll.c.o'
[294/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_rte_fib6.c.o'
[295/2387] Compiling C object 'lib/76b5a35@@rte_kni@sta/librte_kni_rte_kni.c.o'
[296/2387] Compiling C object 'lib/76b5a35@@rte_rib@sta/librte_rib_rte_rib.c.o'
[297/2387] Compiling C object 'lib/76b5a35@@rte_rawdev@sta/librte_rawdev_rte_rawdev.c.o'
[298/2387] Generating timer.sym_chk with a meson_exe.py custom command
[299/2387] Compiling C object 'lib/76b5a35@@rte_power@sta/librte_power_power_pstate_cpufreq.c.o'
[300/2387] Generating net.sym_chk with a meson_exe.py custom command
[301/2387] Linking static target lib/librte_kni.a
[302/2387] Linking static target lib/librte_rawdev.a
[303/2387] Generating rte_pipeline_mingw with a custom command
[304/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vdpa.c.o'
[305/2387] Compiling C object 'lib/76b5a35@@rte_reorder@sta/librte_reorder_rte_reorder.c.o'
[306/2387] Linking static target lib/librte_power.a
[307/2387] Compiling C object 'lib/76b5a35@@rte_distributor@sta/librte_distributor_rte_distributor.c.o'
[308/2387] Generating rte_pipeline_def with a custom command
[309/2387] Linking static target lib/librte_reorder.a
[310/2387] Compiling C object 'lib/76b5a35@@rte_efd@sta/librte_efd_rte_efd.c.o'
[311/2387] Linking static target lib/librte_distributor.a
[312/2387] Linking static target lib/librte_efd.a
[313/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_eth_tx_adapter.c.o'
[314/2387] Generating bitratestats.sym_chk with a meson_exe.py custom command
[315/2387] Generating rte_flow_classify_mingw with a custom command
[316/2387] Generating rte_flow_classify_def with a custom command
[317/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device.c.o'
[318/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_bld.c.o'
[319/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sched.c.o'
[320/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_sa.c.o'
[321/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_util.c.o'
[322/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_iotlb.c.o'
[323/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_lpm_ipv6.c.o'
[324/2387] Generating rte_bpf_def with a custom command
[325/2387] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.21.0.symbols'
[326/2387] Generating rte_bpf_mingw with a custom command
[327/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tbl.c.o'
[328/2387] Compiling C object 'lib/76b5a35@@rte_lpm@sta/librte_lpm_rte_lpm6.c.o'
[329/2387] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/librte_cryptodev_rte_cryptodev.c.o'
[330/2387] Linking static target lib/librte_lpm.a
[331/2387] Linking static target lib/librte_cryptodev.a
[332/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_lpm.c.o'
[333/2387] Generating stack.sym_chk with a meson_exe.py custom command
[334/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_cuckoo.c.o'
[335/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'
[336/2387] Generating mempool.sym_chk with a meson_exe.py custom command
[337/2387] Generating rcu.sym_chk with a meson_exe.py custom command
[338/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_socket.c.o'
[339/2387] Generating rte_graph_def with a custom command
[340/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_swx_port_ethdev.c.o'
[341/2387] Generating rte_graph_mingw with a custom command
[342/2387] Generating metrics.sym_chk with a meson_exe.py custom command
[343/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_eventdev.c.o'
[344/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_frag.c.o'
[345/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_null.c.o'
[346/2387] Compiling C object 'lib/76b5a35@@rte_rib@sta/librte_rib_rte_rib6.c.o'
[347/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_stub.c.o'
[348/2387] Generating rte_node_def with a custom command
[349/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ras.c.o'
[350/2387] Linking static target lib/librte_rib.a
[351/2387] Generating rte_node_mingw with a custom command
[352/2387] Compiling C object 'lib/76b5a35@@rte_pdump@sta/librte_pdump_rte_pdump.c.o'
[353/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_kni.c.o'
[354/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_acl.c.o'
[355/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_tbl.c.o'
[356/2387] Linking static target lib/librte_pdump.a
[357/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o'
[358/2387] Generating rte_common_cpt_mingw with a custom command
[359/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sym_crypto.c.o'
[360/2387] Generating rte_common_cpt_def with a custom command
[361/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_ipsec_sad.c.o'
[362/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_tcam.c.o'
[363/2387] Generating rte_common_dpaax_mingw with a custom command
[364/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam.c.o'
[365/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_fd.c.o'
[366/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_array.c.o'
[367/2387] Generating jobstats.sym_chk with a meson_exe.py custom command
[368/2387] Generating rte_common_dpaax_def with a custom command
[369/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_swx_port_source_sink.c.o'
[370/2387] Generating gro.sym_chk with a meson_exe.py custom command
[371/2387] Generating rte_common_iavf_mingw with a custom command
[372/2387] Generating rte_common_iavf_def with a custom command
[373/2387] Generating rte_common_octeontx_def with a custom command
[374/2387] Generating rte_common_octeontx_mingw with a custom command
[375/2387] Generating rte_common_octeontx2_mingw with a custom command
[376/2387] Generating rte_common_octeontx2_def with a custom command
[377/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_eventdev.c.o'
[378/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ethdev.c.o'
[379/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_caamflib.c.o'
[380/2387] Generating gso.sym_chk with a meson_exe.py custom command
[381/2387] Generating latencystats.sym_chk with a meson_exe.py custom command
[382/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_source_sink.c.o'
[383/2387] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o'
[384/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf.c.o'
[385/2387] Linking static target lib/librte_fib.a
[386/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_sse.c.o'
[387/2387] Generating ip_frag.sym_chk with a meson_exe.py custom command
[388/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx@sta/common_octeontx_octeontx_mbox.c.o'
[389/2387] Linking static target drivers/libtmp_rte_common_octeontx.a
[390/2387] Generating rte_common_octeontx.pmd.c with a custom command
[391/2387] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.21.0.symbols'
[392/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_port_in_action.c.o'
[393/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_irq.c.o'
[394/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx@sta/meson-generated_.._rte_common_octeontx.pmd.c.o'
[395/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx@sha/meson-generated_.._rte_common_octeontx.pmd.c.o'
[396/2387] Linking static target drivers/librte_common_octeontx.a
[397/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o'
[398/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key8.c.o'
[399/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost.c.o'
[400/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaa_of.c.o'
[401/2387] Linking static target drivers/libtmp_rte_common_dpaax.a
[402/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_debug.c.o'
[403/2387] Generating rte_common_dpaax.pmd.c with a custom command
[404/2387] Compiling C object 'drivers/a715181@@rte_common_dpaax@sta/meson-generated_.._rte_common_dpaax.pmd.c.o'
[405/2387] Generating security.sym_chk with a meson_exe.py custom command
[406/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_ops.c.o'
[407/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_log.c.o'
[408/2387] Linking static target drivers/librte_common_dpaax.a
[409/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_load_elf.c.o'
[410/2387] Compiling C object 'lib/76b5a35@@rte_flow_classify@sta/librte_flow_classify_rte_flow_classify.c.o'
[411/2387] Compiling C object 'lib/76b5a35@@rte_flow_classify@sta/librte_flow_classify_rte_flow_classify_parse.c.o'
[412/2387] Compiling C object 'lib/76b5a35@@rte_member@sta/librte_member_rte_member_ht.c.o'
[413/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_swx_table_em.c.o'
[414/2387] Linking static target lib/librte_member.a
[415/2387] Linking static target lib/librte_flow_classify.a
[416/2387] Compiling C object 'drivers/a715181@@rte_common_dpaax@sha/meson-generated_.._rte_common_dpaax.pmd.c.o'
[417/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_pkt_drop.c.o'
[418/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_crypto_adapter.c.o'
[419/2387] Generating mbuf.sym_chk with a meson_exe.py custom command
[420/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_populate.c.o'
[421/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_node.c.o'
[422/2387] Generating bbdev.sym_chk with a meson_exe.py custom command
[423/2387] Generating compressdev.sym_chk with a meson_exe.py custom command
[424/2387] Generating distributor.sym_chk with a meson_exe.py custom command
[425/2387] Generating rawdev.sym_chk with a meson_exe.py custom command
[426/2387] Generating reorder.sym_chk with a meson_exe.py custom command
[427/2387] Generating kni.sym_chk with a meson_exe.py custom command
[428/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_ctrl.c.o'
[429/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_cpt@sta/common_cpt_cpt_pmd_ops_helper.c.o'
[430/2387] Generating efd.sym_chk with a meson_exe.py custom command
[431/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key16.c.o'
[432/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_ext.c.o'
[433/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_cpt@sta/common_cpt_cpt_fpm_tables.c.o'
[434/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_tx.c.o'
[435/2387] Linking static target drivers/libtmp_rte_common_cpt.a
[436/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_impl.c.o'
[437/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph.c.o'
[438/2387] Generating rte_common_cpt.pmd.c with a custom command
[439/2387] Compiling C object 'lib/76b5a35@@rte_graph@sta/librte_graph_graph_stats.c.o'
[440/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ethdev_rx.c.o'
[441/2387] Compiling C object 'drivers/a715181@@rte_common_cpt@sta/meson-generated_.._rte_common_cpt.pmd.c.o'
[442/2387] Linking static target lib/librte_graph.a
[443/2387] Linking static target drivers/librte_common_cpt.a
[444/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost_user.c.o'
[445/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_bootcfg.c.o'
[446/2387] Generating power.sym_chk with a meson_exe.py custom command
[447/2387] Compiling C object 'drivers/a715181@@rte_common_cpt@sha/meson-generated_.._rte_common_cpt.pmd.c.o'
[448/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_esp_outb.c.o'
[449/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_crc32.c.o'
[450/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_key32.c.o'
[451/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_sec_idev.c.o'
[452/2387] Generating lpm.sym_chk with a meson_exe.py custom command
[453/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_lic.c.o'
[454/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_common.c.o'
[455/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_hash.c.o'
[456/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_common.c.o'
[457/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_intr.c.o'
[458/2387] Generating regexdev.sym_chk with a meson_exe.py custom command
[459/2387] Compiling C object 'lib/76b5a35@@rte_table@sta/librte_table_rte_table_hash_lru.c.o'
[460/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mon.c.o'
[461/2387] Linking static target lib/librte_table.a
[462/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_pkt.c.o'
[463/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_evb.c.o'
[464/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_sfc_efx@sta/common_sfc_efx_sfc_efx.c.o'
[465/2387] Generating rte_common_sfc_efx_mingw with a custom command
[466/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_ev.c.o'
[467/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_filter.c.o'
[468/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_nvram.c.o'
[469/2387] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/librte_ipsec_esp_inb.c.o'
[470/2387] Linking static target lib/librte_ipsec.a
[471/2387] Generating rte_common_sfc_efx_def with a custom command
[472/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_proxy.c.o'
[473/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_pkt_cls.c.o'
[474/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mac.c.o'
[475/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_phy.c.o'
[476/2387] Generating pdump.sym_chk with a meson_exe.py custom command
[477/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_pci.c.o'
[478/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_port.c.o'
[479/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_mbox.c.o'
[480/2387] Generating rte_bus_dpaa_mingw with a custom command
[481/2387] Generating rte_bus_dpaa_def with a custom command
[482/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_nic.c.o'
[483/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_sram.c.o'
[484/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_mcdi.c.o'
[485/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_mac.c.o'
[486/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_vpd.c.o'
[487/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/mcdi_mon.c.o'
[488/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_nic.c.o'
[489/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_adminq.c.o'
[490/2387] Generating rte_bus_ifpga_mingw with a custom command
[491/2387] Linking static target drivers/libtmp_rte_common_iavf.a
[492/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_validate.c.o'
[493/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_phy.c.o'
[494/2387] Generating rte_common_iavf.pmd.c with a custom command
[495/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_vpd.c.o'
[496/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_sram.c.o'
[497/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx2@sta/common_octeontx2_otx2_dev.c.o'
[498/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_nvram.c.o'
[499/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_image.c.o'
[500/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpbp.c.o'
[501/2387] Generating rte_bus_fslmc_mingw with a custom command
[502/2387] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'
[503/2387] Compiling C object 'lib/76b5a35@@rte_acl@sta/librte_acl_acl_run_avx2.c.o'
[504/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_tx.c.o'
[505/2387] Generating rte_bus_fslmc_def with a custom command
[506/2387] Linking static target drivers/libtmp_rte_common_octeontx2.a
[507/2387] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'
[508/2387] Linking static target drivers/librte_common_iavf.a
[509/2387] Linking static target lib/librte_acl.a
[510/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpmng.c.o'
[511/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_intr.c.o'
[512/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpci.c.o'
[513/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpcon.c.o'
[514/2387] Generating rte_common_octeontx2.pmd.c with a custom command
[515/2387] Generating rte_bus_ifpga_def with a custom command
[516/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_mc_sys.c.o'
[517/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpdmai.c.o'
[518/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_proxy.c.o'
[519/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_nvram.c.o'
[520/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx2@sta/meson-generated_.._rte_common_octeontx2.pmd.c.o'
[521/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_qbman_qbman_debug.c.o'
[522/2387] Generating rte_bus_pci_def with a custom command
[523/2387] Linking static target drivers/librte_common_octeontx2.a
[524/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_mc_dpio.c.o'
[525/2387] Generating rte_bus_pci_mingw with a custom command
[526/2387] Compiling C object 'drivers/a715181@@rte_common_octeontx2@sha/meson-generated_.._rte_common_octeontx2.pmd.c.o'
[527/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_rx.c.o'
[528/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_bman.c.o'
[529/2387] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/librte_eventdev_rte_event_eth_rx_adapter.c.o'
[530/2387] Generating rte_bus_vdev_def with a custom command
[531/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_params.c.o'
[532/2387] Generating rte_bus_vdev_mingw with a custom command
[533/2387] Linking static target lib/librte_eventdev.a
[534/2387] Generating cryptodev.sym_chk with a meson_exe.py custom command
[535/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_evb.c.o'
[536/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_vpd.c.o'
[537/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_mcdi.c.o'
[538/2387] Generating rte_bus_vmbus_mingw with a custom command
[539/2387] Generating rte_bus_vmbus_def with a custom command
[540/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ip4_lookup.c.o'
[541/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vdev@sta/bus_vdev_vdev_params.c.o'
[542/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_tunnel.c.o'
[543/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_ev.c.o'
[544/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_ifpga@sta/bus_ifpga_ifpga_common.c.o'
[545/2387] Generating rte_common_qat_def with a custom command
[546/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/medford2_nic.c.o'
[547/2387] Generating rte_common_qat_mingw with a custom command
[548/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/hunt_nic.c.o'
[549/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'
[550/2387] Generating rte_mempool_bucket_def with a custom command
[551/2387] Generating member.sym_chk with a meson_exe.py custom command
[552/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/medford_nic.c.o'
[553/2387] Generating rte_mempool_dpaa_def with a custom command
[554/2387] Generating rte_mempool_bucket_mingw with a custom command
[555/2387] Generating rte_mempool_dpaa_mingw with a custom command
[556/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_phy.c.o'
[557/2387] Generating rte_common_octeontx.sym_chk with a meson_exe.py custom command
[558/2387] Compiling C object 'lib/76b5a35@@rte_bpf@sta/librte_bpf_bpf_jit_x86.c.o'
[559/2387] Generating rte_mempool_dpaa2_mingw with a custom command
[560/2387] Generating rte_mempool_dpaa2_def with a custom command
[561/2387] Generating rte_mempool_octeontx_def with a custom command
[562/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_ev.c.o'
[563/2387] Generating rte_mempool_octeontx_mingw with a custom command
[564/2387] Linking static target lib/librte_bpf.a
[565/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_common_uio.c.o'
[566/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_intr.c.o'
[567/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_pci.c.o'
[568/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_tx.c.o'
[569/2387] Generating rib.sym_chk with a meson_exe.py custom command
[570/2387] Generating rte_mempool_octeontx2_def with a custom command
[571/2387] Generating fib.sym_chk with a meson_exe.py custom command
[572/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_mac.c.o'
[573/2387] Generating rte_mempool_octeontx2_mingw with a custom command
[574/2387] Compiling C object 'lib/76b5a35@@rte_sched@sta/librte_sched_rte_sched.c.o'
[575/2387] Generating rte_mempool_ring_def with a custom command
[576/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_nic.c.o'
[577/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_tx.c.o'
[578/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_rx.c.o'
[579/2387] Generating rte_mempool_ring_mingw with a custom command
[580/2387] Generating rte_mempool_stack_def with a custom command
[581/2387] Linking static target lib/librte_sched.a
[582/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_common_uio.c.o'
[583/2387] Generating rte_mempool_stack_mingw with a custom command
[584/2387] Generating rte_net_af_packet_def with a custom command
[585/2387] Generating rte_net_af_packet_mingw with a custom command
[586/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_common.c.o'
[587/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_bufring.c.o'
[588/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_ifpga@sta/bus_ifpga_ifpga_bus.c.o'
[589/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_tunnel.c.o'
[590/2387] Linking static target drivers/libtmp_rte_bus_ifpga.a
[591/2387] Generating rte_net_ark_def with a custom command
[592/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'
[593/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'
[594/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_linux_vmbus_bus.c.o'
[595/2387] Generating rte_net_ark_mingw with a custom command
[596/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mcdi.c.o'
[597/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/rhead_rx.c.o'
[598/2387] Compiling C object 'lib/76b5a35@@rte_node@sta/librte_node_ip4_rewrite.c.o'
[599/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_vmbus_channel.c.o'
[600/2387] Generating rte_bus_ifpga.pmd.c with a custom command
[601/2387] Linking static target lib/librte_node.a
[602/2387] Compiling C object 'drivers/a715181@@rte_bus_ifpga@sta/meson-generated_.._rte_bus_ifpga.pmd.c.o'
[603/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_sfc_efx@sta/common_sfc_efx_sfc_efx_mcdi.c.o'
[604/2387] Generating rte_net_atlantic_mingw with a custom command
[605/2387] Linking static target drivers/librte_bus_ifpga.a
[606/2387] Generating flow_classify.sym_chk with a meson_exe.py custom command
[607/2387] Linking static target drivers/libtmp_rte_common_sfc_efx.a
[608/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vmbus@sta/bus_vmbus_linux_vmbus_uio.c.o'
[609/2387] Generating rte_net_atlantic_def with a custom command
[610/2387] Generating rte_net_avp_mingw with a custom command
[611/2387] Generating rte_net_avp_def with a custom command
[612/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_vdev@sta/bus_vdev_vdev.c.o'
[613/2387] Linking static target drivers/libtmp_rte_bus_vmbus.a
[614/2387] Compiling C object 'drivers/a715181@@rte_bus_ifpga@sha/meson-generated_.._rte_bus_ifpga.pmd.c.o'
[615/2387] Linking static target drivers/libtmp_rte_bus_vdev.a
[616/2387] Generating rte_common_sfc_efx.pmd.c with a custom command
[617/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'
[618/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_rqp.c.o'
[619/2387] Generating rte_bus_vdev.pmd.c with a custom command
[620/2387] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/librte_ethdev_rte_ethdev.c.o'
[621/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_common.c.o'
[622/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o'
[623/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_atl_hw_regs.c.o'
[624/2387] Generating rte_bus_vmbus.pmd.c with a custom command
[625/2387] Compiling C object 'drivers/a715181@@rte_common_sfc_efx@sha/meson-generated_.._rte_common_sfc_efx.pmd.c.o'
[626/2387] Compiling C object 'drivers/a715181@@rte_common_sfc_efx@sta/meson-generated_.._rte_common_sfc_efx.pmd.c.o'
[627/2387] Linking static target lib/librte_ethdev.a
[628/2387] Compiling C object 'drivers/a715181@@rte_bus_vdev@sta/meson-generated_.._rte_bus_vdev.pmd.c.o'
[629/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_netcfg_layer.c.o'
[630/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_udm.c.o'
[631/2387] Compiling C object 'drivers/a715181@@rte_bus_vmbus@sha/meson-generated_.._rte_bus_vmbus.pmd.c.o'
[632/2387] Compiling C object 'drivers/a715181@@rte_bus_vdev@sha/meson-generated_.._rte_bus_vdev.pmd.c.o'
[633/2387] Linking static target drivers/librte_bus_vdev.a
[634/2387] Compiling C object 'drivers/a715181@@rte_bus_vmbus@sta/meson-generated_.._rte_bus_vmbus.pmd.c.o'
[635/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_dpaa_sys.c.o'
[636/2387] Generating rte_net_axgbe_mingw with a custom command
[637/2387] Linking static target drivers/librte_bus_vmbus.a
[638/2387] Generating rte_net_axgbe_def with a custom command
[639/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_qman_driver.c.o'
[640/2387] Generating rte_net_bond_mingw with a custom command
[641/2387] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command
[642/2387] Generating rte_net_bond_def with a custom command
[643/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'
[644/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_process.c.o'
[645/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_fman_hw.c.o'
[646/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_filter.c.o'
[647/2387] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/ef10_nic.c.o'
[648/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_b0.c.o'
[649/2387] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command
[650/2387] Linking static target drivers/common/sfc_efx/base/libsfc_base.a
[651/2387] Linking static target drivers/librte_common_sfc_efx.a
[652/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpbp.c.o'
[653/2387] Generating ipsec.sym_chk with a meson_exe.py custom command
[654/2387] Generating rte_net_bnx2x_mingw with a custom command
[655/2387] Generating rte_net_bnx2x_def with a custom command
[656/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_bman_driver.c.o'
[657/2387] Generating table.sym_chk with a meson_exe.py custom command
[658/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpci.c.o'
[659/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_fslmc_bus.c.o'
[660/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_dpaa_bus.c.o'
[661/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_common.c.o'
[662/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_llh.c.o'
[663/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_fman_fman.c.o'
[664/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'
[665/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_portal_dpaa2_hw_dpio.c.o'
[666/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'
[667/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx@sta/mempool_octeontx_rte_mempool_octeontx.c.o'
[668/2387] Linking static target drivers/libtmp_rte_bus_pci.a
[669/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_fslmc_vfio.c.o'
[670/2387] Generating rte_bus_pci.pmd.c with a custom command
[671/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_irq.c.o'
[672/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_rand.c.o'
[673/2387] Compiling C object 'drivers/a715181@@rte_bus_pci@sta/meson-generated_.._rte_bus_pci.pmd.c.o'
[674/2387] Generating acl.sym_chk with a meson_exe.py custom command
[675/2387] Generating graph.sym_chk with a meson_exe.py custom command
[676/2387] Compiling C object 'drivers/a715181@@rte_bus_pci@sha/meson-generated_.._rte_bus_pci.pmd.c.o'
[677/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_debug.c.o'
[678/2387] Linking static target drivers/librte_bus_pci.a
[679/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktdir.c.o'
[680/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_qat_comp_pmd.c.o'
[681/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_stack@sta/mempool_stack_rte_mempool_stack.c.o'
[682/2387] Linking static target drivers/libtmp_rte_mempool_stack.a
[683/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_rte_pmd_atlantic.c.o'
[684/2387] Generating rte_mempool_stack.pmd.c with a custom command
[685/2387] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'
[686/2387] Linking static target drivers/librte_mempool_stack.a
[687/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool.c.o'
[688/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_dpaa@sta/mempool_dpaa_dpaa_mempool.c.o'
[689/2387] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'
[690/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_stack.c.o'
[691/2387] Linking static target drivers/libtmp_rte_mempool_dpaa.a
[692/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx@sta/mempool_octeontx_octeontx_fpavf.c.o'
[693/2387] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command
[694/2387] Linking static target drivers/libtmp_rte_mempool_octeontx.a
[695/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_dpaa2@sta/mempool_dpaa2_dpaa2_hw_mempool.c.o'
[696/2387] Generating rte_mempool_dpaa.pmd.c with a custom command
[697/2387] Linking static target drivers/libtmp_rte_mempool_dpaa2.a
[698/2387] Generating rte_mempool_octeontx.pmd.c with a custom command
[699/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa@sta/meson-generated_.._rte_mempool_dpaa.pmd.c.o'
[700/2387] Generating rte_mempool_dpaa2.pmd.c with a custom command
[701/2387] Linking static target drivers/librte_mempool_dpaa.a
[702/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa@sha/meson-generated_.._rte_mempool_dpaa.pmd.c.o'
[703/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_octeontx2@sta/mempool_octeontx2_otx2_mempool_ops.c.o'
[704/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa2@sta/meson-generated_.._rte_mempool_dpaa2.pmd.c.o'
[705/2387] Compiling C object 'drivers/a715181@@rte_mempool_dpaa2@sha/meson-generated_.._rte_mempool_dpaa2.pmd.c.o'
[706/2387] Linking static target drivers/librte_mempool_dpaa2.a
[707/2387] Generating bpf.sym_chk with a meson_exe.py custom command
[708/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'
[709/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx@sta/meson-generated_.._rte_mempool_octeontx.pmd.c.o'
[710/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx@sha/meson-generated_.._rte_mempool_octeontx.pmd.c.o'
[711/2387] Linking static target drivers/librte_mempool_octeontx.a
[712/2387] Linking static target drivers/libtmp_rte_mempool_octeontx2.a
[713/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_utils_fw2x.c.o'
[714/2387] Generating eventdev.sym_chk with a meson_exe.py custom command
[715/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc@sta/bus_fslmc_qbman_qbman_portal.c.o'
[716/2387] Linking static target drivers/libtmp_rte_bus_fslmc.a
[717/2387] Generating rte_mempool_octeontx2.pmd.c with a custom command
[718/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_tx.c.o'
[719/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktchkr.c.o'
[720/2387] Generating rte_regex_octeontx2_regex_def with a custom command
[721/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx2@sta/meson-generated_.._rte_mempool_octeontx2.pmd.c.o'
[722/2387] Generating rte_regex_octeontx2_regex_mingw with a custom command
[723/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev.c.o'
[724/2387] Compiling C object 'drivers/a715181@@rte_mempool_octeontx2@sha/meson-generated_.._rte_mempool_octeontx2.pmd.c.o'
[725/2387] Linking static target drivers/librte_mempool_octeontx2.a
[726/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_alb.c.o'
[727/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_i2c.c.o'
[728/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p4.c.o'
[729/2387] Generating sched.sym_chk with a meson_exe.py custom command
[730/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_utils.c.o'
[731/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_rxtx_vec_sse.c.o'
[732/2387] Generating rte_bus_fslmc.pmd.c with a custom command
[733/2387] Generating rte_vdpa_ifc_def with a custom command
[734/2387] Generating rte_vdpa_ifc_mingw with a custom command
[735/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktgen.c.o'
[736/2387] Generating node.sym_chk with a meson_exe.py custom command
[737/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'
[738/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_flow.c.o'
[739/2387] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'
[740/2387] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'
[741/2387] Linking static target drivers/librte_bus_fslmc.a
[742/2387] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command
[743/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'
[744/2387] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command
[745/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_util.c.o'
[746/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_identifier.c.o'
[747/2387] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_base_ifcvf.c.o'
[748/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'
[749/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'
[750/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'
[751/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_rm.c.o'
[752/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_bitalloc.c.o'
[753/2387] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command
[754/2387] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_qat_comp.c.o'
[755/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_mdio.c.o'
[756/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_if_tbl.c.o'
[757/2387] Generating eal.sym_chk with a meson_exe.py custom command
[758/2387] Linking static target drivers/libtmp_rte_common_qat.a
[759/2387] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ring.c.o'
[760/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_msg.c.o'
[761/2387] Linking static target lib/librte_port.a
[762/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_hcapi_cfa_p4.c.o'
[763/2387] Generating rte_common_octeontx2.sym_chk with a meson_exe.py custom command
[764/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'
[765/2387] Generating rte_common_qat.pmd.c with a custom command
[766/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'
[767/2387] Generating rte_net_bnxt_mingw with a custom command
[768/2387] Generating rte_net_bnxt_def with a custom command
[769/2387] Compiling C object 'drivers/a715181@@rte_common_qat@sta/meson-generated_.._rte_common_qat.pmd.c.o'
[770/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_dev.c.o'
[771/2387] Linking static target drivers/libtmp_rte_net_ark.a
[772/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_global_cfg.c.o'
[773/2387] Linking static target drivers/librte_common_qat.a
[774/2387] Compiling C object 'drivers/a715181@@rte_common_qat@sha/meson-generated_.._rte_common_qat.pmd.c.o'
[775/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'
[776/2387] Linking target lib/librte_eal.so.21.0
[777/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'
[778/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_ethdev.c.o'
[779/2387] Linking static target drivers/libtmp_rte_net_af_packet.a
[780/2387] Generating rte_net_af_packet.pmd.c with a custom command
[781/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_compiler.c.o'
[782/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_vfpf.c.o'
[783/2387] Generating rte_net_ark.pmd.c with a custom command
[784/2387] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'
[785/2387] Compiling C object 'drivers/a715181@@rte_net_af_packet@sta/meson-generated_.._rte_net_af_packet.pmd.c.o'
[786/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_vnic.c.o'
[787/2387] Compiling C object 'drivers/a715181@@rte_net_ark@sta/meson-generated_.._rte_net_ark.pmd.c.o'
[788/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_stats.c.o'
[789/2387] Linking static target drivers/librte_net_af_packet.a
[790/2387] Linking static target drivers/librte_net_ark.a
[791/2387] Compiling C object 'drivers/a715181@@rte_net_ark@sha/meson-generated_.._rte_net_ark.pmd.c.o'
[792/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_phy_impl.c.o'
[793/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_txq.c.o'
[794/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_ring@sta/mempool_ring_rte_mempool_ring.c.o'
[795/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tfp.c.o'
[796/2387] Linking static target drivers/libtmp_rte_mempool_ring.a
[797/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_rxtx.c.o'
[798/2387] Generating rte_mempool_ring.pmd.c with a custom command
[799/2387] Generating rte_net_cxgbe_def with a custom command
[800/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_internal.c.o'
[801/2387] Generating rte_net_cxgbe_mingw with a custom command
[802/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ring.c.o'
[803/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_rxtx.c.o'
[804/2387] Compiling C object 'drivers/a715181@@rte_mempool_ring@sta/meson-generated_.._rte_mempool_ring.pmd.c.o'
[805/2387] Compiling C object 'drivers/a715181@@rte_mempool_ring@sha/meson-generated_.._rte_mempool_ring.pmd.c.o'
[806/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_atl_ethdev.c.o'
[807/2387] Linking static target drivers/librte_mempool_ring.a
[808/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_hw_access.c.o'
[809/2387] Generating rte_net_dpaa_def with a custom command
[810/2387] Generating rte_net_dpaa_mingw with a custom command
[811/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_mbox.c.o'
[812/2387] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command
[813/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_wh_plus_act.c.o'
[814/2387] Generating rte_mempool_stack.sym_chk with a meson_exe.py custom command
[815/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_common.c.o'
[816/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_tbl.c.o'
[817/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_class.c.o'
[818/2387] Generating rte_mempool_dpaa.sym_chk with a meson_exe.py custom command
[819/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_atl_rxtx.c.o'
[820/2387] Linking static target drivers/libtmp_rte_net_atlantic.a
[821/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_stingray_act.c.o'
[822/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_core.c.o'
[823/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o'
[824/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxr.c.o'
[825/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_act.c.o'
[826/2387] Generating rte_mempool_octeontx.sym_chk with a meson_exe.py custom command
[827/2387] Linking static target drivers/libtmp_rte_net_axgbe.a
[828/2387] Compiling C object 'lib/76b5a35@@rte_hash@sta/librte_hash_rte_cuckoo_hash.c.o'
[829/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxq.c.o'
[830/2387] Generating rte_net_atlantic.pmd.c with a custom command
[831/2387] Generating rte_net_dpaa2_mingw with a custom command
[832/2387] Generating rte_net_dpaa2_def with a custom command
[833/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_mark_mgr.c.o'
[834/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_matcher.c.o'
[835/2387] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev.c.o'
[836/2387] Linking static target lib/librte_hash.a
[837/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_reps.c.o'
[838/2387] Compiling C object 'drivers/a715181@@rte_net_atlantic@sha/meson-generated_.._rte_net_atlantic.pmd.c.o'
[839/2387] Compiling C object 'drivers/a715181@@rte_net_atlantic@sta/meson-generated_.._rte_net_atlantic.pmd.c.o'
[840/2387] Generating rte_net_axgbe.pmd.c with a custom command
[841/2387] Linking static target drivers/libtmp_rte_regex_octeontx2_regex.a
[842/2387] Generating rte_mempool_dpaa2.sym_chk with a meson_exe.py custom command
[843/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpkg.c.o'
[844/2387] Linking static target drivers/librte_net_atlantic.a
[845/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_bnxt_ulp_flow.c.o'
[846/2387] Compiling C object 'drivers/a715181@@rte_net_axgbe@sta/meson-generated_.._rte_net_axgbe.pmd.c.o'
[847/2387] Compiling C object 'drivers/a715181@@rte_net_axgbe@sha/meson-generated_.._rte_net_axgbe.pmd.c.o'
[848/2387] Generating rte_regex_octeontx2_regex.pmd.c with a custom command
[849/2387] Linking static target drivers/librte_net_axgbe.a
[850/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'
[851/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_txr.c.o'
[852/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_wh_plus_class.c.o'
[853/2387] Compiling C object 'drivers/a715181@@rte_regex_octeontx2_regex@sta/meson-generated_.._rte_regex_octeontx2_regex.pmd.c.o'
[854/2387] Linking static target drivers/librte_regex_octeontx2_regex.a
[855/2387] Compiling C object 'drivers/a715181@@rte_regex_octeontx2_regex@sha/meson-generated_.._rte_regex_octeontx2_regex.pmd.c.o'
[856/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dprtc.c.o'
[857/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_template_db_stingray_class.c.o'
[858/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_def_rules.c.o'
[859/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_fc_mgr.c.o'
[860/2387] Generating rte_mempool_octeontx2.sym_chk with a meson_exe.py custom command
[861/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_port_db.c.o'
[862/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_base.c.o'
[863/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_utils.c.o'
[864/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82542.c.o'
[865/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpdmux.c.o'
[866/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_clip_tbl.c.o'
[867/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_e1000_logs.c.o'
[868/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.o'
[869/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbevf_main.c.o'
[870/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_mps_tcam.c.o'
[871/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_host.c.o'
[872/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82540.c.o'
[873/2387] Generating rte_net_e1000_mingw with a custom command
[874/2387] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@sta/bus_dpaa_base_qbman_qman.c.o'
[875/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_l2t.c.o'
[876/2387] Generating rte_net_e1000_def with a custom command
[877/2387] Linking static target drivers/libtmp_rte_bus_dpaa.a
[878/2387] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o'
[879/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_bnxt_ulp.c.o'
[880/2387] Generating rte_net_ena_mingw with a custom command
[881/2387] Linking static target drivers/libtmp_rte_vdpa_ifc.a
[882/2387] Generating rte_net_ena_def with a custom command
[883/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbevf_ethdev.c.o'
[884/2387] Generating rte_vdpa_ifc.pmd.c with a custom command
[885/2387] Generating rte_net_enetc_def with a custom command
[886/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_vsp.c.o'
[887/2387] Generating rte_net_enetc_mingw with a custom command
[888/2387] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sta/meson-generated_.._rte_vdpa_ifc.pmd.c.o'
[889/2387] Generating rte_bus_dpaa.pmd.c with a custom command
[890/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_avp@sta/net_avp_avp_ethdev.c.o'
[891/2387] Linking static target drivers/librte_vdpa_ifc.a
[892/2387] Linking static target drivers/libtmp_rte_net_avp.a
[893/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_manage.c.o'
[894/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mbx.c.o'
[895/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_smt.c.o'
[896/2387] Compiling C object 'drivers/a715181@@rte_bus_dpaa@sha/meson-generated_.._rte_bus_dpaa.pmd.c.o'
[897/2387] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.21.0.symbols'
[898/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82541.c.o'
[899/2387] Compiling C object 'drivers/a715181@@rte_bus_dpaa@sta/meson-generated_.._rte_bus_dpaa.pmd.c.o'
[900/2387] Generating rte_net_avp.pmd.c with a custom command
[901/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_flow_db.c.o'
[902/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_vf.c.o'
[903/2387] Generating port.sym_chk with a meson_exe.py custom command
[904/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_api.c.o'
[905/2387] Generating rte_common_qat.sym_chk with a meson_exe.py custom command
[906/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_i210.c.o'
[907/2387] Generating rte_net_ark.sym_chk with a meson_exe.py custom command
[908/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_80003es2lan.c.o'
[909/2387] Linking target lib/librte_meter.so.21.0
[910/2387] Linking target lib/librte_pci.so.21.0
[911/2387] Linking target lib/librte_timer.so.21.0
[912/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82543.c.o'
[913/2387] Linking target lib/librte_cfgfile.so.21.0
[914/2387] Linking target lib/librte_ring.so.21.0
[915/2387] Linking target lib/librte_acl.so.21.0
[916/2387] Linking target lib/librte_jobstats.so.21.0
[917/2387] Linking target lib/librte_rawdev.so.21.0
[918/2387] Linking target lib/librte_stack.so.21.0
[919/2387] Linking static target drivers/librte_bus_dpaa.a
[920/2387] Linking target drivers/librte_common_dpaax.so.21.0
[921/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_rte_pmd_bnxt.c.o'
[922/2387] Linking target lib/librte_graph.so.21.0
[923/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_intr.c.o'
[924/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_base_dpaa2_hw_dpni.c.o'
[925/2387] Linking target drivers/librte_common_iavf.so.21.0
[926/2387] Generating rte_net_af_packet.sym_chk with a meson_exe.py custom command
[927/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_mux.c.o'
[928/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_fmc.c.o'
[929/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_lib.c.o'
[930/2387] Compiling C object 'drivers/a715181@@rte_net_avp@sta/meson-generated_.._rte_net_avp.pmd.c.o'
[931/2387] Compiling C object 'drivers/a715181@@rte_net_avp@sha/meson-generated_.._rte_net_avp.pmd.c.o'
[932/2387] Linking target drivers/librte_common_octeontx.so.21.0
[933/2387] Linking static target drivers/librte_net_avp.a
[934/2387] Linking target drivers/librte_bus_vdev.so.21.0
[935/2387] Linking target drivers/librte_bus_vmbus.so.21.0
[936/2387] Generating rte_net_enic_def with a custom command
[937/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82571.c.o'
[938/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4vf_hw.c.o'
[939/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_ptp.c.o'
[940/2387] Generating rte_mempool_ring.sym_chk with a meson_exe.py custom command
[941/2387] Generating rte_net_enic_mingw with a custom command
[942/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_sparser.c.o'
[943/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_nvm.c.o'
[944/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_eth_com.c.o'
[945/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpni.c.o'
[946/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mac.c.o'
[947/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o'
[948/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_rte_parser.c.o'
[949/2387] Generating rte_net_failsafe_def with a custom command
[950/2387] Generating rte_net_failsafe_mingw with a custom command
[951/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_swx_pipeline.c.o'
[952/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_flow.c.o'
[953/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'
[954/2387] Compiling C object 'drivers/a715181@@tmp_rte_mempool_bucket@sta/mempool_bucket_rte_mempool_bucket.c.o'
[955/2387] Linking static target drivers/libtmp_rte_mempool_bucket.a
[956/2387] Generating rte_mempool_bucket.pmd.c with a custom command
[957/2387] Compiling C object 'drivers/a715181@@rte_mempool_bucket@sta/meson-generated_.._rte_mempool_bucket.pmd.c.o'
[958/2387] Linking static target drivers/librte_mempool_bucket.a
[959/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_api.c.o'
[960/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_common.c.o'
[961/2387] Compiling C object 'drivers/a715181@@rte_mempool_bucket@sha/meson-generated_.._rte_mempool_bucket.pmd.c.o'
[962/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_filter.c.o'
[963/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_ethdev.c.o'
[964/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_main.c.o'
[965/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_cq.c.o'
[966/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82575.c.o'
[967/2387] Generating rte_net_axgbe.sym_chk with a meson_exe.py custom command
[968/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_rq.c.o'
[969/2387] Generating rte_net_fm10k_def with a custom command
[970/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_wq.c.o'
[971/2387] Generating rte_net_fm10k_mingw with a custom command
[972/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'
[973/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_tlv.c.o'
[974/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_mapper.c.o'
[975/2387] Generating hash.sym_chk with a meson_exe.py custom command
[976/2387] Generating ethdev.sym_chk with a meson_exe.py custom command
[977/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_vf.c.o'
[978/2387] Generating rte_regex_octeontx2_regex.sym_chk with a meson_exe.py custom command
[979/2387] Generating rte_net_atlantic.sym_chk with a meson_exe.py custom command
[980/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_pf.c.o'
[981/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_rxtx.c.o'
[982/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_ecore_sp.c.o'
[983/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_ethdev.c.o'
[984/2387] Generating rte_net_i40e_mingw with a custom command
[985/2387] Generating rte_net_i40e_def with a custom command
[986/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_clsf.c.o'
[987/2387] Generating symbol file 'lib/76b5a35@@rte_acl@sha/librte_acl.so.21.0.symbols'
[988/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_res.c.o'
[989/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_phy.c.o'
[990/2387] Generating symbol file 'lib/76b5a35@@rte_pci@sha/librte_pci.so.21.0.symbols'
[991/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_com.c.o'
[992/2387] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.21.0.symbols'
[993/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o'
[994/2387] Generating symbol file 'lib/76b5a35@@rte_ring@sha/librte_ring.so.21.0.symbols'
[995/2387] Generating symbol file 'lib/76b5a35@@rte_rawdev@sha/librte_rawdev.so.21.0.symbols'
[996/2387] Generating symbol file 'lib/76b5a35@@rte_meter@sha/librte_meter.so.21.0.symbols'
[997/2387] Generating symbol file 'lib/76b5a35@@rte_timer@sha/librte_timer.so.21.0.symbols'
[998/2387] Linking target drivers/librte_bus_pci.so.21.0
[999/2387] Generating symbol file 'lib/76b5a35@@rte_graph@sha/librte_graph.so.21.0.symbols'
[1000/2387] Generating rte_net_avp.sym_chk with a meson_exe.py custom command
[1001/2387] Generating symbol file 'lib/76b5a35@@rte_stack@sha/librte_stack.so.21.0.symbols'
[1002/2387] Linking target lib/librte_rcu.so.21.0
[1003/2387] Linking target lib/librte_mempool.so.21.0
[1004/2387] Generating symbol file 'drivers/a715181@@rte_bus_vmbus@sha/librte_bus_vmbus.so.21.0.symbols'
[1005/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_flow.c.o'
[1006/2387] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.21.0.symbols'
[1007/2387] Linking target drivers/librte_bus_ifpga.so.21.0
[1008/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_vf_representor.c.o'
[1009/2387] Linking target lib/librte_power.so.21.0
[1010/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_ethdev.c.o'
[1011/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_intr.c.o'
[1012/2387] Generating symbol file 'drivers/a715181@@rte_common_octeontx@sha/librte_common_octeontx.so.21.0.symbols'
[1013/2387] Generating symbol file 'drivers/a715181@@rte_bus_vdev@sha/librte_bus_vdev.so.21.0.symbols'
[1014/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_mbx.c.o'
[1015/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe.c.o'
[1016/2387] Generating rte_net_hinic_def with a custom command
[1017/2387] Generating rte_net_hinic_mingw with a custom command
[1018/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.c.o'
[1019/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_eal.c.o'
[1020/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_flow.c.o'
[1021/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_ethdev.c.o'
[1022/2387] Linking static target drivers/libtmp_rte_net_enetc.a
[1023/2387] Generating rte_net_enetc.pmd.c with a custom command
[1024/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_dev.c.o'
[1025/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_args.c.o'
[1026/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_rxtx_vec_avx2.c.o'
[1027/2387] Compiling C object 'drivers/a715181@@rte_net_enetc@sta/meson-generated_.._rte_net_enetc.pmd.c.o'
[1028/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_flow.c.o'
[1029/2387] Linking static target drivers/librte_net_enetc.a
[1030/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_stats.c.o'
[1031/2387] Compiling C object 'drivers/a715181@@rte_net_enetc@sha/meson-generated_.._rte_net_enetc.pmd.c.o'
[1032/2387] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_pf.c.o'
[1033/2387] Generating rte_net_hns3_def with a custom command
[1034/2387] Linking static target drivers/net/fm10k/base/libfm10k_base.a
[1035/2387] Generating rte_net_hns3_mingw with a custom command
[1036/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.o'
[1037/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'
[1038/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_ethdev.c.o'
[1039/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ether.c.o'
[1040/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o'
[1041/2387] Generating rte_net_iavf_def with a custom command
[1042/2387] Generating rte_net_iavf_mingw with a custom command
[1043/2387] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command
[1044/2387] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_ich8lan.c.o'
[1045/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'
[1046/2387] Generating rte_mempool_bucket.sym_chk with a meson_exe.py custom command
[1047/2387] Linking static target drivers/net/e1000/base/libe1000_base.a
[1048/2387] Linking static target drivers/libtmp_rte_net_bond.a
[1049/2387] Generating rte_net_bond.pmd.c with a custom command
[1050/2387] Compiling C object 'drivers/a715181@@rte_net_bond@sha/meson-generated_.._rte_net_bond.pmd.c.o'
[1051/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_sge.c.o'
[1052/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cfg.c.o'
[1053/2387] Compiling C object 'drivers/a715181@@rte_net_bond@sta/meson-generated_.._rte_net_bond.pmd.c.o'
[1054/2387] Linking static target drivers/librte_net_bond.a
[1055/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_eqs.c.o'
[1056/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_wq.c.o'
[1057/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.o'
[1058/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o'
[1059/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4_hw.c.o'
[1060/2387] Linking static target drivers/libtmp_rte_net_cxgbe.a
[1061/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwif.c.o'
[1062/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_rxtx.c.o'
[1063/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o'
[1064/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_tm.c.o'
[1065/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'
[1066/2387] Generating rte_net_cxgbe.pmd.c with a custom command
[1067/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'
[1068/2387] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sta/meson-generated_.._rte_net_cxgbe.pmd.c.o'
[1069/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mgmt.c.o'
[1070/2387] Linking static target drivers/librte_net_cxgbe.a
[1071/2387] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sha/meson-generated_.._rte_net_cxgbe.pmd.c.o'
[1072/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_regs.c.o'
[1073/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mbox.c.o'
[1074/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.o'
[1075/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_nicio.c.o'
[1076/2387] Generating symbol file 'lib/76b5a35@@rte_rcu@sha/librte_rcu.so.21.0.symbols'
[1077/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_fm_flow.c.o'
[1078/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_mp.c.o'
[1079/2387] Generating symbol file 'drivers/a715181@@rte_bus_pci@sha/librte_bus_pci.so.21.0.symbols'
[1080/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_cmd.c.o'
[1081/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_rxtx.c.o'
[1082/2387] Linking target lib/librte_hash.so.21.0
[1083/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_mbx.c.o'
[1084/2387] Generating symbol file 'lib/76b5a35@@rte_mempool@sha/librte_mempool.so.21.0.symbols'
[1085/2387] Generating rte_net_ice_mingw with a custom command
[1086/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_rxtx.c.o'
[1087/2387] Generating rte_net_ice_def with a custom command
[1088/2387] Linking target lib/librte_mbuf.so.21.0
[1089/2387] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command
[1090/2387] Linking target lib/librte_rib.so.21.0
[1091/2387] Linking target drivers/librte_mempool_bucket.so.21.0
[1092/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_main.c.o'
[1093/2387] Linking target drivers/librte_mempool_ring.so.21.0
[1094/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rss.c.o'
[1095/2387] Linking static target drivers/libtmp_rte_net_enic.a
[1096/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o'
[1097/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx.c.o'
[1098/2387] Linking target drivers/librte_mempool_stack.so.21.0
[1099/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_hash.c.o'
[1100/2387] Linking target drivers/librte_common_sfc_efx.so.21.0
[1101/2387] Generating rte_net_enic.pmd.c with a custom command
[1102/2387] Compiling C object 'drivers/a715181@@rte_net_enic@sta/meson-generated_.._rte_net_enic.pmd.c.o'
[1103/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwdev.c.o'
[1104/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_logs.c.o'
[1105/2387] Generating rte_net_enetc.sym_chk with a meson_exe.py custom command
[1106/2387] Linking static target drivers/librte_net_enic.a
[1107/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.o'
[1108/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_stats.c.o'
[1109/2387] Compiling C object 'drivers/a715181@@rte_net_enic@sha/meson-generated_.._rte_net_enic.pmd.c.o'
[1110/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_intr.c.o'
[1111/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_osdep.c.o'
[1112/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_manage.c.o'
[1113/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_fdir.c.o'
[1114/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_base.c.o'
[1115/2387] Generating rte_net_igc_def with a custom command
[1116/2387] Generating rte_net_igc_mingw with a custom command
[1117/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_ethdev.c.o'
[1118/2387] Linking static target drivers/libtmp_rte_net_ena.a
[1119/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_rx.c.o'
[1120/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_generic_flow.c.o'
[1121/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_fdir.c.o'
[1122/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx_vec.c.o'
[1123/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl.c.o'
[1124/2387] Generating rte_net_ena.pmd.c with a custom command
[1125/2387] Compiling C object 'drivers/a715181@@rte_net_ena@sta/meson-generated_.._rte_net_ena.pmd.c.o'
[1126/2387] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_niccfg.c.o'
[1127/2387] Linking static target drivers/librte_net_ena.a
[1128/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_nvm.c.o'
[1129/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_nvm.c.o'
[1130/2387] Compiling C object 'drivers/a715181@@rte_net_ena@sha/meson-generated_.._rte_net_ena.pmd.c.o'
[1131/2387] Linking static target drivers/net/hinic/base/libhinic_base.a
[1132/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'
[1133/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_hv_vf.c.o'
[1134/2387] Generating rte_net_bond.sym_chk with a meson_exe.py custom command
[1135/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82598.c.o'
[1136/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_flow.c.o'
[1137/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_rxtx.c.o'
[1138/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_hash.c.o'
[1139/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_mac.c.o'
[1140/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82599.c.o'
[1141/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_api.c.o'
[1142/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_ethdev.c.o'
[1143/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_82599_bypass.c.o'
[1144/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_dcb.c.o'
[1145/2387] Linking static target drivers/libtmp_rte_net_e1000.a
[1146/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev_vf.c.o'
[1147/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_dcb.c.o'
[1148/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_mbx.c.o'
[1149/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_vf.c.o'
[1150/2387] Generating rte_net_e1000.pmd.c with a custom command
[1151/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.o'
[1152/2387] Generating rte_net_ixgbe_def with a custom command
[1153/2387] Generating rte_net_ixgbe_mingw with a custom command
[1154/2387] Generating rte_net_kni_def with a custom command
[1155/2387] Generating rte_net_kni_mingw with a custom command
[1156/2387] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command
[1157/2387] Compiling C object 'drivers/a715181@@rte_net_e1000@sta/meson-generated_.._rte_net_e1000.pmd.c.o'
[1158/2387] Compiling C object 'drivers/a715181@@rte_net_e1000@sha/meson-generated_.._rte_net_e1000.pmd.c.o'
[1159/2387] Linking static target drivers/librte_net_e1000.a
[1160/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82598.c.o'
[1161/2387] Generating rte_net_liquidio_mingw with a custom command
[1162/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'
[1163/2387] Generating rte_net_liquidio_def with a custom command
[1164/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_ethdev.c.o'
[1165/2387] Generating rte_net_cxgbe.sym_chk with a meson_exe.py custom command
[1166/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x540.c.o'
[1167/2387] Linking static target drivers/libtmp_rte_net_fm10k.a
[1168/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_api.c.o'
[1169/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_fdir.c.o'
[1170/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl_ctrl.c.o'
[1171/2387] Generating rte_net_memif_def with a custom command
[1172/2387] Generating rte_net_memif_mingw with a custom command
[1173/2387] Generating rte_net_fm10k.pmd.c with a custom command
[1174/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_ethdev.c.o'
[1175/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb.c.o'
[1176/2387] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'
[1177/2387] Linking static target drivers/librte_net_fm10k.a
[1178/2387] Generating rte_net_netvsc_def with a custom command
[1179/2387] Compiling C object 'drivers/a715181@@rte_net_fm10k@sha/meson-generated_.._rte_net_fm10k.pmd.c.o'
[1180/2387] Generating rte_net_netvsc_mingw with a custom command
[1181/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'
[1182/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_flow.c.o'
[1183/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_generic_flow.c.o'
[1184/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_controlq.c.o'
[1185/2387] Generating symbol file 'lib/76b5a35@@rte_hash@sha/librte_hash.so.21.0.symbols'
[1186/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_ethdev_vf.c.o'
[1187/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o'
[1188/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.c.o'
[1189/2387] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.21.0.symbols'
[1190/2387] Linking static target drivers/libtmp_rte_net_failsafe.a
[1191/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.o'
[1192/2387] Linking target lib/librte_efd.so.21.0
[1193/2387] Generating rte_net_failsafe.pmd.c with a custom command
[1194/2387] Linking target lib/librte_lpm.so.21.0
[1195/2387] Linking target lib/librte_member.so.21.0
[1196/2387] Generating symbol file 'lib/76b5a35@@rte_mbuf@sha/librte_mbuf.so.21.0.symbols'
[1197/2387] Linking target lib/librte_fib.so.21.0
[1198/2387] Compiling C object 'drivers/a715181@@rte_net_failsafe@sha/meson-generated_.._rte_net_failsafe.pmd.c.o'
[1199/2387] Compiling C object 'drivers/a715181@@rte_net_failsafe@sta/meson-generated_.._rte_net_failsafe.pmd.c.o'
[1200/2387] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx@sha/librte_common_sfc_efx.so.21.0.symbols'
[1201/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_crc.c.o'
[1202/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_tx.c.o'
[1203/2387] Linking target lib/librte_compressdev.so.21.0
[1204/2387] Linking target lib/librte_distributor.so.21.0
[1205/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o'
[1206/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'
[1207/2387] Linking target lib/librte_net.so.21.0
[1208/2387] Linking target lib/librte_bbdev.so.21.0
[1209/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82599.c.o'
[1210/2387] Linking static target drivers/librte_net_failsafe.a
[1211/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'
[1212/2387] Linking target lib/librte_cryptodev.so.21.0
[1213/2387] Linking target lib/librte_reorder.so.21.0
[1214/2387] Linking target lib/librte_regexdev.so.21.0
[1215/2387] Linking static target drivers/libtmp_rte_net_hinic.a
[1216/2387] Linking target lib/librte_sched.so.21.0
[1217/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o'
[1218/2387] Generating rte_net_hinic.pmd.c with a custom command
[1219/2387] Linking target drivers/librte_mempool_octeontx.so.21.0
[1220/2387] Compiling C object 'drivers/a715181@@rte_net_hinic@sta/meson-generated_.._rte_net_hinic.pmd.c.o'
[1221/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.o'
[1222/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_virtio_net.c.o'
[1223/2387] Linking static target drivers/librte_net_hinic.a
[1224/2387] Generating rte_net_enic.sym_chk with a meson_exe.py custom command
[1225/2387] Compiling C object 'drivers/a715181@@rte_net_hinic@sha/meson-generated_.._rte_net_hinic.pmd.c.o'
[1226/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'
[1227/2387] Linking static target drivers/libtmp_rte_net_bnxt.a
[1228/2387] Generating rte_net_nfp_mingw with a custom command
[1229/2387] Generating rte_net_nfp_def with a custom command
[1230/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_phy.c.o'
[1231/2387] Generating rte_net_null_def with a custom command
[1232/2387] Generating rte_net_null_mingw with a custom command
[1233/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o'
[1234/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_bypass.c.o'
[1235/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf.c.o'
[1236/2387] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_phy.c.o'
[1237/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'
[1238/2387] Linking static target drivers/net/igc/base/libigc_base.a
[1239/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_rxtx.c.o'
[1240/2387] Linking static target drivers/libtmp_rte_net_dpaa.a
[1241/2387] Generating rte_net_ena.sym_chk with a meson_exe.py custom command
[1242/2387] Generating rte_net_octeontx_def with a custom command
[1243/2387] Generating rte_net_octeontx_mingw with a custom command
[1244/2387] Generating rte_net_dpaa.pmd.c with a custom command
[1245/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa@sta/meson-generated_.._rte_net_dpaa.pmd.c.o'
[1246/2387] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkivf.c.o'
[1247/2387] Linking static target drivers/librte_net_dpaa.a
[1248/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa@sha/meson-generated_.._rte_net_dpaa.pmd.c.o'
[1249/2387] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_bgx.c.o'
[1250/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_base_lio_23xx_vf.c.o'
[1251/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_resource.c.o'
[1252/2387] Generating rte_net_bnxt.pmd.c with a custom command
[1253/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_kni@sta/net_kni_rte_eth_kni.c.o'
[1254/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_base_lio_mbox.c.o'
[1255/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_fdir_filter.c.o'
[1256/2387] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o'
[1257/2387] Linking static target drivers/libtmp_rte_net_kni.a
[1258/2387] Compiling C object 'drivers/a715181@@rte_net_bnxt@sta/meson-generated_.._rte_net_bnxt.pmd.c.o'
[1259/2387] Compiling C object 'drivers/a715181@@rte_net_bnxt@sha/meson-generated_.._rte_net_bnxt.pmd.c.o'
[1260/2387] Linking static target drivers/net/i40e/base/libi40e_base.a
[1261/2387] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkovf.c.o'
[1262/2387] Generating rte_net_kni.pmd.c with a custom command
[1263/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_mip.c.o'
[1264/2387] Linking static target drivers/net/octeontx/base/libocteontx_base.a
[1265/2387] Linking static target drivers/librte_net_bnxt.a
[1266/2387] Compiling C object 'drivers/a715181@@rte_net_kni@sta/meson-generated_.._rte_net_kni.pmd.c.o'
[1267/2387] Compiling C object 'drivers/a715181@@rte_net_kni@sha/meson-generated_.._rte_net_kni.pmd.c.o'
[1268/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_nvs.c.o'
[1269/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nffw.c.o'
[1270/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'
[1271/2387] Linking static target drivers/librte_net_kni.a
[1272/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'
[1273/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_ethdev.c.o'
[1274/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'
[1275/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp.c.o'
[1276/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_rtsym.c.o'
[1277/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'
[1278/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'
[1279/2387] Generating rte_net_e1000.sym_chk with a meson_exe.py custom command
[1280/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_rndis.c.o'
[1281/2387] Generating rte_net_octeontx2_def with a custom command
[1282/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_sse.c.o'
[1283/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_mutex.c.o'
[1284/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'
[1285/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.c.o'
[1286/2387] Generating rte_net_octeontx2_mingw with a custom command
[1287/2387] Generating rte_net_pcap_def with a custom command
[1288/2387] Generating rte_net_pcap_mingw with a custom command
[1289/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'
[1290/2387] Generating rte_net_fm10k.sym_chk with a meson_exe.py custom command
[1291/2387] Generating symbol file 'lib/76b5a35@@rte_lpm@sha/librte_lpm.so.21.0.symbols'
[1292/2387] Generating rte_net_pfe_def with a custom command
[1293/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'
[1294/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_common.c.o'
[1295/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'
[1296/2387] Generating rte_net_pfe_mingw with a custom command
[1297/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x550.c.o'
[1298/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_memif_socket.c.o'
[1299/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_avx2.c.o'
[1300/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_cppcore.c.o'
[1301/2387] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.21.0.symbols'
[1302/2387] Generating symbol file 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev.so.21.0.symbols'
[1303/2387] Generating symbol file 'lib/76b5a35@@rte_bbdev@sha/librte_bbdev.so.21.0.symbols'
[1304/2387] Generating symbol file 'lib/76b5a35@@rte_compressdev@sha/librte_compressdev.so.21.0.symbols'
[1305/2387] Generating rte_net_failsafe.sym_chk with a meson_exe.py custom command
[1306/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_eth.c.o'
[1307/2387] Generating symbol file 'lib/76b5a35@@rte_regexdev@sha/librte_regexdev.so.21.0.symbols'
[1308/2387] Generating symbol file 'lib/76b5a35@@rte_sched@sha/librte_sched.so.21.0.symbols'
[1309/2387] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.21.0.symbols'
[1310/2387] Linking target lib/librte_security.so.21.0
[1311/2387] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx@sha/librte_mempool_octeontx.so.21.0.symbols'
[1312/2387] Linking target lib/librte_ethdev.so.21.0
[1313/2387] Linking target drivers/librte_common_cpt.so.21.0
[1314/2387] Linking target lib/librte_cmdline.so.21.0
[1315/2387] Linking target drivers/librte_common_qat.so.21.0
[1316/2387] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_common.c.o'
[1317/2387] Linking static target drivers/net/ixgbe/base/libixgbe_base.a
[1318/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_cpp_pcie_ops.c.o'
[1319/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_ethdev.c.o'
[1320/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_ethdev_ops.c.o'
[1321/2387] Generating rte_net_hinic.sym_chk with a meson_exe.py custom command
[1322/2387] Generating rte_net_qede_mingw with a custom command
[1323/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_lio_ethdev.c.o'
[1324/2387] Generating rte_net_qede_def with a custom command
[1325/2387] Generating rte_net_ring_def with a custom command
[1326/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_devargs.c.o'
[1327/2387] Generating rte_net_ring_mingw with a custom command
[1328/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx.c.o'
[1329/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_sched.c.o'
[1330/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_sse.c.o'
[1331/2387] Generating rte_net_dpaa.sym_chk with a meson_exe.py custom command
[1332/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_mac.c.o'
[1333/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'
[1334/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_lookup.c.o'
[1335/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'
[1336/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_liquidio@sta/net_liquidio_lio_rxtx.c.o'
[1337/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_rss.c.o'
[1338/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_link.c.o'
[1339/2387] Linking static target drivers/libtmp_rte_net_liquidio.a
[1340/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow_ctrl.c.o'
[1341/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ptp.c.o'
[1342/2387] Generating rte_net_liquidio.pmd.c with a custom command
[1343/2387] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command
[1344/2387] Generating rte_net_kni.sym_chk with a meson_exe.py custom command
[1345/2387] Compiling C object 'drivers/a715181@@rte_net_liquidio@sha/meson-generated_.._rte_net_liquidio.pmd.c.o'
[1346/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_ethdev.c.o'
[1347/2387] Compiling C object 'drivers/a715181@@rte_net_liquidio@sta/meson-generated_.._rte_net_liquidio.pmd.c.o'
[1348/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flow.c.o'
[1349/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_mcast.c.o'
[1350/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_null@sta/net_null_rte_eth_null.c.o'
[1351/2387] Linking static target drivers/librte_net_liquidio.a
[1352/2387] Linking static target drivers/libtmp_rte_net_null.a
[1353/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_stats.c.o'
[1354/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hal.c.o'
[1355/2387] Generating rte_net_null.pmd.c with a custom command
[1356/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_dp.c.o'
[1357/2387] Generating rte_net_sfc_def with a custom command
[1358/2387] Compiling C object 'drivers/a715181@@rte_net_null@sta/meson-generated_.._rte_net_null.pmd.c.o'
[1359/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_irq.c.o'
[1360/2387] Compiling C object 'drivers/a715181@@rte_net_null@sha/meson-generated_.._rte_net_null.pmd.c.o'
[1361/2387] Linking static target drivers/librte_net_null.a
[1362/2387] Generating rte_net_sfc_mingw with a custom command
[1363/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rxtx.c.o'
[1364/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/bcm_osal.c.o'
[1365/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'
[1366/2387] Linking static target drivers/libtmp_rte_net_hns3.a
[1367/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_txrx.c.o'
[1368/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_rte_eth_memif.c.o'
[1369/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_ops.c.o'
[1370/2387] Linking static target drivers/libtmp_rte_net_igc.a
[1371/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow_parse.c.o'
[1372/2387] Linking static target drivers/libtmp_rte_net_memif.a
[1373/2387] Generating rte_net_memif.pmd.c with a custom command
[1374/2387] Generating rte_net_igc.pmd.c with a custom command
[1375/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_ops.c.o'
[1376/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flex_pipe.c.o'
[1377/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_rxtx.c.o'
[1378/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_vlan.c.o'
[1379/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_sec.c.o'
[1380/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hif_lib.c.o'
[1381/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hif.c.o'
[1382/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sp_commands.c.o'
[1383/2387] Generating symbol file 'lib/76b5a35@@rte_security@sha/librte_security.so.21.0.symbols'
[1384/2387] Generating symbol file 'lib/76b5a35@@rte_ethdev@sha/librte_ethdev.so.21.0.symbols'
[1385/2387] Generating symbol file 'drivers/a715181@@rte_common_cpt@sha/librte_common_cpt.so.21.0.symbols'
[1386/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_regs.c.o'
[1387/2387] Generating rte_net_hns3.pmd.c with a custom command
[1388/2387] Compiling C object 'drivers/a715181@@rte_net_igc@sta/meson-generated_.._rte_net_igc.pmd.c.o'
[1389/2387] Linking static target drivers/libtmp_rte_net_octeontx.a
[1390/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_avx2.c.o'
[1391/2387] Compiling C object 'drivers/a715181@@rte_net_memif@sta/meson-generated_.._rte_net_memif.pmd.c.o'
[1392/2387] Compiling C object 'drivers/a715181@@rte_net_memif@sha/meson-generated_.._rte_net_memif.pmd.c.o'
[1393/2387] Compiling C object 'drivers/a715181@@rte_net_igc@sha/meson-generated_.._rte_net_igc.pmd.c.o'
[1394/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow_utils.c.o'
[1395/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_rxtx.c.o'
[1396/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_mcdi.c.o'
[1397/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_sriov.c.o'
[1398/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev_debug.c.o'
[1399/2387] Linking target lib/librte_kni.so.21.0
[1400/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'
[1401/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_kvargs.c.o'
[1402/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_sriov.c.o'
[1403/2387] Linking target lib/librte_gso.so.21.0
[1404/2387] Linking target lib/librte_pdump.so.21.0
[1405/2387] Linking target lib/librte_metrics.so.21.0
[1406/2387] Linking target lib/librte_gro.so.21.0
[1407/2387] Linking target lib/librte_ipsec.so.21.0
[1408/2387] Linking target lib/librte_ip_frag.so.21.0
[1409/2387] Linking target lib/librte_eventdev.so.21.0
[1410/2387] Linking target lib/librte_bpf.so.21.0
[1411/2387] Linking target lib/librte_node.so.21.0
[1412/2387] Linking target drivers/librte_common_octeontx2.so.21.0
[1413/2387] Linking target drivers/librte_net_af_packet.so.21.0
[1414/2387] Linking target drivers/librte_net_avp.so.21.0
[1415/2387] Linking target drivers/librte_net_ark.so.21.0
[1416/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o'
[1417/2387] Linking target drivers/librte_net_atlantic.so.21.0
[1418/2387] Compiling C object 'drivers/a715181@@rte_net_hns3@sta/meson-generated_.._rte_net_hns3.pmd.c.o'
[1419/2387] Linking target drivers/librte_net_axgbe.so.21.0
[1420/2387] Linking static target drivers/libtmp_rte_net_dpaa2.a
[1421/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_flow.c.o'
[1422/2387] Linking static target drivers/libtmp_rte_net_iavf.a
[1423/2387] Linking static target drivers/librte_net_hns3.a
[1424/2387] Linking target drivers/librte_net_ena.so.21.0
[1425/2387] Compiling C object 'drivers/a715181@@rte_net_hns3@sha/meson-generated_.._rte_net_hns3.pmd.c.o'
[1426/2387] Linking static target drivers/librte_net_memif.a
[1427/2387] Linking static target drivers/librte_net_igc.a
[1428/2387] Linking target drivers/librte_net_cxgbe.so.21.0
[1429/2387] Linking target drivers/librte_net_enetc.so.21.0
[1430/2387] Linking static target drivers/libtmp_rte_net_netvsc.a
[1431/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'
[1432/2387] Linking target drivers/librte_net_e1000.so.21.0
[1433/2387] Generating rte_net_octeontx.pmd.c with a custom command
[1434/2387] Linking target drivers/librte_net_enic.so.21.0
[1435/2387] Linking target drivers/librte_net_failsafe.so.21.0
[1436/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_main.c.o'
[1437/2387] Linking target drivers/librte_net_fm10k.so.21.0
[1438/2387] Generating rte_net_iavf.pmd.c with a custom command
[1439/2387] Linking static target drivers/libtmp_rte_net_bnx2x.a
[1440/2387] Linking target drivers/librte_net_bnxt.so.21.0
[1441/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx@sha/meson-generated_.._rte_net_octeontx.pmd.c.o'
[1442/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx@sta/meson-generated_.._rte_net_octeontx.pmd.c.o'
[1443/2387] Linking target drivers/librte_net_hinic.so.21.0
[1444/2387] Generating rte_net_netvsc.pmd.c with a custom command
[1445/2387] Generating rte_net_softnic_mingw with a custom command
[1446/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_conn.c.o'
[1447/2387] Generating rte_net_dpaa2.pmd.c with a custom command
[1448/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_ethdev.c.o'
[1449/2387] Linking static target drivers/librte_net_octeontx.a
[1450/2387] Compiling C object 'drivers/a715181@@rte_net_iavf@sta/meson-generated_.._rte_net_iavf.pmd.c.o'
[1451/2387] Generating rte_net_softnic_def with a custom command
[1452/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'
[1453/2387] Compiling C object 'drivers/a715181@@rte_net_iavf@sha/meson-generated_.._rte_net_iavf.pmd.c.o'
[1454/2387] Compiling C object 'drivers/a715181@@rte_net_netvsc@sta/meson-generated_.._rte_net_netvsc.pmd.c.o'
[1455/2387] Compiling C object 'drivers/a715181@@rte_net_netvsc@sha/meson-generated_.._rte_net_netvsc.pmd.c.o'
[1456/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sta/meson-generated_.._rte_net_dpaa2.pmd.c.o'
[1457/2387] Linking static target drivers/libtmp_rte_net_pfe.a
[1458/2387] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sha/meson-generated_.._rte_net_dpaa2.pmd.c.o'
[1459/2387] Generating rte_net_bnx2x.pmd.c with a custom command
[1460/2387] Linking static target drivers/librte_net_netvsc.a
[1461/2387] Generating rte_net_tap_def with a custom command
[1462/2387] Linking static target drivers/librte_net_iavf.a
[1463/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_spq.c.o'
[1464/2387] Linking static target drivers/librte_net_dpaa2.a
[1465/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_filter.c.o'
[1466/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_intr.c.o'
[1467/2387] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'
[1468/2387] Generating rte_net_tap_mingw with a custom command
[1469/2387] Generating rte_net_pfe.pmd.c with a custom command
[1470/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_hw.c.o'
[1471/2387] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'
[1472/2387] Linking static target drivers/librte_net_bnx2x.a
[1473/2387] Compiling C object 'drivers/a715181@@rte_net_pfe@sha/meson-generated_.._rte_net_pfe.pmd.c.o'
[1474/2387] Compiling C object 'drivers/a715181@@rte_net_pfe@sta/meson-generated_.._rte_net_pfe.pmd.c.o'
[1475/2387] Linking static target drivers/librte_net_pfe.a
[1476/2387] Generating rte_net_thunderx_def with a custom command
[1477/2387] Generating rte_net_thunderx_mingw with a custom command
[1478/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tso.c.o'
[1479/2387] Generating rte_net_vdev_netvsc_def with a custom command
[1480/2387] Generating rte_net_vdev_netvsc_mingw with a custom command
[1481/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_filter.c.o'
[1482/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_port.c.o'
[1483/2387] Generating rte_net_vhost_mingw with a custom command
[1484/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_svf.c.o'
[1485/2387] Generating rte_net_vhost_def with a custom command
[1486/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_link.c.o'
[1487/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_net.c.o'
[1488/2387] Linking static target drivers/libtmp_rte_net_nfp.a
[1489/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_netlink.c.o'
[1490/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc.c.o'
[1491/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_tap.c.o'
[1492/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_swq.c.o'
[1493/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ev.c.o'
[1494/2387] Generating rte_net_nfp.pmd.c with a custom command
[1495/2387] Compiling C object 'drivers/a715181@@rte_net_nfp@sha/meson-generated_.._rte_net_nfp.pmd.c.o'
[1496/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_mempool.c.o'
[1497/2387] Compiling C object 'drivers/a715181@@rte_net_nfp@sta/meson-generated_.._rte_net_nfp.pmd.c.o'
[1498/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_action.c.o'
[1499/2387] Linking static target drivers/librte_net_nfp.a
[1500/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'
[1501/2387] Linking static target drivers/libtmp_rte_net_ice.a
[1502/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dcbx.c.o'
[1503/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_fw_funcs.c.o'
[1504/2387] Generating rte_net_liquidio.sym_chk with a meson_exe.py custom command
[1505/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_cryptodev.c.o'
[1506/2387] Generating rte_net_virtio_mingw with a custom command
[1507/2387] Generating rte_net_ice.pmd.c with a custom command
[1508/2387] Generating rte_net_virtio_def with a custom command
[1509/2387] Compiling C object 'drivers/a715181@@rte_net_ice@sta/meson-generated_.._rte_net_ice.pmd.c.o'
[1510/2387] Generating rte_net_vmxnet3_mingw with a custom command
[1511/2387] Generating rte_net_null.sym_chk with a meson_exe.py custom command
[1512/2387] Compiling C object 'drivers/a715181@@rte_net_ice@sha/meson-generated_.._rte_net_ice.pmd.c.o'
[1513/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_l2.c.o'
[1514/2387] Linking target drivers/librte_net_liquidio.so.21.0
[1515/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_int.c.o'
[1516/2387] Generating rte_net_vmxnet3_def with a custom command
[1517/2387] Generating rte_raw_dpaa2_cmdif_def with a custom command
[1518/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_pipeline.c.o'
[1519/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_essb_rx.c.o'
[1520/2387] Generating rte_raw_dpaa2_cmdif_mingw with a custom command
[1521/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_vf.c.o'
[1522/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tx.c.o'
[1523/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic.c.o'
[1524/2387] Generating rte_raw_dpaa2_qdma_def with a custom command
[1525/2387] Linking target drivers/librte_net_null.so.21.0
[1526/2387] Generating rte_raw_dpaa2_qdma_mingw with a custom command
[1527/2387] Generating rte_raw_ioat_mingw with a custom command
[1528/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_cxt.c.o'
[1529/2387] Generating rte_raw_ioat_def with a custom command
[1530/2387] Generating rte_raw_ntb_def with a custom command
[1531/2387] Generating rte_raw_ntb_mingw with a custom command
[1532/2387] Generating rte_raw_octeontx2_dma_def with a custom command
[1533/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_rx.c.o'
[1534/2387] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_switch.c.o'
[1535/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_tcmsgs.c.o'
[1536/2387] Linking static target drivers/net/ice/base/libice_base.a
[1537/2387] Linking static target drivers/librte_net_ice.a
[1538/2387] Generating rte_raw_octeontx2_dma_mingw with a custom command
[1539/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_bpf_api.c.o'
[1540/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_rx.c.o'
[1541/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_intr.c.o'
[1542/2387] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_bsvf.c.o'
[1543/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev.c.o'
[1544/2387] Generating symbol file 'lib/76b5a35@@rte_metrics@sha/librte_metrics.so.21.0.symbols'
[1545/2387] Generating rte_raw_octeontx2_ep_def with a custom command
[1546/2387] Generating rte_raw_octeontx2_ep_mingw with a custom command
[1547/2387] Generating symbol file 'lib/76b5a35@@rte_gso@sha/librte_gso.so.21.0.symbols'
[1548/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_parser.c.o'
[1549/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_meter.c.o'
[1550/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_dpaa2_cmdif@sta/raw_dpaa2_cmdif_dpaa2_cmdif.c.o'
[1551/2387] Linking static target drivers/libtmp_rte_raw_dpaa2_cmdif.a
[1552/2387] Generating symbol file 'lib/76b5a35@@rte_eventdev@sha/librte_eventdev.so.21.0.symbols'
[1553/2387] Generating symbol file 'lib/76b5a35@@rte_kni@sha/librte_kni.so.21.0.symbols'
[1554/2387] Generating rte_raw_skeleton_def with a custom command
[1555/2387] Generating rte_raw_dpaa2_cmdif.pmd.c with a custom command
[1556/2387] Generating rte_raw_skeleton_mingw with a custom command
[1557/2387] Linking target lib/librte_bitratestats.so.21.0
[1558/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sta/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'
[1559/2387] Generating symbol file 'drivers/a715181@@rte_common_octeontx2@sha/librte_common_octeontx2.so.21.0.symbols'
[1560/2387] Linking target lib/librte_latencystats.so.21.0
[1561/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sha/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'
[1562/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_ethdev.c.o'
[1563/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ethdev.c.o'
[1564/2387] Generating symbol file 'lib/76b5a35@@rte_ip_frag@sha/librte_ip_frag.so.21.0.symbols'
[1565/2387] Generating rte_net_hns3.sym_chk with a meson_exe.py custom command
[1566/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb_hw_intel.c.o'
[1567/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_logs.c.o'
[1568/2387] Linking static target drivers/librte_raw_dpaa2_cmdif.a
[1569/2387] Linking target drivers/librte_net_kni.so.21.0
[1570/2387] Linking target drivers/librte_bus_dpaa.so.21.0
[1571/2387] Linking target drivers/librte_bus_fslmc.so.21.0
[1572/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_rx.c.o'
[1573/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ring@sta/net_ring_rte_eth_ring.c.o'
[1574/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple.c.o'
[1575/2387] Linking static target drivers/libtmp_rte_net_ring.a
[1576/2387] Generating rte_net_memif.sym_chk with a meson_exe.py custom command
[1577/2387] Linking target drivers/librte_regex_octeontx2_regex.so.21.0
[1578/2387] Linking target drivers/librte_mempool_octeontx2.so.21.0
[1579/2387] Generating rte_net_ring.pmd.c with a custom command
[1580/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_tm.c.o'
[1581/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_flow.c.o'
[1582/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel_tap.c.o'
[1583/2387] Linking target drivers/librte_net_bond.so.21.0
[1584/2387] Generating rte_net_igc.sym_chk with a meson_exe.py custom command
[1585/2387] Linking target drivers/librte_net_hns3.so.21.0
[1586/2387] Linking target lib/librte_port.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1587/2387] Compiling C object 'drivers/a715181@@rte_net_ring@sha/meson-generated_.._rte_net_ring.pmd.c.o'
[1588/2387] Compiling C object 'drivers/a715181@@rte_net_ring@sta/meson-generated_.._rte_net_ring.pmd.c.o'
[1589/2387] Generating rte_net_octeontx.sym_chk with a meson_exe.py custom command
[1590/2387] Linking static target drivers/librte_net_ring.a
[1591/2387] Generating rte_net_netvsc.sym_chk with a meson_exe.py custom command
[1592/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs_rm_common.c.o'
[1593/2387] Linking target drivers/librte_net_memif.so.21.0
[1594/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_vfio.c.o'
[1595/2387] Generating rte_crypto_bcmfs_def with a custom command
[1596/2387] Generating rte_crypto_bcmfs_mingw with a custom command
[1597/2387] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command
[1598/2387] Linking target drivers/librte_net_igc.so.21.0
[1599/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'
[1600/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel.c.o'
[1601/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_tx.c.o'
[1602/2387] Generating rte_crypto_caam_jr_mingw with a custom command
[1603/2387] Linking target drivers/librte_net_netvsc.so.21.0
[1604/2387] Linking target drivers/librte_net_octeontx.so.21.0
[1605/2387] Generating rte_crypto_caam_jr_def with a custom command
[1606/2387] Generating rte_net_bnx2x.sym_chk with a meson_exe.py custom command
[1607/2387] Generating rte_net_pfe.sym_chk with a meson_exe.py custom command
[1608/2387] Generating rte_crypto_dpaa_sec_def with a custom command
[1609/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple_sse.c.o'
[1610/2387] Generating rte_net_dpaa2.sym_chk with a meson_exe.py custom command
[1611/2387] Generating rte_crypto_dpaa_sec_mingw with a custom command
[1612/2387] Generating rte_crypto_dpaa2_sec_def with a custom command
[1613/2387] Linking target drivers/librte_net_iavf.so.21.0
[1614/2387] Generating rte_crypto_dpaa2_sec_mingw with a custom command
[1615/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_vdpa.c.o'
[1616/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_pci.c.o'
[1617/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_user.c.o'
[1618/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vdev_netvsc@sta/net_vdev_netvsc_vdev_netvsc.c.o'
[1619/2387] Linking target drivers/librte_net_pfe.so.21.0
[1620/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_rawdev.c.o'
[1621/2387] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_mbox.c.o'
[1622/2387] Linking target drivers/librte_net_bnx2x.so.21.0
[1623/2387] Linking static target drivers/libtmp_rte_net_vdev_netvsc.a
[1624/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_qp.c.o'
[1625/2387] Generating rte_crypto_nitrox_def with a custom command
[1626/2387] Generating rte_crypto_nitrox_mingw with a custom command
[1627/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_idxd_vdev.c.o'
[1628/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_logs.c.o'
[1629/2387] Generating rte_net_vdev_netvsc.pmd.c with a custom command
[1630/2387] Generating rte_crypto_null_def with a custom command
[1631/2387] Generating rte_crypto_null_mingw with a custom command
[1632/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_common.c.o'
[1633/2387] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sta/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'
[1634/2387] Generating rte_crypto_octeontx_def with a custom command
[1635/2387] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sha/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'
[1636/2387] Linking static target drivers/librte_net_vdev_netvsc.a
[1637/2387] Generating rte_crypto_octeontx_mingw with a custom command
[1638/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs5_rm.c.o'
[1639/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_hal.c.o'
[1640/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtqueue.c.o'
[1641/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_idxd_pci.c.o'
[1642/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs4_rm.c.o'
[1643/2387] Generating rte_net_nfp.sym_chk with a meson_exe.py custom command
[1644/2387] Generating rte_crypto_octeontx2_def with a custom command
[1645/2387] Generating rte_crypto_octeontx2_mingw with a custom command
[1646/2387] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_hw.c.o'
[1647/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_msg.c.o'
[1648/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_ethdev.c.o'
[1649/2387] Linking static target drivers/net/thunderx/base/libnicvf_base.a
[1650/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_test.c.o'
[1651/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_virtio_user_dev.c.o'
[1652/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_mc_dpseci.c.o'
[1653/2387] Linking target drivers/librte_net_nfp.so.21.0
[1654/2387] Generating rte_crypto_scheduler_def with a custom command
[1655/2387] Generating rte_crypto_scheduler_mingw with a custom command
[1656/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o'
[1657/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_flow.c.o'
[1658/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_capabilities.c.o'
[1659/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_mcp.c.o'
[1660/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'
[1661/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'
[1662/2387] Generating rte_crypto_virtio_mingw with a custom command
[1663/2387] Generating rte_crypto_virtio_def with a custom command
[1664/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_pcap@sta/net_pcap_rte_eth_pcap.c.o'
[1665/2387] Generating rte_compress_octeontx_def with a custom command
[1666/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'
[1667/2387] Linking static target drivers/libtmp_rte_net_pcap.a
[1668/2387] Generating rte_compress_octeontx_mingw with a custom command
[1669/2387] Generating rte_net_pcap.pmd.c with a custom command
[1670/2387] Generating rte_compress_zlib_mingw with a custom command
[1671/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev_test.c.o'
[1672/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_tx.c.o'
[1673/2387] Generating rte_compress_zlib_def with a custom command
[1674/2387] Compiling C object 'drivers/a715181@@rte_net_pcap@sta/meson-generated_.._rte_net_pcap.pmd.c.o'
[1675/2387] Linking static target drivers/libtmp_rte_net_sfc.a
[1676/2387] Compiling C object 'drivers/a715181@@rte_net_pcap@sha/meson-generated_.._rte_net_pcap.pmd.c.o'
[1677/2387] Linking static target drivers/librte_net_pcap.a
[1678/2387] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sha/meson-generated_.._rte_vdpa_ifc.pmd.c.o'
[1679/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev.c.o'
[1680/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_rxtx.c.o'
[1681/2387] Linking static target drivers/libtmp_rte_raw_skeleton.a
[1682/2387] Generating rte_event_dpaa_def with a custom command
[1683/2387] Generating rte_event_dpaa_mingw with a custom command
[1684/2387] Generating rte_raw_skeleton.pmd.c with a custom command
[1685/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym.c.o'
[1686/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_device.c.o'
[1687/2387] Generating rte_net_sfc.pmd.c with a custom command
[1688/2387] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sta/meson-generated_.._rte_raw_skeleton.pmd.c.o'
[1689/2387] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sha/meson-generated_.._rte_raw_skeleton.pmd.c.o'
[1690/2387] Linking static target drivers/librte_raw_skeleton.a
[1691/2387] Generating rte_net_ice.sym_chk with a meson_exe.py custom command
[1692/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_capabilities.c.o'
[1693/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_enqdeq.c.o'
[1694/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_session.c.o'
[1695/2387] Compiling C object 'drivers/a715181@@rte_net_sfc@sha/meson-generated_.._rte_net_sfc.pmd.c.o'
[1696/2387] Compiling C object 'drivers/a715181@@rte_net_sfc@sta/meson-generated_.._rte_net_sfc.pmd.c.o'
[1697/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_tm.c.o'
[1698/2387] Linking static target drivers/libtmp_rte_raw_octeontx2_ep.a
[1699/2387] Generating rte_event_dpaa2_mingw with a custom command
[1700/2387] Linking static target drivers/librte_net_sfc.a
[1701/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_capabilities.c.o'
[1702/2387] Generating rte_raw_octeontx2_ep.pmd.c with a custom command
[1703/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_rawdev.c.o'
[1704/2387] Generating rte_event_dpaa2_def with a custom command
[1705/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_ethdev.c.o'
[1706/2387] Linking static target drivers/libtmp_rte_raw_octeontx2_dma.a
[1707/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_thread.c.o'
[1708/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sta/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'
[1709/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'
[1710/2387] Generating symbol file 'drivers/a715181@@rte_bus_dpaa@sha/librte_bus_dpaa.so.21.0.symbols'
[1711/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_device.c.o'
[1712/2387] Linking static target drivers/librte_raw_octeontx2_ep.a
[1713/2387] Linking target drivers/librte_net_ice.so.21.0
[1714/2387] Generating rte_raw_octeontx2_dma.pmd.c with a custom command
[1715/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_qp.c.o'
[1716/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_capabilities.c.o'
[1717/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vhost@sta/net_vhost_rte_eth_vhost.c.o'
[1718/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_pmd.c.o'
[1719/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_dma@sta/meson-generated_.._rte_raw_octeontx2_dma.pmd.c.o'
[1720/2387] Linking static target drivers/libtmp_rte_net_vhost.a
[1721/2387] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_dma@sha/meson-generated_.._rte_raw_octeontx2_dma.pmd.c.o'
[1722/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_hw.c.o'
[1723/2387] Linking static target drivers/librte_raw_octeontx2_dma.a
[1724/2387] Generating rte_net_vhost.pmd.c with a custom command
[1725/2387] Generating rte_event_octeontx2_def with a custom command
[1726/2387] Generating rte_event_octeontx2_mingw with a custom command
[1727/2387] Generating symbol file 'drivers/a715181@@rte_bus_fslmc@sha/librte_bus_fslmc.so.21.0.symbols'
[1728/2387] Compiling C object 'drivers/a715181@@rte_net_vhost@sta/meson-generated_.._rte_net_vhost.pmd.c.o'
[1729/2387] Generating rte_raw_dpaa2_cmdif.sym_chk with a meson_exe.py custom command
[1730/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_uio.c.o'
[1731/2387] Linking static target drivers/librte_net_vhost.a
[1732/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_engine.c.o'
[1733/2387] Generating symbol file 'lib/76b5a35@@rte_port@sha/librte_port.so.21.0.symbols'
[1734/2387] Linking target drivers/librte_mempool_dpaa.so.21.0
[1735/2387] Compiling C object 'drivers/a715181@@rte_net_vhost@sha/meson-generated_.._rte_net_vhost.pmd.c.o'
[1736/2387] Linking static target drivers/libtmp_rte_crypto_bcmfs.a
[1737/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev.c.o'
[1738/2387] Generating rte_net_ring.sym_chk with a meson_exe.py custom command
[1739/2387] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.21.0.symbols'
[1740/2387] Generating rte_event_opdl_mingw with a custom command
[1741/2387] Generating rte_event_opdl_def with a custom command
[1742/2387] Generating rte_event_skeleton_def with a custom command
[1743/2387] Generating rte_event_skeleton_mingw with a custom command
[1744/2387] Linking target drivers/librte_net_ring.so.21.0
[1745/2387] Linking target drivers/librte_mempool_dpaa2.so.21.0
[1746/2387] Linking target lib/librte_table.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1747/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_hw_access.c.o'
[1748/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_mbox.c.o'
[1749/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd_ops.c.o'
[1750/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev.c.o'
[1751/2387] Generating rte_crypto_bcmfs.pmd.c with a custom command
[1752/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_xstats.c.o'
[1753/2387] Generating symbol file 'drivers/a715181@@rte_net_octeontx@sha/librte_net_octeontx.so.21.0.symbols'
[1754/2387] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sha/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'
[1755/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_capabilities.c.o'
[1756/2387] Generating rte_event_sw_mingw with a custom command
[1757/2387] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sta/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'
[1758/2387] Generating rte_event_sw_def with a custom command
[1759/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_rawdev_test.c.o'
[1760/2387] Linking static target drivers/librte_crypto_bcmfs.a
[1761/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_hw_access.c.o'
[1762/2387] Linking static target drivers/libtmp_rte_raw_ioat.a
[1763/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_reqmgr.c.o'
[1764/2387] Generating rte_event_dsw_def with a custom command
[1765/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sriov.c.o'
[1766/2387] Generating rte_event_dsw_mingw with a custom command
[1767/2387] Generating rte_raw_ioat.pmd.c with a custom command
[1768/2387] Compiling C object 'drivers/a715181@@rte_raw_ioat@sta/meson-generated_.._rte_raw_ioat.pmd.c.o'
[1769/2387] Linking static target drivers/librte_raw_ioat.a
[1770/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip.c.o'
[1771/2387] Compiling C object 'drivers/a715181@@rte_raw_ioat@sha/meson-generated_.._rte_raw_ioat.pmd.c.o'
[1772/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_pci.c.o'
[1773/2387] Generating rte_net_vdev_netvsc.sym_chk with a meson_exe.py custom command
[1774/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_skeleton@sta/event_skeleton_skeleton_eventdev.c.o'
[1775/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym.c.o'
[1776/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd.c.o'
[1777/2387] Linking static target drivers/libtmp_rte_event_skeleton.a
[1778/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_mbox.c.o'
[1779/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd_ops.c.o'
[1780/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_rxtx.c.o'
[1781/2387] Linking static target drivers/libtmp_rte_crypto_nitrox.a
[1782/2387] Generating rte_event_skeleton.pmd.c with a custom command
[1783/2387] Generating rte_event_octeontx_mingw with a custom command
[1784/2387] Compiling C object 'drivers/a715181@@rte_event_skeleton@sta/meson-generated_.._rte_event_skeleton.pmd.c.o'
[1785/2387] Linking target drivers/librte_net_vdev_netvsc.so.21.0
[1786/2387] Generating rte_event_octeontx_def with a custom command
[1787/2387] Generating rte_crypto_nitrox.pmd.c with a custom command
[1788/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev.c.o'
[1789/2387] Compiling C object 'drivers/a715181@@rte_event_skeleton@sha/meson-generated_.._rte_event_skeleton.pmd.c.o'
[1790/2387] Generating rte_baseband_null_def with a custom command
[1791/2387] Linking static target drivers/librte_event_skeleton.a
[1792/2387] Generating rte_baseband_null_mingw with a custom command
[1793/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtqueue.c.o'
[1794/2387] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sha/meson-generated_.._rte_crypto_nitrox.pmd.c.o'
[1795/2387] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sta/meson-generated_.._rte_crypto_nitrox.pmd.c.o'
[1796/2387] Generating rte_baseband_turbo_sw_def with a custom command
[1797/2387] Generating rte_baseband_turbo_sw_mingw with a custom command
[1798/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o'
[1799/2387] Linking static target drivers/librte_crypto_nitrox.a
[1800/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd_ops.c.o'
[1801/2387] Generating rte_baseband_fpga_lte_fec_def with a custom command
[1802/2387] Generating rte_baseband_fpga_lte_fec_mingw with a custom command
[1803/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'
[1804/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_roundrobin.c.o'
[1805/2387] Generating rte_baseband_fpga_5gnr_fec_def with a custom command
[1806/2387] Linking static target drivers/libtmp_rte_net_ixgbe.a
[1807/2387] Generating rte_baseband_fpga_5gnr_fec_mingw with a custom command
[1808/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'
[1809/2387] Generating rte_baseband_acc100_def with a custom command
[1810/2387] Generating rte_baseband_acc100_mingw with a custom command
[1811/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'
[1812/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_ethdev.c.o'
[1813/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_hw_dpcon.c.o'
[1814/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pkt_size_distr.c.o'
[1815/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_rxtx.c.o'
[1816/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_sec.c.o'
[1817/2387] Generating rte_net_ixgbe.pmd.c with a custom command
[1818/2387] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'
[1819/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_init.c.o'
[1820/2387] Generating rte_vdpa_ifc.sym_chk with a meson_exe.py custom command
[1821/2387] Linking static target drivers/librte_net_ixgbe.a
[1822/2387] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'
[1823/2387] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_commands.c.o'
[1824/2387] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_cmdline_test.c.o'
[1825/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_xstats.c.o'
[1826/2387] Generating rte_net_pcap.sym_chk with a meson_exe.py custom command
[1827/2387] Linking target drivers/librte_net_pcap.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1828/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_cryptodev.c.o'
[1829/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_crypto_adptr.c.o'
[1830/2387] Linking static target drivers/libtmp_rte_crypto_virtio.a
[1831/2387] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dev.c.o'
[1832/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd.c.o'
[1833/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_evdev.c.o'
[1834/2387] Generating rte_net_sfc.sym_chk with a meson_exe.py custom command
[1835/2387] Linking static target drivers/net/qede/base/libqede_base.a
[1836/2387] Linking static target drivers/libtmp_rte_crypto_null.a
[1837/2387] Generating rte_crypto_virtio.pmd.c with a custom command
[1838/2387] Generating rte_crypto_null.pmd.c with a custom command
[1839/2387] Generating rte_raw_skeleton.sym_chk with a meson_exe.py custom command
[1840/2387] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sta/meson-generated_.._rte_crypto_virtio.pmd.c.o'
[1841/2387] Compiling C object 'drivers/a715181@@rte_crypto_null@sta/meson-generated_.._rte_crypto_null.pmd.c.o'
[1842/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_main.c.o'
[1843/2387] Compiling C object 'drivers/a715181@@rte_crypto_null@sha/meson-generated_.._rte_crypto_null.pmd.c.o'
[1844/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb.c.o'
[1845/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa@sta/event_dpaa_dpaa_eventdev.c.o'
[1846/2387] Linking static target drivers/librte_crypto_null.a
[1847/2387] Linking target drivers/librte_net_sfc.so.21.0
[1848/2387] Linking static target drivers/librte_crypto_virtio.a
[1849/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'
[1850/2387] Linking static target drivers/libtmp_rte_raw_ntb.a
[1851/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_irq.c.o'
[1852/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev.c.o'
[1853/2387] Linking target drivers/librte_raw_skeleton.so.21.0
[1854/2387] Linking static target drivers/libtmp_rte_event_dpaa.a
[1855/2387] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sha/meson-generated_.._rte_crypto_virtio.pmd.c.o'
[1856/2387] Linking static target drivers/libtmp_rte_net_i40e.a
[1857/2387] Generating rte_event_dpaa.pmd.c with a custom command
[1858/2387] Generating rte_raw_octeontx2_ep.sym_chk with a meson_exe.py custom command
[1859/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_ethdev.c.o'
[1860/2387] Generating rte_raw_ntb.pmd.c with a custom command
[1861/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa@sta/meson-generated_.._rte_event_dpaa.pmd.c.o'
[1862/2387] Linking static target drivers/libtmp_rte_net_thunderx.a
[1863/2387] Compiling C object 'drivers/a715181@@rte_raw_ntb@sta/meson-generated_.._rte_raw_ntb.pmd.c.o'
[1864/2387] Linking static target drivers/librte_raw_ntb.a
[1865/2387] Compiling C object 'drivers/a715181@@rte_raw_ntb@sha/meson-generated_.._rte_raw_ntb.pmd.c.o'
[1866/2387] Generating rte_net_thunderx.pmd.c with a custom command
[1867/2387] Generating rte_net_i40e.pmd.c with a custom command
[1868/2387] Generating rte_net_vhost.sym_chk with a meson_exe.py custom command
[1869/2387] Linking static target drivers/librte_event_dpaa.a
[1870/2387] Generating rte_raw_octeontx2_dma.sym_chk with a meson_exe.py custom command
[1871/2387] Linking target drivers/librte_raw_octeontx2_ep.so.21.0
[1872/2387] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa@sha/librte_mempool_dpaa.so.21.0.symbols'
[1873/2387] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa2@sha/librte_mempool_dpaa2.so.21.0.symbols'
[1874/2387] Compiling C object 'drivers/a715181@@rte_net_thunderx@sha/meson-generated_.._rte_net_thunderx.pmd.c.o'
[1875/2387] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'
[1876/2387] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'
[1877/2387] Compiling C object 'drivers/a715181@@rte_net_thunderx@sta/meson-generated_.._rte_net_thunderx.pmd.c.o'
[1878/2387] Linking static target drivers/librte_net_i40e.a
[1879/2387] Linking static target drivers/librte_net_thunderx.a
[1880/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa@sha/meson-generated_.._rte_event_dpaa.pmd.c.o'
[1881/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_probe.c.o'
[1882/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev.c.o'
[1883/2387] Linking target drivers/librte_raw_octeontx2_dma.so.21.0
[1884/2387] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.0.symbols'
[1885/2387] Linking target drivers/librte_raw_dpaa2_cmdif.so.21.0
[1886/2387] Linking target drivers/librte_net_dpaa.so.21.0
[1887/2387] Linking target drivers/librte_net_dpaa2.so.21.0
[1888/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_probe.c.o'
[1889/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd.c.o'
[1890/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'
[1891/2387] Linking static target drivers/libtmp_rte_compress_zlib.a
[1892/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_cli.c.o'
[1893/2387] Linking target lib/librte_flow_classify.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[1894/2387] Generating rte_crypto_bcmfs.sym_chk with a meson_exe.py custom command
[1895/2387] Compiling C object 'drivers/a715181@@tmp_rte_raw_dpaa2_qdma@sta/raw_dpaa2_qdma_dpaa2_qdma.c.o'
[1896/2387] Linking static target drivers/libtmp_rte_net_softnic.a
[1897/2387] Generating rte_compress_zlib.pmd.c with a custom command
[1898/2387] Linking static target drivers/libtmp_rte_raw_dpaa2_qdma.a
[1899/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_rte_eth_tap.c.o'
[1900/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_worker.c.o'
[1901/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_evdev.c.o'
[1902/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_adptr.c.o'
[1903/2387] Generating rte_raw_dpaa2_qdma.pmd.c with a custom command
[1904/2387] Linking static target drivers/libtmp_rte_net_tap.a
[1905/2387] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'
[1906/2387] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'
[1907/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_qdma@sta/meson-generated_.._rte_raw_dpaa2_qdma.pmd.c.o'
[1908/2387] Linking static target drivers/librte_compress_zlib.a
[1909/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_test.c.o'
[1910/2387] Generating rte_net_tap.pmd.c with a custom command
[1911/2387] Linking static target drivers/librte_raw_dpaa2_qdma.a
[1912/2387] Linking target drivers/librte_crypto_bcmfs.so.21.0
[1913/2387] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_qdma@sha/meson-generated_.._rte_raw_dpaa2_qdma.pmd.c.o'
[1914/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev_selftest.c.o'
[1915/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev.c.o'
[1916/2387] Compiling C object 'drivers/a715181@@rte_net_tap@sta/meson-generated_.._rte_net_tap.pmd.c.o'
[1917/2387] Linking static target drivers/libtmp_rte_event_dpaa2.a
[1918/2387] Generating rte_net_softnic.pmd.c with a custom command
[1919/2387] Compiling C object 'drivers/a715181@@rte_net_tap@sha/meson-generated_.._rte_net_tap.pmd.c.o'
[1920/2387] Linking static target drivers/librte_net_tap.a
[1921/2387] Generating rte_raw_ioat.sym_chk with a meson_exe.py custom command
[1922/2387] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip_pmd.c.o'
[1923/2387] Generating rte_event_dpaa2.pmd.c with a custom command
[1924/2387] Compiling C object 'drivers/a715181@@rte_net_softnic@sta/meson-generated_.._rte_net_softnic.pmd.c.o'
[1925/2387] Linking static target drivers/libtmp_rte_compress_octeontx.a
[1926/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_tim_evdev.c.o'
[1927/2387] Compiling C object 'drivers/a715181@@rte_net_softnic@sha/meson-generated_.._rte_net_softnic.pmd.c.o'
[1928/2387] Linking static target drivers/librte_net_softnic.a
[1929/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sta/meson-generated_.._rte_event_dpaa2.pmd.c.o'
[1930/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_main.c.o'
[1931/2387] Linking static target drivers/librte_event_dpaa2.a
[1932/2387] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sha/meson-generated_.._rte_event_dpaa2.pmd.c.o'
[1933/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_worker.c.o'
[1934/2387] Generating rte_compress_octeontx.pmd.c with a custom command
[1935/2387] Linking target drivers/librte_raw_ioat.so.21.0
[1936/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_rxtx.c.o'
[1937/2387] Linking static target drivers/libtmp_rte_net_vmxnet3.a
[1938/2387] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'
[1939/2387] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'
[1940/2387] Linking static target drivers/librte_compress_octeontx.a
[1941/2387] Generating rte_net_vmxnet3.pmd.c with a custom command
[1942/2387] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sta/meson-generated_.._rte_net_vmxnet3.pmd.c.o'
[1943/2387] Generating rte_event_skeleton.sym_chk with a meson_exe.py custom command
[1944/2387] Generating rte_crypto_nitrox.sym_chk with a meson_exe.py custom command
[1945/2387] Linking static target drivers/librte_net_vmxnet3.a
[1946/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'
[1947/2387] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sha/meson-generated_.._rte_net_vmxnet3.pmd.c.o'
[1948/2387] Linking target drivers/librte_crypto_nitrox.so.21.0
[1949/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_parser.c.o'
[1950/2387] Linking target drivers/librte_event_skeleton.so.21.0
[1951/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm.c.o'
[1952/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_options_parse.c.o'
[1953/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_throughput.c.o'
[1954/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_stub.c.o'
[1955/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_acl.c.o'
[1956/2387] Compiling C object 'app/a172ced@@dpdk-test-acl@exe/test-acl_main.c.o'
[1957/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm_ipv6.c.o'
[1958/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'
[1959/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_hash.c.o'
[1960/2387] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command
[1961/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_latency.c.o'
[1962/2387] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'
[1963/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'
[1964/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_debug.c.o'
[1965/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_main.c.o'
[1966/2387] Linking static target drivers/libtmp_rte_net_qede.a
[1967/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'
[1968/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_common.c.o'
[1969/2387] Generating rte_crypto_null.sym_chk with a meson_exe.py custom command
[1970/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev.c.o'
[1971/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vectors.c.o'
[1972/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_5gnr_fec@sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'
[1973/2387] Generating rte_crypto_virtio.sym_chk with a meson_exe.py custom command
[1974/2387] Linking static target drivers/libtmp_rte_baseband_fpga_5gnr_fec.a
[1975/2387] Linking target drivers/librte_net_ixgbe.so.21.0
[1976/2387] Generating rte_net_qede.pmd.c with a custom command
[1977/2387] Generating rte_baseband_fpga_5gnr_fec.pmd.c with a custom command
[1978/2387] Compiling C object 'drivers/a715181@@rte_net_qede@sta/meson-generated_.._rte_net_qede.pmd.c.o'
[1979/2387] Compiling C object 'drivers/a715181@@rte_net_qede@sha/meson-generated_.._rte_net_qede.pmd.c.o'
[1980/2387] Linking target drivers/librte_crypto_null.so.21.0
[1981/2387] Linking static target drivers/librte_net_qede.a
[1982/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_options.c.o'
[1983/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sta/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'
[1984/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'
[1985/2387] Linking target drivers/librte_crypto_virtio.so.21.0
[1986/2387] Linking static target drivers/librte_baseband_fpga_5gnr_fec.a
[1987/2387] Generating rte_raw_ntb.sym_chk with a meson_exe.py custom command
[1988/2387] Generating rte_event_dpaa.sym_chk with a meson_exe.py custom command
[1989/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_lte_fec@sta/baseband_fpga_lte_fec_fpga_lte_fec.c.o'
[1990/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_flow_gen.c.o'
[1991/2387] Linking static target drivers/libtmp_rte_baseband_fpga_lte_fec.a
[1992/2387] Generating rte_baseband_fpga_lte_fec.pmd.c with a custom command
[1993/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_ops.c.o'
[1994/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sta/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'
[1995/2387] Generating symbol file 'drivers/a715181@@rte_net_dpaa@sha/librte_net_dpaa.so.21.0.symbols'
[1996/2387] Linking target drivers/librte_raw_ntb.so.21.0
[1997/2387] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'
[1998/2387] Linking static target drivers/librte_baseband_fpga_lte_fec.a
[1999/2387] Generating symbol file 'drivers/a715181@@rte_net_dpaa2@sha/librte_net_dpaa2.so.21.0.symbols'
[2000/2387] Generating rte_net_thunderx.sym_chk with a meson_exe.py custom command
[2001/2387] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command
[2002/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'
[2003/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'
[2004/2387] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_cyclecount.c.o'
[2005/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_verify.c.o'
[2006/2387] Linking target drivers/librte_net_thunderx.so.21.0
[2007/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_main.c.o'
[2008/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_vector.c.o'
[2009/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_common.c.o'
[2010/2387] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_main.c.o'
[2011/2387] Linking target drivers/librte_net_i40e.so.21.0
[2012/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline.c.o'
[2013/2387] Generating rte_compress_zlib.sym_chk with a meson_exe.py custom command
[2014/2387] Generating rte_raw_dpaa2_qdma.sym_chk with a meson_exe.py custom command
[2015/2387] Generating rte_net_tap.sym_chk with a meson_exe.py custom command
[2016/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'
[2017/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_items_gen.c.o'
[2018/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'
[2019/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_byteorder.c.o'
[2020/2387] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'
[2021/2387] Linking target drivers/librte_compress_zlib.so.21.0
[2022/2387] Linking target drivers/librte_raw_dpaa2_qdma.so.21.0
[2023/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitops.c.o'
[2024/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_config.c.o'
[2025/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_atq.c.o'
[2026/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_alarm.c.o'
[2027/2387] Generating rte_event_dpaa2.sym_chk with a meson_exe.py custom command
[2028/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_init.c.o'
[2029/2387] Linking target drivers/librte_net_tap.so.21.0
[2030/2387] Generating rte_net_softnic.sym_chk with a meson_exe.py custom command
[2031/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test.c.o'
[2032/2387] Generating rte_compress_octeontx.sym_chk with a meson_exe.py custom command
[2033/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_queue.c.o'
[2034/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_atq.c.o'
[2035/2387] Generating rte_net_vmxnet3.sym_chk with a meson_exe.py custom command
[2036/2387] Linking target drivers/librte_compress_octeontx.so.21.0
[2037/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_actions_gen.c.o'
[2038/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_lib.c.o'
[2039/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_portlist.c.o'
[2040/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cpuflags.c.o'
[2041/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_string.c.o'
[2042/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_atomic.c.o'
[2043/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cycles.c.o'
[2044/2387] Linking target drivers/librte_net_vmxnet3.so.21.0
[2045/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_null@sta/baseband_null_bbdev_null.c.o'
[2046/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_num.c.o'
[2047/2387] Linking static target drivers/libtmp_rte_baseband_null.a
[2048/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_debug.c.o'
[2049/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'
[2050/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_cirbuf.c.o'
[2051/2387] Generating rte_baseband_null.pmd.c with a custom command
[2052/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_fs.c.o'
[2053/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_errno.c.o'
[2054/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_ipaddr.c.o'
[2055/2387] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'
[2056/2387] Linking static target drivers/librte_baseband_null.a
[2057/2387] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'
[2058/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_common.c.o'
[2059/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'
[2060/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o'
[2061/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_bpf_cmd.c.o'
[2062/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'
[2063/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_rxonly.c.o'
[2064/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o'
[2065/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o'
[2066/2387] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'
[2067/2387] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_runtime.c.o'
[2068/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o'
[2069/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/commands.c.o'
[2070/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'
[2071/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'
[2072/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_scheduler.c.o'
[2073/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'
[2074/2387] Generating rte_net_qede.sym_chk with a meson_exe.py custom command
[2075/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_barrier.c.o'
[2076/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_tim_worker.c.o'
[2077/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_external_mem.c.o'
[2078/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'
[2079/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6_perf.c.o'
[2080/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_etheraddr.c.o'
[2081/2387] Linking static target drivers/libtmp_rte_crypto_scheduler.a
[2082/2387] Compiling C object 'app/a172ced@@dpdk-test-sad@exe/test-sad_main.c.o'
[2083/2387] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'
[2084/2387] Generating rte_baseband_fpga_5gnr_fec.sym_chk with a meson_exe.py custom command
[2085/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.o'
[2086/2387] Generating rte_crypto_scheduler.pmd.c with a custom command
[2087/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_flowgen.c.o'
[2088/2387] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_main.c.o'
[2089/2387] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sta/meson-generated_.._rte_crypto_scheduler.pmd.c.o'
[2090/2387] Linking target drivers/librte_net_qede.so.21.0
[2091/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_ring.c.o'
[2092/2387] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sha/meson-generated_.._rte_crypto_scheduler.pmd.c.o'
[2093/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_crc.c.o'
[2094/2387] Linking static target drivers/librte_crypto_scheduler.a
[2095/2387] Linking static target drivers/libtmp_rte_event_opdl.a
[2096/2387] Linking target drivers/librte_baseband_fpga_5gnr_fec.so.21.0
[2097/2387] Generating rte_baseband_fpga_lte_fec.sym_chk with a meson_exe.py custom command
[2098/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kvargs.c.o'
[2099/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_selftest.c.o'
[2100/2387] Generating rte_event_opdl.pmd.c with a custom command
[2101/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_interrupts.c.o'
[2102/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_logs.c.o'
[2103/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fbarray.c.o'
[2104/2387] Compiling C object 'drivers/a715181@@rte_event_opdl@sta/meson-generated_.._rte_event_opdl.pmd.c.o'
[2105/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_multiwriter.c.o'
[2106/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev_selftest.c.o'
[2107/2387] Linking target drivers/librte_baseband_fpga_lte_fec.so.21.0
[2108/2387] Compiling C object 'drivers/a715181@@rte_event_opdl@sha/meson-generated_.._rte_event_opdl.pmd.c.o'
[2109/2387] Linking static target drivers/librte_event_opdl.a
[2110/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr.c.o'
[2111/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lcores.c.o'
[2112/2387] Linking static target drivers/libtmp_rte_crypto_caam_jr.a
[2113/2387] Compiling C object 'app/a172ced@@dpdk-test-regex@exe/test-regex_main.c.o'
[2114/2387] Generating rte_crypto_caam_jr.pmd.c with a custom command
[2115/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'
[2116/2387] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sta/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'
[2117/2387] Linking static target drivers/librte_crypto_caam_jr.a
[2118/2387] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sha/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'
[2119/2387] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a
[2120/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memory.c.o'
[2121/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ethdev_link.c.o'
[2122/2387] Generating rte_baseband_turbo_sw.pmd.c with a custom command
[2123/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bpf.c.o'
[2124/2387] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'
[2125/2387] Linking static target drivers/librte_baseband_turbo_sw.a
[2126/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd.c.o'
[2127/2387] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'
[2128/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_functions.c.o'
[2129/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power.c.o'
[2130/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6_perf.c.o'
[2131/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd_perf.c.o'
[2132/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_metrics.c.o'
[2133/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_per_lcore.c.o'
[2134/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx.c.o'
[2135/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/packet_burst_generator.c.o'
[2136/2387] Linking static target drivers/libtmp_rte_net_virtio.a
[2137/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib.c.o'
[2138/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_prefetch.c.o'
[2139/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_kvm_vm.c.o'
[2140/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mcslock.c.o'
[2141/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_txonly.c.o'
[2142/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor_perf.c.o'
[2143/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_rx_adapter.c.o'
[2144/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_cpufreq.c.o'
[2145/2387] Generating rte_net_virtio.pmd.c with a custom command
[2146/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rand_perf.c.o'
[2147/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'
[2148/2387] Compiling C object 'drivers/a715181@@rte_net_virtio@sha/meson-generated_.._rte_net_virtio.pmd.c.o'
[2149/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_malloc.c.o'
[2150/2387] Compiling C object 'drivers/a715181@@rte_net_virtio@sta/meson-generated_.._rte_net_virtio.pmd.c.o'
[2151/2387] Linking static target drivers/librte_net_virtio.a
[2152/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_func_reentrancy.c.o'
[2153/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib_perf.c.o'
[2154/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_worker.c.o'
[2155/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_acl.c.o'
[2156/2387] Generating rte_baseband_null.sym_chk with a meson_exe.py custom command
[2157/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_flow_classify.c.o'
[2158/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memzone.c.o'
[2159/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division.c.o'
[2160/2387] Linking static target drivers/libtmp_rte_event_octeontx.a
[2161/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6.c.o'
[2162/2387] Generating rte_event_octeontx.pmd.c with a custom command
[2163/2387] Linking target drivers/librte_baseband_null.so.21.0
[2164/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx@sha/meson-generated_.._rte_event_octeontx.pmd.c.o'
[2165/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite.c.o'
[2166/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx@sta/meson-generated_.._rte_event_octeontx.pmd.c.o'
[2167/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division_perf.c.o'
[2168/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_perf.c.o'
[2169/2387] Linking static target drivers/librte_event_octeontx.a
[2170/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_stress.c.o'
[2171/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_event.c.o'
[2172/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eventdev.c.o'
[2173/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_selftest.c.o'
[2174/2387] Linking static target drivers/libtmp_rte_event_dsw.a
[2175/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_string_fns.c.o'
[2176/2387] Linking static target drivers/libtmp_rte_event_sw.a
[2177/2387] Generating rte_event_dsw.pmd.c with a custom command
[2178/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy.c.o'
[2179/2387] Generating rte_event_sw.pmd.c with a custom command
[2180/2387] Compiling C object 'drivers/a715181@@rte_event_dsw@sta/meson-generated_.._rte_event_dsw.pmd.c.o'
[2181/2387] Compiling C object 'drivers/a715181@@rte_event_sw@sha/meson-generated_.._rte_event_sw.pmd.c.o'
[2182/2387] Compiling C object 'drivers/a715181@@rte_event_dsw@sha/meson-generated_.._rte_event_dsw.pmd.c.o'
[2183/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_crypto_adapter.c.o'
[2184/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_sad.c.o'
[2185/2387] Compiling C object 'drivers/a715181@@rte_event_sw@sta/meson-generated_.._rte_event_sw.pmd.c.o'
[2186/2387] Linking static target drivers/librte_event_dsw.a
[2187/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6.c.o'
[2188/2387] Linking static target drivers/librte_event_sw.a
[2189/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_spinlock.c.o'
[2190/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite_lf_perf.c.o'
[2191/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_tailq.c.o'
[2192/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_security_pdcp.c.o'
[2193/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr_perf.c.o'
[2194/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_meter.c.o'
[2195/2387] Generating rte_crypto_scheduler.sym_chk with a meson_exe.py custom command
[2196/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipfrag.c.o'
[2197/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rwlock.c.o'
[2198/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rawdev.c.o'
[2199/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mp_secondary.c.o'
[2200/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member.c.o'
[2201/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mpmc_stress.c.o'
[2202/2387] Linking target drivers/librte_crypto_scheduler.so.21.0
[2203/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_register.c.o'
[2204/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_version.c.o'
[2205/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph.c.o'
[2206/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_racecond.c.o'
[2207/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_perf.c.o'
[2208/2387] Generating rte_event_opdl.sym_chk with a meson_exe.py custom command
[2209/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kni.c.o'
[2210/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_hts_stress.c.o'
[2211/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack_perf.c.o'
[2212/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_rts_stress.c.o'
[2213/2387] Generating rte_kni_makefile with a custom command
[2214/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool_perf.c.o'
[2215/2387] Generating igb_uio_makefile with a custom command
[2216/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_telemetry_json.c.o'
[2217/2387] Linking target drivers/librte_event_opdl.so.21.0
[2218/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm_perf.c.o'
[2219/2387] Generating rte_crypto_caam_jr.sym_chk with a meson_exe.py custom command
[2220/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_perf.c.o'
[2221/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'
[2222/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor.c.o'
[2223/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib.c.o'
[2224/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member_perf.c.o'
[2225/2387] Generating rte_baseband_turbo_sw.sym_chk with a meson_exe.py custom command
[2226/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer.c.o'
[2227/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack.c.o'
[2228/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ticketlock.c.o'
[2229/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib6.c.o'
[2230/2387] Linking target drivers/librte_crypto_caam_jr.so.21.0
[2231/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mt_peek_stress.c.o'
[2232/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_asym.c.o'
[2233/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace.c.o'
[2234/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_telemetry_data.c.o'
[2235/2387] Linking target drivers/librte_baseband_turbo_sw.so.21.0
[2236/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'
[2237/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_st_peek_stress.c.o'
[2238/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reorder.c.o'
[2239/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool.c.o'
[2240/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_sched.c.o'
[2241/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table.c.o'
[2242/2387] Generating rte_net_virtio.sym_chk with a meson_exe.py custom command
[2243/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_red.c.o'
[2244/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_perf.c.o'
[2245/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph_perf.c.o'
[2246/2387] Linking target drivers/librte_net_virtio.so.21.0
[2247/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm.c.o'
[2248/2387] Generating rte_event_octeontx.sym_chk with a meson_exe.py custom command
[2249/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'
[2250/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_service_cores.c.o'
[2251/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_thash.c.o'
[2252/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_blockcipher.c.o'
[2253/2387] Linking target drivers/librte_event_octeontx.so.21.0
[2254/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_secondary.c.o'
[2255/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'
[2256/2387] Generating rte_event_dsw.sym_chk with a meson_exe.py custom command
[2257/2387] Linking target drivers/librte_event_dsw.so.21.0
[2258/2387] Generating rte_event_sw.sym_chk with a meson_exe.py custom command
[2259/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash.c.o'
[2260/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_pipeline.c.o'
[2261/2387] Linking target drivers/librte_event_sw.so.21.0
[2262/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr.c.o'
[2263/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'
[2264/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_ring.c.o'
[2265/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_ports.c.o'
[2266/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'
[2267/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_rssconf.c.o'
[2268/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_acl.c.o'
[2269/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_flags.c.o'
[2270/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec.c.o'
[2271/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'
[2272/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring.c.o'
[2273/2387] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc100@sta/baseband_acc100_rte_acc100_pmd.c.o'
[2274/2387] Linking static target drivers/libtmp_rte_baseband_acc100.a
[2275/2387] Generating rte_baseband_acc100.pmd.c with a custom command
[2276/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_tx_adapter.c.o'
[2277/2387] Compiling C object 'drivers/a715181@@rte_baseband_acc100@sha/meson-generated_.._rte_baseband_acc100.pmd.c.o'
[2278/2387] Compiling C object 'drivers/a715181@@rte_baseband_acc100@sta/meson-generated_.._rte_baseband_acc100.pmd.c.o'
[2279/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_tables.c.o'
[2280/2387] Linking static target drivers/librte_baseband_acc100.a
[2281/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_security.c.o'
[2282/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring_perf.c.o'
[2283/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_testpmd.c.o'
[2284/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev.c.o'
[2285/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa_sec@sta/crypto_dpaa_sec_dpaa_sec.c.o'
[2286/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'
[2287/2387] Linking static target drivers/libtmp_rte_crypto_dpaa_sec.a
[2288/2387] Generating rte_crypto_dpaa_sec.pmd.c with a custom command
[2289/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sha/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'
[2290/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sta/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'
[2291/2387] Linking static target drivers/librte_crypto_dpaa_sec.a
[2292/2387] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'
[2293/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_timer_adapter.c.o'
[2294/2387] Generating rte_baseband_acc100.sym_chk with a meson_exe.py custom command
[2295/2387] Linking target drivers/librte_baseband_acc100.so.21.0
[2296/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o'
[2297/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/virtual_pmd.c.o'
[2298/2387] Linking static target drivers/libtmp_rte_crypto_dpaa2_sec.a
[2299/2387] Generating rte_crypto_dpaa2_sec.pmd.c with a custom command
[2300/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sta/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'
[2301/2387] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'
[2302/2387] Linking static target drivers/librte_crypto_dpaa2_sec.a
[2303/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_combined.c.o'
[2304/2387] Generating rte_crypto_dpaa_sec.sym_chk with a meson_exe.py custom command
[2305/2387] Linking target drivers/librte_crypto_dpaa_sec.so.21.0
[2306/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'
[2307/2387] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_perf.c.o'
[2308/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mbuf.c.o'
[2309/2387] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost_crypto.c.o'
[2310/2387] Linking static target lib/librte_vhost.a
[2311/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'
[2312/2387] Generating rte_crypto_dpaa2_sec.sym_chk with a meson_exe.py custom command
[2313/2387] Linking target drivers/librte_crypto_dpaa2_sec.so.21.0
[2314/2387] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa_sec@sha/librte_crypto_dpaa_sec.so.21.0.symbols'
[2315/2387] Linking target drivers/librte_event_dpaa.so.21.0
[2316/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding.c.o'
[2317/2387] Generating igb_uio with a custom command
make: Entering directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko
make: Leaving directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
[2318/2387] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/librte_crypto_dpaa2_sec.so.21.0.symbols'
[2319/2387] Generating vhost.sym_chk with a meson_exe.py custom command
[2320/2387] Linking target drivers/librte_event_dpaa2.so.21.0
[2321/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_ops.c.o'
[2322/2387] Linking static target drivers/libtmp_rte_crypto_octeontx2.a
[2323/2387] Linking target lib/librte_vhost.so.21.0
[2324/2387] Generating rte_crypto_octeontx2.pmd.c with a custom command
[2325/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx2@sta/meson-generated_.._rte_crypto_octeontx2.pmd.c.o'
[2326/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx2@sha/meson-generated_.._rte_crypto_octeontx2.pmd.c.o'
[2327/2387] Linking static target drivers/librte_crypto_octeontx2.a
[2328/2387] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'
[2329/2387] Linking static target drivers/libtmp_rte_crypto_octeontx.a
[2330/2387] Generating rte_crypto_octeontx.pmd.c with a custom command
[2331/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sta/meson-generated_.._rte_crypto_octeontx.pmd.c.o'
[2332/2387] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sha/meson-generated_.._rte_crypto_octeontx.pmd.c.o'
[2333/2387] Linking static target drivers/librte_crypto_octeontx.a
[2334/2387] Generating rte_kni with a custom command
make: Entering directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_net.o
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_misc.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko
make: Leaving directory '/usr/src/kernels/4.18.0-193.14.2.el8_2.x86_64'
[2335/2387] Generating symbol file 'lib/76b5a35@@rte_vhost@sha/librte_vhost.so.21.0.symbols'
[2336/2387] Linking target drivers/librte_net_vhost.so.21.0
[2337/2387] Linking target drivers/librte_vdpa_ifc.so.21.0
[2338/2387] Generating rte_crypto_octeontx2.sym_chk with a meson_exe.py custom command
[2339/2387] Linking target drivers/librte_crypto_octeontx2.so.21.0
[2340/2387] Generating rte_crypto_octeontx.sym_chk with a meson_exe.py custom command
[2341/2387] Linking target drivers/librte_crypto_octeontx.so.21.0
[2342/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_rx.c.o'
[2343/2387] Generating symbol file 'drivers/a715181@@rte_crypto_octeontx2@sha/librte_crypto_octeontx2.so.21.0.symbols'
[2344/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy_perf.c.o'
[2345/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_perf.c.o'
[2346/2387] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_tx.c.o'
[2347/2387] Linking static target drivers/libtmp_rte_net_octeontx2.a
[2348/2387] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_table_action.c.o'
[2349/2387] Generating rte_net_octeontx2.pmd.c with a custom command
[2350/2387] Linking static target lib/librte_pipeline.a
[2351/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx2@sta/meson-generated_.._rte_net_octeontx2.pmd.c.o'
[2352/2387] Compiling C object 'drivers/a715181@@rte_net_octeontx2@sha/meson-generated_.._rte_net_octeontx2.pmd.c.o'
[2353/2387] Linking static target drivers/librte_net_octeontx2.a
[2354/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o'
[2355/2387] Generating rte_net_octeontx2.sym_chk with a meson_exe.py custom command
[2356/2387] Linking target drivers/librte_net_octeontx2.so.21.0
[2357/2387] Generating symbol file 'drivers/a715181@@rte_net_octeontx2@sha/librte_net_octeontx2.so.21.0.symbols'
[2358/2387] Generating pipeline.sym_chk with a meson_exe.py custom command
[2359/2387] Linking target lib/librte_pipeline.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2360/2387] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.21.0.symbols'
[2361/2387] Linking target drivers/librte_net_softnic.so.21.0
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2362/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'
[2363/2387] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'
[2364/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_worker.c.o'
[2365/2387] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_worker_dual.c.o'
[2366/2387] Linking static target drivers/libtmp_rte_event_octeontx2.a
[2367/2387] Generating rte_event_octeontx2.pmd.c with a custom command
[2368/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx2@sta/meson-generated_.._rte_event_octeontx2.pmd.c.o'
[2369/2387] Compiling C object 'drivers/a715181@@rte_event_octeontx2@sha/meson-generated_.._rte_event_octeontx2.pmd.c.o'
[2370/2387] Linking static target drivers/librte_event_octeontx2.a
[2371/2387] Linking target app/dpdk-test-regex
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2372/2387] Linking target app/dpdk-test-sad
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2373/2387] Linking target app/dpdk-testpmd
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2374/2387] Generating rte_event_octeontx2.sym_chk with a meson_exe.py custom command
[2375/2387] Linking target app/dpdk-test-pipeline
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2376/2387] Linking target app/dpdk-test-acl
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2377/2387] Linking target app/dpdk-test-crypto-perf
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2378/2387] Linking target app/dpdk-test-eventdev
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2379/2387] Linking target app/dpdk-test-cmdline
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2380/2387] Linking target app/dpdk-pdump
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2381/2387] Linking target app/dpdk-test-flow-perf
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2382/2387] Linking target app/dpdk-test-compress-perf
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2383/2387] Linking target app/dpdk-test-fib
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2384/2387] Linking target app/dpdk-proc-info
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2385/2387] Linking target app/dpdk-test-bbdev
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2386/2387] Linking target app/test/dpdk-test
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/8/../../../libpcap.so when searching for -lpcap
[2387/2387] Linking target drivers/librte_event_octeontx2.so.21.0
03/11/2020 05:20:29             dut.10.240.183.189: find ./x86_64-native-linuxapp-gcc/kernel/ -name *.ko
03/11/2020 05:20:29             dut.10.240.183.189: ./x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko
./x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko
03/11/2020 05:20:29             dut.10.240.183.189: mkdir -p x86_64-native-linuxapp-gcc/kmod
03/11/2020 05:20:29             dut.10.240.183.189: 
03/11/2020 05:20:29             dut.10.240.183.189: cp ./x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko x86_64-native-linuxapp-gcc/kmod/
03/11/2020 05:20:29             dut.10.240.183.189: 
03/11/2020 05:20:29             dut.10.240.183.189: cp ./x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko x86_64-native-linuxapp-gcc/kmod/
03/11/2020 05:20:29             dut.10.240.183.189: 
03/11/2020 05:20:30             dut.10.240.183.189: tcpdump -h
03/11/2020 05:20:31             dut.10.240.183.189: tcpdump version 4.9.2
libpcap version 1.9.0-PRE-GIT (with TPACKET_V3)
OpenSSL 1.1.1c FIPS  28 May 2019
Usage: tcpdump [-aAbdDefhHIJKlLnNOpqStuUvxX#] [ -B size ] [ -c count ]
		[ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ]
		[ -i interface ] [ -j tstamptype ] [ -M secret ] [ --number ]
		[ -Q in|out|inout ]
		[ -r file ] [ -s snaplen ] [ --time-stamp-precision precision ]
		[ --immediate-mode ] [ -T type ] [ --version ] [ -V file ]
		[ -w file ] [ -W filecount ] [ -y datalinktype ] [ -z postrotate-command ]
		[ -Z user ] [ expression ]
03/11/2020 05:20:31              TestPacketCapture: Test Case test_pdump_dev_iface Begin
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31                         tester: 
03/11/2020 05:20:31             dut.10.240.183.189: ip link show | grep BROADCAST,MULTICAST | awk {'print $2'}
03/11/2020 05:20:31             dut.10.240.183.189: eno1:
eno2:
ens260f0:
ens260f1:
ens865f0:
ens865f1:
virbr0:
virbr0-nic:
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig eno1 | grep 'inet ' 
03/11/2020 05:20:31             dut.10.240.183.189:         inet 10.240.183.189  netmask 255.255.255.0  broadcast 10.240.183.255
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig eno1 up
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig eno2 | grep 'inet ' 
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig eno2 up
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens260f0 | grep 'inet ' 
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens260f0 up
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens260f1 | grep 'inet ' 
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens260f1 up
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens865f0 | grep 'inet ' 
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens865f0 up
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens865f1 | grep 'inet ' 
03/11/2020 05:20:31             dut.10.240.183.189: 
03/11/2020 05:20:31             dut.10.240.183.189: ifconfig ens865f1 up
03/11/2020 05:20:32             dut.10.240.183.189: 
03/11/2020 05:20:32             dut.10.240.183.189: ifconfig virbr0 | grep 'inet ' 
03/11/2020 05:20:32             dut.10.240.183.189:         inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
03/11/2020 05:20:32             dut.10.240.183.189: ifconfig virbr0 up
03/11/2020 05:20:32             dut.10.240.183.189: 
03/11/2020 05:20:32             dut.10.240.183.189: ifconfig virbr0-nic | grep 'inet ' 
03/11/2020 05:20:32             dut.10.240.183.189: 
03/11/2020 05:20:32             dut.10.240.183.189: ifconfig virbr0-nic up
03/11/2020 05:20:32             dut.10.240.183.189: 
03/11/2020 05:20:42             dut.10.240.183.189: ip link show eno2 | grep LOWER_UP
03/11/2020 05:20:42             dut.10.240.183.189: 
03/11/2020 05:20:42             dut.10.240.183.189: echo $?
03/11/2020 05:20:42             dut.10.240.183.189: 1
03/11/2020 05:20:42             dut.10.240.183.189: ip link show ens260f0 | grep LOWER_UP
03/11/2020 05:20:42             dut.10.240.183.189: 
03/11/2020 05:20:42             dut.10.240.183.189: echo $?
03/11/2020 05:20:42             dut.10.240.183.189: 1
03/11/2020 05:20:42             dut.10.240.183.189: ip link show ens260f1 | grep LOWER_UP
03/11/2020 05:20:42             dut.10.240.183.189: 
03/11/2020 05:20:42             dut.10.240.183.189: echo $?
03/11/2020 05:20:42             dut.10.240.183.189: 1
03/11/2020 05:20:42             dut.10.240.183.189: ip link show ens865f0 | grep LOWER_UP
03/11/2020 05:20:42             dut.10.240.183.189: 8: ens865f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
03/11/2020 05:20:42             dut.10.240.183.189: echo $?
03/11/2020 05:20:42             dut.10.240.183.189: 0
03/11/2020 05:20:42             dut.10.240.183.189: ip link show ens865f1 | grep LOWER_UP
03/11/2020 05:20:42             dut.10.240.183.189: 9: ens865f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
03/11/2020 05:20:42             dut.10.240.183.189: echo $?
03/11/2020 05:20:42             dut.10.240.183.189: 0
03/11/2020 05:20:42             dut.10.240.183.189: ip link show virbr0-nic | grep LOWER_UP
03/11/2020 05:20:43             dut.10.240.183.189: 
03/11/2020 05:20:43             dut.10.240.183.189: echo $?
03/11/2020 05:20:43             dut.10.240.183.189: 1
03/11/2020 05:20:43             dut.10.240.183.189: echo 0 > /proc/sys/kernel/randomize_va_space
03/11/2020 05:20:43             dut.10.240.183.189: 
03/11/2020 05:20:45             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
03/11/2020 05:20:45             dut.10.240.183.189: 
03/11/2020 05:20:45                         tester: rm -fr /tmp/pdumpLog/*
03/11/2020 05:20:45                         tester: 
03/11/2020 05:20:45             dut.10.240.183.189: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:05:00.0 -w 0000:05:00.1  --file-prefix=test    -- -i --port-topology=chained
03/11/2020 05:20:46             dut.10.240.183.189: EAL: Detected 88 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.0 (socket 0)
i40e_GLQF_reg_init(): i40e device 0000:05:00.0 changed global register [0x002689a0]. original: 0x00000000, new: 0x00000029 
i40e_GLQF_reg_init(): i40e device 0000:05:00.0 changed global register [0x00268ca4]. original: 0x00001840, new: 0x00009420 
i40e_aq_debug_write_global_register(): i40e device 0000:05:00.0 changed global register [0x0026c7a0]. original: 0xa8, after: 0x28
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.1 (socket 0)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
03/11/2020 05:20:56             dut.10.240.183.189: set fwd io
03/11/2020 05:20:56             dut.10.240.183.189: 
Set io packet forwarding mode
03/11/2020 05:20:56             dut.10.240.183.189: start
03/11/2020 05:20:56             dut.10.240.183.189: 
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:
  RX P=0/Q=0 (socket 0) -> 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

  io 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=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
03/11/2020 05:20:58             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
03/11/2020 05:20:58             dut.10.240.183.189: 
03/11/2020 05:20:58                         tester: rm -fr /tmp/pdumpLog/*
03/11/2020 05:20:58                         tester: 
03/11/2020 05:21:04             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:21:04             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-rx.pcap': No such file or directory
03/11/2020 05:21:04             dut.10.240.183.189: echo $?
03/11/2020 05:21:04             dut.10.240.183.189: 2
03/11/2020 05:21:04             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:21:05             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-tx.pcap': No such file or directory
03/11/2020 05:21:05             dut.10.240.183.189: echo $?
03/11/2020 05:21:05             dut.10.240.183.189: 2
03/11/2020 05:21:09             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:21:09             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:21:09             dut.10.240.183.189: echo $?
03/11/2020 05:21:09             dut.10.240.183.189: 0
03/11/2020 05:21:09             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:21:09             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:21:09             dut.10.240.183.189: echo $?
03/11/2020 05:21:09             dut.10.240.183.189: 0
03/11/2020 05:21:09              TestPacketCapture: send <TCP> packet
03/11/2020 05:21:09                         tester: ls -d /tmp/tester/
03/11/2020 05:21:09                         tester: /tmp/tester/
03/11/2020 05:21:09                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:21:09                         tester: 
03/11/2020 05:21:14                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:21:20                         tester: ls -d /tmp/tester/
03/11/2020 05:21:20                         tester: /tmp/tester/
03/11/2020 05:21:20                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:21:20                         tester: 
03/11/2020 05:21:31              TestPacketCapture: send <UDP> packet
03/11/2020 05:21:31                         tester: ls -d /tmp/tester/
03/11/2020 05:21:32                         tester: /tmp/tester/
03/11/2020 05:21:32                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:21:32                         tester: 
03/11/2020 05:21:36                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:21:42                         tester: ls -d /tmp/tester/
03/11/2020 05:21:42                         tester: /tmp/tester/
03/11/2020 05:21:42                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:21:43                         tester: 
03/11/2020 05:21:54              TestPacketCapture: send <SCTP> packet
03/11/2020 05:21:54                         tester: ls -d /tmp/tester/
03/11/2020 05:21:54                         tester: /tmp/tester/
03/11/2020 05:21:54                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:21:54                         tester: 
03/11/2020 05:21:59                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:22:05                         tester: ls -d /tmp/tester/
03/11/2020 05:22:05                         tester: /tmp/tester/
03/11/2020 05:22:05                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:22:05                         tester: 
03/11/2020 05:22:16              TestPacketCapture: send <TIMESYNC> packet
03/11/2020 05:22:16                         tester: ls -d /tmp/tester/
03/11/2020 05:22:17                         tester: /tmp/tester/
03/11/2020 05:22:17                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:22:17                         tester: 
03/11/2020 05:22:21                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:22:27                         tester: ls -d /tmp/tester/
03/11/2020 05:22:27                         tester: /tmp/tester/
03/11/2020 05:22:27                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:22:28                         tester: 
03/11/2020 05:22:39              TestPacketCapture: send <ARP> packet
03/11/2020 05:22:39                         tester: ls -d /tmp/tester/
03/11/2020 05:22:39                         tester: /tmp/tester/
03/11/2020 05:22:39                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:22:39                         tester: 
03/11/2020 05:22:44                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:22:50                         tester: ls -d /tmp/tester/
03/11/2020 05:22:50                         tester: /tmp/tester/
03/11/2020 05:22:50                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:22:50                         tester: 
03/11/2020 05:23:01              TestPacketCapture: send <LLDP> packet
03/11/2020 05:23:01                         tester: ls -d /tmp/tester/
03/11/2020 05:23:02                         tester: /tmp/tester/
03/11/2020 05:23:02                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:23:02                         tester: 
03/11/2020 05:23:06                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:23:12                         tester: ls -d /tmp/tester/
03/11/2020 05:23:12                         tester: /tmp/tester/
03/11/2020 05:23:12                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:23:13                         tester: 
03/11/2020 05:23:24              TestPacketCapture: send <IP_RAW> packet
03/11/2020 05:23:24                         tester: ls -d /tmp/tester/
03/11/2020 05:23:24                         tester: /tmp/tester/
03/11/2020 05:23:24                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:23:24                         tester: 
03/11/2020 05:23:29                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:23:35                         tester: ls -d /tmp/tester/
03/11/2020 05:23:35                         tester: /tmp/tester/
03/11/2020 05:23:35                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:23:35                         tester: 
03/11/2020 05:23:46              TestPacketCapture: send <IPv6_TCP> packet
03/11/2020 05:23:46                         tester: ls -d /tmp/tester/
03/11/2020 05:23:46                         tester: /tmp/tester/
03/11/2020 05:23:46                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:23:47                         tester: 
03/11/2020 05:23:51                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:23:57                         tester: ls -d /tmp/tester/
03/11/2020 05:23:57                         tester: /tmp/tester/
03/11/2020 05:23:57                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:23:57                         tester: 
03/11/2020 05:24:09              TestPacketCapture: send <IPv6_UDP> packet
03/11/2020 05:24:09                         tester: ls -d /tmp/tester/
03/11/2020 05:24:09                         tester: /tmp/tester/
03/11/2020 05:24:09                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:24:09                         tester: 
03/11/2020 05:24:14                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:24:20                         tester: ls -d /tmp/tester/
03/11/2020 05:24:20                         tester: /tmp/tester/
03/11/2020 05:24:20                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:24:20                         tester: 
03/11/2020 05:24:31              TestPacketCapture: send <IPv6_SCTP> packet
03/11/2020 05:24:31                         tester: ls -d /tmp/tester/
03/11/2020 05:24:31                         tester: /tmp/tester/
03/11/2020 05:24:31                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:24:31                         tester: 
03/11/2020 05:24:36                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:24:42                         tester: ls -d /tmp/tester/
03/11/2020 05:24:42                         tester: /tmp/tester/
03/11/2020 05:24:42                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:24:42                         tester: 
03/11/2020 05:24:54              TestPacketCapture: send <VLAN_UDP> packet
03/11/2020 05:24:54             dut.10.240.183.189: vlan set filter off 0
03/11/2020 05:24:54             dut.10.240.183.189: 
03/11/2020 05:24:54             dut.10.240.183.189: vlan set filter off 1
03/11/2020 05:24:54             dut.10.240.183.189: 
03/11/2020 05:24:54             dut.10.240.183.189: start
03/11/2020 05:24:54             dut.10.240.183.189: 
Not all ports were ed
03/11/2020 05:24:54                         tester: ls -d /tmp/tester/
03/11/2020 05:24:54                         tester: /tmp/tester/
03/11/2020 05:24:54                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:24:54                         tester: 
03/11/2020 05:24:59                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:25:05                         tester: ls -d /tmp/tester/
03/11/2020 05:25:05                         tester: /tmp/tester/
03/11/2020 05:25:05                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:25:05                         tester: 
03/11/2020 05:25:16             dut.10.240.183.189: killall tcpdump
03/11/2020 05:25:16             dut.10.240.183.189: 
03/11/2020 05:25:18             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:25:18             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:25:18             dut.10.240.183.189: echo $?
03/11/2020 05:25:18             dut.10.240.183.189: 0
03/11/2020 05:25:18             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-rx.pcap /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:25:20             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:25:20             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:25:20             dut.10.240.183.189: echo $?
03/11/2020 05:25:20             dut.10.240.183.189: 0
03/11/2020 05:25:20             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-tx.pcap /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:25:21             dut.10.240.183.189: killall dpdk-pdump 
03/11/2020 05:25:21             dut.10.240.183.189: 
03/11/2020 05:25:23             dut.10.240.183.189: stop
03/11/2020 05:25:23             dut.10.240.183.189: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
03/11/2020 05:25:23             dut.10.240.183.189: quit
03/11/2020 05:25:24             dut.10.240.183.189: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Stopping port 2...
Stopping ports...
Done

Stopping port 3...
Stopping ports...
Done

Shutting down port 0...
Closing ports...

Port 1: link state change event
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Shutting down port 2...
Closing ports...
Port 2 is closed
Done

Shutting down port 3...
Closing ports...
Port 3 is closed
Done

Bye...
03/11/2020 05:25:26             dut.10.240.183.189: echo 2 > /proc/sys/kernel/randomize_va_space
03/11/2020 05:25:26             dut.10.240.183.189: 
03/11/2020 05:25:30              TestPacketCapture: pdump rx TCP packet content is correct
03/11/2020 05:25:30              TestPacketCapture: pdump tx TCP packet content is correct
03/11/2020 05:25:32              TestPacketCapture: pdump rx UDP packet content is correct
03/11/2020 05:25:32              TestPacketCapture: pdump tx UDP packet content is correct
03/11/2020 05:25:34              TestPacketCapture: pdump rx SCTP packet content is correct
03/11/2020 05:25:34              TestPacketCapture: pdump tx SCTP packet content is correct
03/11/2020 05:25:36              TestPacketCapture: pdump rx TIMESYNC packet content is correct
03/11/2020 05:25:36              TestPacketCapture: pdump tx TIMESYNC packet content is correct
03/11/2020 05:25:38              TestPacketCapture: pdump rx ARP packet content is correct
03/11/2020 05:25:39              TestPacketCapture: pdump tx ARP packet content is correct
03/11/2020 05:25:41              TestPacketCapture: pdump rx LLDP packet content is correct
03/11/2020 05:25:41              TestPacketCapture: pdump tx LLDP packet content is correct
03/11/2020 05:25:43              TestPacketCapture: pdump rx IP_RAW packet content is correct
03/11/2020 05:25:43              TestPacketCapture: pdump tx IP_RAW packet content is correct
03/11/2020 05:25:45              TestPacketCapture: pdump rx IPv6_TCP packet content is correct
03/11/2020 05:25:45              TestPacketCapture: pdump tx IPv6_TCP packet content is correct
03/11/2020 05:25:47              TestPacketCapture: pdump rx IPv6_UDP packet content is correct
03/11/2020 05:25:47              TestPacketCapture: pdump tx IPv6_UDP packet content is correct
03/11/2020 05:25:49              TestPacketCapture: pdump rx IPv6_SCTP packet content is correct
03/11/2020 05:25:49              TestPacketCapture: pdump tx IPv6_SCTP packet content is correct
03/11/2020 05:25:51              TestPacketCapture: pdump rx VLAN_UDP packet content is correct
03/11/2020 05:25:51              TestPacketCapture: pdump tx VLAN_UDP packet content is correct
03/11/2020 05:25:53             dut.10.240.183.189: echo 0 > /proc/sys/kernel/randomize_va_space
03/11/2020 05:25:53             dut.10.240.183.189: 
03/11/2020 05:25:55             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
03/11/2020 05:25:55             dut.10.240.183.189: 
03/11/2020 05:25:55                         tester: rm -fr /tmp/pdumpLog/*
03/11/2020 05:25:55                         tester: 
03/11/2020 05:25:55             dut.10.240.183.189: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:05:00.0 -w 0000:05:00.1  --file-prefix=test    -- -i --port-topology=chained
03/11/2020 05:25:56             dut.10.240.183.189: EAL: Detected 88 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.1 (socket 0)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
03/11/2020 05:26:06             dut.10.240.183.189: set fwd io
03/11/2020 05:26:06             dut.10.240.183.189: 
Set io packet forwarding mode
03/11/2020 05:26:06             dut.10.240.183.189: start
03/11/2020 05:26:06             dut.10.240.183.189: 
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:
  RX P=0/Q=0 (socket 0) -> 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

  io 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=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
03/11/2020 05:26:08             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
03/11/2020 05:26:08             dut.10.240.183.189: 
03/11/2020 05:26:08                         tester: rm -fr /tmp/pdumpLog/*
03/11/2020 05:26:08                         tester: 
03/11/2020 05:26:14             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:26:14             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-rx.pcap': No such file or directory
03/11/2020 05:26:14             dut.10.240.183.189: echo $?
03/11/2020 05:26:15             dut.10.240.183.189: 2
03/11/2020 05:26:19             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:26:19             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:26:19             dut.10.240.183.189: echo $?
03/11/2020 05:26:19             dut.10.240.183.189: 0
03/11/2020 05:26:19              TestPacketCapture: send <TCP> packet
03/11/2020 05:26:19                         tester: ls -d /tmp/tester/
03/11/2020 05:26:19                         tester: /tmp/tester/
03/11/2020 05:26:19                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:26:19                         tester: 
03/11/2020 05:26:24                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:26:30                         tester: ls -d /tmp/tester/
03/11/2020 05:26:30                         tester: /tmp/tester/
03/11/2020 05:26:30                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:26:30                         tester: 
03/11/2020 05:26:41              TestPacketCapture: send <UDP> packet
03/11/2020 05:26:41                         tester: ls -d /tmp/tester/
03/11/2020 05:26:41                         tester: /tmp/tester/
03/11/2020 05:26:41                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:26:41                         tester: 
03/11/2020 05:26:46                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:26:52                         tester: ls -d /tmp/tester/
03/11/2020 05:26:52                         tester: /tmp/tester/
03/11/2020 05:26:52                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:26:52                         tester: 
03/11/2020 05:27:04              TestPacketCapture: send <SCTP> packet
03/11/2020 05:27:04                         tester: ls -d /tmp/tester/
03/11/2020 05:27:04                         tester: /tmp/tester/
03/11/2020 05:27:04                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:27:04                         tester: 
03/11/2020 05:27:08                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:27:15                         tester: ls -d /tmp/tester/
03/11/2020 05:27:15                         tester: /tmp/tester/
03/11/2020 05:27:15                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:27:15                         tester: 
03/11/2020 05:27:26              TestPacketCapture: send <TIMESYNC> packet
03/11/2020 05:27:26                         tester: ls -d /tmp/tester/
03/11/2020 05:27:26                         tester: /tmp/tester/
03/11/2020 05:27:26                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:27:26                         tester: 
03/11/2020 05:27:31                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:27:37                         tester: ls -d /tmp/tester/
03/11/2020 05:27:37                         tester: /tmp/tester/
03/11/2020 05:27:37                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:27:37                         tester: 
03/11/2020 05:27:49              TestPacketCapture: send <ARP> packet
03/11/2020 05:27:49                         tester: ls -d /tmp/tester/
03/11/2020 05:27:49                         tester: /tmp/tester/
03/11/2020 05:27:49                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:27:49                         tester: 
03/11/2020 05:27:53                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:27:59                         tester: ls -d /tmp/tester/
03/11/2020 05:28:00                         tester: /tmp/tester/
03/11/2020 05:28:00                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:28:00                         tester: 
03/11/2020 05:28:11              TestPacketCapture: send <LLDP> packet
03/11/2020 05:28:11                         tester: ls -d /tmp/tester/
03/11/2020 05:28:11                         tester: /tmp/tester/
03/11/2020 05:28:11                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:28:11                         tester: 
03/11/2020 05:28:16                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:28:22                         tester: ls -d /tmp/tester/
03/11/2020 05:28:22                         tester: /tmp/tester/
03/11/2020 05:28:22                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:28:22                         tester: 
03/11/2020 05:28:34              TestPacketCapture: send <IP_RAW> packet
03/11/2020 05:28:34                         tester: ls -d /tmp/tester/
03/11/2020 05:28:34                         tester: /tmp/tester/
03/11/2020 05:28:34                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:28:34                         tester: 
03/11/2020 05:28:38                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:28:44                         tester: ls -d /tmp/tester/
03/11/2020 05:28:45                         tester: /tmp/tester/
03/11/2020 05:28:45                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:28:45                         tester: 
03/11/2020 05:28:56              TestPacketCapture: send <IPv6_TCP> packet
03/11/2020 05:28:56                         tester: ls -d /tmp/tester/
03/11/2020 05:28:56                         tester: /tmp/tester/
03/11/2020 05:28:56                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:28:56                         tester: 
03/11/2020 05:29:01                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:29:07                         tester: ls -d /tmp/tester/
03/11/2020 05:29:07                         tester: /tmp/tester/
03/11/2020 05:29:07                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:29:07                         tester: 
03/11/2020 05:29:19              TestPacketCapture: send <IPv6_UDP> packet
03/11/2020 05:29:19                         tester: ls -d /tmp/tester/
03/11/2020 05:29:19                         tester: /tmp/tester/
03/11/2020 05:29:19                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:29:19                         tester: 
03/11/2020 05:29:23                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:29:29                         tester: ls -d /tmp/tester/
03/11/2020 05:29:30                         tester: /tmp/tester/
03/11/2020 05:29:30                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:29:30                         tester: 
03/11/2020 05:29:41              TestPacketCapture: send <IPv6_SCTP> packet
03/11/2020 05:29:41                         tester: ls -d /tmp/tester/
03/11/2020 05:29:41                         tester: /tmp/tester/
03/11/2020 05:29:41                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:29:41                         tester: 
03/11/2020 05:29:46                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:29:52                         tester: ls -d /tmp/tester/
03/11/2020 05:29:52                         tester: /tmp/tester/
03/11/2020 05:29:52                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:29:52                         tester: 
03/11/2020 05:30:03              TestPacketCapture: send <VLAN_UDP> packet
03/11/2020 05:30:03             dut.10.240.183.189: vlan set filter off 0
03/11/2020 05:30:04             dut.10.240.183.189: 
03/11/2020 05:30:04             dut.10.240.183.189: vlan set filter off 1
03/11/2020 05:30:04             dut.10.240.183.189: 
03/11/2020 05:30:04             dut.10.240.183.189: start
03/11/2020 05:30:04             dut.10.240.183.189: 
Not all ports were ed
03/11/2020 05:30:04                         tester: ls -d /tmp/tester/
03/11/2020 05:30:04                         tester: /tmp/tester/
03/11/2020 05:30:04                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:30:04                         tester: 
03/11/2020 05:30:08                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:30:15                         tester: ls -d /tmp/tester/
03/11/2020 05:30:15                         tester: /tmp/tester/
03/11/2020 05:30:15                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:30:15                         tester: 
03/11/2020 05:30:26             dut.10.240.183.189: killall tcpdump
03/11/2020 05:30:26             dut.10.240.183.189: 
03/11/2020 05:30:28             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:30:28             dut.10.240.183.189: /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:30:28             dut.10.240.183.189: echo $?
03/11/2020 05:30:28             dut.10.240.183.189: 0
03/11/2020 05:30:28             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-rx.pcap /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:30:30             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:30:30             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-tx.pcap': No such file or directory
03/11/2020 05:30:30             dut.10.240.183.189: echo $?
03/11/2020 05:30:30             dut.10.240.183.189: 2
03/11/2020 05:30:30             dut.10.240.183.189: killall dpdk-pdump 
03/11/2020 05:30:30             dut.10.240.183.189: 
03/11/2020 05:30:32             dut.10.240.183.189: stop
03/11/2020 05:30:32             dut.10.240.183.189: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
03/11/2020 05:30:32             dut.10.240.183.189: quit
03/11/2020 05:30:33             dut.10.240.183.189: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Stopping port 2...
Stopping ports...
Done

Shutting down port 0...
Closing ports...

Port 1: link state change event
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Shutting down port 2...
Closing ports...
Port 2 is closed
Done

Bye...
03/11/2020 05:30:35             dut.10.240.183.189: echo 2 > /proc/sys/kernel/randomize_va_space
03/11/2020 05:30:35             dut.10.240.183.189: 
03/11/2020 05:30:39              TestPacketCapture: pdump rx TCP packet content is correct
03/11/2020 05:30:41              TestPacketCapture: pdump rx UDP packet content is correct
03/11/2020 05:30:43              TestPacketCapture: pdump rx SCTP packet content is correct
03/11/2020 05:30:45              TestPacketCapture: pdump rx TIMESYNC packet content is correct
03/11/2020 05:30:47              TestPacketCapture: pdump rx ARP packet content is correct
03/11/2020 05:30:49              TestPacketCapture: pdump rx LLDP packet content is correct
03/11/2020 05:30:51              TestPacketCapture: pdump rx IP_RAW packet content is correct
03/11/2020 05:30:53              TestPacketCapture: pdump rx IPv6_TCP packet content is correct
03/11/2020 05:30:55              TestPacketCapture: pdump rx IPv6_UDP packet content is correct
03/11/2020 05:30:57              TestPacketCapture: pdump rx IPv6_SCTP packet content is correct
03/11/2020 05:30:59              TestPacketCapture: pdump rx VLAN_UDP packet content is correct
03/11/2020 05:31:01             dut.10.240.183.189: echo 0 > /proc/sys/kernel/randomize_va_space
03/11/2020 05:31:01             dut.10.240.183.189: 
03/11/2020 05:31:03             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
03/11/2020 05:31:03             dut.10.240.183.189: 
03/11/2020 05:31:03                         tester: rm -fr /tmp/pdumpLog/*
03/11/2020 05:31:03                         tester: 
03/11/2020 05:31:03             dut.10.240.183.189: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -w 0000:05:00.0 -w 0000:05:00.1  --file-prefix=test    -- -i --port-topology=chained
03/11/2020 05:31:05             dut.10.240.183.189: EAL: Detected 88 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(4)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.1 (socket 0)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
Port 0: 00:00:00:00:01:00
Configuring Port 1 (socket 0)
Port 1: 00:00:00:00:01:01
Checking link statuses...
Done
03/11/2020 05:31:15             dut.10.240.183.189: set fwd io
03/11/2020 05:31:15             dut.10.240.183.189: 
Set io packet forwarding mode
03/11/2020 05:31:15             dut.10.240.183.189: start
03/11/2020 05:31:15             dut.10.240.183.189: 
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:
  RX P=0/Q=0 (socket 0) -> 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

  io 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=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
  port 1: RX queue number: 1 Tx queue number: 1
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=256 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  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=0x10000 - TX RS bit threshold=32
03/11/2020 05:31:17             dut.10.240.183.189: rm -fr /tmp/pdumpLog/*
03/11/2020 05:31:17             dut.10.240.183.189: 
03/11/2020 05:31:17                         tester: rm -fr /tmp/pdumpLog/*
03/11/2020 05:31:17                         tester: 
03/11/2020 05:31:23             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:31:23             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-tx.pcap': No such file or directory
03/11/2020 05:31:23             dut.10.240.183.189: echo $?
03/11/2020 05:31:23             dut.10.240.183.189: 2
03/11/2020 05:31:27             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:31:27             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:31:27             dut.10.240.183.189: echo $?
03/11/2020 05:31:27             dut.10.240.183.189: 0
03/11/2020 05:31:27              TestPacketCapture: send <TCP> packet
03/11/2020 05:31:27                         tester: ls -d /tmp/tester/
03/11/2020 05:31:27                         tester: /tmp/tester/
03/11/2020 05:31:27                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:31:27                         tester: 
03/11/2020 05:31:32                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:31:38                         tester: ls -d /tmp/tester/
03/11/2020 05:31:38                         tester: /tmp/tester/
03/11/2020 05:31:38                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:31:38                         tester: 
03/11/2020 05:31:50              TestPacketCapture: send <UDP> packet
03/11/2020 05:31:50                         tester: ls -d /tmp/tester/
03/11/2020 05:31:50                         tester: /tmp/tester/
03/11/2020 05:31:50                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:31:50                         tester: 
03/11/2020 05:31:54                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:32:01                         tester: ls -d /tmp/tester/
03/11/2020 05:32:01                         tester: /tmp/tester/
03/11/2020 05:32:01                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:32:01                         tester: 
03/11/2020 05:32:12              TestPacketCapture: send <SCTP> packet
03/11/2020 05:32:12                         tester: ls -d /tmp/tester/
03/11/2020 05:32:12                         tester: /tmp/tester/
03/11/2020 05:32:12                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:32:12                         tester: 
03/11/2020 05:32:17                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:32:23                         tester: ls -d /tmp/tester/
03/11/2020 05:32:23                         tester: /tmp/tester/
03/11/2020 05:32:23                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:32:23                         tester: 
03/11/2020 05:32:35              TestPacketCapture: send <TIMESYNC> packet
03/11/2020 05:32:35                         tester: ls -d /tmp/tester/
03/11/2020 05:32:35                         tester: /tmp/tester/
03/11/2020 05:32:35                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:32:35                         tester: 
03/11/2020 05:32:39                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:32:45                         tester: ls -d /tmp/tester/
03/11/2020 05:32:46                         tester: /tmp/tester/
03/11/2020 05:32:46                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:32:46                         tester: 
03/11/2020 05:32:57              TestPacketCapture: send <ARP> packet
03/11/2020 05:32:57                         tester: ls -d /tmp/tester/
03/11/2020 05:32:57                         tester: /tmp/tester/
03/11/2020 05:32:57                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:32:57                         tester: 
03/11/2020 05:33:02                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:33:08                         tester: ls -d /tmp/tester/
03/11/2020 05:33:08                         tester: /tmp/tester/
03/11/2020 05:33:08                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:33:08                         tester: 
03/11/2020 05:33:19              TestPacketCapture: send <LLDP> packet
03/11/2020 05:33:19                         tester: ls -d /tmp/tester/
03/11/2020 05:33:20                         tester: /tmp/tester/
03/11/2020 05:33:20                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:33:20                         tester: 
03/11/2020 05:33:24                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:33:30                         tester: ls -d /tmp/tester/
03/11/2020 05:33:30                         tester: /tmp/tester/
03/11/2020 05:33:30                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:33:30                         tester: 
03/11/2020 05:33:42              TestPacketCapture: send <IP_RAW> packet
03/11/2020 05:33:42                         tester: ls -d /tmp/tester/
03/11/2020 05:33:42                         tester: /tmp/tester/
03/11/2020 05:33:42                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:33:42                         tester: 
03/11/2020 05:33:47                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:33:53                         tester: ls -d /tmp/tester/
03/11/2020 05:33:53                         tester: /tmp/tester/
03/11/2020 05:33:53                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:33:53                         tester: 
03/11/2020 05:34:04              TestPacketCapture: send <IPv6_TCP> packet
03/11/2020 05:34:04                         tester: ls -d /tmp/tester/
03/11/2020 05:34:04                         tester: /tmp/tester/
03/11/2020 05:34:04                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:34:04                         tester: 
03/11/2020 05:34:09                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:34:15                         tester: ls -d /tmp/tester/
03/11/2020 05:34:15                         tester: /tmp/tester/
03/11/2020 05:34:15                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:34:15                         tester: 
03/11/2020 05:34:27              TestPacketCapture: send <IPv6_UDP> packet
03/11/2020 05:34:27                         tester: ls -d /tmp/tester/
03/11/2020 05:34:27                         tester: /tmp/tester/
03/11/2020 05:34:27                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:34:27                         tester: 
03/11/2020 05:34:32                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:34:38                         tester: ls -d /tmp/tester/
03/11/2020 05:34:38                         tester: /tmp/tester/
03/11/2020 05:34:38                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:34:38                         tester: 
03/11/2020 05:34:49              TestPacketCapture: send <IPv6_SCTP> packet
03/11/2020 05:34:49                         tester: ls -d /tmp/tester/
03/11/2020 05:34:49                         tester: /tmp/tester/
03/11/2020 05:34:49                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:34:49                         tester: 
03/11/2020 05:34:54                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:35:00                         tester: ls -d /tmp/tester/
03/11/2020 05:35:00                         tester: /tmp/tester/
03/11/2020 05:35:00                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:35:00                         tester: 
03/11/2020 05:35:12              TestPacketCapture: send <VLAN_UDP> packet
03/11/2020 05:35:12             dut.10.240.183.189: vlan set filter off 0
03/11/2020 05:35:12             dut.10.240.183.189: 
03/11/2020 05:35:12             dut.10.240.183.189: vlan set filter off 1
03/11/2020 05:35:12             dut.10.240.183.189: 
03/11/2020 05:35:12             dut.10.240.183.189: start
03/11/2020 05:35:12             dut.10.240.183.189: 
Not all ports were ed
03/11/2020 05:35:12                         tester: ls -d /tmp/tester/
03/11/2020 05:35:12                         tester: /tmp/tester/
03/11/2020 05:35:12                         tester: rm -rf /tmp/tester/sniff_ens224f1.pcap
03/11/2020 05:35:12                         tester: 
03/11/2020 05:35:17                         tester: scp -v root@10.240.183.82:/tmp/tester/sniff_ens224f1.pcap /tmp/sniff_ens224f1.pcap
03/11/2020 05:35:23                         tester: ls -d /tmp/tester/
03/11/2020 05:35:23                         tester: /tmp/tester/
03/11/2020 05:35:23                         tester: rm -rf /tmp/tester/sniff_ens224f0.pcap
03/11/2020 05:35:23                         tester: 
03/11/2020 05:35:34             dut.10.240.183.189: killall tcpdump
03/11/2020 05:35:34             dut.10.240.183.189: 
03/11/2020 05:35:36             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-rx.pcap
03/11/2020 05:35:36             dut.10.240.183.189: ls: cannot access '/tmp/pdumpLog/pdump-rx.pcap': No such file or directory
03/11/2020 05:35:36             dut.10.240.183.189: echo $?
03/11/2020 05:35:37             dut.10.240.183.189: 2
03/11/2020 05:35:37             dut.10.240.183.189: ls /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:35:37             dut.10.240.183.189: /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:35:37             dut.10.240.183.189: echo $?
03/11/2020 05:35:37             dut.10.240.183.189: 0
03/11/2020 05:35:37             dut.10.240.183.189: scp -v root@10.240.183.189:/tmp/pdumpLog/pdump-tx.pcap /tmp/pdumpLog/pdump-tx.pcap
03/11/2020 05:35:38             dut.10.240.183.189: killall dpdk-pdump 
03/11/2020 05:35:38             dut.10.240.183.189: 
03/11/2020 05:35:40             dut.10.240.183.189: stop
03/11/2020 05:35:40             dut.10.240.183.189: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
03/11/2020 05:35:40             dut.10.240.183.189: quit
03/11/2020 05:35:41             dut.10.240.183.189: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Stopping port 2...
Stopping ports...
Done

Shutting down port 0...
Closing ports...

Port 1: link state change event
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Shutting down port 2...
Closing ports...
Port 2 is closed
Done

Bye...
03/11/2020 05:35:43             dut.10.240.183.189: echo 2 > /proc/sys/kernel/randomize_va_space
03/11/2020 05:35:43             dut.10.240.183.189: 
03/11/2020 05:35:47              TestPacketCapture: pdump tx TCP packet content is correct
03/11/2020 05:35:49              TestPacketCapture: pdump tx UDP packet content is correct
03/11/2020 05:35:51              TestPacketCapture: pdump tx SCTP packet content is correct
03/11/2020 05:35:53              TestPacketCapture: pdump tx TIMESYNC packet content is correct
03/11/2020 05:35:55              TestPacketCapture: pdump tx ARP packet content is correct
03/11/2020 05:35:57              TestPacketCapture: pdump tx LLDP packet content is correct
03/11/2020 05:35:59              TestPacketCapture: pdump tx IP_RAW packet content is correct
03/11/2020 05:36:01              TestPacketCapture: pdump tx IPv6_TCP packet content is correct
03/11/2020 05:36:03              TestPacketCapture: pdump tx IPv6_UDP packet content is correct
03/11/2020 05:36:05              TestPacketCapture: pdump tx IPv6_SCTP packet content is correct
03/11/2020 05:36:07              TestPacketCapture: pdump tx VLAN_UDP packet content is correct
03/11/2020 05:36:09              TestPacketCapture: Test Case test_pdump_dev_iface Result PASSED:
03/11/2020 05:36:09             dut.10.240.183.189: killall tcpdump
03/11/2020 05:36:09             dut.10.240.183.189: tcpdump: no process found
03/11/2020 05:36:11                            dts: 
TEST SUITE ENDED: TestPacketCapture

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

* Re: [dts] [PATCH V1] tests/TestSuite_packet_capture: adapt meson build
  2020-11-02  9:40 [dts] [PATCH V1] tests/TestSuite_packet_capture: adapt meson build Zhou, Jun
  2020-11-02  9:40 ` Zhou, JunX W
@ 2020-11-03  4:30 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-11-03  4:30 UTC (permalink / raw)
  To: Zhou, JunX W, dts; +Cc: Zhou, JunX W, Zhou

> adapt meson build
> 
> Signed-off-by: Zhou, Jun <junx.w.zhou@intel.com>

Applied

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

end of thread, other threads:[~2020-11-03  4:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02  9:40 [dts] [PATCH V1] tests/TestSuite_packet_capture: adapt meson build Zhou, Jun
2020-11-02  9:40 ` Zhou, JunX W
2020-11-03  4:30 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).