test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/telemetry: adapt meson build
@ 2021-03-23  6:04 Zhou Jun
  2021-03-23  6:11 ` Zhou, JunX W
  2021-03-25  5:55 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: Zhou Jun @ 2021-03-23  6:04 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

adapt meson build, need modify compile parameter and recompile
 for test

Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
---
 tests/TestSuite_telemetry.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py
index 7e474bc..8de8fb6 100644
--- a/tests/TestSuite_telemetry.py
+++ b/tests/TestSuite_telemetry.py
@@ -49,6 +49,7 @@ class TestTelemetry(TestCase):
             "'s/CONFIG_RTE_LIBRTE_TELEMETRY=n/CONFIG_RTE_LIBRTE_TELEMETRY=y/g'"
             " {}/config/common_base").format(self.target_dir)
         self.d_a_console(cmd)
+        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'y'})
 
     def create_query_script(self):
         '''
@@ -588,7 +589,8 @@ class TestTelemetry(TestCase):
         """
         Run after each test suite.
         """
-        pass
+        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'n'})
+        self.dut.build_install_dpdk(self.target)
 
     def test_basic_connection(self):
         '''
-- 
1.8.3.1


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

* Re: [dts] [PATCH V1] tests/telemetry: adapt meson build
  2021-03-23  6:04 [dts] [PATCH V1] tests/telemetry: adapt meson build Zhou Jun
@ 2021-03-23  6:11 ` Zhou, JunX W
  2021-03-23  9:53   ` Zhao, HaiyangX
  2021-03-25  5:55 ` Tu, Lijuan
  1 sibling, 1 reply; 4+ messages in thread
From: Zhou, JunX W @ 2021-03-23  6:11 UTC (permalink / raw)
  To: dts

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

>-----Original Message-----
>From: Zhou, JunX W 
>Sent: Tuesday, March 23, 2021 2:05 PM
>To: dts@dpdk.org
>Cc: Zhou, JunX W <junx.w.zhou@intel.com>
>Subject: [dts][PATCH V1] tests/telemetry: adapt meson build
>
>adapt meson build, need modify compile parameter and recompile  for test
>
>Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>

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

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

12/03/2021 09:23:33                            dts: 
TEST SUITE : TestTelemetry
12/03/2021 09:23:33                            dts: NIC :        fortville_25g
12/03/2021 09:23:33             dut.10.240.183.197: 
12/03/2021 09:23:33                         tester: 
12/03/2021 09:23:33             dut.10.240.183.197: sed -i -e 's/CONFIG_RTE_LIBRTE_TELEMETRY=n/CONFIG_RTE_LIBRTE_TELEMETRY=y/g' /root/dpdk/config/common_base
12/03/2021 09:23:33             dut.10.240.183.197: sed: can't read /root/dpdk/config/common_base: No such file or directory
12/03/2021 09:23:34             dut.10.240.183.197: sed -i '/RTE_LIBRTE_TELEMETRY/d' config/rte_config.h
12/03/2021 09:23:34             dut.10.240.183.197: 
12/03/2021 09:23:34             dut.10.240.183.197: sed -i '$a\#define RTE_LIBRTE_TELEMETRY 1' config/rte_config.h
12/03/2021 09:23:34             dut.10.240.183.197: 
12/03/2021 09:23:34             dut.10.240.183.197: rm -rf x86_64-native-linuxapp-gcc
12/03/2021 09:23:35             dut.10.240.183.197: 
12/03/2021 09:23:35             dut.10.240.183.197: CC=gcc meson -Denable_kmods=True -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
12/03/2021 09:23:40             dut.10.240.183.197: The Meson build system
Version: 0.55.1
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
Project name: DPDK
Project version: 21.05.0-rc0
Using 'CC' from environment with value: 'gcc'
Using 'CC' from environment with value: 'gcc'
C compiler for the host machine: gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES 
Library libfdt found: YES
Has header "fdt.h" : YES 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Run-time dependency libbsd found: NO (tried pkgconfig)
Run-time dependency libpcap found: YES 1.9.1
Has header "pcap.h" with dependency libpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:238: 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: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: YES 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512BW__" : 1 
Fetching value of define "__AVX512CD__" : 1 
Fetching value of define "__AVX512DQ__" : 1 
Fetching value of define "__AVX512F__" : 1 
Fetching value of define "__AVX512VL__" : 1 
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__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512dq: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mvpclmulqdq: YES 
Compiler for C supports arguments -mavx2: YES 
Compiler for C supports arguments -mavx: 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.12
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)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 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"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
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: NO (tried pkgconfig)
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 (cached)
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"
Run-time dependency libmusdk found: NO (tried pkgconfig)
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 (cached)
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
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)
Library mlx5 found: NO
Run-time dependency libcrypto found: NO (tried pkgconfig)
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)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
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 (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES 
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)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Message: drivers/net/ipn3ke: Defining dependency "net_ipn3ke"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
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)
Library mlx4 found: NO
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig)
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/octeontx_ep: Defining dependency "net_octeontx_ep"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/net/pfe: Defining dependency "net_pfe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (cached)
Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Compiler for C supports arguments -Wno-visibility -Wvisibility: NO 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES (cached)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Message: drivers/net/sfc: Defining dependency "net_sfc"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Run-time dependency libsze2 found: NO (tried pkgconfig)
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 (cached)
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
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"
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency librt found: NO (tried pkgconfig and cmake)
Library librt found: YES
Message: drivers/raw/ifpga: Defining dependency "raw_ifpga"
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
Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
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)
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
Run-time dependency libmusdk found: NO (tried pkgconfig)
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)
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)
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/compress/mlx5]: missing internal dependency "common_mlx5"
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 (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Library librxp_compiler found: NO
Message: drivers/regex/octeontx2: Defining dependency "regex_octeontx2"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_ifc"
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/event/dlb: Defining dependency "event_dlb"
Message: drivers/event/dlb2: Defining dependency "event_dlb2"
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 (cached)
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 (cached)
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Message: hugepage availability: true
Program get-coremask.sh found: YES
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Configuring rte_build_config.h using configuration
Message: 
=================
Libraries Enabled
=================

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

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

common:
	cpt, dpaax, iavf, octeontx, octeontx2, 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, ionic, 
	ipn3ke, ixgbe, kni, liquidio, memif, netvsc, nfp, null, 
	octeontx, octeontx2, octeontx_ep, pcap, pfe, qede, ring, sfc, 
	softnic, tap, thunderx, txgbe, vdev_netvsc, vhost, virtio, vmxnet3, 
	
raw:
	dpaa2_cmdif, dpaa2_qdma, ifpga, 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, 
vdpa:
	ifc, 
event:
	dlb, dlb2, 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/mlx4:	missing dependency, "mlx4"
	net/mlx5:	missing internal dependency, "common_mlx5"
	net/mvneta:	missing dependency, "libmusdk"
	net/mvpp2:	missing dependency, "libmusdk"
	net/nfb:	missing dependency, "libnfb"
	net/szedata2:	missing dependency, "libsze2"
	crypto/aesni_gcm:	missing dependency, "libIPSec_MB"
	crypto/aesni_mb:	missing dependency, "libIPSec_MB"
	crypto/armv8:	missing dependency, "libAArch64crypto"
	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"
	compress/mlx5:	missing internal dependency, "common_mlx5"
	regex/mlx5:	missing internal dependency, "common_mlx5"
	vdpa/mlx5:	missing internal dependency, "common_mlx5"
	

Build targets in project: 1028

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

  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
12/03/2021 09:25:07             dut.10.240.183.197: sed -i 's/self.socket.send_fd.connect("\/var\/run\/dpdk\/.*\/telemetry")/self.socket.send_fd.connect("\/var\/run\/dpdk\/dpdk_20870_20210312021933\/telemetry")/g' /root/dpdk/usertools/dpdk-telemetry-client.py
12/03/2021 09:25:07             dut.10.240.183.197: 
12/03/2021 09:25:08             dut.10.240.183.197: sed -i 's/self.socket.send_fd.connect("\/var\/run\/dpdk\/.*\/telemetry")/self.socket.send_fd.connect("\/var\/run\/dpdk\/dpdk_20870_20210312021933\/telemetry")/g' /root/dpdk/dpdk_telemetry_client.py
12/03/2021 09:25:08             dut.10.240.183.197: 
12/03/2021 09:25:12             dut.10.240.183.197: ps aux | grep -i 'dpdk-telemetry-client.py' | grep -v grep | awk {'print $2'}
12/03/2021 09:25:12             dut.10.240.183.197: 
12/03/2021 09:25:14             dut.10.240.183.197: stop
12/03/2021 09:25:14             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
12/03/2021 09:25:14             dut.10.240.183.197: quit
12/03/2021 09:25:16             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Port 1: link state change event
Port 0 is closed
Done

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

Bye...
12/03/2021 09:25:16             dut.10.240.183.197: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 --file-prefix=dpdk_20870_20210312021933  --telemetry -- -i 
12/03/2021 09:25:18             dut.10.240.183.197: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_20870_20210312021933/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.1 (socket 1)
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
testpmd: create a new mbuf pool <mb_pool_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 3C:FD:FE:B8:97:64
Configuring Port 1 (socket 1)
Port 1: 3C:FD:FE:B8:97:65
Checking link statuses...
Done
12/03/2021 09:25:28             dut.10.240.183.197: start
12/03/2021 09:25:28             dut.10.240.183.197: 
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 1) -> TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  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
12/03/2021 09:25:28             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
12/03/2021 09:25:30             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
12/03/2021 09:25:31             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/dts/dts/output/telemetry/metric.json
12/03/2021 09:25:33                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
12/03/2021 09:25:48             dut.10.240.183.197: 
12/03/2021 09:25:48             dut.10.240.183.197: stop
12/03/2021 09:25:48             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
12/03/2021 09:25:48             dut.10.240.183.197: quit
12/03/2021 09:25:50             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Port 1: link state change event
Port 0 is closed
Done

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

