test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code
@ 2020-10-23  2:31 Xie wei
  2020-10-23  2:39 ` Xie, WeiX
  2020-10-29  8:57 ` Ma, LihongX
  0 siblings, 2 replies; 4+ messages in thread
From: Xie wei @ 2020-10-23  2:31 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

modify meson build code.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_flexible_rxd.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_flexible_rxd.py b/tests/TestSuite_flexible_rxd.py
index b69d8bb9..7bef76c0 100644
--- a/tests/TestSuite_flexible_rxd.py
+++ b/tests/TestSuite_flexible_rxd.py
@@ -71,7 +71,7 @@ class TestFlexibleRxd(TestCase):
         """
         self.dut.send_expect("cp ./app/test-pmd/util.c .", "#", 15)
         self.dut.send_expect("cp ./app/test-pmd/meson.build /root/", "#", 15)
-        pattern = r"/if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')/i\if dpdk_conf.has('RTE_LIBRTE_ICE_PMD')\n\tdeps += 'pmd_ice'\nendif"
+        pattern = r"/if dpdk_conf.has('RTE_NET_IXGBE')/i\if dpdk_conf.has('RTE_NET_ICE')\n\tdeps += 'net_ice'\nendif"
         self.dut.send_expect(f'sed -i "{pattern}" app/test-pmd/meson.build', "#", 15)
         self.dut.send_expect(
             "sed -i '/#include <rte_flow.h>/a\#include <rte_pmd_ice.h>' app/test-pmd/util.c", "#", 15)
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code
  2020-10-23  2:31 [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code Xie wei
@ 2020-10-23  2:39 ` Xie, WeiX
  2020-10-29  8:57 ` Ma, LihongX
  1 sibling, 0 replies; 4+ messages in thread
From: Xie, WeiX @ 2020-10-23  2:39 UTC (permalink / raw)
  To: dts

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

Tested-by:  Xie,WeiX < weix.xie@intel.com>

Regards,
Xie Wei


> -----Original Message-----
> From: Xie wei [mailto:weix.xie@intel.com]
> Sent: Friday, October 23, 2020 10:31 AM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_flexible_rxd:modify meson build

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

23/10/2020 10:21:00                            dts: 
TEST SUITE : TestFlexibleRxd
23/10/2020 10:21:00                            dts: NIC :        columbiaville_100g
23/10/2020 10:21:00             dut.10.240.183.181: 
23/10/2020 10:21:00                         tester: 
23/10/2020 10:21:00             dut.10.240.183.181: cp ./app/test-pmd/util.c .
23/10/2020 10:21:00             dut.10.240.183.181: 
23/10/2020 10:21:00             dut.10.240.183.181: cp ./app/test-pmd/meson.build /root/
23/10/2020 10:21:00             dut.10.240.183.181: 
23/10/2020 10:21:00             dut.10.240.183.181: sed -i "/if dpdk_conf.has('RTE_NET_IXGBE')/i\if dpdk_conf.has('RTE_NET_ICE')\n\tdeps += 'net_ice'\nendif" app/test-pmd/meson.build
23/10/2020 10:21:00             dut.10.240.183.181: 
23/10/2020 10:21:00             dut.10.240.183.181: sed -i '/#include <rte_flow.h>/a\#include <rte_pmd_ice.h>' app/test-pmd/util.c
23/10/2020 10:21:00             dut.10.240.183.181: 
23/10/2020 10:21:00             dut.10.240.183.181: sed -i '/if (ol_flags & PKT_RX_TIMESTAMP)/i\                rte_net_ice_dump_proto_xtr_metadata(mb);' app/test-pmd/util.c
23/10/2020 10:21:00             dut.10.240.183.181: 
23/10/2020 10:21:00             dut.10.240.183.181: sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base
23/10/2020 10:21:00             dut.10.240.183.181: sed: can't read config/common_base: No such file or directory
23/10/2020 10:21:00             dut.10.240.183.181: rm -rf x86_64-native-linuxapp-gcc
23/10/2020 10:21:00             dut.10.240.183.181: 
23/10/2020 10:21:00             dut.10.240.183.181: CC=gcc meson --werror -Denable_kmods=True  -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
23/10/2020 10:21:06             dut.10.240.183.181: 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: 20.11.0-rc1
Using 'CC' from environment with value: 'gcc'
Using 'CC' from environment with value: 'gcc'
C compiler for the host machine: gcc (gcc 8.3.1 "gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)")
C linker for the host machine: gcc ld.bfd 2.30-73
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3.6)
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: NO
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Run-time dependency libpcap found: NO (tried pkgconfig)
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:228: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
Compiler for C supports arguments -Wcast-qual: YES 
Compiler for C supports arguments -Wdeprecated: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: NO 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Compiler for C supports arguments -mno-avx512f: YES 
config/x86/meson.build:9: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512BW__" :  
Fetching value of define "__AVX512CD__" :  
Fetching value of define "__AVX512DQ__" :  
Fetching value of define "__AVX512F__" :  
Fetching value of define "__AVX512VL__" :  
Fetching value of define "__PCLMUL__" : 1 
Fetching value of define "__RDRND__" : 1 
Fetching value of define "__RDSEED__" : 1 
Fetching value of define "__VPCLMULQDQ__" :  
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: lib/librte_kvargs: Defining dependency "kvargs"
Message: lib/librte_telemetry: Defining dependency "telemetry"
Checking for function "getentropy" : YES 
Message: lib/librte_eal: Defining dependency "eal"
Message: lib/librte_ring: Defining dependency "ring"
Message: lib/librte_rcu: Defining dependency "rcu"
Message: lib/librte_mempool: Defining dependency "mempool"
Message: lib/librte_mbuf: Defining dependency "mbuf"
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Message: lib/librte_net: Defining dependency "net"
Message: lib/librte_meter: Defining dependency "meter"
Message: lib/librte_ethdev: Defining dependency "ethdev"
Message: lib/librte_pci: Defining dependency "pci"
Message: lib/librte_cmdline: Defining dependency "cmdline"
Run-time dependency jansson found: NO (tried pkgconfig and cmake)
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
Fetching value of define "__AVX2__" : 1 (cached)
Message: lib/librte_acl: Defining dependency "acl"
Message: lib/librte_bbdev: Defining dependency "bbdev"
Message: lib/librte_bitratestats: Defining dependency "bitratestats"
Message: lib/librte_cfgfile: Defining dependency "cfgfile"
Message: lib/librte_compressdev: Defining dependency "compressdev"
Message: lib/librte_cryptodev: Defining dependency "cryptodev"
Message: lib/librte_distributor: Defining dependency "distributor"
Message: lib/librte_efd: Defining dependency "efd"
Message: lib/librte_eventdev: Defining dependency "eventdev"
Message: lib/librte_gro: Defining dependency "gro"
Message: lib/librte_gso: Defining dependency "gso"
Message: lib/librte_ip_frag: Defining dependency "ip_frag"
Message: lib/librte_jobstats: Defining dependency "jobstats"
Message: lib/librte_kni: Defining dependency "kni"
Message: lib/librte_latencystats: Defining dependency "latencystats"
Message: lib/librte_lpm: Defining dependency "lpm"
Message: lib/librte_member: Defining dependency "member"
Message: lib/librte_power: Defining dependency "power"
Message: lib/librte_pdump: Defining dependency "pdump"
Message: lib/librte_rawdev: Defining dependency "rawdev"
Message: lib/librte_regexdev: Defining dependency "regexdev"
Message: lib/librte_rib: Defining dependency "rib"
Message: lib/librte_reorder: Defining dependency "reorder"
Message: lib/librte_sched: Defining dependency "sched"
Message: lib/librte_security: Defining dependency "security"
Message: lib/librte_stack: Defining dependency "stack"
Has header "linux/userfaultfd.h" : YES 
Message: lib/librte_vhost: Defining dependency "vhost"
Message: lib/librte_ipsec: Defining dependency "ipsec"
Message: lib/librte_fib: Defining dependency "fib"
Message: lib/librte_port: Defining dependency "port"
Message: lib/librte_table: Defining dependency "table"
Message: lib/librte_pipeline: Defining dependency "pipeline"
Message: lib/librte_flow_classify: Defining dependency "flow_classify"
Run-time dependency libelf found: YES 0.178
Message: lib/librte_bpf: Defining dependency "bpf"
Message: lib/librte_graph: Defining dependency "graph"
Message: lib/librte_node: Defining dependency "node"
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (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"
Library libmusdk found: NO
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/common/octeontx2: Defining dependency "common_octeontx2"
Compiler for C supports arguments -Wdisabled-optimization: YES 
Compiler for C supports arguments -Waggregate-return: YES 
Compiler for C supports arguments -Wbad-function-cast: YES 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Message: drivers/common/sfc_efx: Defining dependency "common_sfc_efx"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (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 and cmake)
Library mlx5 found: NO
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/common/qat: Defining dependency "common_qat"
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/octeontx2: Defining dependency "mempool_octeontx2"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Message: drivers/net/af_packet: Defining dependency "net_af_packet"
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Library bpf found: NO
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Message: drivers/net/bonding: Defining dependency "net_bond"
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (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)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/hns3: Defining dependency "net_hns3"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (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)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/igc: Defining dependency "net_igc"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (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 and cmake)
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"
Library libmusdk found: NO
Library libmusdk found: NO
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig and cmake)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeontx2: Defining dependency "net_octeontx2"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (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 and cmake)
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES 
Configuring tap_autoconf.h using configuration
Message: drivers/net/tap: Defining dependency "net_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES (cached)
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
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"
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"
Message: drivers/raw/ioat: Defining dependency "raw_ioat"
Message: drivers/raw/ntb: Defining dependency "raw_ntb"
Message: drivers/raw/octeontx2_dma: Defining dependency "raw_octeontx2_dma"
Message: drivers/raw/octeontx2_ep: Defining dependency "raw_octeontx2_ep"
Message: drivers/raw/skeleton: Defining dependency "raw_skeleton"
Library IPSec_MB found: NO
Library IPSec_MB found: NO
Message: drivers/crypto/bcmfs: Defining dependency "crypto_bcmfs"
Message: drivers/crypto/caam_jr: Defining dependency "crypto_caam_jr"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/dpaa_sec: Defining dependency "crypto_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "crypto_dpaa2_sec"
Library IPSec_MB found: NO
Library libmusdk found: NO
Message: drivers/crypto/nitrox: Defining dependency "crypto_nitrox"
Message: drivers/crypto/null: Defining dependency "crypto_null"
Message: drivers/crypto/octeontx: Defining dependency "crypto_octeontx"
Message: drivers/crypto/octeontx2: Defining dependency "crypto_octeontx2"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/scheduler: Defining dependency "crypto_scheduler"
Library IPSec_MB found: NO
Message: drivers/crypto/virtio: Defining dependency "crypto_virtio"
Library IPSec_MB found: NO
Run-time dependency libisal found: NO (tried pkgconfig and cmake)
Message: drivers/compress/octeontx: Defining dependency "compress_octeontx"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "compress_zlib"
Compiler for C supports arguments -std=c11: YES (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_regex"
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/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, ixgbe, 
	kni, liquidio, memif, netvsc, nfp, null, octeontx, octeontx2, 
	pcap, pfe, qede, ring, sfc, softnic, tap, thunderx, 
	vdev_netvsc, vhost, virtio, vmxnet3, 
raw:
	dpaa2_cmdif, dpaa2_qdma, ioat, ntb, octeontx2_dma, octeontx2_ep, skeleton, 
crypto:
	bcmfs, caam_jr, dpaa_sec, dpaa2_sec, nitrox, null, octeontx, octeontx2, 
	scheduler, virtio, 
compress:
	octeontx, zlib, 
regex:
	octeontx2_regex, 
vdpa:
	ifc, 
event:
	dpaa, dpaa2, octeontx2, opdl, skeleton, sw, dsw, octeontx, 
	
baseband:
	null, turbo_sw, fpga_lte_fec, fpga_5gnr_fec, acc100, 

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

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

Build targets in project: 973

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

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:22:08             dut.10.240.183.181: set verbose 1
23/10/2020 10:22:09             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:22:09             dut.10.240.183.181: set fwd io
23/10/2020 10:22:09             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:22:09             dut.10.240.183.181: set promisc all off
23/10/2020 10:22:09             dut.10.240.183.181: 
23/10/2020 10:22:09             dut.10.240.183.181: clear port stats all
23/10/2020 10:22:09             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:22:09             dut.10.240.183.181: start
23/10/2020 10:22:09             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:22:09             dut.10.240.183.181: flow create 0 ingress pattern eth dst is 40:a6:b7:0b:76:28 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 23 ttl is 98 / end actions queue index 2 / end
23/10/2020 10:22:09             dut.10.240.183.181: 
23/10/2020 10:22:09             dut.10.240.183.181: flow create 0 ingress pattern eth / ipv6 src is 2001::3 dst is 2001::4 tc is 12 / end actions queue index 3 / end
23/10/2020 10:22:09             dut.10.240.183.181: 
23/10/2020 10:22:09             dut.10.240.183.181: flow create 0 ingress pattern eth dst is 40:a6:b7:0b:76:28 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 / tcp src is 25 dst is 23 / end actions queue index 4 / end
23/10/2020 10:22:09             dut.10.240.183.181: 
23/10/2020 10:22:15             dut.10.240.183.181: 
testpmd> port 0/queue 2: received 1 packets
  src=52:54:00:4F:73:CC - dst=40:A6:B7:0B:76:28 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73ea2234 - RSS queue=0x2 - Protocol Extraction:[0x6211:0x4517],ipv4,ver=4,hdrlen=5,tos=23,ttl=98,proto=17 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x2
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:22:21             dut.10.240.183.181: port 0/queue 3: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x86dd - length=72 - nb_segs=1 - RSS hash=0x37e0c000 - RSS queue=0x3 - Protocol Extraction:[0x1122:0x60c9],ipv6,ver=6,tc=12,flow_hi4=0x9,nexthdr=17,hoplimit=34 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - Receive queue=0x3
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:22:27             dut.10.240.183.181: port 0/queue 4: received 1 packets
  src=52:54:00:4F:73:CC - dst=40:A6:B7:0B:76:28 - type=0x0800 - length=64 - nb_segs=1 - RSS hash=0x73ea2234 - RSS queue=0x4 - Protocol Extraction:[0x5012:0x0000],tcp,doff=5,flags=AS - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_TCP  - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0x4
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:22:27             dut.10.240.183.181: quit
23/10/2020 10:22:28             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

  ------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

Shutting down port 0...
Closing ports...
EAL: Error: Invalid memory
EAL: Error: Invalid memory
Port 0 is closed
Done

Bye...
23/10/2020 10:22:28                TestFlexibleRxd: Test Case test_check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues Result PASSED:
23/10/2020 10:22:28             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:22:31                TestFlexibleRxd: Test Case test_check_IPv4_fields_in_RXD Begin
23/10/2020 10:22:31             dut.10.240.183.181:  
23/10/2020 10:22:31                         tester: 
23/10/2020 10:22:31             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=ipv4  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:22:32             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:22:42             dut.10.240.183.181: set verbose 1
23/10/2020 10:22:42             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:22:42             dut.10.240.183.181: set fwd io
23/10/2020 10:22:42             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:22:42             dut.10.240.183.181: set promisc all off
23/10/2020 10:22:43             dut.10.240.183.181: 
23/10/2020 10:22:43             dut.10.240.183.181: clear port stats all
23/10/2020 10:22:43             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:22:43             dut.10.240.183.181: start
23/10/2020 10:22:43             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:22:49             dut.10.240.183.181: port 0/queue 26: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xd301455a - RSS queue=0x1a - Protocol Extraction:[0x6211:0x4517],ipv4,ver=4,hdrlen=5,tos=23,ttl=98,proto=17 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP  - sw ptype: L2_ETHER L3_IPV4 L4_UDP  - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x1a
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:22:49             dut.10.240.183.181: quit
23/10/2020 10:22:50             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=26 -> TX Port= 0/Queue=26 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:22:50                TestFlexibleRxd: Test Case test_check_IPv4_fields_in_RXD Result PASSED:
23/10/2020 10:22:50             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:22:52                TestFlexibleRxd: Test Case test_check_IPv6_fields_in_RXD Begin
23/10/2020 10:22:52             dut.10.240.183.181:  
23/10/2020 10:22:52                         tester: 
23/10/2020 10:22:52             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=ipv6  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:22:53             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:23:03             dut.10.240.183.181: set verbose 1
23/10/2020 10:23:04             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:23:04             dut.10.240.183.181: set fwd io
23/10/2020 10:23:04             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:23:04             dut.10.240.183.181: set promisc all off
23/10/2020 10:23:04             dut.10.240.183.181: 
23/10/2020 10:23:04             dut.10.240.183.181: clear port stats all
23/10/2020 10:23:04             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:23:04             dut.10.240.183.181: start
23/10/2020 10:23:04             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:23:10             dut.10.240.183.181: port 0/queue 26: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x86dd - length=72 - nb_segs=1 - RSS hash=0x4387669a - RSS queue=0x1a - Protocol Extraction:[0x1122:0x60c9],ipv6,ver=6,tc=12,flow_hi4=0x9,nexthdr=17,hoplimit=34 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - Receive queue=0x1a
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:23:10             dut.10.240.183.181: quit
23/10/2020 10:23:11             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=26 -> TX Port= 0/Queue=26 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:23:11                TestFlexibleRxd: Test Case test_check_IPv6_fields_in_RXD Result PASSED:
23/10/2020 10:23:11             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:23:13                TestFlexibleRxd: Test Case test_check_IPv6_flow_field_in_RXD Begin
23/10/2020 10:23:14             dut.10.240.183.181:  
23/10/2020 10:23:14                         tester: 
23/10/2020 10:23:14             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=ipv6_flow  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:23:15             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:23:25             dut.10.240.183.181: set verbose 1
23/10/2020 10:23:25             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:23:25             dut.10.240.183.181: set fwd io
23/10/2020 10:23:25             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:23:25             dut.10.240.183.181: set promisc all off
23/10/2020 10:23:25             dut.10.240.183.181: 
23/10/2020 10:23:25             dut.10.240.183.181: clear port stats all
23/10/2020 10:23:25             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:23:25             dut.10.240.183.181: start
23/10/2020 10:23:25             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:23:31             dut.10.240.183.181: port 0/queue 14: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x86dd - length=72 - nb_segs=1 - RSS hash=0x88a3b4ae - RSS queue=0xe - Protocol Extraction:[0x8765:0x60c9],ipv6_flow,ver=6,tc=12,flow=0x98765 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP  - sw ptype: L2_ETHER L3_IPV6 L4_UDP  - l2_len=14 - l3_len=40 - l4_len=8 - Receive queue=0xe
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:23:31             dut.10.240.183.181: quit
23/10/2020 10:23:32             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:23:32                TestFlexibleRxd: Test Case test_check_IPv6_flow_field_in_RXD Result PASSED:
23/10/2020 10:23:32             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:23:35                TestFlexibleRxd: Test Case test_check_TCP_fields_in_IPv4_in_RXD Begin
23/10/2020 10:23:35             dut.10.240.183.181:  
23/10/2020 10:23:35                         tester: 
23/10/2020 10:23:35             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=tcp  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:23:36             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:23:46             dut.10.240.183.181: set verbose 1
23/10/2020 10:23:46             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:23:46             dut.10.240.183.181: set fwd io
23/10/2020 10:23:46             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:23:46             dut.10.240.183.181: set promisc all off
23/10/2020 10:23:46             dut.10.240.183.181: 
23/10/2020 10:23:46             dut.10.240.183.181: clear port stats all
23/10/2020 10:23:46             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:23:46             dut.10.240.183.181: start
23/10/2020 10:23:47             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:23:53             dut.10.240.183.181: port 0/queue 1: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x0800 - length=64 - nb_segs=1 - RSS hash=0xf0a7ddc1 - RSS queue=0x1 - Protocol Extraction:[0x5012:0x0000],tcp,doff=5,flags=AS - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP  - sw ptype: L2_ETHER L3_IPV4 L4_TCP  - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:23:53             dut.10.240.183.181: quit
23/10/2020 10:23:53             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:23:53                TestFlexibleRxd: Test Case test_check_TCP_fields_in_IPv4_in_RXD Result PASSED:
23/10/2020 10:23:53             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:23:56                TestFlexibleRxd: Test Case test_check_TCP_fields_in_IPv6_in_RXD Begin
23/10/2020 10:23:56             dut.10.240.183.181:  
23/10/2020 10:23:56                         tester: 
23/10/2020 10:23:56             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=tcp  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:23:57             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:24:07             dut.10.240.183.181: set verbose 1
23/10/2020 10:24:07             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:24:07             dut.10.240.183.181: set fwd io
23/10/2020 10:24:08             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:24:08             dut.10.240.183.181: set promisc all off
23/10/2020 10:24:08             dut.10.240.183.181: 
23/10/2020 10:24:08             dut.10.240.183.181: clear port stats all
23/10/2020 10:24:08             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:24:08             dut.10.240.183.181: start
23/10/2020 10:24:08             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:24:14             dut.10.240.183.181: port 0/queue 20: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x86dd - length=84 - nb_segs=1 - RSS hash=0x7e2de14 - RSS queue=0x14 - Protocol Extraction:[0x5002:0x0000],tcp,doff=5,flags=S - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP  - sw ptype: L2_ETHER L3_IPV6 L4_TCP  - l2_len=14 - l3_len=40 - l4_len=20 - Receive queue=0x14
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:24:14             dut.10.240.183.181: quit
23/10/2020 10:24:15             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=20 -> TX Port= 0/Queue=20 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:24:15                TestFlexibleRxd: Test Case test_check_TCP_fields_in_IPv6_in_RXD Result PASSED:
23/10/2020 10:24:15             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:24:17                TestFlexibleRxd: Test Case test_check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag Begin
23/10/2020 10:24:18             dut.10.240.183.181:  
23/10/2020 10:24:18                         tester: 
23/10/2020 10:24:18             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=vlan  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:24:19             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:24:29             dut.10.240.183.181: set verbose 1
23/10/2020 10:24:29             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:24:29             dut.10.240.183.181: set fwd io
23/10/2020 10:24:29             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:24:29             dut.10.240.183.181: set promisc all off
23/10/2020 10:24:29             dut.10.240.183.181: 
23/10/2020 10:24:29             dut.10.240.183.181: clear port stats all
23/10/2020 10:24:29             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:24:29             dut.10.240.183.181: start
23/10/2020 10:24:29             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:24:35             dut.10.240.183.181: port 0/queue 0: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x9100 - length=60 - nb_segs=1 - Protocol Extraction:[0x2017:0x0000],vlan,stag=1:0:23,ctag=0:0:0 - hw ptype: L2_ETHER  - sw ptype: L2_ETHER  - l2_len=14 - Receive queue=0x0
  ol_flags: PKT_RX_L4_CKSUM_UNKNOWN PKT_RX_IP_CKSUM_UNKNOWN PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:24:35             dut.10.240.183.181: quit
23/10/2020 10:24:36             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:24:36                TestFlexibleRxd: Test Case test_check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag Result PASSED:
23/10/2020 10:24:36             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:24:39                TestFlexibleRxd: Test Case test_check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag Result SKIPPED:
23/10/2020 10:24:39                TestFlexibleRxd: Test Case test_check_double_VLAN_fields_in_RXD_8021ad Result SKIPPED:
23/10/2020 10:24:39                TestFlexibleRxd: Test Case test_check_single_VLAN_fields_in_RXD_8021Q Begin
23/10/2020 10:24:39             dut.10.240.183.181:  
23/10/2020 10:24:39                         tester: 
23/10/2020 10:24:39             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=vlan  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:24:40             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:24:50             dut.10.240.183.181: set verbose 1
23/10/2020 10:24:50             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:24:50             dut.10.240.183.181: set fwd io
23/10/2020 10:24:50             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:24:50             dut.10.240.183.181: set promisc all off
23/10/2020 10:24:50             dut.10.240.183.181: 
23/10/2020 10:24:50             dut.10.240.183.181: clear port stats all
23/10/2020 10:24:50             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:24:50             dut.10.240.183.181: start
23/10/2020 10:24:51             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:24:57             dut.10.240.183.181: port 0/queue 15: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x8100 - length=60 - nb_segs=1 - RSS hash=0x9631e82f - RSS queue=0xf - Protocol Extraction:[0x0000:0x2017],vlan,stag=0:0:0,ctag=1:0:23 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP  - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP  - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0xf
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:24:57             dut.10.240.183.181: quit
23/10/2020 10:24:57             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:24:57                TestFlexibleRxd: Test Case test_check_single_VLAN_fields_in_RXD_8021Q Result PASSED:
23/10/2020 10:24:57             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:25:00                TestFlexibleRxd: Test Case test_check_single_VLAN_fields_in_RXD_8021ad Begin
23/10/2020 10:25:00             dut.10.240.183.181:  
23/10/2020 10:25:00                         tester: 
23/10/2020 10:25:00             dut.10.240.183.181: x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -l 1,2,3 -n 4 -w 0000:18:00.0,proto_xtr=vlan  --file-prefix=dpdk_13618_20201023102045   -- -i --rxq=32 --txq=32 --portmask=0x1 --nb-cores=2
23/10/2020 10:25:01             dut.10.240.183.181: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_13618_20201023102045/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:18:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.22.0, ICE COMMS Package
EAL: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=163456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 0)
Port 0: 40:A6:B7:0B:76:28
Checking link statuses...
Done
23/10/2020 10:25:11             dut.10.240.183.181: set verbose 1
23/10/2020 10:25:11             dut.10.240.183.181: 
Change verbose level from 0 to 1
23/10/2020 10:25:11             dut.10.240.183.181: set fwd io
23/10/2020 10:25:11             dut.10.240.183.181: 
Set io packet forwarding mode
23/10/2020 10:25:11             dut.10.240.183.181: set promisc all off
23/10/2020 10:25:12             dut.10.240.183.181: 
23/10/2020 10:25:12             dut.10.240.183.181: clear port stats all
23/10/2020 10:25:12             dut.10.240.183.181: 

  NIC statistics for port 0 cleared
23/10/2020 10:25:12             dut.10.240.183.181: start
23/10/2020 10:25:12             dut.10.240.183.181: 
io packet forwarding - ports=1 - cores=2 - streams=32 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=1 (socket 0) -> TX P=0/Q=1 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=2 (socket 0) -> TX P=0/Q=2 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=3 (socket 0) -> TX P=0/Q=3 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=4 (socket 0) -> TX P=0/Q=4 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=5 (socket 0) -> TX P=0/Q=5 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=6 (socket 0) -> TX P=0/Q=6 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=7 (socket 0) -> TX P=0/Q=7 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=8 (socket 0) -> TX P=0/Q=8 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=9 (socket 0) -> TX P=0/Q=9 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=10 (socket 0) -> TX P=0/Q=10 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=11 (socket 0) -> TX P=0/Q=11 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=12 (socket 0) -> TX P=0/Q=12 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=13 (socket 0) -> TX P=0/Q=13 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=14 (socket 0) -> TX P=0/Q=14 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=15 (socket 0) -> TX P=0/Q=15 (socket 0) peer=02:00:00:00:00:00
Logical Core 3 (socket 0) forwards packets on 16 streams:
  RX P=0/Q=16 (socket 0) -> TX P=0/Q=16 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=17 (socket 0) -> TX P=0/Q=17 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=18 (socket 0) -> TX P=0/Q=18 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=19 (socket 0) -> TX P=0/Q=19 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=20 (socket 0) -> TX P=0/Q=20 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=21 (socket 0) -> TX P=0/Q=21 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=22 (socket 0) -> TX P=0/Q=22 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=23 (socket 0) -> TX P=0/Q=23 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=24 (socket 0) -> TX P=0/Q=24 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=25 (socket 0) -> TX P=0/Q=25 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=26 (socket 0) -> TX P=0/Q=26 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=27 (socket 0) -> TX P=0/Q=27 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=28 (socket 0) -> TX P=0/Q=28 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=29 (socket 0) -> TX P=0/Q=29 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=30 (socket 0) -> TX P=0/Q=30 (socket 0) peer=02:00:00:00:00:00
  RX P=0/Q=31 (socket 0) -> TX P=0/Q=31 (socket 0) peer=02:00:00:00:00:00

  io packet forwarding packets/burst=32
  nb forwarding cores=2 - nb forwarding ports=1
  port 0: RX queue number: 32 Tx queue number: 32
    Rx offloads=0x0 Tx offloads=0x10000
    RX queue: 0
      RX desc=1024 - RX free threshold=32
      RX threshold registers: pthresh=0 hthresh=0  wthresh=0
      RX Offloads=0x0
    TX queue: 0
      TX desc=1024 - TX free threshold=32
      TX threshold registers: pthresh=32 hthresh=0  wthresh=0
      TX offloads=0x10000 - TX RS bit threshold=32
23/10/2020 10:25:18             dut.10.240.183.181: port 0/queue 0: received 1 packets
  src=68:05:CA:A3:BB:D4 - dst=40:A6:B7:0B:76:28 - type=0x88a8 - length=60 - nb_segs=1 - Protocol Extraction:[0x2017:0x0000],vlan,stag=1:0:23,ctag=0:0:0 - hw ptype: L2_ETHER  - sw ptype: L2_ETHER_QINQ  - l2_len=22 - Receive queue=0x0
  ol_flags: PKT_RX_L4_CKSUM_UNKNOWN PKT_RX_IP_CKSUM_UNKNOWN PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

23/10/2020 10:25:18             dut.10.240.183.181: quit
23/10/2020 10:25:19             dut.10.240.183.181: 
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
  RX-packets: 1              TX-packets: 1              TX-dropped: 0             

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

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

Done.

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

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

Bye...
23/10/2020 10:25:19                TestFlexibleRxd: Test Case test_check_single_VLAN_fields_in_RXD_8021ad Result PASSED:
23/10/2020 10:25:19             dut.10.240.183.181: kill_all: called by dut and prefix list has value.
23/10/2020 10:25:21                            dts: 
TEST SUITE ENDED: TestFlexibleRxd

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

* Re: [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code
  2020-10-23  2:31 [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code Xie wei
  2020-10-23  2:39 ` Xie, WeiX
@ 2020-10-29  8:57 ` Ma, LihongX
  2020-11-03  2:09   ` Tu, Lijuan
  1 sibling, 1 reply; 4+ messages in thread
From: Ma, LihongX @ 2020-10-29  8:57 UTC (permalink / raw)
  To: Xie, WeiX, dts; +Cc: Xie, WeiX

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

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Xie wei
> Sent: Friday, October 23, 2020 10:31 AM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build
> code
> 
> modify meson build code.
> 
> Signed-off-by: Xie wei <weix.xie@intel.com>
> ---


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

* Re: [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code
  2020-10-29  8:57 ` Ma, LihongX
@ 2020-11-03  2:09   ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2020-11-03  2:09 UTC (permalink / raw)
  To: Ma, LihongX, Xie, WeiX, dts; +Cc: Xie, WeiX

> > modify meson build code.
> >
> > Signed-off-by: Xie wei <weix.xie@intel.com>
> Acked-by: Lihong Ma<lihongx.ma@intel.com>

Applied

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23  2:31 [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code Xie wei
2020-10-23  2:39 ` Xie, WeiX
2020-10-29  8:57 ` Ma, LihongX
2020-11-03  2:09   ` 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).