Bye...
12/03/2021 09:25:50                  TestTelemetry: Test Case test_basic_connection Result PASSED:
12/03/2021 09:25:50                  TestTelemetry: Test Case test_same_nic_with_2ports Begin
12/03/2021 09:25:50             dut.10.240.183.197: 
12/03/2021 09:25:50                         tester: 
12/03/2021 09:25:50             dut.10.240.183.197: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 --file-prefix=dpdk_20870_20210312021933  --telemetry -- -i 
12/03/2021 09:25:52             dut.10.240.183.197: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_20870_20210312021933/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.1 (socket 1)
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
testpmd: create a new mbuf pool <mb_pool_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 3C:FD:FE:B8:97:64
Configuring Port 1 (socket 1)
Port 1: 3C:FD:FE:B8:97:65
Checking link statuses...
Done
12/03/2021 09:26:02             dut.10.240.183.197: start
12/03/2021 09:26:02             dut.10.240.183.197: 
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 1) -> TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  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
12/03/2021 09:26:02             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
12/03/2021 09:26:04             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
12/03/2021 09:26:05             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/dts/dts/output/telemetry/metric.json
12/03/2021 09:26:07                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
12/03/2021 09:26:22             dut.10.240.183.197: 
12/03/2021 09:26:22             dut.10.240.183.197: stop
12/03/2021 09:26:22             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
12/03/2021 09:26:23             dut.10.240.183.197: clear port xstats all
12/03/2021 09:26:23             dut.10.240.183.197: 
12/03/2021 09:26:24             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
12/03/2021 09:26:26             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
12/03/2021 09:26:27             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/dts/dts/output/telemetry/metric.json
12/03/2021 09:26:29                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
12/03/2021 09:26:29             dut.10.240.183.197: show port xstats all
12/03/2021 09:26:29             dut.10.240.183.197: 
###### NIC extended statistics for port 0 
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 0
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 0
rx_q0_packets: 0
rx_q0_bytes: 0
rx_q0_errors: 0
tx_q0_packets: 0
tx_q0_bytes: 0
rx_unicast_packets: 0
rx_multicast_packets: 0
rx_broadcast_packets: 0
rx_dropped_packets: 0
rx_unknown_protocol_packets: 0
tx_unicast_packets: 0
tx_multicast_packets: 0
tx_broadcast_packets: 0
tx_dropped_packets: 0
tx_link_down_dropped: 0
rx_crc_errors: 0
rx_illegal_byte_errors: 0
rx_error_bytes: 0
mac_local_errors: 0
mac_remote_errors: 0
rx_length_errors: 0
tx_xon_packets: 0
rx_xon_packets: 0
tx_xoff_packets: 0
rx_xoff_packets: 0
rx_size_64_packets: 0
rx_size_65_to_127_packets: 0
rx_size_128_to_255_packets: 0
rx_size_256_to_511_packets: 0
rx_size_512_to_1023_packets: 0
rx_size_1024_to_1522_packets: 0
rx_size_1523_to_max_packets: 0
rx_undersized_errors: 0
rx_oversize_errors: 0
rx_mac_short_dropped: 0
rx_fragmented_errors: 0
rx_jabber_errors: 0
tx_size_64_packets: 0
tx_size_65_to_127_packets: 0
tx_size_128_to_255_packets: 0
tx_size_256_to_511_packets: 0
tx_size_512_to_1023_packets: 0
tx_size_1024_to_1522_packets: 0
tx_size_1523_to_max_packets: 0
rx_flow_director_atr_match_packets: 0
rx_flow_director_sb_match_packets: 0
tx_low_power_idle_status: 0
rx_low_power_idle_status: 0
tx_low_power_idle_count: 0
rx_low_power_idle_count: 0
rx_priority0_xon_packets: 0
rx_priority1_xon_packets: 0
rx_priority2_xon_packets: 0
rx_priority3_xon_packets: 0
rx_priority4_xon_packets: 0
rx_priority5_xon_packets: 0
rx_priority6_xon_packets: 0
rx_priority7_xon_packets: 0
rx_priority0_xoff_packets: 0
rx_priority1_xoff_packets: 0
rx_priority2_xoff_packets: 0
rx_priority3_xoff_packets: 0
rx_priority4_xoff_packets: 0
rx_priority5_xoff_packets: 0
rx_priority6_xoff_packets: 0
rx_priority7_xoff_packets: 0
tx_priority0_xon_packets: 0
tx_priority1_xon_packets: 0
tx_priority2_xon_packets: 0
tx_priority3_xon_packets: 0
tx_priority4_xon_packets: 0
tx_priority5_xon_packets: 0
tx_priority6_xon_packets: 0
tx_priority7_xon_packets: 0
tx_priority0_xoff_packets: 0
tx_priority1_xoff_packets: 0
tx_priority2_xoff_packets: 0
tx_priority3_xoff_packets: 0
tx_priority4_xoff_packets: 0
tx_priority5_xoff_packets: 0
tx_priority6_xoff_packets: 0
tx_priority7_xoff_packets: 0
tx_priority0_xon_to_xoff_packets: 0
tx_priority1_xon_to_xoff_packets: 0
tx_priority2_xon_to_xoff_packets: 0
tx_priority3_xon_to_xoff_packets: 0
tx_priority4_xon_to_xoff_packets: 0
tx_priority5_xon_to_xoff_packets: 0
tx_priority6_xon_to_xoff_packets: 0
tx_priority7_xon_to_xoff_packets: 0
###### NIC extended statistics for port 1 
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 0
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 0
rx_q0_packets: 0
rx_q0_bytes: 0
rx_q0_errors: 0
tx_q0_packets: 0
tx_q0_bytes: 0
rx_unicast_packets: 0
rx_multicast_packets: 0
rx_broadcast_packets: 0
rx_dropped_packets: 0
rx_unknown_protocol_packets: 0
tx_unicast_packets: 0
tx_multicast_packets: 0
tx_broadcast_packets: 0
tx_dropped_packets: 0
tx_link_down_dropped: 0
rx_crc_errors: 0
rx_illegal_byte_errors: 0
rx_error_bytes: 0
mac_local_errors: 0
mac_remote_errors: 0
rx_length_errors: 0
tx_xon_packets: 0
rx_xon_packets: 0
tx_xoff_packets: 0
rx_xoff_packets: 0
rx_size_64_packets: 0
rx_size_65_to_127_packets: 0
rx_size_128_to_255_packets: 0
rx_size_256_to_511_packets: 0
rx_size_512_to_1023_packets: 0
rx_size_1024_to_1522_packets: 0
rx_size_1523_to_max_packets: 0
rx_undersized_errors: 0
rx_oversize_errors: 0
rx_mac_short_dropped: 0
rx_fragmented_errors: 0
rx_jabber_errors: 0
tx_size_64_packets: 0
tx_size_65_to_127_packets: 0
tx_size_128_to_255_packets: 0
tx_size_256_to_511_packets: 0
tx_size_512_to_1023_packets: 0
tx_size_1024_to_1522_packets: 0
tx_size_1523_to_max_packets: 0
rx_flow_director_atr_match_packets: 0
rx_flow_director_sb_match_packets: 0
tx_low_power_idle_status: 0
rx_low_power_idle_status: 0
tx_low_power_idle_count: 0
rx_low_power_idle_count: 0
rx_priority0_xon_packets: 0
rx_priority1_xon_packets: 0
rx_priority2_xon_packets: 0
rx_priority3_xon_packets: 0
rx_priority4_xon_packets: 0
rx_priority5_xon_packets: 0
rx_priority6_xon_packets: 0
rx_priority7_xon_packets: 0
rx_priority0_xoff_packets: 0
rx_priority1_xoff_packets: 0
rx_priority2_xoff_packets: 0
rx_priority3_xoff_packets: 0
rx_priority4_xoff_packets: 0
rx_priority5_xoff_packets: 0
rx_priority6_xoff_packets: 0
rx_priority7_xoff_packets: 0
tx_priority0_xon_packets: 0
tx_priority1_xon_packets: 0
tx_priority2_xon_packets: 0
tx_priority3_xon_packets: 0
tx_priority4_xon_packets: 0
tx_priority5_xon_packets: 0
tx_priority6_xon_packets: 0
tx_priority7_xon_packets: 0
tx_priority0_xoff_packets: 0
tx_priority1_xoff_packets: 0
tx_priority2_xoff_packets: 0
tx_priority3_xoff_packets: 0
tx_priority4_xoff_packets: 0
tx_priority5_xoff_packets: 0
tx_priority6_xoff_packets: 0
tx_priority7_xoff_packets: 0
tx_priority0_xon_to_xoff_packets: 0
tx_priority1_xon_to_xoff_packets: 0
tx_priority2_xon_to_xoff_packets: 0
tx_priority3_xon_to_xoff_packets: 0
tx_priority4_xon_to_xoff_packets: 0
tx_priority5_xon_to_xoff_packets: 0
tx_priority6_xon_to_xoff_packets: 0
tx_priority7_xon_to_xoff_packets: 0
12/03/2021 09:26:30             dut.10.240.183.197: stop
12/03/2021 09:26:30             dut.10.240.183.197: 
Packet forwarding not started
12/03/2021 09:26:30             dut.10.240.183.197: quit
12/03/2021 09:26:32             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

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

Bye...
12/03/2021 09:26:32                  TestTelemetry: Test Case test_same_nic_with_2ports Result PASSED:
12/03/2021 09:26:32                            dts: 
TEST SUITE ENDED: TestTelemetry
23/03/2021 22:15:01                            dts: 
TEST SUITE : TestTelemetry
23/03/2021 22:15:01                            dts: NIC :        fortville_25g
23/03/2021 22:15:01             dut.10.240.183.197: 
23/03/2021 22:15:01                         tester: 
23/03/2021 22:15:01             dut.10.240.183.197: rm -f /root/dpdk/dpdk_telemetry_client.py;cp -f /root/dpdk/usertools/dpdk-telemetry-client.py /root/dpdk/dpdk_telemetry_client.py;sed -i -e 's/class Client:/class Client(object):/g' /root/dpdk/dpdk_telemetry_client.py
23/03/2021 22:15:01             dut.10.240.183.197: 
23/03/2021 22:15:02             dut.10.240.183.197: scp -v /home/autoregression/zj/dts/output/telemetry/query_tool.py root@10.240.183.197:/root/dpdk
23/03/2021 22:15:04                  TestTelemetry: Test Case test_basic_connection Begin
23/03/2021 22:15:04             dut.10.240.183.197: 
23/03/2021 22:15:04                         tester: 
23/03/2021 22:15:04             dut.10.240.183.197: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 --file-prefix=dpdk_14536_20210323221438  --telemetry -- -i 
23/03/2021 22:15:06             dut.10.240.183.197: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_14536_20210323221438/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.1 (socket 1)
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
testpmd: create a new mbuf pool <mb_pool_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 3C:FD:FE:B8:97:64
Configuring Port 1 (socket 1)
Port 1: 3C:FD:FE:B8:97:65
Checking link statuses...
Done
23/03/2021 22:15:16             dut.10.240.183.197: start
23/03/2021 22:15:16             dut.10.240.183.197: 
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 1) -> TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  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
23/03/2021 22:15:16             dut.10.240.183.197: sed -i 's/self.socket.send_fd.connect("\/var\/run\/dpdk\/.*\/telemetry")/self.socket.send_fd.connect("\/var\/run\/dpdk\/dpdk_14536_20210323221438\/telemetry")/g' /root/dpdk/usertools/dpdk-telemetry-client.py
23/03/2021 22:15:16             dut.10.240.183.197: 
23/03/2021 22:15:17             dut.10.240.183.197: sed -i 's/self.socket.send_fd.connect("\/var\/run\/dpdk\/.*\/telemetry")/self.socket.send_fd.connect("\/var\/run\/dpdk\/dpdk_14536_20210323221438\/telemetry")/g' /root/dpdk/dpdk_telemetry_client.py
23/03/2021 22:15:18             dut.10.240.183.197: 
23/03/2021 22:15:22             dut.10.240.183.197: ps aux | grep -i 'dpdk-telemetry-client.py' | grep -v grep | awk {'print $2'}
23/03/2021 22:15:22             dut.10.240.183.197: 
23/03/2021 22:15:23             dut.10.240.183.197: stop
23/03/2021 22:15:23             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
23/03/2021 22:15:23             dut.10.240.183.197: quit
23/03/2021 22:15:25             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Port 1: link state change event
Port 0 is closed
Done

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

Bye...
23/03/2021 22:15:25             dut.10.240.183.197: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 --file-prefix=dpdk_14536_20210323221438  --telemetry -- -i 
23/03/2021 22:15:26             dut.10.240.183.197: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_14536_20210323221438/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.1 (socket 1)
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
testpmd: create a new mbuf pool <mb_pool_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 3C:FD:FE:B8:97:64
Configuring Port 1 (socket 1)
Port 1: 3C:FD:FE:B8:97:65
Checking link statuses...
Done
23/03/2021 22:15:36             dut.10.240.183.197: start
23/03/2021 22:15:36             dut.10.240.183.197: 
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 1) -> TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  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
23/03/2021 22:15:36             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
23/03/2021 22:15:39             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
23/03/2021 22:15:40             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/zj/dts/output/telemetry/metric.json
23/03/2021 22:15:41                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
23/03/2021 22:15:56             dut.10.240.183.197: 
23/03/2021 22:15:56             dut.10.240.183.197: stop
23/03/2021 22:15:57             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
23/03/2021 22:15:57             dut.10.240.183.197: quit
23/03/2021 22:15:58             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Port 1: link state change event
Port 0 is closed
Done

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

Bye...
23/03/2021 22:15:58                  TestTelemetry: Test Case test_basic_connection Result PASSED:
23/03/2021 22:15:58                  TestTelemetry: Test Case test_same_nic_with_2ports Begin
23/03/2021 22:15:58             dut.10.240.183.197: 
23/03/2021 22:15:58                         tester: 
23/03/2021 22:15:58             dut.10.240.183.197: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 --file-prefix=dpdk_14536_20210323221438  --telemetry -- -i 
23/03/2021 22:16:00             dut.10.240.183.197: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_14536_20210323221438/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.1 (socket 1)
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
testpmd: create a new mbuf pool <mb_pool_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 3C:FD:FE:B8:97:64
Configuring Port 1 (socket 1)
Port 1: 3C:FD:FE:B8:97:65
Checking link statuses...
Done
23/03/2021 22:16:10             dut.10.240.183.197: start
23/03/2021 22:16:10             dut.10.240.183.197: 
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 1) -> TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  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
23/03/2021 22:16:10             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
23/03/2021 22:16:12             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
23/03/2021 22:16:13             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/zj/dts/output/telemetry/metric.json
23/03/2021 22:16:15                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
23/03/2021 22:16:30             dut.10.240.183.197: 
23/03/2021 22:16:30             dut.10.240.183.197: stop
23/03/2021 22:16:30             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
23/03/2021 22:16:31             dut.10.240.183.197: clear port xstats all
23/03/2021 22:16:31             dut.10.240.183.197: 
23/03/2021 22:16:32             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
23/03/2021 22:16:34             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
23/03/2021 22:16:35             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/zj/dts/output/telemetry/metric.json
23/03/2021 22:16:37                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
23/03/2021 22:16:37             dut.10.240.183.197: show port xstats all
23/03/2021 22:16:37             dut.10.240.183.197: 
###### NIC extended statistics for port 0 
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 0
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 0
rx_q0_packets: 0
rx_q0_bytes: 0
rx_q0_errors: 0
tx_q0_packets: 0
tx_q0_bytes: 0
rx_unicast_packets: 0
rx_multicast_packets: 0
rx_broadcast_packets: 0
rx_dropped_packets: 0
rx_unknown_protocol_packets: 0
tx_unicast_packets: 0
tx_multicast_packets: 0
tx_broadcast_packets: 0
tx_dropped_packets: 0
tx_link_down_dropped: 0
rx_crc_errors: 0
rx_illegal_byte_errors: 0
rx_error_bytes: 0
mac_local_errors: 0
mac_remote_errors: 0
rx_length_errors: 0
tx_xon_packets: 0
rx_xon_packets: 0
tx_xoff_packets: 0
rx_xoff_packets: 0
rx_size_64_packets: 0
rx_size_65_to_127_packets: 0
rx_size_128_to_255_packets: 0
rx_size_256_to_511_packets: 0
rx_size_512_to_1023_packets: 0
rx_size_1024_to_1522_packets: 0
rx_size_1523_to_max_packets: 0
rx_undersized_errors: 0
rx_oversize_errors: 0
rx_mac_short_dropped: 0
rx_fragmented_errors: 0
rx_jabber_errors: 0
tx_size_64_packets: 0
tx_size_65_to_127_packets: 0
tx_size_128_to_255_packets: 0
tx_size_256_to_511_packets: 0
tx_size_512_to_1023_packets: 0
tx_size_1024_to_1522_packets: 0
tx_size_1523_to_max_packets: 0
rx_flow_director_atr_match_packets: 0
rx_flow_director_sb_match_packets: 0
tx_low_power_idle_status: 0
rx_low_power_idle_status: 0
tx_low_power_idle_count: 0
rx_low_power_idle_count: 0
rx_priority0_xon_packets: 0
rx_priority1_xon_packets: 0
rx_priority2_xon_packets: 0
rx_priority3_xon_packets: 0
rx_priority4_xon_packets: 0
rx_priority5_xon_packets: 0
rx_priority6_xon_packets: 0
rx_priority7_xon_packets: 0
rx_priority0_xoff_packets: 0
rx_priority1_xoff_packets: 0
rx_priority2_xoff_packets: 0
rx_priority3_xoff_packets: 0
rx_priority4_xoff_packets: 0
rx_priority5_xoff_packets: 0
rx_priority6_xoff_packets: 0
rx_priority7_xoff_packets: 0
tx_priority0_xon_packets: 0
tx_priority1_xon_packets: 0
tx_priority2_xon_packets: 0
tx_priority3_xon_packets: 0
tx_priority4_xon_packets: 0
tx_priority5_xon_packets: 0
tx_priority6_xon_packets: 0
tx_priority7_xon_packets: 0
tx_priority0_xoff_packets: 0
tx_priority1_xoff_packets: 0
tx_priority2_xoff_packets: 0
tx_priority3_xoff_packets: 0
tx_priority4_xoff_packets: 0
tx_priority5_xoff_packets: 0
tx_priority6_xoff_packets: 0
tx_priority7_xoff_packets: 0
tx_priority0_xon_to_xoff_packets: 0
tx_priority1_xon_to_xoff_packets: 0
tx_priority2_xon_to_xoff_packets: 0
tx_priority3_xon_to_xoff_packets: 0
tx_priority4_xon_to_xoff_packets: 0
tx_priority5_xon_to_xoff_packets: 0
tx_priority6_xon_to_xoff_packets: 0
tx_priority7_xon_to_xoff_packets: 0
###### NIC extended statistics for port 1 
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 0
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 0
rx_q0_packets: 0
rx_q0_bytes: 0
rx_q0_errors: 0
tx_q0_packets: 0
tx_q0_bytes: 0
rx_unicast_packets: 0
rx_multicast_packets: 0
rx_broadcast_packets: 0
rx_dropped_packets: 0
rx_unknown_protocol_packets: 0
tx_unicast_packets: 0
tx_multicast_packets: 0
tx_broadcast_packets: 0
tx_dropped_packets: 0
tx_link_down_dropped: 0
rx_crc_errors: 0
rx_illegal_byte_errors: 0
rx_error_bytes: 0
mac_local_errors: 0
mac_remote_errors: 0
rx_length_errors: 0
tx_xon_packets: 0
rx_xon_packets: 0
tx_xoff_packets: 0
rx_xoff_packets: 0
rx_size_64_packets: 0
rx_size_65_to_127_packets: 0
rx_size_128_to_255_packets: 0
rx_size_256_to_511_packets: 0
rx_size_512_to_1023_packets: 0
rx_size_1024_to_1522_packets: 0
rx_size_1523_to_max_packets: 0
rx_undersized_errors: 0
rx_oversize_errors: 0
rx_mac_short_dropped: 0
rx_fragmented_errors: 0
rx_jabber_errors: 0
tx_size_64_packets: 0
tx_size_65_to_127_packets: 0
tx_size_128_to_255_packets: 0
tx_size_256_to_511_packets: 0
tx_size_512_to_1023_packets: 0
tx_size_1024_to_1522_packets: 0
tx_size_1523_to_max_packets: 0
rx_flow_director_atr_match_packets: 0
rx_flow_director_sb_match_packets: 0
tx_low_power_idle_status: 0
rx_low_power_idle_status: 0
tx_low_power_idle_count: 0
rx_low_power_idle_count: 0
rx_priority0_xon_packets: 0
rx_priority1_xon_packets: 0
rx_priority2_xon_packets: 0
rx_priority3_xon_packets: 0
rx_priority4_xon_packets: 0
rx_priority5_xon_packets: 0
rx_priority6_xon_packets: 0
rx_priority7_xon_packets: 0
rx_priority0_xoff_packets: 0
rx_priority1_xoff_packets: 0
rx_priority2_xoff_packets: 0
rx_priority3_xoff_packets: 0
rx_priority4_xoff_packets: 0
rx_priority5_xoff_packets: 0
rx_priority6_xoff_packets: 0
rx_priority7_xoff_packets: 0
tx_priority0_xon_packets: 0
tx_priority1_xon_packets: 0
tx_priority2_xon_packets: 0
tx_priority3_xon_packets: 0
tx_priority4_xon_packets: 0
tx_priority5_xon_packets: 0
tx_priority6_xon_packets: 0
tx_priority7_xon_packets: 0
tx_priority0_xoff_packets: 0
tx_priority1_xoff_packets: 0
tx_priority2_xoff_packets: 0
tx_priority3_xoff_packets: 0
tx_priority4_xoff_packets: 0
tx_priority5_xoff_packets: 0
tx_priority6_xoff_packets: 0
tx_priority7_xoff_packets: 0
tx_priority0_xon_to_xoff_packets: 0
tx_priority1_xon_to_xoff_packets: 0
tx_priority2_xon_to_xoff_packets: 0
tx_priority3_xon_to_xoff_packets: 0
tx_priority4_xon_to_xoff_packets: 0
tx_priority5_xon_to_xoff_packets: 0
tx_priority6_xon_to_xoff_packets: 0
tx_priority7_xon_to_xoff_packets: 0
23/03/2021 22:16:38             dut.10.240.183.197: stop
23/03/2021 22:16:38             dut.10.240.183.197: 
Packet forwarding not started
23/03/2021 22:16:38             dut.10.240.183.197: quit
23/03/2021 22:16:40             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Port 1: link state change event
Port 0 is closed
Done

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

Bye...
23/03/2021 22:16:40                  TestTelemetry: Test Case test_same_nic_with_2ports Result PASSED:
23/03/2021 22:16:40                            dts: 
TEST SUITE ENDED: TestTelemetry
23/03/2021 22:22:10                            dts: 
TEST SUITE : TestTelemetry
23/03/2021 22:22:10                            dts: NIC :        fortville_25g
23/03/2021 22:22:10             dut.10.240.183.197: 
23/03/2021 22:22:10                         tester: 
23/03/2021 22:22:10             dut.10.240.183.197: sed -i -e 's/CONFIG_RTE_LIBRTE_TELEMETRY=n/CONFIG_RTE_LIBRTE_TELEMETRY=y/g' /root/dpdk/config/common_base
23/03/2021 22:22:10             dut.10.240.183.197: sed: can't read /root/dpdk/config/common_base: No such file or directory
23/03/2021 22:22:11             dut.10.240.183.197: sed -i '/RTE_LIBRTE_TELEMETRY/d' config/rte_config.h
23/03/2021 22:22:11             dut.10.240.183.197: 
23/03/2021 22:22:11             dut.10.240.183.197: sed -i '$a\#define RTE_LIBRTE_TELEMETRY 1' config/rte_config.h
23/03/2021 22:22:11             dut.10.240.183.197: 
23/03/2021 22:22:11             dut.10.240.183.197: rm -rf x86_64-native-linuxapp-gcc
23/03/2021 22:22:11             dut.10.240.183.197: 
23/03/2021 22:22:11             dut.10.240.183.197: CC=gcc meson -Denable_kmods=True -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
23/03/2021 22:22:19             dut.10.240.183.197: The Meson build system
Version: 0.55.1
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
Project name: DPDK
Project version: 21.05.0-rc0
Using 'CC' from environment with value: 'gcc'
Using 'CC' from environment with value: 'gcc'
C compiler for the host machine: gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES 
Library libfdt found: YES
Has header "fdt.h" : YES 
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Run-time dependency libbsd found: NO (tried pkgconfig)
Run-time dependency libpcap found: YES 1.9.1
Has header "pcap.h" with dependency libpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:238: 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: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: YES 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512BW__" : 1 
Fetching value of define "__AVX512CD__" : 1 
Fetching value of define "__AVX512DQ__" : 1 
Fetching value of define "__AVX512F__" : 1 
Fetching value of define "__AVX512VL__" : 1 
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__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512dq: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mvpclmulqdq: YES 
Compiler for C supports arguments -mavx2: YES 
Compiler for C supports arguments -mavx: 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.12
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)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 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"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
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: NO (tried pkgconfig)
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 (cached)
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"
Run-time dependency libmusdk found: NO (tried pkgconfig)
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 (cached)
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
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)
Library mlx5 found: NO
Run-time dependency libcrypto found: NO (tried pkgconfig)
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)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
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 (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES 
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)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Message: drivers/net/ipn3ke: Defining dependency "net_ipn3ke"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
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)
Library mlx4 found: NO
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig)
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/octeontx_ep: Defining dependency "net_octeontx_ep"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/net/pfe: Defining dependency "net_pfe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (cached)
Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Compiler for C supports arguments -Wno-visibility -Wvisibility: NO 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES (cached)
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 (cached)
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 (cached)
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Message: drivers/net/sfc: Defining dependency "net_sfc"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Run-time dependency libsze2 found: NO (tried pkgconfig)
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 (cached)
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
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"
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency librt found: NO (tried pkgconfig and cmake)
Library librt found: YES
Message: drivers/raw/ifpga: Defining dependency "raw_ifpga"
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
Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
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)
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
Run-time dependency libmusdk found: NO (tried pkgconfig)
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)
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)
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/compress/mlx5]: missing internal dependency "common_mlx5"
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 (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Library librxp_compiler found: NO
Message: drivers/regex/octeontx2: Defining dependency "regex_octeontx2"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_ifc"
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/event/dlb: Defining dependency "event_dlb"
Message: drivers/event/dlb2: Defining dependency "event_dlb2"
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 (cached)
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 (cached)
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Message: hugepage availability: true
Program get-coremask.sh found: YES
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Configuring rte_build_config.h using configuration
Message: 
=================
Libraries Enabled
=================

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

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

common:
	cpt, dpaax, iavf, octeontx, octeontx2, 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, ionic, 
	ipn3ke, ixgbe, kni, liquidio, memif, netvsc, nfp, null, 
	octeontx, octeontx2, octeontx_ep, pcap, pfe, qede, ring, sfc, 
	softnic, tap, thunderx, txgbe, vdev_netvsc, vhost, virtio, vmxnet3, 
	
raw:
	dpaa2_cmdif, dpaa2_qdma, ifpga, 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, 
vdpa:
	ifc, 
event:
	dlb, dlb2, 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/mlx4:	missing dependency, "mlx4"
	net/mlx5:	missing internal dependency, "common_mlx5"
	net/mvneta:	missing dependency, "libmusdk"
	net/mvpp2:	missing dependency, "libmusdk"
	net/nfb:	missing dependency, "libnfb"
	net/szedata2:	missing dependency, "libsze2"
	crypto/aesni_gcm:	missing dependency, "libIPSec_MB"
	crypto/aesni_mb:	missing dependency, "libIPSec_MB"
	crypto/armv8:	missing dependency, "libAArch64crypto"
	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"
	compress/mlx5:	missing internal dependency, "common_mlx5"
	regex/mlx5:	missing internal dependency, "common_mlx5"
	vdpa/mlx5:	missing internal dependency, "common_mlx5"
	

Build targets in project: 1028

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

  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
23/03/2021 22:23:26             dut.10.240.183.197: sed -i 's/self.socket.send_fd.connect("\/var\/run\/dpdk\/.*\/telemetry")/self.socket.send_fd.connect("\/var\/run\/dpdk\/dpdk_14849_20210323222022\/telemetry")/g' /root/dpdk/usertools/dpdk-telemetry-client.py
23/03/2021 22:23:26             dut.10.240.183.197: 
23/03/2021 22:23:27             dut.10.240.183.197: sed -i 's/self.socket.send_fd.connect("\/var\/run\/dpdk\/.*\/telemetry")/self.socket.send_fd.connect("\/var\/run\/dpdk\/dpdk_14849_20210323222022\/telemetry")/g' /root/dpdk/dpdk_telemetry_client.py
23/03/2021 22:23:27             dut.10.240.183.197: 
23/03/2021 22:23:32             dut.10.240.183.197: ps aux | grep -i 'dpdk-telemetry-client.py' | grep -v grep | awk {'print $2'}
23/03/2021 22:23:32             dut.10.240.183.197: 
23/03/2021 22:23:33             dut.10.240.183.197: stop
23/03/2021 22:23:33             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
23/03/2021 22:23:33             dut.10.240.183.197: quit
23/03/2021 22:23:34             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Port 1: link state change event
Port 0 is closed
Done

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

Bye...
23/03/2021 22:23:34             dut.10.240.183.197: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 --file-prefix=dpdk_14849_20210323222022  --telemetry -- -i 
23/03/2021 22:23:36             dut.10.240.183.197: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_14849_20210323222022/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.1 (socket 1)
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
testpmd: create a new mbuf pool <mb_pool_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 3C:FD:FE:B8:97:64
Configuring Port 1 (socket 1)
Port 1: 3C:FD:FE:B8:97:65
Checking link statuses...
Done
23/03/2021 22:23:46             dut.10.240.183.197: start
23/03/2021 22:23:46             dut.10.240.183.197: 
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 1) -> TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  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
23/03/2021 22:23:46             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
23/03/2021 22:23:48             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
23/03/2021 22:23:49             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/zj/dts/output/telemetry/metric.json
23/03/2021 22:23:51                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
23/03/2021 22:24:06             dut.10.240.183.197: 
23/03/2021 22:24:06             dut.10.240.183.197: stop
23/03/2021 22:24:06             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
23/03/2021 22:24:06             dut.10.240.183.197: quit
23/03/2021 22:24:08             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Shutting down port 1...
Closing ports...

Port 1: link state change event
Port 1 is closed
Done

Bye...
23/03/2021 22:24:08                  TestTelemetry: Test Case test_basic_connection Result PASSED:
23/03/2021 22:24:08                  TestTelemetry: Test Case test_same_nic_with_2ports Begin
23/03/2021 22:24:08             dut.10.240.183.197: 
23/03/2021 22:24:08                         tester: 
23/03/2021 22:24:08             dut.10.240.183.197: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 --file-prefix=dpdk_14849_20210323222022  --telemetry -- -i 
23/03/2021 22:24:10             dut.10.240.183.197: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_14849_20210323222022/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:86:00.1 (socket 1)
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
testpmd: create a new mbuf pool <mb_pool_1>: n=155456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: 3C:FD:FE:B8:97:64
Configuring Port 1 (socket 1)
Port 1: 3C:FD:FE:B8:97:65
Checking link statuses...
Done
23/03/2021 22:24:20             dut.10.240.183.197: start
23/03/2021 22:24:20             dut.10.240.183.197: 
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 1) -> TX P=1/Q=0 (socket 1) peer=02:00:00:00:00:01
  RX P=1/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00

  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
23/03/2021 22:24:20             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
23/03/2021 22:24:22             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
23/03/2021 22:24:23             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/zj/dts/output/telemetry/metric.json
23/03/2021 22:24:25                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
23/03/2021 22:24:40             dut.10.240.183.197: 
23/03/2021 22:24:40             dut.10.240.183.197: stop
23/03/2021 22:24:40             dut.10.240.183.197: 
Telling cores to ...
Waiting for lcores to finish...

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

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

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

Done.
23/03/2021 22:24:41             dut.10.240.183.197: clear port xstats all
23/03/2021 22:24:41             dut.10.240.183.197: 
23/03/2021 22:24:42             dut.10.240.183.197: cd /root/dpdk;chmod 777 query_tool.py;python3 query_tool.py -c 1 -j /root/dpdk/metric.json
23/03/2021 22:24:44             dut.10.240.183.197: Options Menu
[1] Send for Metrics for all ports
Unregister client
Get metrics done
23/03/2021 22:24:45             dut.10.240.183.197: scp -v root@10.240.183.197:/root/dpdk/metric.json /home/autoregression/zj/dts/output/telemetry/metric.json
23/03/2021 22:24:47                  TestTelemetry: {0: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0},
 1: {'mac_local_errors': 0,
     'mac_remote_errors': 0,
     'rx_broadcast_packets': 0,
     'rx_crc_errors': 0,
     'rx_dropped_packets': 0,
     'rx_error_bytes': 0,
     'rx_errors': 0,
     'rx_flow_director_atr_match_packets': 0,
     'rx_flow_director_sb_match_packets': 0,
     'rx_fragmented_errors': 0,
     'rx_good_bytes': 0,
     'rx_good_packets': 0,
     'rx_illegal_byte_errors': 0,
     'rx_jabber_errors': 0,
     'rx_length_errors': 0,
     'rx_low_power_idle_count': 0,
     'rx_low_power_idle_status': 0,
     'rx_mac_short_dropped': 0,
     'rx_mbuf_allocation_errors': 0,
     'rx_missed_errors': 0,
     'rx_multicast_packets': 0,
     'rx_oversize_errors': 0,
     'rx_priority0_xoff_packets': 0,
     'rx_priority0_xon_packets': 0,
     'rx_priority1_xoff_packets': 0,
     'rx_priority1_xon_packets': 0,
     'rx_priority2_xoff_packets': 0,
     'rx_priority2_xon_packets': 0,
     'rx_priority3_xoff_packets': 0,
     'rx_priority3_xon_packets': 0,
     'rx_priority4_xoff_packets': 0,
     'rx_priority4_xon_packets': 0,
     'rx_priority5_xoff_packets': 0,
     'rx_priority5_xon_packets': 0,
     'rx_priority6_xoff_packets': 0,
     'rx_priority6_xon_packets': 0,
     'rx_priority7_xoff_packets': 0,
     'rx_priority7_xon_packets': 0,
     'rx_q0_bytes': 0,
     'rx_q0_errors': 0,
     'rx_q0_packets': 0,
     'rx_size_1024_to_1522_packets': 0,
     'rx_size_128_to_255_packets': 0,
     'rx_size_1523_to_max_packets': 0,
     'rx_size_256_to_511_packets': 0,
     'rx_size_512_to_1023_packets': 0,
     'rx_size_64_packets': 0,
     'rx_size_65_to_127_packets': 0,
     'rx_undersized_errors': 0,
     'rx_unicast_packets': 0,
     'rx_unknown_protocol_packets': 0,
     'rx_xoff_packets': 0,
     'rx_xon_packets': 0,
     'tx_broadcast_packets': 0,
     'tx_dropped_packets': 0,
     'tx_errors': 0,
     'tx_good_bytes': 0,
     'tx_good_packets': 0,
     'tx_link_down_dropped': 0,
     'tx_low_power_idle_count': 0,
     'tx_low_power_idle_status': 0,
     'tx_multicast_packets': 0,
     'tx_priority0_xoff_packets': 0,
     'tx_priority0_xon_packets': 0,
     'tx_priority0_xon_to_xoff_packets': 0,
     'tx_priority1_xoff_packets': 0,
     'tx_priority1_xon_packets': 0,
     'tx_priority1_xon_to_xoff_packets': 0,
     'tx_priority2_xoff_packets': 0,
     'tx_priority2_xon_packets': 0,
     'tx_priority2_xon_to_xoff_packets': 0,
     'tx_priority3_xoff_packets': 0,
     'tx_priority3_xon_packets': 0,
     'tx_priority3_xon_to_xoff_packets': 0,
     'tx_priority4_xoff_packets': 0,
     'tx_priority4_xon_packets': 0,
     'tx_priority4_xon_to_xoff_packets': 0,
     'tx_priority5_xoff_packets': 0,
     'tx_priority5_xon_packets': 0,
     'tx_priority5_xon_to_xoff_packets': 0,
     'tx_priority6_xoff_packets': 0,
     'tx_priority6_xon_packets': 0,
     'tx_priority6_xon_to_xoff_packets': 0,
     'tx_priority7_xoff_packets': 0,
     'tx_priority7_xon_packets': 0,
     'tx_priority7_xon_to_xoff_packets': 0,
     'tx_q0_bytes': 0,
     'tx_q0_packets': 0,
     'tx_size_1024_to_1522_packets': 0,
     'tx_size_128_to_255_packets': 0,
     'tx_size_1523_to_max_packets': 0,
     'tx_size_256_to_511_packets': 0,
     'tx_size_512_to_1023_packets': 0,
     'tx_size_64_packets': 0,
     'tx_size_65_to_127_packets': 0,
     'tx_unicast_packets': 0,
     'tx_xoff_packets': 0,
     'tx_xon_packets': 0}}
23/03/2021 22:24:47             dut.10.240.183.197: show port xstats all
23/03/2021 22:24:47             dut.10.240.183.197: 
###### NIC extended statistics for port 0 
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 0
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 0
rx_q0_packets: 0
rx_q0_bytes: 0
rx_q0_errors: 0
tx_q0_packets: 0
tx_q0_bytes: 0
rx_unicast_packets: 0
rx_multicast_packets: 0
rx_broadcast_packets: 0
rx_dropped_packets: 0
rx_unknown_protocol_packets: 0
tx_unicast_packets: 0
tx_multicast_packets: 0
tx_broadcast_packets: 0
tx_dropped_packets: 0
tx_link_down_dropped: 0
rx_crc_errors: 0
rx_illegal_byte_errors: 0
rx_error_bytes: 0
mac_local_errors: 0
mac_remote_errors: 0
rx_length_errors: 0
tx_xon_packets: 0
rx_xon_packets: 0
tx_xoff_packets: 0
rx_xoff_packets: 0
rx_size_64_packets: 0
rx_size_65_to_127_packets: 0
rx_size_128_to_255_packets: 0
rx_size_256_to_511_packets: 0
rx_size_512_to_1023_packets: 0
rx_size_1024_to_1522_packets: 0
rx_size_1523_to_max_packets: 0
rx_undersized_errors: 0
rx_oversize_errors: 0
rx_mac_short_dropped: 0
rx_fragmented_errors: 0
rx_jabber_errors: 0
tx_size_64_packets: 0
tx_size_65_to_127_packets: 0
tx_size_128_to_255_packets: 0
tx_size_256_to_511_packets: 0
tx_size_512_to_1023_packets: 0
tx_size_1024_to_1522_packets: 0
tx_size_1523_to_max_packets: 0
rx_flow_director_atr_match_packets: 0
rx_flow_director_sb_match_packets: 0
tx_low_power_idle_status: 0
rx_low_power_idle_status: 0
tx_low_power_idle_count: 0
rx_low_power_idle_count: 0
rx_priority0_xon_packets: 0
rx_priority1_xon_packets: 0
rx_priority2_xon_packets: 0
rx_priority3_xon_packets: 0
rx_priority4_xon_packets: 0
rx_priority5_xon_packets: 0
rx_priority6_xon_packets: 0
rx_priority7_xon_packets: 0
rx_priority0_xoff_packets: 0
rx_priority1_xoff_packets: 0
rx_priority2_xoff_packets: 0
rx_priority3_xoff_packets: 0
rx_priority4_xoff_packets: 0
rx_priority5_xoff_packets: 0
rx_priority6_xoff_packets: 0
rx_priority7_xoff_packets: 0
tx_priority0_xon_packets: 0
tx_priority1_xon_packets: 0
tx_priority2_xon_packets: 0
tx_priority3_xon_packets: 0
tx_priority4_xon_packets: 0
tx_priority5_xon_packets: 0
tx_priority6_xon_packets: 0
tx_priority7_xon_packets: 0
tx_priority0_xoff_packets: 0
tx_priority1_xoff_packets: 0
tx_priority2_xoff_packets: 0
tx_priority3_xoff_packets: 0
tx_priority4_xoff_packets: 0
tx_priority5_xoff_packets: 0
tx_priority6_xoff_packets: 0
tx_priority7_xoff_packets: 0
tx_priority0_xon_to_xoff_packets: 0
tx_priority1_xon_to_xoff_packets: 0
tx_priority2_xon_to_xoff_packets: 0
tx_priority3_xon_to_xoff_packets: 0
tx_priority4_xon_to_xoff_packets: 0
tx_priority5_xon_to_xoff_packets: 0
tx_priority6_xon_to_xoff_packets: 0
tx_priority7_xon_to_xoff_packets: 0
###### NIC extended statistics for port 1 
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 0
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 0
rx_q0_packets: 0
rx_q0_bytes: 0
rx_q0_errors: 0
tx_q0_packets: 0
tx_q0_bytes: 0
rx_unicast_packets: 0
rx_multicast_packets: 0
rx_broadcast_packets: 0
rx_dropped_packets: 0
rx_unknown_protocol_packets: 0
tx_unicast_packets: 0
tx_multicast_packets: 0
tx_broadcast_packets: 0
tx_dropped_packets: 0
tx_link_down_dropped: 0
rx_crc_errors: 0
rx_illegal_byte_errors: 0
rx_error_bytes: 0
mac_local_errors: 0
mac_remote_errors: 0
rx_length_errors: 0
tx_xon_packets: 0
rx_xon_packets: 0
tx_xoff_packets: 0
rx_xoff_packets: 0
rx_size_64_packets: 0
rx_size_65_to_127_packets: 0
rx_size_128_to_255_packets: 0
rx_size_256_to_511_packets: 0
rx_size_512_to_1023_packets: 0
rx_size_1024_to_1522_packets: 0
rx_size_1523_to_max_packets: 0
rx_undersized_errors: 0
rx_oversize_errors: 0
rx_mac_short_dropped: 0
rx_fragmented_errors: 0
rx_jabber_errors: 0
tx_size_64_packets: 0
tx_size_65_to_127_packets: 0
tx_size_128_to_255_packets: 0
tx_size_256_to_511_packets: 0
tx_size_512_to_1023_packets: 0
tx_size_1024_to_1522_packets: 0
tx_size_1523_to_max_packets: 0
rx_flow_director_atr_match_packets: 0
rx_flow_director_sb_match_packets: 0
tx_low_power_idle_status: 0
rx_low_power_idle_status: 0
tx_low_power_idle_count: 0
rx_low_power_idle_count: 0
rx_priority0_xon_packets: 0
rx_priority1_xon_packets: 0
rx_priority2_xon_packets: 0
rx_priority3_xon_packets: 0
rx_priority4_xon_packets: 0
rx_priority5_xon_packets: 0
rx_priority6_xon_packets: 0
rx_priority7_xon_packets: 0
rx_priority0_xoff_packets: 0
rx_priority1_xoff_packets: 0
rx_priority2_xoff_packets: 0
rx_priority3_xoff_packets: 0
rx_priority4_xoff_packets: 0
rx_priority5_xoff_packets: 0
rx_priority6_xoff_packets: 0
rx_priority7_xoff_packets: 0
tx_priority0_xon_packets: 0
tx_priority1_xon_packets: 0
tx_priority2_xon_packets: 0
tx_priority3_xon_packets: 0
tx_priority4_xon_packets: 0
tx_priority5_xon_packets: 0
tx_priority6_xon_packets: 0
tx_priority7_xon_packets: 0
tx_priority0_xoff_packets: 0
tx_priority1_xoff_packets: 0
tx_priority2_xoff_packets: 0
tx_priority3_xoff_packets: 0
tx_priority4_xoff_packets: 0
tx_priority5_xoff_packets: 0
tx_priority6_xoff_packets: 0
tx_priority7_xoff_packets: 0
tx_priority0_xon_to_xoff_packets: 0
tx_priority1_xon_to_xoff_packets: 0
tx_priority2_xon_to_xoff_packets: 0
tx_priority3_xon_to_xoff_packets: 0
tx_priority4_xon_to_xoff_packets: 0
tx_priority5_xon_to_xoff_packets: 0
tx_priority6_xon_to_xoff_packets: 0
tx_priority7_xon_to_xoff_packets: 0
23/03/2021 22:24:48             dut.10.240.183.197: stop
23/03/2021 22:24:48             dut.10.240.183.197: 
Packet forwarding not started
23/03/2021 22:24:48             dut.10.240.183.197: quit
23/03/2021 22:24:49             dut.10.240.183.197: 

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

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

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

Port 1: link state change event
Port 0 is closed
Done

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

Bye...
23/03/2021 22:24:49                  TestTelemetry: Test Case test_same_nic_with_2ports Result PASSED:
23/03/2021 22:24:49                            dts: 
TEST SUITE ENDED: TestTelemetry

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

* Re: [dts] [PATCH V1] tests/telemetry: adapt meson build
  2021-03-23  6:11 ` Zhou, JunX W
@ 2021-03-23  9:53   ` Zhao, HaiyangX
  0 siblings, 0 replies; 4+ messages in thread
From: Zhao, HaiyangX @ 2021-03-23  9:53 UTC (permalink / raw)
  To: Zhou, JunX W, dts



> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou, JunX W
> Sent: Tuesday, March 23, 2021 14:11
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/telemetry: adapt meson build
> 
> >-----Original Message-----
> >From: Zhou, JunX W
> >Sent: Tuesday, March 23, 2021 2:05 PM
> >To: dts@dpdk.org
> >Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> >Subject: [dts][PATCH V1] tests/telemetry: adapt meson build
> >
> >adapt meson build, need modify compile parameter and recompile  for test
> >
> >Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
> 
> Tested-by: Zhou, Jun <junx.w.zhou@intel.com>

Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

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

* Re: [dts] [PATCH V1] tests/telemetry: adapt meson build
  2021-03-23  6:04 [dts] [PATCH V1] tests/telemetry: adapt meson build Zhou Jun
  2021-03-23  6:11 ` Zhou, JunX W
@ 2021-03-25  5:55 ` Tu, Lijuan
  1 sibling, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-03-25  5:55 UTC (permalink / raw)
  To: Zhou, JunX W, dts; +Cc: Zhou, JunX W



> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou Jun
> Sent: 2021年3月23日 14:05
> To: dts@dpdk.org
> Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> Subject: [dts] [PATCH V1] tests/telemetry: adapt meson build
> 
> adapt meson build, need modify compile parameter and recompile  for test
> 
> Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
> ---
>  tests/TestSuite_telemetry.py | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py index
> 7e474bc..8de8fb6 100644
> --- a/tests/TestSuite_telemetry.py
> +++ b/tests/TestSuite_telemetry.py
> @@ -49,6 +49,7 @@ class TestTelemetry(TestCase):
> 
> "'s/CONFIG_RTE_LIBRTE_TELEMETRY=n/CONFIG_RTE_LIBRTE_TELEMETRY=y/g
> '"
>              " {}/config/common_base").format(self.target_dir)
>          self.d_a_console(cmd)
> +        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'y'})

Duplicated with your old method, please remove it, thanks

> 
>      def create_query_script(self):
>          '''
> @@ -588,7 +589,8 @@ class TestTelemetry(TestCase):
>          """
>          Run after each test suite.
>          """
> -        pass
> +        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'n'})
> +        self.dut.build_install_dpdk(self.target)
> 
>      def test_basic_connection(self):
>          '''
> --
> 1.8.3.1


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

end of thread, other threads:[~2021-03-25  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  6:04 [dts] [PATCH V1] tests/telemetry: adapt meson build Zhou Jun
2021-03-23  6:11 ` Zhou, JunX W
2021-03-23  9:53   ` Zhao, HaiyangX
2021-03-25  5:55 ` 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).