test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/l3fwdacl: Adaptive dpdk command update
@ 2020-10-22  9:52 ChenBo
  2020-10-22  9:55 ` Chen, BoX C
  2020-11-03  1:49 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: ChenBo @ 2020-10-22  9:52 UTC (permalink / raw)
  To: dts; +Cc: ChenBo

DPDK has modified the print log, commit: ddfaa718b7a1f6a91f433341a512aca17d16a743
DTS needs to be adapted and updated.

Signed-off-by: ChenBo <box.c.chen@intel.com>
---
 tests/TestSuite_l3fwdacl.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_l3fwdacl.py b/tests/TestSuite_l3fwdacl.py
index 35b7c25..cc87e17 100644
--- a/tests/TestSuite_l3fwdacl.py
+++ b/tests/TestSuite_l3fwdacl.py
@@ -170,7 +170,7 @@ class TestL3fwdacl(TestCase):
         extra_args = ''
 
         if scalar:
-            extra_args = '--scalar'
+            extra_args = '--alg="scalar"'
 
         cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" %s' % \
                   (self.app_l3fwd_acl_path, self.core_mask, self.dut.get_memory_channels(),
@@ -840,7 +840,7 @@ class TestL3fwdacl(TestCase):
         rule_list_ipv4.append(TestL3fwdacl.invalid_port_rule_ipv4)
         self.create_acl_ipv4_db(rule_list_ipv4)
 
-        cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --scalar' % \
+        cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --alg="scalar"' % \
                   (self.app_l3fwd_acl_path, self.core_mask, self.dut.get_memory_channels(),
                    self.port_mask, self.dut_ports[0], self.dut_ports[1],
                    TestL3fwdacl.acl_ipv4_db, TestL3fwdacl.acl_ipv6_db)
@@ -852,7 +852,7 @@ class TestL3fwdacl(TestCase):
         rule_list_ipv6.append(TestL3fwdacl.invalid_port_rule_ipv6)
         self.create_acl_ipv6_db(rule_list_ipv6)
 
-        cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --scalar' % \
+        cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --alg="scalar"' % \
                   (self.app_l3fwd_acl_path, self.core_mask, self.dut.get_memory_channels(),
                    self.port_mask, self.dut_ports[0], self.dut_ports[1],
                    TestL3fwdacl.acl_ipv4_db, TestL3fwdacl.acl_ipv6_db)
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/l3fwdacl: Adaptive dpdk command update
  2020-10-22  9:52 [dts] [PATCH V1] tests/l3fwdacl: Adaptive dpdk command update ChenBo
@ 2020-10-22  9:55 ` Chen, BoX C
  2020-11-03  1:49 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Chen, BoX C @ 2020-10-22  9:55 UTC (permalink / raw)
  To: dts

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

Tested-by: Chen, BoX C <BoX.C.Chen@intel.com>

Regards,
Chen Bo

> -----Original Message-----
> From: ChenBo <box.c.chen@intel.com>
> Sent: October 22, 2020 17:53
> To: dts@dpdk.org
> Cc: Chen, BoX C <box.c.chen@intel.com>
> Subject: [dts][PATCH V1] tests/l3fwdacl: Adaptive dpdk command update
> 
> DPDK has modified the print log, commit:
> ddfaa718b7a1f6a91f433341a512aca17d16a743
> DTS needs to be adapted and updated.
> 
> Signed-off-by: ChenBo <box.c.chen@intel.com>

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

22/10/2020 16:35:53                            dts: 
TEST SUITE : TestL3fwdacl
22/10/2020 16:35:53                            dts: NIC :        fortpark_TLV
22/10/2020 16:35:53             dut.10.240.183.162: 
22/10/2020 16:35:54                         tester: 
22/10/2020 16:35:54             dut.10.240.183.162: meson configure -Dexamples=l3fwd-acl x86_64-native-linuxapp-gcc
22/10/2020 16:35:54             dut.10.240.183.162: 
22/10/2020 16:35:54             dut.10.240.183.162: ninja -C x86_64-native-linuxapp-gcc
22/10/2020 16:36:35             dut.10.240.183.162: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[0/1] Regenerating build files.
The Meson build system
Version: 0.53.2
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 20.11.0-rc1
C compiler for the host machine: gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES (/usr/bin/pkg-config)
Program gen-pmdinfo-cfile.sh found: YES (/root/dpdk/buildtools/gen-pmdinfo-cfile.sh)
Program list-dir-globs.py found: YES (/root/dpdk/buildtools/list-dir-globs.py)
Program check-symbols.sh found: YES (/root/dpdk/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/root/dpdk/buildtools/options-ibverbs-static.sh)
Program binutils-avx512-check.sh found: YES (/root/dpdk/buildtools/binutils-avx512-check.sh)
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES (/usr/bin/cat)
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES (cached)
Library libfdt found: NO
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Dependency libpcap found: YES 1.9.1 (cached)
Has header "pcap.h" with dependency libpcap: YES (cached)
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: YES 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Fetching value of define "__SSE4_2__" : 1 (cached)
Fetching value of define "__AES__" : 1 (cached)
Fetching value of define "__AVX__" : 1 (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__RDRND__" : 1 (cached)
Fetching value of define "__RDSEED__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
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 (cached)
Message: lib/librte_eal: Defining dependency "eal"
Message: lib/librte_ring: Defining dependency "ring"
Message: lib/librte_rcu: Defining dependency "rcu"
Message: lib/librte_mempool: Defining dependency "mempool"
Message: lib/librte_mbuf: Defining dependency "mbuf"
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512dq: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mvpclmulqdq: YES 
Compiler for C supports arguments -mavx2: YES 
Compiler for C supports arguments -mavx: YES 
Message: lib/librte_net: Defining dependency "net"
Message: lib/librte_meter: Defining dependency "meter"
Message: lib/librte_ethdev: Defining dependency "ethdev"
Message: lib/librte_pci: Defining dependency "pci"
Message: lib/librte_cmdline: Defining dependency "cmdline"
Dependency jansson found: YES 2.12 (cached)
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Message: lib/librte_acl: Defining dependency "acl"
Message: lib/librte_bbdev: Defining dependency "bbdev"
Message: lib/librte_bitratestats: Defining dependency "bitratestats"
Message: lib/librte_cfgfile: Defining dependency "cfgfile"
Message: lib/librte_compressdev: Defining dependency "compressdev"
Message: lib/librte_cryptodev: Defining dependency "cryptodev"
Message: lib/librte_distributor: Defining dependency "distributor"
Message: lib/librte_efd: Defining dependency "efd"
Message: lib/librte_eventdev: Defining dependency "eventdev"
Message: lib/librte_gro: Defining dependency "gro"
Message: lib/librte_gso: Defining dependency "gso"
Message: lib/librte_ip_frag: Defining dependency "ip_frag"
Message: lib/librte_jobstats: Defining dependency "jobstats"
Message: lib/librte_kni: Defining dependency "kni"
Message: lib/librte_latencystats: Defining dependency "latencystats"
Message: lib/librte_lpm: Defining dependency "lpm"
Message: lib/librte_member: Defining dependency "member"
Message: lib/librte_power: Defining dependency "power"
Message: lib/librte_pdump: Defining dependency "pdump"
Message: lib/librte_rawdev: Defining dependency "rawdev"
Message: lib/librte_regexdev: Defining dependency "regexdev"
Message: lib/librte_rib: Defining dependency "rib"
Message: lib/librte_reorder: Defining dependency "reorder"
Message: lib/librte_sched: Defining dependency "sched"
Message: lib/librte_security: Defining dependency "security"
Message: lib/librte_stack: Defining dependency "stack"
Has header "linux/userfaultfd.h" : YES (cached)
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: NO (tried pkgconfig and cmake)
Message: lib/librte_bpf: Defining dependency "bpf"
Message: lib/librte_graph: Defining dependency "graph"
Message: lib/librte_node: Defining dependency "node"
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: drivers/common/cpt: Defining dependency "common_cpt"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES 
Message: drivers/common/iavf: Defining dependency "common_iavf"
Library libmusdk found: NO
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/common/octeontx2: Defining dependency "common_octeontx2"
Compiler for C supports arguments -Wdisabled-optimization: YES 
Compiler for C supports arguments -Waggregate-return: YES 
Compiler for C supports arguments -Wbad-function-cast: YES 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Message: drivers/common/sfc_efx: Defining dependency "common_sfc_efx"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Run-time dependency libmlx5 found: NO (tried pkgconfig and cmake)
Library mlx5 found: NO
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/common/qat: Defining dependency "common_qat"
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/octeontx2: Defining dependency "mempool_octeontx2"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Message: drivers/net/af_packet: Defining dependency "net_af_packet"
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Library bpf found: NO
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Message: drivers/net/bonding: Defining dependency "net_bond"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_dpaa2"
Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-misleading-indentation -Wmisleading-indentation: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Message: drivers/net/e1000: Defining dependency "net_e1000"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-format -Wformat: YES 
Compiler for C supports arguments -Wno-format-security -Wformat-security: YES 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/hns3: Defining dependency "net_hns3"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/igc: Defining dependency "net_igc"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Message: drivers/net/kni: Defining dependency "net_kni"
Message: drivers/net/liquidio: Defining dependency "net_liquidio"
Message: drivers/net/memif: Defining dependency "net_memif"
Run-time dependency libmlx4 found: NO (tried pkgconfig and cmake)
Library mlx4 found: NO
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Library libmusdk found: NO
Library libmusdk found: NO
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig and cmake)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeontx2: Defining dependency "net_octeontx2"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/pfe: Defining dependency "net_pfe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-missing-declarations -Wmissing-declarations: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Compiler for C supports arguments -Wno-visibility -Wvisibility: NO 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Compiler for C supports arguments -Wno-invalid-source-encoding -Winvalid-source-encoding: NO 
Compiler for C supports arguments -Wno-sometimes-uninitialized -Wsometimes-uninitialized: NO 
Compiler for C supports arguments -Wno-pointer-bool-conversion -Wpointer-bool-conversion: NO 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/net/qede: Defining dependency "net_qede"
Message: drivers/net/ring: Defining dependency "net_ring"
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wdisabled-optimization: YES 
Compiler for C supports arguments -Waggregate-return: YES 
Compiler for C supports arguments -Wbad-function-cast: YES 
Message: drivers/net/sfc: Defining dependency "net_sfc"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Run-time dependency libsze2 found: NO (tried pkgconfig and cmake)
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES (cached)
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES (cached)
Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES (cached)
Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES (cached)
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES (cached)
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES (cached)
Configuring tap_autoconf.h using configuration
Message: drivers/net/tap: Defining dependency "net_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "raw_dpaa2_cmdif"
Message: drivers/raw/dpaa2_qdma: Defining dependency "raw_dpaa2_qdma"
Message: drivers/raw/ioat: Defining dependency "raw_ioat"
Message: drivers/raw/ntb: Defining dependency "raw_ntb"
Message: drivers/raw/octeontx2_dma: Defining dependency "raw_octeontx2_dma"
Message: drivers/raw/octeontx2_ep: Defining dependency "raw_octeontx2_ep"
Message: drivers/raw/skeleton: Defining dependency "raw_skeleton"
Library IPSec_MB found: NO
Library IPSec_MB found: NO
Message: drivers/crypto/bcmfs: Defining dependency "crypto_bcmfs"
Message: drivers/crypto/caam_jr: Defining dependency "crypto_caam_jr"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/dpaa_sec: Defining dependency "crypto_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "crypto_dpaa2_sec"
Library IPSec_MB found: NO
Library libmusdk found: NO
Message: drivers/crypto/nitrox: Defining dependency "crypto_nitrox"
Message: drivers/crypto/null: Defining dependency "crypto_null"
Message: drivers/crypto/octeontx: Defining dependency "crypto_octeontx"
Message: drivers/crypto/octeontx2: Defining dependency "crypto_octeontx2"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/scheduler: Defining dependency "crypto_scheduler"
Library IPSec_MB found: NO
Message: drivers/crypto/virtio: Defining dependency "crypto_virtio"
Library IPSec_MB found: NO
Run-time dependency libisal found: NO (tried pkgconfig and cmake)
Message: drivers/compress/octeontx: Defining dependency "compress_octeontx"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "compress_zlib"
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Library librxp_compiler found: NO
Message: drivers/regex/octeontx2: Defining dependency "regex_octeontx2_regex"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_ifc"
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/event/dpaa: Defining dependency "event_dpaa"
Message: drivers/event/dpaa2: Defining dependency "event_dpaa2"
Message: drivers/event/octeontx2: Defining dependency "event_octeontx2"
Message: drivers/event/opdl: Defining dependency "event_opdl"
Message: drivers/event/skeleton: Defining dependency "event_skeleton"
Message: drivers/event/sw: Defining dependency "event_sw"
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/event/dsw: Defining dependency "event_dsw"
Message: drivers/event/octeontx: Defining dependency "event_octeontx"
Message: drivers/baseband/null: Defining dependency "baseband_null"
Library libturbo found: NO
Library libldpc_decoder_5gnr found: NO
Message: drivers/baseband/turbo_sw: Defining dependency "baseband_turbo_sw"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "baseband_fpga_lte_fec"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "baseband_fpga_5gnr_fec"
Message: drivers/baseband/acc100: Defining dependency "baseband_acc100"
Library execinfo found: NO
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Message: hugepage availability: true
Program get-coremask.sh found: YES (/root/dpdk/app/test/get-coremask.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
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: 976

Found ninja-1.10.0 at /usr/bin/ninja
[1/977] Generating rte_regex_octeontx2_regex_mingw with a custom command.
[2/977] Linking static target drivers/libtmp_rte_net_memif.a.
[3/977] Linking target lib/librte_cmdline.so.21.0.
[4/977] Linking target lib/librte_ethdev.so.21.0.
[5/977] Generating rte_raw_ntb_def with a custom command.
[6/977] Generating rte_raw_ntb_mingw with a custom command.
[7/977] Generating rte_net_memif.pmd.c with a custom command.
[8/977] Generating rte_raw_octeontx2_dma_def with a custom command.
[9/977] Generating rte_raw_octeontx2_dma_mingw with a custom command.
[10/977] Compiling C object 'drivers/a715181@@rte_net_memif@sta/meson-generated_.._rte_net_memif.pmd.c.o'.
[11/977] Linking static target drivers/librte_net_memif.a.
[12/977] Compiling C object 'drivers/a715181@@rte_net_memif@sha/meson-generated_.._rte_net_memif.pmd.c.o'.
[13/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_dpaa2_cmdif@sta/raw_dpaa2_cmdif_dpaa2_cmdif.c.o'.
[14/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb_hw_intel.c.o'.
[15/977] Generating symbol file 'lib/76b5a35@@rte_regexdev@sha/librte_regexdev.so.21.0.symbols'.
[16/977] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx@sha/librte_mempool_octeontx.so.21.0.symbols'.
[17/977] Linking static target drivers/libtmp_rte_raw_dpaa2_cmdif.a.
[18/977] Generating rte_net_liquidio.sym_chk with a meson_exe.py custom command.
[19/977] Generating symbol file 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev.so.21.0.symbols'.
[20/977] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.21.0.symbols'.
[21/977] Generating rte_net_hns3.sym_chk with a meson_exe.py custom command.
[22/977] Generating rte_net_igc.sym_chk with a meson_exe.py custom command.
[23/977] Generating rte_raw_dpaa2_cmdif.pmd.c with a custom command.
[24/977] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command.
[25/977] Generating rte_net_pfe.sym_chk with a meson_exe.py custom command.
[26/977] Generating rte_raw_octeontx2_ep_mingw with a custom command.
[27/977] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command.
[28/977] Generating rte_raw_octeontx2_ep_def with a custom command.
[29/977] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sta/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'.
[30/977] Generating rte_raw_skeleton_def with a custom command.
[31/977] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sha/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'.
[32/977] Generating rte_raw_skeleton_mingw with a custom command.
[33/977] Generating rte_net_octeontx.sym_chk with a meson_exe.py custom command.
[34/977] Linking static target drivers/librte_raw_dpaa2_cmdif.a.
[35/977] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_bsvf.c.o'.
[36/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'.
[37/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple.c.o'.
[38/977] Linking target lib/librte_security.so.21.0.
[39/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_idxd_vdev.c.o'.
[40/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_common.c.o'.
[41/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_rawdev.c.o'.
[42/977] Generating symbol file 'lib/76b5a35@@rte_ethdev@sha/librte_ethdev.so.21.0.symbols'.
[43/977] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_tcmsgs.c.o'.
[44/977] Linking target drivers/librte_common_qat.so.21.0.
[45/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtqueue.c.o'.
[46/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_logs.c.o'.
[47/977] Linking target drivers/librte_common_cpt.so.21.0.
[48/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_vfio.c.o'.
[49/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel_tap.c.o'.
[50/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_idxd_pci.c.o'.
[51/977] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_intr.c.o'.
[52/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_msg.c.o'.
[53/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_test.c.o'.
[54/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'.
[55/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_vdpa.c.o'.
[56/977] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_bpf_api.c.o'.
[57/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple_sse.c.o'.
[58/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs_rm_common.c.o'.
[59/977] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_mbox.c.o'.
[60/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_cryptodev.c.o'.
[61/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_user.c.o'.
[62/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel.c.o'.
[63/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_rxtx.c.o'.
[64/977] Linking target lib/librte_ip_frag.so.21.0.
[65/977] Linking target lib/librte_metrics.so.21.0.
[66/977] Linking target lib/librte_pdump.so.21.0.
[67/977] Linking target lib/librte_gso.so.21.0.
[68/977] Linking target lib/librte_kni.so.21.0.
[69/977] Linking target lib/librte_bpf.so.21.0.
[70/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_meter.c.o'.
[71/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_qp.c.o'.
[72/977] Linking target drivers/librte_net_atlantic.so.21.0.
[73/977] Linking target lib/librte_gro.so.21.0.
[74/977] Linking target lib/librte_node.so.21.0.
[75/977] Linking target drivers/librte_net_af_packet.so.21.0.
[76/977] Linking target lib/librte_eventdev.so.21.0.
[77/977] Linking target drivers/librte_net_ark.so.21.0.
[78/977] Linking target drivers/librte_common_octeontx2.so.21.0.
[79/977] Linking target drivers/librte_net_avp.so.21.0.
[80/977] Linking target drivers/librte_net_axgbe.so.21.0.
[81/977] Generating rte_net_memif.sym_chk with a meson_exe.py custom command.
[82/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_pci.c.o'.
[83/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'.
[84/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_parser.c.o'.
[85/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs5_rm.c.o'.
[86/977] Generating rte_crypto_bcmfs_def with a custom command.
[87/977] Linking target drivers/librte_net_enetc.so.21.0.
[88/977] Compiling C object 'drivers/a715181@@tmp_rte_net_vdev_netvsc@sta/net_vdev_netvsc_vdev_netvsc.c.o'.
[89/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtqueue.c.o'.
[90/977] Linking target drivers/librte_net_ena.so.21.0.
[91/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_enqdeq.c.o'.
[92/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs4_rm.c.o'.
[93/977] Generating rte_crypto_bcmfs_mingw with a custom command.
[94/977] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_mbox.c.o'.
[95/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_ethdev.c.o'.
[96/977] Linking target drivers/librte_net_cxgbe.so.21.0.
[97/977] Linking static target drivers/libtmp_rte_net_vdev_netvsc.a.
[98/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_virtio_user_dev.c.o'.
[99/977] Linking static target drivers/libtmp_rte_raw_octeontx2_ep.a.
[100/977] Linking target drivers/librte_net_bnxt.so.21.0.
[101/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_pipeline.c.o'.
[102/977] Generating rte_crypto_caam_jr_mingw with a custom command.
[103/977] Generating rte_crypto_caam_jr_def with a custom command.
[104/977] Linking target drivers/librte_net_failsafe.so.21.0.
[105/977] Generating rte_raw_octeontx2_ep.pmd.c with a custom command.
[106/977] Linking target drivers/librte_net_e1000.so.21.0.
[107/977] Linking target drivers/librte_net_enic.so.21.0.
[108/977] Generating rte_crypto_dpaa_sec_def with a custom command.
[109/977] Generating rte_net_vdev_netvsc.pmd.c with a custom command.
[110/977] Linking target drivers/librte_net_null.so.21.0.
[111/977] Generating rte_crypto_dpaa2_sec_def with a custom command.
[112/977] Generating rte_crypto_dpaa2_sec_mingw with a custom command.
[113/977] Linking target drivers/librte_net_fm10k.so.21.0.
[114/977] Linking target drivers/librte_net_iavf.so.21.0.
[115/977] Linking target drivers/librte_net_liquidio.so.21.0.
[116/977] Generating rte_crypto_dpaa_sec_mingw with a custom command.
[117/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic.c.o'.
[118/977] Linking target drivers/librte_net_hinic.so.21.0.
[119/977] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sta/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[120/977] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[121/977] Linking target drivers/librte_net_igc.so.21.0.
[122/977] Linking target drivers/librte_net_pfe.so.21.0.
[123/977] Linking target drivers/librte_net_hns3.so.21.0.
[124/977] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sta/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'.
[125/977] Generating rte_crypto_nitrox_def with a custom command.
[126/977] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sha/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'.
[127/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_logs.c.o'.
[128/977] Linking static target drivers/librte_raw_octeontx2_ep.a.
[129/977] Linking static target drivers/librte_net_vdev_netvsc.a.
[130/977] Linking target drivers/librte_net_memif.so.21.0.
[131/977] Generating rte_crypto_nitrox_mingw with a custom command.
[132/977] Generating rte_crypto_null_mingw with a custom command.
[133/977] Generating rte_crypto_null_def with a custom command.
[134/977] Generating rte_crypto_octeontx_mingw with a custom command.
[135/977] Generating rte_crypto_octeontx_def with a custom command.
[136/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_capabilities.c.o'.
[137/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_rx.c.o'.
[138/977] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_hw.c.o'.
[139/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_rx.c.o'.
[140/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_dma@sta/raw_octeontx2_dma_otx2_dpi_rawdev.c.o'.
[141/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev_test.c.o'.
[142/977] Generating rte_crypto_octeontx2_def with a custom command.
[143/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev.c.o'.
[144/977] Generating rte_crypto_octeontx2_mingw with a custom command.
[145/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_capabilities.c.o'.
[146/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_hal.c.o'.
[147/977] Linking static target drivers/net/thunderx/base/libnicvf_base.a.
[148/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_device.c.o'.
[149/977] Linking static target drivers/libtmp_rte_raw_octeontx2_dma.a.
[150/977] Generating rte_raw_dpaa2_cmdif.sym_chk with a meson_exe.py custom command.
[151/977] Linking static target drivers/libtmp_rte_raw_skeleton.a.
[152/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tx.c.o'.
[153/977] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_ethdev.c.o'.
[154/977] Generating rte_crypto_scheduler_def with a custom command.
[155/977] Generating rte_crypto_scheduler_mingw with a custom command.
[156/977] Generating symbol file 'lib/76b5a35@@rte_security@sha/librte_security.so.21.0.symbols'.
[157/977] Generating rte_crypto_virtio_def with a custom command.
[158/977] Generating rte_crypto_virtio_mingw with a custom command.
[159/977] Generating rte_raw_octeontx2_dma.pmd.c with a custom command.
[160/977] Generating rte_raw_skeleton.pmd.c with a custom command.
[161/977] Generating symbol file 'drivers/a715181@@rte_common_cpt@sha/librte_common_cpt.so.21.0.symbols'.
[162/977] Generating rte_compress_octeontx_def with a custom command.
[163/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym.c.o'.
[164/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_mc_dpseci.c.o'.
[165/977] Generating rte_compress_octeontx_mingw with a custom command.
[166/977] Generating rte_compress_zlib_def with a custom command.
[167/977] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_dma@sta/meson-generated_.._rte_raw_octeontx2_dma.pmd.c.o'.
[168/977] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_dma@sha/meson-generated_.._rte_raw_octeontx2_dma.pmd.c.o'.
[169/977] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sta/meson-generated_.._rte_raw_skeleton.pmd.c.o'.
[170/977] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o'.
[171/977] Generating rte_compress_zlib_mingw with a custom command.
[172/977] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sha/meson-generated_.._rte_raw_skeleton.pmd.c.o'.
[173/977] Linking static target drivers/librte_raw_octeontx2_dma.a.
[174/977] Linking static target drivers/librte_raw_skeleton.a.
[175/977] Generating rte_vdpa_ifc_mingw with a custom command.
[176/977] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_rxtx.c.o'.
[177/977] Generating symbol file 'lib/76b5a35@@rte_ip_frag@sha/librte_ip_frag.so.21.0.symbols'.
[178/977] Generating rte_event_dpaa_mingw with a custom command.
[179/977] Generating symbol file 'drivers/a715181@@rte_common_octeontx2@sha/librte_common_octeontx2.so.21.0.symbols'.
[180/977] Generating rte_vdpa_ifc_def with a custom command.
[181/977] Generating rte_event_dpaa_def with a custom command.
[182/977] Linking target lib/librte_ipsec.so.21.0.
[183/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_fw_funcs.c.o'.
[184/977] Generating rte_event_dpaa2_def with a custom command.
[185/977] Generating rte_event_dpaa2_mingw with a custom command.
[186/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_flow.c.o'.
[187/977] Generating symbol file 'lib/76b5a35@@rte_metrics@sha/librte_metrics.so.21.0.symbols'.
[188/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_pmd.c.o'.
[189/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_engine.c.o'.
[190/977] Generating symbol file 'lib/76b5a35@@rte_kni@sha/librte_kni.so.21.0.symbols'.
[191/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_rx.c.o'.
[192/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_ioat@sta/raw_ioat_ioat_rawdev_test.c.o'.
[193/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_session.c.o'.
[194/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_vf.c.o'.
[195/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_tx.c.o'.
[196/977] Generating symbol file 'lib/76b5a35@@rte_gso@sha/librte_gso.so.21.0.symbols'.
[197/977] Linking static target drivers/libtmp_rte_raw_ioat.a.
[198/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_flow.c.o'.
[199/977] Linking static target drivers/libtmp_rte_crypto_bcmfs.a.
[200/977] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip_pmd.c.o'.
[201/977] Generating symbol file 'lib/76b5a35@@rte_eventdev@sha/librte_eventdev.so.21.0.symbols'.
[202/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dcbx.c.o'.
[203/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_l2.c.o'.
[204/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ethdev.c.o'.
[205/977] Generating rte_raw_ioat.pmd.c with a custom command.
[206/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_capabilities.c.o'.
[207/977] Generating rte_event_octeontx2_def with a custom command.
[208/977] Linking target drivers/librte_net_bond.so.21.0.
[209/977] Compiling C object 'drivers/a715181@@tmp_rte_net_vhost@sta/net_vhost_rte_eth_vhost.c.o'.
[210/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_int.c.o'.
[211/977] Generating rte_event_octeontx2_mingw with a custom command.
[212/977] Linking static target drivers/libtmp_rte_net_vhost.a.
[213/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_device.c.o'.
[214/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_qp.c.o'.
[215/977] Compiling C object 'drivers/a715181@@rte_raw_ioat@sta/meson-generated_.._rte_raw_ioat.pmd.c.o'.
[216/977] Compiling C object 'drivers/a715181@@rte_raw_ioat@sha/meson-generated_.._rte_raw_ioat.pmd.c.o'.
[217/977] Generating rte_net_vhost.pmd.c with a custom command.
[218/977] Linking target drivers/librte_mempool_octeontx2.so.21.0.
[219/977] Linking static target drivers/librte_raw_ioat.a.
[220/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_capabilities.c.o'.
[221/977] Generating rte_event_opdl_mingw with a custom command.
[222/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev.c.o'.
[223/977] Linking target lib/librte_latencystats.so.21.0.
[224/977] Linking target lib/librte_bitratestats.so.21.0.
[225/977] Generating rte_event_opdl_def with a custom command.
[226/977] Compiling C object 'drivers/a715181@@rte_net_vhost@sha/meson-generated_.._rte_net_vhost.pmd.c.o'.
[227/977] Generating rte_crypto_bcmfs.pmd.c with a custom command.
[228/977] Compiling C object 'drivers/a715181@@tmp_rte_net_ring@sta/net_ring_rte_eth_ring.c.o'.
[229/977] Compiling C object 'drivers/a715181@@rte_net_vhost@sta/meson-generated_.._rte_net_vhost.pmd.c.o'.
[230/977] Generating rte_event_skeleton_def with a custom command.
[231/977] Generating rte_event_skeleton_mingw with a custom command.
[232/977] Generating rte_raw_octeontx2_ep.sym_chk with a meson_exe.py custom command.
[233/977] Generating rte_event_sw_mingw with a custom command.
[234/977] Linking static target drivers/librte_net_vhost.a.
[235/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_hw_access.c.o'.
[236/977] Linking target drivers/librte_net_kni.so.21.0.
[237/977] Linking target lib/librte_port.so.21.0.
[238/977] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sta/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'.
[239/977] Linking static target drivers/libtmp_rte_net_ring.a.
[240/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_uio.c.o'.
[241/977] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sha/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'.
[242/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_hw.c.o'.
[243/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd_ops.c.o'.
[244/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_mbox.c.o'.
[245/977] Linking static target drivers/librte_crypto_bcmfs.a.
[246/977] Linking target drivers/librte_bus_dpaa.so.21.0.
[247/977] Linking target drivers/librte_net_octeontx.so.21.0.
[248/977] Generating rte_net_ring.pmd.c with a custom command.
[249/977] Linking target drivers/librte_bus_fslmc.so.21.0.
[250/977] Generating rte_net_vdev_netvsc.sym_chk with a meson_exe.py custom command.
[251/977] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_xstats.c.o'.
[252/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev.c.o'.
[253/977] Generating rte_event_sw_def with a custom command.
[254/977] Generating rte_event_dsw_def with a custom command.
[255/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_cxt.c.o'.
[256/977] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip.c.o'.
[257/977] Generating rte_event_dsw_mingw with a custom command.
[258/977] Compiling C object 'drivers/a715181@@rte_net_ring@sha/meson-generated_.._rte_net_ring.pmd.c.o'.
[259/977] Compiling C object 'drivers/a715181@@rte_net_ring@sta/meson-generated_.._rte_net_ring.pmd.c.o'.
[260/977] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_ethdev.c.o'.
[261/977] Linking static target drivers/libtmp_rte_compress_octeontx.a.
[262/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_thread.c.o'.
[263/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_reqmgr.c.o'.
[264/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_hw_access.c.o'.
[265/977] Linking static target drivers/librte_net_ring.a.
[266/977] Generating rte_compress_octeontx.pmd.c with a custom command.
[267/977] Linking target drivers/librte_raw_octeontx2_ep.so.21.0.
[268/977] Generating rte_event_octeontx_mingw with a custom command.
[269/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd.c.o'.
[270/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd_ops.c.o'.
[271/977] Compiling C object 'drivers/a715181@@tmp_rte_event_skeleton@sta/event_skeleton_skeleton_eventdev.c.o'.
[272/977] Generating rte_event_octeontx_def with a custom command.
[273/977] Generating rte_baseband_null_def with a custom command.
[274/977] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[275/977] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[276/977] Linking static target drivers/libtmp_rte_event_skeleton.a.
[277/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_tm.c.o'.
[278/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_pci.c.o'.
[279/977] Linking static target drivers/librte_compress_octeontx.a.
[280/977] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev.c.o'.
[281/977] Linking target drivers/librte_net_vdev_netvsc.so.21.0.
[282/977] Generating rte_event_skeleton.pmd.c with a custom command.
[283/977] Generating rte_baseband_null_mingw with a custom command.
[284/977] Generating rte_baseband_turbo_sw_def with a custom command.
[285/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym.c.o'.
[286/977] Generating rte_baseband_turbo_sw_mingw with a custom command.
[287/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[288/977] Generating rte_baseband_fpga_lte_fec_def with a custom command.
[289/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[290/977] Generating rte_raw_octeontx2_dma.sym_chk with a meson_exe.py custom command.
[291/977] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev_hw_access.c.o'.
[292/977] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd_ops.c.o'.
[293/977] Generating rte_raw_skeleton.sym_chk with a meson_exe.py custom command.
[294/977] Generating rte_baseband_fpga_lte_fec_mingw with a custom command.
[295/977] Linking static target drivers/libtmp_rte_crypto_nitrox.a.
[296/977] Generating rte_baseband_fpga_5gnr_fec_def with a custom command.
[297/977] Generating rte_baseband_fpga_5gnr_fec_mingw with a custom command.
[298/977] Compiling C object 'drivers/a715181@@rte_event_skeleton@sta/meson-generated_.._rte_event_skeleton.pmd.c.o'.
[299/977] Compiling C object 'drivers/a715181@@rte_event_skeleton@sha/meson-generated_.._rte_event_skeleton.pmd.c.o'.
[300/977] Generating rte_baseband_acc100_def with a custom command.
[301/977] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o'.
[302/977] Generating rte_baseband_acc100_mingw with a custom command.
[303/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_mbox.c.o'.
[304/977] Linking static target drivers/librte_event_skeleton.a.
[305/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_roundrobin.c.o'.
[306/977] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_ethdev.c.o'.
[307/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb.c.o'.
[308/977] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_init.c.o'.
[309/977] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_hw_dpcon.c.o'.
[310/977] Generating rte_crypto_nitrox.pmd.c with a custom command.
[311/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pkt_size_distr.c.o'.
[312/977] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_cmdline_test.c.o'.
[313/977] Linking static target drivers/libtmp_rte_raw_ntb.a.
[314/977] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_commands.c.o'.
[315/977] Linking target drivers/librte_raw_octeontx2_dma.so.21.0.
[316/977] Linking target drivers/librte_raw_skeleton.so.21.0.
[317/977] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sha/meson-generated_.._rte_crypto_nitrox.pmd.c.o'.
[318/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_ethdev.c.o'.
[319/977] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sta/meson-generated_.._rte_crypto_nitrox.pmd.c.o'.
[320/977] Generating rte_raw_ntb.pmd.c with a custom command.
[321/977] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.21.0.symbols'.
[322/977] Linking static target drivers/librte_crypto_nitrox.a.
[323/977] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_xstats.c.o'.
[324/977] Compiling C object 'drivers/a715181@@tmp_rte_regex_octeontx2_regex@sta/regex_octeontx2_otx2_regexdev.c.o'.
[325/977] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_tm.c.o'.
[326/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_sec.c.o'.
[327/977] Compiling C object 'drivers/a715181@@rte_raw_ntb@sha/meson-generated_.._rte_raw_ntb.pmd.c.o'.
[328/977] Compiling C object 'drivers/a715181@@rte_raw_ntb@sta/meson-generated_.._rte_raw_ntb.pmd.c.o'.
[329/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_cryptodev.c.o'.
[330/977] Generating rte_raw_ioat.sym_chk with a meson_exe.py custom command.
[331/977] Linking static target drivers/libtmp_rte_regex_octeontx2_regex.a.
[332/977] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_ethdev.c.o'.
[333/977] Linking static target drivers/librte_raw_ntb.a.
[334/977] Linking static target drivers/libtmp_rte_crypto_virtio.a.
[335/977] Linking static target drivers/libtmp_rte_net_thunderx.a.
[336/977] Generating symbol file 'lib/76b5a35@@rte_port@sha/librte_port.so.21.0.symbols'.
[337/977] Generating rte_regex_octeontx2_regex.pmd.c with a custom command.
[338/977] Generating rte_net_thunderx.pmd.c with a custom command.
[339/977] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_net.c.o'.
[340/977] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_main.c.o'.
[341/977] Generating rte_crypto_virtio.pmd.c with a custom command.
[342/977] Linking static target drivers/libtmp_rte_net_nfp.a.
[343/977] Compiling C object 'drivers/a715181@@rte_regex_octeontx2_regex@sta/meson-generated_.._rte_regex_octeontx2_regex.pmd.c.o'.
[344/977] Compiling C object 'drivers/a715181@@rte_regex_octeontx2_regex@sha/meson-generated_.._rte_regex_octeontx2_regex.pmd.c.o'.
[345/977] Generating symbol file 'drivers/a715181@@rte_bus_dpaa@sha/librte_bus_dpaa.so.21.0.symbols'.
[346/977] Linking static target drivers/librte_regex_octeontx2_regex.a.
[347/977] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev.c.o'.
[348/977] Compiling C object 'drivers/a715181@@rte_net_thunderx@sta/meson-generated_.._rte_net_thunderx.pmd.c.o'.
[349/977] Compiling C object 'drivers/a715181@@rte_net_thunderx@sha/meson-generated_.._rte_net_thunderx.pmd.c.o'.
[350/977] Generating rte_net_vhost.sym_chk with a meson_exe.py custom command.
[351/977] Generating symbol file 'drivers/a715181@@rte_net_octeontx@sha/librte_net_octeontx.so.21.0.symbols'.
[352/977] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_tx.c.o'.
[353/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_crypto_adptr.c.o'.
[354/977] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_evdev.c.o'.
[355/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd.c.o'.
[356/977] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sta/meson-generated_.._rte_crypto_virtio.pmd.c.o'.
[357/977] Linking static target drivers/librte_net_thunderx.a.
[358/977] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sha/meson-generated_.._rte_crypto_virtio.pmd.c.o'.
[359/977] Linking static target drivers/libtmp_rte_net_sfc.a.
[360/977] Linking target drivers/librte_raw_ioat.so.21.0.
[361/977] Generating symbol file 'drivers/a715181@@rte_bus_fslmc@sha/librte_bus_fslmc.so.21.0.symbols'.
[362/977] Linking static target drivers/librte_crypto_virtio.a.
[363/977] Linking static target drivers/libtmp_rte_crypto_null.a.
[364/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_irq.c.o'.
[365/977] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_rxtx.c.o'.
[366/977] Generating rte_net_nfp.pmd.c with a custom command.
[367/977] Generating rte_crypto_null.pmd.c with a custom command.
[368/977] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o'.
[369/977] Linking static target drivers/libtmp_rte_net_netvsc.a.
[370/977] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa@sta/event_dpaa_dpaa_eventdev.c.o'.
[371/977] Generating rte_net_ring.sym_chk with a meson_exe.py custom command.
[372/977] Generating rte_crypto_bcmfs.sym_chk with a meson_exe.py custom command.
[373/977] Compiling C object 'drivers/a715181@@tmp_rte_raw_dpaa2_qdma@sta/raw_dpaa2_qdma_dpaa2_qdma.c.o'.
[374/977] Compiling C object 'drivers/a715181@@rte_net_nfp@sta/meson-generated_.._rte_net_nfp.pmd.c.o'.
[375/977] Compiling C object 'drivers/a715181@@rte_crypto_null@sta/meson-generated_.._rte_crypto_null.pmd.c.o'.
[376/977] Compiling C object 'drivers/a715181@@rte_net_nfp@sha/meson-generated_.._rte_net_nfp.pmd.c.o'.
[377/977] Linking target lib/librte_table.so.21.0.
[378/977] Compiling C object 'drivers/a715181@@rte_crypto_null@sha/meson-generated_.._rte_crypto_null.pmd.c.o'.
[379/977] Linking static target drivers/librte_crypto_null.a.
[380/977] Linking static target drivers/libtmp_rte_raw_dpaa2_qdma.a.
[381/977] Generating rte_net_netvsc.pmd.c with a custom command.
[382/977] Linking static target drivers/librte_net_nfp.a.
[383/977] Linking static target drivers/libtmp_rte_vdpa_ifc.a.
[384/977] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev.c.o'.
[385/977] Linking static target drivers/libtmp_rte_event_dpaa.a.
[386/977] Generating rte_raw_dpaa2_qdma.pmd.c with a custom command.
[387/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_probe.c.o'.
[388/977] Generating rte_net_sfc.pmd.c with a custom command.
[389/977] Compiling C object 'drivers/net/virtio/20670f1@@virtio_avx512_lib@sta/virtio_rxtx_packed_avx.c.o'.
[390/977] Generating rte_event_dpaa.pmd.c with a custom command.
[391/977] Linking target drivers/librte_mempool_dpaa.so.21.0.
[392/977] Compiling C object 'drivers/a715181@@rte_net_netvsc@sta/meson-generated_.._rte_net_netvsc.pmd.c.o'.
[393/977] Compiling C object 'drivers/a715181@@rte_net_netvsc@sha/meson-generated_.._rte_net_netvsc.pmd.c.o'.
[394/977] Generating rte_vdpa_ifc.pmd.c with a custom command.
[395/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_probe.c.o'.
[396/977] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev_selftest.c.o'.
[397/977] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_qdma@sta/meson-generated_.._rte_raw_dpaa2_qdma.pmd.c.o'.
[398/977] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_qdma@sha/meson-generated_.._rte_raw_dpaa2_qdma.pmd.c.o'.
[399/977] Linking static target drivers/librte_net_netvsc.a.
[400/977] Generating rte_compress_octeontx.sym_chk with a meson_exe.py custom command.
[401/977] Compiling C object 'drivers/a715181@@rte_net_sfc@sta/meson-generated_.._rte_net_sfc.pmd.c.o'.
[402/977] Linking static target drivers/net/virtio/libvirtio_avx512_lib.a.
[403/977] Compiling C object 'drivers/a715181@@rte_net_sfc@sha/meson-generated_.._rte_net_sfc.pmd.c.o'.
[404/977] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sha/meson-generated_.._rte_vdpa_ifc.pmd.c.o'.
[405/977] Linking static target drivers/libtmp_rte_event_dpaa2.a.
[406/977] Linking static target drivers/librte_raw_dpaa2_qdma.a.
[407/977] Linking target drivers/librte_mempool_dpaa2.so.21.0.
[408/977] Compiling C object 'drivers/a715181@@rte_event_dpaa@sha/meson-generated_.._rte_event_dpaa.pmd.c.o'.
[409/977] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sta/meson-generated_.._rte_vdpa_ifc.pmd.c.o'.
[410/977] Compiling C object 'drivers/a715181@@rte_event_dpaa@sta/meson-generated_.._rte_event_dpaa.pmd.c.o'.
[411/977] Linking static target drivers/librte_net_sfc.a.
[412/977] Generating rte_event_dpaa2.pmd.c with a custom command.
[413/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[414/977] Linking target drivers/librte_crypto_bcmfs.so.21.0.
[415/977] Linking static target drivers/librte_event_dpaa.a.
[416/977] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd.c.o'.
[417/977] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_worker.c.o'.
[418/977] Linking target drivers/librte_net_ring.so.21.0.
[419/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_evdev.c.o'.
[420/977] Linking static target drivers/librte_vdpa_ifc.a.
[421/977] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sta/meson-generated_.._rte_event_dpaa2.pmd.c.o'.
[422/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_adptr.c.o'.
[423/977] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sha/meson-generated_.._rte_event_dpaa2.pmd.c.o'.
[424/977] Linking static target drivers/libtmp_rte_compress_zlib.a.
[425/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev.c.o'.
[426/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_parser.c.o'.
[427/977] Linking static target drivers/librte_event_dpaa2.a.
[428/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_worker.c.o'.
[429/977] Generating rte_event_skeleton.sym_chk with a meson_exe.py custom command.
[430/977] Linking target drivers/librte_compress_octeontx.so.21.0.
[431/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[432/977] Generating rte_compress_zlib.pmd.c with a custom command.
[433/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_tim_evdev.c.o'.
[434/977] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_main.c.o'.
[435/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vectors.c.o'.
[436/977] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[437/977] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[438/977] Compiling C object 'drivers/a715181@@tmp_rte_net_pcap@sta/net_pcap_rte_eth_pcap.c.o'.
[439/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_stub.c.o'.
[440/977] Linking static target drivers/librte_compress_zlib.a.
[441/977] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_flow_gen.c.o'.
[442/977] Generating rte_raw_ntb.sym_chk with a meson_exe.py custom command.
[443/977] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[444/977] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_rxtx.c.o'.
[445/977] Linking static target drivers/libtmp_rte_net_pcap.a.
[446/977] Generating rte_crypto_nitrox.sym_chk with a meson_exe.py custom command.
[447/977] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_options_parse.c.o'.
[448/977] Linking static target drivers/libtmp_rte_net_vmxnet3.a.
[449/977] Generating rte_net_pcap.pmd.c with a custom command.
[450/977] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_test.c.o'.
[451/977] Linking target drivers/librte_event_skeleton.so.21.0.
[452/977] Generating rte_net_vmxnet3.pmd.c with a custom command.
[453/977] Compiling C object 'drivers/a715181@@rte_net_pcap@sta/meson-generated_.._rte_net_pcap.pmd.c.o'.
[454/977] Linking static target drivers/librte_net_pcap.a.
[455/977] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sta/meson-generated_.._rte_net_vmxnet3.pmd.c.o'.
[456/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_mcp.c.o'.
[457/977] Linking static target drivers/librte_net_vmxnet3.a.
[458/977] Compiling C object 'drivers/a715181@@rte_net_pcap@sha/meson-generated_.._rte_net_pcap.pmd.c.o'.
[459/977] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_rte_eth_tap.c.o'.
[460/977] Linking target drivers/librte_raw_ntb.so.21.0.
[461/977] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sha/meson-generated_.._rte_net_vmxnet3.pmd.c.o'.
[462/977] Linking static target drivers/libtmp_rte_net_tap.a.
[463/977] Compiling C object 'app/a172ced@@dpdk-test-acl@exe/test-acl_main.c.o'.
[464/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_ops.c.o'.
[465/977] Generating rte_crypto_virtio.sym_chk with a meson_exe.py custom command.
[466/977] Generating rte_regex_octeontx2_regex.sym_chk with a meson_exe.py custom command.
[467/977] Linking target drivers/librte_crypto_nitrox.so.21.0.
[468/977] Generating rte_net_thunderx.sym_chk with a meson_exe.py custom command.
[469/977] Generating rte_net_tap.pmd.c with a custom command.
[470/977] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.0.symbols'.
[471/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_main.c.o'.
[472/977] Compiling C object 'drivers/a715181@@rte_net_tap@sta/meson-generated_.._rte_net_tap.pmd.c.o'.
[473/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[474/977] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_rxtx.c.o'.
[475/977] Linking static target drivers/librte_net_tap.a.
[476/977] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa@sha/librte_mempool_dpaa.so.21.0.symbols'.
[477/977] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_throughput.c.o'.
[478/977] Compiling C object 'drivers/a715181@@rte_net_tap@sha/meson-generated_.._rte_net_tap.pmd.c.o'.
[479/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_common.c.o'.
[480/977] Generating rte_crypto_null.sym_chk with a meson_exe.py custom command.
[481/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o'.
[482/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[483/977] Generating rte_net_nfp.sym_chk with a meson_exe.py custom command.
[484/977] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_lte_fec@sta/baseband_fpga_lte_fec_fpga_lte_fec.c.o'.
[485/977] Generating rte_net_netvsc.sym_chk with a meson_exe.py custom command.
[486/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[487/977] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_5gnr_fec@sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'.
[488/977] Generating rte_raw_dpaa2_qdma.sym_chk with a meson_exe.py custom command.
[489/977] Linking target drivers/librte_crypto_virtio.so.21.0.
[490/977] Linking static target drivers/libtmp_rte_baseband_fpga_lte_fec.a.
[491/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_queue.c.o'.
[492/977] Linking static target drivers/libtmp_rte_baseband_fpga_5gnr_fec.a.
[493/977] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev.c.o'.
[494/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_verify.c.o'.
[495/977] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa2@sha/librte_mempool_dpaa2.so.21.0.symbols'.
[496/977] Generating rte_baseband_fpga_lte_fec.pmd.c with a custom command.
[497/977] Linking target drivers/librte_regex_octeontx2_regex.so.21.0.
[498/977] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[499/977] Generating rte_net_sfc.sym_chk with a meson_exe.py custom command.
[500/977] Linking target drivers/librte_net_thunderx.so.21.0.
[501/977] Generating rte_baseband_fpga_5gnr_fec.pmd.c with a custom command.
[502/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_options.c.o'.
[503/977] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sta/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'.
[504/977] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'.
[505/977] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx.c.o'.
[506/977] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_common.c.o'.
[507/977] Linking target lib/librte_flow_classify.so.21.0.
[508/977] Linking target drivers/librte_crypto_null.so.21.0.
[509/977] Linking static target drivers/librte_baseband_fpga_lte_fec.a.
[510/977] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sta/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'.
[511/977] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'.
[512/977] Linking static target drivers/libtmp_rte_net_virtio.a.
[513/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[514/977] Linking target drivers/librte_net_netvsc.so.21.0.
[515/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_config.c.o'.
[516/977] Linking static target drivers/librte_baseband_fpga_5gnr_fec.a.
[517/977] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
[518/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_atq.c.o'.
[519/977] Linking target drivers/librte_net_nfp.so.21.0.
[520/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_acl.c.o'.
[521/977] Generating rte_event_dpaa.sym_chk with a meson_exe.py custom command.
[522/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_main.c.o'.
[523/977] Linking target drivers/librte_raw_dpaa2_qdma.so.21.0.
[524/977] Generating rte_event_dpaa2.sym_chk with a meson_exe.py custom command.
[525/977] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_latency.c.o'.
[526/977] Generating rte_vdpa_ifc.sym_chk with a meson_exe.py custom command.
[527/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_main.c.o'.
[528/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm.c.o'.
[529/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_init.c.o'.
[530/977] Linking target drivers/librte_raw_dpaa2_cmdif.so.21.0.
[531/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm_ipv6.c.o'.
[532/977] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_items_gen.c.o'.
[533/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline.c.o'.
[534/977] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flex_pipe.c.o'.
[535/977] Generating rte_compress_zlib.sym_chk with a meson_exe.py custom command.
[536/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_alarm.c.o'.
[537/977] Generating rte_net_virtio.pmd.c with a custom command.
[538/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitops.c.o'.
[539/977] Linking target drivers/librte_net_sfc.so.21.0.
[540/977] Compiling C object 'drivers/a715181@@rte_net_virtio@sha/meson-generated_.._rte_net_virtio.pmd.c.o'.
[541/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_atq.c.o'.
[542/977] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_actions_gen.c.o'.
[543/977] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[544/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_byteorder.c.o'.
[545/977] Compiling C object 'drivers/a715181@@rte_net_virtio@sta/meson-generated_.._rte_net_virtio.pmd.c.o'.
[546/977] Generating rte_net_vmxnet3.sym_chk with a meson_exe.py custom command.
[547/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cpuflags.c.o'.
[548/977] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[549/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_portlist.c.o'.
[550/977] Linking static target drivers/librte_net_virtio.a.
[551/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_string.c.o'.
[552/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[553/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[554/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[555/977] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
[556/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_lib.c.o'.
[557/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cycles.c.o'.
[558/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test.c.o'.
[559/977] Linking target drivers/librte_compress_zlib.so.21.0.
[560/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[561/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_debug.c.o'.
[562/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_runtime.c.o'.
[563/977] Generating rte_net_pcap.sym_chk with a meson_exe.py custom command.
[564/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_num.c.o'.
[565/977] Linking static target drivers/libtmp_rte_net_ice.a.
[566/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_cirbuf.c.o'.
[567/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_fs.c.o'.
[568/977] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_hash.c.o'.
[569/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_errno.c.o'.
[570/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_atomic.c.o'.
[571/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_ipaddr.c.o'.
[572/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_common.c.o'.
[573/977] Compiling C object 'drivers/a715181@@tmp_rte_baseband_null@sta/baseband_null_bbdev_null.c.o'.
[574/977] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_cyclecount.c.o'.
[575/977] Linking static target drivers/libtmp_rte_baseband_null.a.
[576/977] Linking target drivers/librte_net_vmxnet3.so.21.0.
[577/977] Generating rte_net_tap.sym_chk with a meson_exe.py custom command.
[578/977] Generating rte_net_ice.pmd.c with a custom command.
[579/977] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[580/977] Generating rte_baseband_null.pmd.c with a custom command.
[581/977] Linking target drivers/librte_net_pcap.so.21.0.
[582/977] Compiling C object 'drivers/a715181@@rte_net_ice@sha/meson-generated_.._rte_net_ice.pmd.c.o'.
[583/977] Compiling C object 'drivers/a715181@@rte_net_ice@sta/meson-generated_.._rte_net_ice.pmd.c.o'.
[584/977] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[585/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o'.
[586/977] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[587/977] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_main.c.o'.
[588/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_bpf_cmd.c.o'.
[589/977] Linking static target drivers/librte_baseband_null.a.
[590/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o'.
[591/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6_perf.c.o'.
[592/977] Linking target drivers/librte_net_tap.so.21.0.
[593/977] Compiling C object 'app/a172ced@@dpdk-test-sad@exe/test-sad_main.c.o'.
[594/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_barrier.c.o'.
[595/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_tim_worker.c.o'.
[596/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'.
[597/977] Generating rte_baseband_fpga_lte_fec.sym_chk with a meson_exe.py custom command.
[598/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kvargs.c.o'.
[599/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'.
[600/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/commands.c.o'.
[601/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_rxonly.c.o'.
[602/977] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'.
[603/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_crc.c.o'.
[604/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_external_mem.c.o'.
[605/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_multiwriter.c.o'.
[606/977] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[607/977] Compiling C object 'app/a172ced@@dpdk-test-regex@exe/test-regex_main.c.o'.
[608/977] Generating rte_baseband_fpga_5gnr_fec.sym_chk with a meson_exe.py custom command.
[609/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'.
[610/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cmdline_etheraddr.c.o'.
[611/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'.
[612/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o'.
[613/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fbarray.c.o'.
[614/977] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flow.c.o'.
[615/977] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_cli.c.o'.
[616/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_flowgen.c.o'.
[617/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_interrupts.c.o'.
[618/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_functions.c.o'.
[619/977] Linking target drivers/librte_baseband_fpga_lte_fec.so.21.0.
[620/977] Linking static target drivers/libtmp_rte_net_softnic.a.
[621/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lcores.c.o'.
[622/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_logs.c.o'.
[623/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite.c.o'.
[624/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ethdev_link.c.o'.
[625/977] Linking target drivers/librte_baseband_fpga_5gnr_fec.so.21.0.
[626/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power.c.o'.
[627/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memory.c.o'.
[628/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd.c.o'.
[629/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_per_lcore.c.o'.
[630/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6_perf.c.o'.
[631/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.o'.
[632/977] Generating rte_net_virtio.sym_chk with a meson_exe.py custom command.
[633/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rand_perf.c.o'.
[634/977] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_vector.c.o'.
[635/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_kvm_vm.c.o'.
[636/977] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[637/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_prefetch.c.o'.
[638/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_metrics.c.o'.
[639/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_worker.c.o'.
[640/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division.c.o'.
[641/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sriov.c.o'.
[642/977] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_ring.c.o'.
[643/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mcslock.c.o'.
[644/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_power_cpufreq.c.o'.
[645/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor_perf.c.o'.
[646/977] Linking static target drivers/libtmp_rte_event_opdl.a.
[647/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib6.c.o'.
[648/977] Generating rte_net_softnic.pmd.c with a custom command.
[649/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib_perf.c.o'.
[650/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd_perf.c.o'.
[651/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_acl.c.o'.
[652/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bpf.c.o'.
[653/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_fib.c.o'.
[654/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reciprocal_division_perf.c.o'.
[655/977] Linking target drivers/librte_net_virtio.so.21.0.
[656/977] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[657/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_func_reentrancy.c.o'.
[658/977] Compiling C object 'drivers/a715181@@rte_net_softnic@sha/meson-generated_.._rte_net_softnic.pmd.c.o'.
[659/977] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[660/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/packet_burst_generator.c.o'.
[661/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_flow_classify.c.o'.
[662/977] Generating rte_event_opdl.pmd.c with a custom command.
[663/977] Compiling C object 'drivers/a715181@@rte_net_softnic@sta/meson-generated_.._rte_net_softnic.pmd.c.o'.
[664/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_txonly.c.o'.
[665/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_malloc.c.o'.
[666/977] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[667/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev_selftest.c.o'.
[668/977] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[669/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memzone.c.o'.
[670/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_perf.c.o'.
[671/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_stress.c.o'.
[672/977] Compiling C object 'drivers/a715181@@rte_event_opdl@sta/meson-generated_.._rte_event_opdl.pmd.c.o'.
[673/977] Linking static target drivers/librte_net_softnic.a.
[674/977] Compiling C object 'drivers/a715181@@rte_event_opdl@sha/meson-generated_.._rte_event_opdl.pmd.c.o'.
[675/977] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[676/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_rx_adapter.c.o'.
[677/977] Linking static target drivers/libtmp_rte_event_octeontx.a.
[678/977] Linking static target drivers/librte_event_opdl.a.
[679/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_string_fns.c.o'.
[680/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash_readwrite_lf_perf.c.o'.
[681/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy.c.o'.
[682/977] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[683/977] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[684/977] Generating rte_baseband_null.sym_chk with a meson_exe.py custom command.
[685/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipfrag.c.o'.
[686/977] Linking static target drivers/librte_baseband_turbo_sw.a.
[687/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eventdev.c.o'.
[688/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_sad.c.o'.
[689/977] Generating rte_event_octeontx.pmd.c with a custom command.
[690/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_tailq.c.o'.
[691/977] Generating rte_net_ixgbe.pmd.c with a custom command.
[692/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_spinlock.c.o'.
[693/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_crypto_adapter.c.o'.
[694/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_register.c.o'.
[695/977] Compiling C object 'drivers/a715181@@rte_event_octeontx@sha/meson-generated_.._rte_event_octeontx.pmd.c.o'.
[696/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm6.c.o'.
[697/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_version.c.o'.
[698/977] Compiling C object 'drivers/a715181@@rte_event_octeontx@sta/meson-generated_.._rte_event_octeontx.pmd.c.o'.
[699/977] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dev.c.o'.
[700/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rawdev.c.o'.
[701/977] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[702/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev_selftest.c.o'.
[703/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rwlock.c.o'.
[704/977] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[705/977] Linking static target drivers/librte_event_octeontx.a.
[706/977] Generating igb_uio_makefile with a custom command.
[707/977] Linking static target drivers/net/qede/base/libqede_base.a.
[708/977] Generating rte_kni_makefile with a custom command.
[709/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_kni.c.o'.
[710/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_telemetry_json.c.o'.
[711/977] Linking static target drivers/librte_net_ixgbe.a.
[712/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_racecond.c.o'.
[713/977] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_rxtx.c.o'.
[714/977] Linking static target drivers/libtmp_rte_net_dpaa.a.
[715/977] Linking target drivers/librte_baseband_null.so.21.0.
[716/977] Generating rte_net_dpaa.pmd.c with a custom command.
[717/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_perf.c.o'.
[718/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr_perf.c.o'.
[719/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_meter.c.o'.
[720/977] Compiling C object 'drivers/a715181@@rte_net_dpaa@sta/meson-generated_.._rte_net_dpaa.pmd.c.o'.
[721/977] Compiling C object 'drivers/a715181@@rte_net_dpaa@sha/meson-generated_.._rte_net_dpaa.pmd.c.o'.
[722/977] Linking static target drivers/librte_net_dpaa.a.
[723/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ticketlock.c.o'.
[724/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer.c.o'.
[725/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_telemetry_data.c.o'.
[726/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib.c.o'.
[727/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph.c.o'.
[728/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'.
[729/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack_perf.c.o'.
[730/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack.c.o'.
[731/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mp_secondary.c.o'.
[732/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_asym.c.o'.
[733/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member.c.o'.
[734/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool_perf.c.o'.
[735/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_hts_stress.c.o'.
[736/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace.c.o'.
[737/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table.c.o'.
[738/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rib6.c.o'.
[739/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mt_peek_stress.c.o'.
[740/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reorder.c.o'.
[741/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_mpmc_stress.c.o'.
[742/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_rts_stress.c.o'.
[743/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm_perf.c.o'.
[744/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_graph_perf.c.o'.
[745/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_red.c.o'.
[746/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_sched.c.o'.
[747/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_st_peek_stress.c.o'.
[748/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool.c.o'.
[749/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'.
[750/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec_perf.c.o'.
[751/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_security_pdcp.c.o'.
[752/977] Generating rte_net_softnic.sym_chk with a meson_exe.py custom command.
[753/977] Generating rte_baseband_turbo_sw.sym_chk with a meson_exe.py custom command.
[754/977] Generating rte_event_octeontx.sym_chk with a meson_exe.py custom command.
[755/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_thash.c.o'.
[756/977] Generating rte_event_opdl.sym_chk with a meson_exe.py custom command.
[757/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_perf.c.o'.
[758/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_member_perf.c.o'.
[759/977] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_debug.c.o'.
[760/977] Linking static target drivers/libtmp_rte_net_qede.a.
[761/977] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_selftest.c.o'.
[762/977] Generating rte_net_qede.pmd.c with a custom command.
[763/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor.c.o'.
[764/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_lpm.c.o'.
[765/977] Linking target drivers/librte_event_opdl.so.21.0.
[766/977] Linking target drivers/librte_baseband_turbo_sw.so.21.0.
[767/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_hash.c.o'.
[768/977] Compiling C object 'drivers/a715181@@rte_net_qede@sta/meson-generated_.._rte_net_qede.pmd.c.o'.
[769/977] Compiling C object 'drivers/a715181@@rte_net_qede@sha/meson-generated_.._rte_net_qede.pmd.c.o'.
[770/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_service_cores.c.o'.
[771/977] Linking static target drivers/librte_net_qede.a.
[772/977] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[773/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr.c.o'.
[774/977] Linking target drivers/librte_event_octeontx.so.21.0.
[775/977] Linking static target drivers/libtmp_rte_crypto_caam_jr.a.
[776/977] Generating rte_crypto_caam_jr.pmd.c with a custom command.
[777/977] Generating rte_net_dpaa.sym_chk with a meson_exe.py custom command.
[778/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'.
[779/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'.
[780/977] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sha/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'.
[781/977] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sta/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'.
[782/977] Linking static target drivers/librte_crypto_caam_jr.a.
[783/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_secondary.c.o'.
[784/977] Linking target drivers/librte_net_ixgbe.so.21.0.
[785/977] Linking target drivers/librte_net_dpaa.so.21.0.
[786/977] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_event.c.o'.
[787/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'.
[788/977] Linking static target drivers/libtmp_rte_event_dsw.a.
[789/977] Generating rte_event_dsw.pmd.c with a custom command.
[790/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_rcu_qsbr.c.o'.
[791/977] Compiling C object 'drivers/a715181@@rte_event_dsw@sha/meson-generated_.._rte_event_dsw.pmd.c.o'.
[792/977] Compiling C object 'drivers/a715181@@rte_event_dsw@sta/meson-generated_.._rte_event_dsw.pmd.c.o'.
[793/977] Linking static target drivers/librte_event_dsw.a.
[794/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_rssconf.c.o'.
[795/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'.
[796/977] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_switch.c.o'.
[797/977] Linking static target drivers/net/ice/base/libice_base.a.
[798/977] Linking static target drivers/librte_net_ice.a.
[799/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_tx_adapter.c.o'.
[800/977] Generating rte_net_qede.sym_chk with a meson_exe.py custom command.
[801/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_pipeline.c.o'.
[802/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ipsec.c.o'.
[803/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring.c.o'.
[804/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_ports.c.o'.
[805/977] Generating rte_crypto_caam_jr.sym_chk with a meson_exe.py custom command.
[806/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'.
[807/977] Linking target drivers/librte_net_qede.so.21.0.
[808/977] Linking static target drivers/libtmp_rte_crypto_scheduler.a.
[809/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_tables.c.o'.
[810/977] Generating rte_crypto_scheduler.pmd.c with a custom command.
[811/977] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sha/meson-generated_.._rte_crypto_scheduler.pmd.c.o'.
[812/977] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sta/meson-generated_.._rte_crypto_scheduler.pmd.c.o'.
[813/977] Linking static target drivers/librte_crypto_scheduler.a.
[814/977] Linking target drivers/librte_crypto_caam_jr.so.21.0.
[815/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_acl.c.o'.
[816/977] Generating rte_event_dsw.sym_chk with a meson_exe.py custom command.
[817/977] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc100@sta/baseband_acc100_rte_acc100_pmd.c.o'.
[818/977] Generating symbol file 'drivers/a715181@@rte_net_dpaa@sha/librte_net_dpaa.so.21.0.symbols'.
[819/977] Linking static target drivers/libtmp_rte_baseband_acc100.a.
[820/977] Generating rte_baseband_acc100.pmd.c with a custom command.
[821/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_ring.c.o'.
[822/977] Compiling C object 'drivers/a715181@@rte_baseband_acc100@sta/meson-generated_.._rte_baseband_acc100.pmd.c.o'.
[823/977] Compiling C object 'drivers/a715181@@rte_baseband_acc100@sha/meson-generated_.._rte_baseband_acc100.pmd.c.o'.
[824/977] Linking static target drivers/librte_baseband_acc100.a.
[825/977] Generating rte_net_ice.sym_chk with a meson_exe.py custom command.
[826/977] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_scheduler.c.o'.
[827/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring_perf.c.o'.
[828/977] Linking static target drivers/libtmp_rte_event_sw.a.
[829/977] Linking target drivers/librte_event_dsw.so.21.0.
[830/977] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-acl@exe/l3fwd-acl_main.c.o'.
[831/977] Generating rte_event_sw.pmd.c with a custom command.
[832/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_blockcipher.c.o'.
[833/977] Compiling C object 'drivers/a715181@@rte_event_sw@sta/meson-generated_.._rte_event_sw.pmd.c.o'.
[834/977] Compiling C object 'drivers/a715181@@rte_event_sw@sha/meson-generated_.._rte_event_sw.pmd.c.o'.
[835/977] Linking static target drivers/librte_event_sw.a.
[836/977] Linking target drivers/librte_net_ice.so.21.0.
[837/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_security.c.o'.
[838/977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'.
[839/977] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'.
[840/977] Generating rte_crypto_scheduler.sym_chk with a meson_exe.py custom command.
[841/977] Linking static target drivers/libtmp_rte_net_i40e.a.
[842/977] Generating rte_baseband_acc100.sym_chk with a meson_exe.py custom command.
[843/977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'.
[844/977] Linking static target drivers/libtmp_rte_net_bnx2x.a.
[845/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'.
[846/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'.
[847/977] Linking target drivers/librte_crypto_scheduler.so.21.0.
[848/977] Generating rte_net_i40e.pmd.c with a custom command.
[849/977] Generating rte_net_bnx2x.pmd.c with a custom command.
[850/977] Linking target drivers/librte_baseband_acc100.so.21.0.
[851/977] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'.
[852/977] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'.
[853/977] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[854/977] Generating rte_event_sw.sym_chk with a meson_exe.py custom command.
[855/977] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[856/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
[857/977] Linking static target drivers/librte_net_bnx2x.a.
[858/977] Linking static target drivers/librte_net_i40e.a.
[859/977] Linking target drivers/librte_event_sw.so.21.0.
[860/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_testpmd.c.o'.
[861/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_flags.c.o'.
[862/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_evdev.c.o'.
[863/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'.
[864/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/virtual_pmd.c.o'.
[865/977] Generating rte_net_bnx2x.sym_chk with a meson_exe.py custom command.
[866/977] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o'.
[867/977] Linking static target drivers/libtmp_rte_net_dpaa2.a.
[868/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_timer_adapter.c.o'.
[869/977] Generating rte_net_dpaa2.pmd.c with a custom command.
[870/977] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command.
[871/977] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sta/meson-generated_.._rte_net_dpaa2.pmd.c.o'.
[872/977] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sha/meson-generated_.._rte_net_dpaa2.pmd.c.o'.
[873/977] Linking static target drivers/librte_net_dpaa2.a.
[874/977] Linking target drivers/librte_net_bnx2x.so.21.0.
[875/977] Linking target drivers/librte_net_i40e.so.21.0.
[876/977] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'.
[877/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa_sec@sta/crypto_dpaa_sec_dpaa_sec.c.o'.
[878/977] Linking static target drivers/libtmp_rte_crypto_dpaa_sec.a.
[879/977] Generating rte_crypto_dpaa_sec.pmd.c with a custom command.
[880/977] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sha/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'.
[881/977] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sta/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'.
[882/977] Linking static target drivers/librte_crypto_dpaa_sec.a.
[883/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_combined.c.o'.
[884/977] Generating rte_net_dpaa2.sym_chk with a meson_exe.py custom command.
[885/977] Linking target drivers/librte_net_dpaa2.so.21.0.
[886/977] Generating rte_crypto_dpaa_sec.sym_chk with a meson_exe.py custom command.
[887/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding.c.o'.
[888/977] Linking target drivers/librte_crypto_dpaa_sec.so.21.0.
[889/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o'.
[890/977] Linking static target drivers/libtmp_rte_crypto_dpaa2_sec.a.
[891/977] Generating rte_crypto_dpaa2_sec.pmd.c with a custom command.
[892/977] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'.
[893/977] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sta/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'.
[894/977] Linking static target drivers/librte_crypto_dpaa2_sec.a.
[895/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'.
[896/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mbuf.c.o'.
[897/977] Generating symbol file 'drivers/a715181@@rte_net_dpaa2@sha/librte_net_dpaa2.so.21.0.symbols'.
[898/977] Generating igb_uio with a custom command.
make: Entering directory '/usr/src/linux-headers-5.4.0-26-generic'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/igb_uio/igb_uio.ko
make: Leaving directory '/usr/src/linux-headers-5.4.0-26-generic'
[899/977] Generating rte_crypto_dpaa2_sec.sym_chk with a meson_exe.py custom command.
[900/977] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa_sec@sha/librte_crypto_dpaa_sec.so.21.0.symbols'.
[901/977] Linking target drivers/librte_crypto_dpaa2_sec.so.21.0.
[902/977] Linking target drivers/librte_event_dpaa.so.21.0.
[903/977] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_virtio_net.c.o'.
[904/977] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/librte_crypto_dpaa2_sec.so.21.0.symbols'.
[905/977] Linking target drivers/librte_event_dpaa2.so.21.0.
[906/977] Generating rte_kni with a custom command.
make: Entering directory '/usr/src/linux-headers-5.4.0-26-generic'
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_net.o
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/kni_misc.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.mod.o
  LD [M]  /root/dpdk/x86_64-native-linuxapp-gcc/kernel/linux/kni/rte_kni.ko
make: Leaving directory '/usr/src/linux-headers-5.4.0-26-generic'
[907/977] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_perf.c.o'.
[908/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx2@sta/crypto_octeontx2_otx2_cryptodev_ops.c.o'.
[909/977] Linking static target drivers/libtmp_rte_crypto_octeontx2.a.
[910/977] Generating rte_crypto_octeontx2.pmd.c with a custom command.
[911/977] Compiling C object 'drivers/a715181@@rte_crypto_octeontx2@sta/meson-generated_.._rte_crypto_octeontx2.pmd.c.o'.
[912/977] Linking static target drivers/librte_crypto_octeontx2.a.
[913/977] Compiling C object 'drivers/a715181@@rte_crypto_octeontx2@sha/meson-generated_.._rte_crypto_octeontx2.pmd.c.o'.
[914/977] Generating rte_crypto_octeontx2.sym_chk with a meson_exe.py custom command.
[915/977] Linking target drivers/librte_crypto_octeontx2.so.21.0.
[916/977] Generating symbol file 'drivers/a715181@@rte_crypto_octeontx2@sha/librte_crypto_octeontx2.so.21.0.symbols'.
[917/977] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_rx.c.o'.
[918/977] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
[919/977] Linking static target drivers/libtmp_rte_crypto_octeontx.a.
[920/977] Generating rte_crypto_octeontx.pmd.c with a custom command.
[921/977] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sha/meson-generated_.._rte_crypto_octeontx.pmd.c.o'.
[922/977] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sta/meson-generated_.._rte_crypto_octeontx.pmd.c.o'.
[923/977] Linking static target drivers/librte_crypto_octeontx.a.
[924/977] Generating rte_crypto_octeontx.sym_chk with a meson_exe.py custom command.
[925/977] Linking target drivers/librte_crypto_octeontx.so.21.0.
[926/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy_perf.c.o'.
[927/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_perf.c.o'.
[928/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o'.
[929/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[930/977] Compiling C object 'lib/76b5a35@@rte_vhost@sta/librte_vhost_vhost_crypto.c.o'.
[931/977] Linking static target lib/librte_vhost.a.
[932/977] Generating vhost.sym_chk with a meson_exe.py custom command.
[933/977] Linking target lib/librte_vhost.so.21.0.
[934/977] Generating symbol file 'lib/76b5a35@@rte_vhost@sha/librte_vhost.so.21.0.symbols'.
[935/977] Linking target drivers/librte_net_vhost.so.21.0.
[936/977] Linking target drivers/librte_vdpa_ifc.so.21.0.
[937/977] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx2@sta/net_octeontx2_otx2_tx.c.o'.
[938/977] Linking static target drivers/libtmp_rte_net_octeontx2.a.
[939/977] Generating rte_net_octeontx2.pmd.c with a custom command.
[940/977] Compiling C object 'drivers/a715181@@rte_net_octeontx2@sta/meson-generated_.._rte_net_octeontx2.pmd.c.o'.
[941/977] Compiling C object 'drivers/a715181@@rte_net_octeontx2@sha/meson-generated_.._rte_net_octeontx2.pmd.c.o'.
[942/977] Linking static target drivers/librte_net_octeontx2.a.
[943/977] Generating rte_net_octeontx2.sym_chk with a meson_exe.py custom command.
[944/977] Linking target drivers/librte_net_octeontx2.so.21.0.
[945/977] Generating symbol file 'drivers/a715181@@rte_net_octeontx2@sha/librte_net_octeontx2.so.21.0.symbols'.
[946/977] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_table_action.c.o'.
[947/977] Linking static target lib/librte_pipeline.a.
[948/977] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'.
[949/977] Generating pipeline.sym_chk with a meson_exe.py custom command.
[950/977] Linking target lib/librte_pipeline.so.21.0.
[951/977] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.21.0.symbols'.
[952/977] Linking target drivers/librte_net_softnic.so.21.0.
[953/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_worker.c.o'.
[954/977] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_worker_dual.c.o'.
[955/977] Linking static target drivers/libtmp_rte_event_octeontx2.a.
[956/977] Generating rte_event_octeontx2.pmd.c with a custom command.
[957/977] Compiling C object 'drivers/a715181@@rte_event_octeontx2@sha/meson-generated_.._rte_event_octeontx2.pmd.c.o'.
[958/977] Compiling C object 'drivers/a715181@@rte_event_octeontx2@sta/meson-generated_.._rte_event_octeontx2.pmd.c.o'.
[959/977] Linking static target drivers/librte_event_octeontx2.a.
[960/977] Generating rte_event_octeontx2.sym_chk with a meson_exe.py custom command.
[961/977] Linking target drivers/librte_event_octeontx2.so.21.0.
[962/977] Linking target app/dpdk-test-fib.
[963/977] Linking target app/dpdk-test-pipeline.
[964/977] Linking target app/dpdk-test-eventdev.
[965/977] Linking target app/dpdk-test-flow-perf.
[966/977] Linking target app/dpdk-test-acl.
[967/977] Linking target app/dpdk-test-cmdline.
[968/977] Linking target app/dpdk-test-sad.
[969/977] Linking target app/dpdk-pdump.
[970/977] Linking target app/test/dpdk-test.
[971/977] Linking target examples/dpdk-l3fwd-acl.
[972/977] Linking target app/dpdk-proc-info.
[973/977] Linking target app/dpdk-test-crypto-perf.
[974/977] Linking target app/dpdk-test-regex.
[975/977] Linking target app/dpdk-test-compress-perf.
[976/977] Linking target app/dpdk-testpmd.
[977/977] Linking target app/dpdk-test-bbdev.
22/10/2020 16:36:35             dut.10.240.183.162: ls x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl 
22/10/2020 16:36:35             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl
22/10/2020 16:36:35                   TestL3fwdacl: Test Case test_l3fwdacl_invalid Begin
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35                         tester: 
22/10/2020 16:36:35             dut.10.240.183.162: echo '' > /root/rule_ipv4.db
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35             dut.10.240.183.162: echo 'R0.0.0.0/0 0.0.0.0/0 0 : 65535 0 : 65535 0x00/0x00 1' >> /root/rule_ipv4.db
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35             dut.10.240.183.162: echo '' > /root/rule_ipv6.db
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35             dut.10.240.183.162: echo 'R0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 0 : 65535 0 : 65535 0x00/0x00 1' >> /root/rule_ipv6.db
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35             dut.10.240.183.162: echo '' > /root/rule_ipv4.db
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35             dut.10.240.183.162: echo R0.0.0.0/0 0.0.0.0/0 12 : 11 0 : 65535 0x00/0x00 0 >> /root/rule_ipv4.db
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35             dut.10.240.183.162: echo R0.0.0.0/0 0.0.0.0/0 0 : 65535 0 : 65535 0x00/0x00 1 >> /root/rule_ipv4.db
22/10/2020 16:36:35             dut.10.240.183.162: 
22/10/2020 16:36:35             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl  -c 0x1e -n 4 -- -p 0x3 --config="(0,0,2),(1,0,3)" --rule_ipv4="/root/rule_ipv4.db" --rule_ipv6="/root/rule_ipv6.db"
22/10/2020 16:36:38             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
ACL option are:
rule_ipv4: /root/rule_ipv4.db
rule_ipv6: /root/rule_ipv6.db
alg: default
EAL: Error - exiting with code: 1
  Cause: /root/rule_ipv4.db Line 2: parse rules error
22/10/2020 16:36:38             dut.10.240.183.162: ^C
22/10/2020 16:36:38             dut.10.240.183.162: 
22/10/2020 16:36:38             dut.10.240.183.162: echo '' > /root/rule_ipv4.db
22/10/2020 16:36:38             dut.10.240.183.162: 
22/10/2020 16:36:38             dut.10.240.183.162: echo @R0.0.0.0/0 0.0.0.0/0 0 : 65535 0 : 65535 0x00/0x00 0 >> /root/rule_ipv4.db
22/10/2020 16:36:38             dut.10.240.183.162: 
22/10/2020 16:36:38             dut.10.240.183.162: echo R0.0.0.0/0 0.0.0.0/0 0 : 65535 0 : 65535 0x00/0x00 1 >> /root/rule_ipv4.db
22/10/2020 16:36:38             dut.10.240.183.162: 
22/10/2020 16:36:38             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl  -c 0x1e -n 4 -- -p 0x3 --config="(0,0,2),(1,0,3)" --rule_ipv4="/root/rule_ipv4.db" --rule_ipv6="/root/rule_ipv6.db"
22/10/2020 16:36:40             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
ACL option are:
rule_ipv4: /root/rule_ipv4.db
rule_ipv6: /root/rule_ipv6.db
alg: default
L3FWDACL: failed to read source address/mask: R0.0.0.0/0
EAL: Error - exiting with code: 1
  Cause: /root/rule_ipv4.db Line 2: parse rules error
22/10/2020 16:36:40             dut.10.240.183.162: ^C
22/10/2020 16:36:40             dut.10.240.183.162: 
22/10/2020 16:36:40             dut.10.240.183.162: echo '' > /root/rule_ipv4.db
22/10/2020 16:36:40             dut.10.240.183.162: 
22/10/2020 16:36:40             dut.10.240.183.162: echo R0.0.0.0/0 0.0.0.0/0 0 : 65535 0 : 65535   >> /root/rule_ipv4.db
22/10/2020 16:36:40             dut.10.240.183.162: 
22/10/2020 16:36:40             dut.10.240.183.162: echo R0.0.0.0/0 0.0.0.0/0 0 : 65535 0 : 65535 0x00/0x00 1 >> /root/rule_ipv4.db
22/10/2020 16:36:40             dut.10.240.183.162: 
22/10/2020 16:36:40             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl  -c 0x1e -n 4 -- -p 0x3 --config="(0,0,2),(1,0,3)" --rule_ipv4="/root/rule_ipv4.db" --rule_ipv6="/root/rule_ipv6.db"
22/10/2020 16:36:42             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
ACL option are:
rule_ipv4: /root/rule_ipv4.db
rule_ipv6: /root/rule_ipv6.db
alg: default
EAL: Error - exiting with code: 1
  Cause: /root/rule_ipv4.db Line 2: parse rules error
22/10/2020 16:36:42             dut.10.240.183.162: ^C
22/10/2020 16:36:42             dut.10.240.183.162: 
22/10/2020 16:36:42             dut.10.240.183.162: echo '' > /root/rule_ipv6.db
22/10/2020 16:36:43             dut.10.240.183.162: 
22/10/2020 16:36:43             dut.10.240.183.162: echo R0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 12 : 11 0 : 65535 0x00/0x00 0 >> /root/rule_ipv6.db
22/10/2020 16:36:43             dut.10.240.183.162: 
22/10/2020 16:36:43             dut.10.240.183.162: echo R0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 0 : 65535 0 : 65535 0x00/0x00 1 >> /root/rule_ipv6.db
22/10/2020 16:36:43             dut.10.240.183.162: 
22/10/2020 16:36:43             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl  -c 0x1e -n 4 -- -p 0x3 --config="(0,0,2),(1,0,3)" --rule_ipv4="/root/rule_ipv4.db" --rule_ipv6="/root/rule_ipv6.db"
22/10/2020 16:36:45             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
ACL option are:
rule_ipv4: /root/rule_ipv4.db
rule_ipv6: /root/rule_ipv6.db
alg: default
EAL: Error - exiting with code: 1
  Cause: /root/rule_ipv4.db Line 2: parse rules error
22/10/2020 16:36:45             dut.10.240.183.162: ^C
22/10/2020 16:36:45             dut.10.240.183.162: 
22/10/2020 16:36:45             dut.10.240.183.162: echo '' > /root/rule_ipv6.db
22/10/2020 16:36:45             dut.10.240.183.162: 
22/10/2020 16:36:45             dut.10.240.183.162: echo @R0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 0 : 65535 0 : 65535 0x00/0x00 0 >> /root/rule_ipv6.db
22/10/2020 16:36:45             dut.10.240.183.162: 
22/10/2020 16:36:45             dut.10.240.183.162: echo R0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 0 : 65535 0 : 65535 0x00/0x00 1 >> /root/rule_ipv6.db
22/10/2020 16:36:45             dut.10.240.183.162: 
22/10/2020 16:36:45             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl  -c 0x1e -n 4 -- -p 0x3 --config="(0,0,2),(1,0,3)" --rule_ipv4="/root/rule_ipv4.db" --rule_ipv6="/root/rule_ipv6.db"
22/10/2020 16:36:47             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
ACL option are:
rule_ipv4: /root/rule_ipv4.db
rule_ipv6: /root/rule_ipv6.db
alg: default
EAL: Error - exiting with code: 1
  Cause: /root/rule_ipv4.db Line 2: parse rules error
22/10/2020 16:36:47             dut.10.240.183.162: ^C
22/10/2020 16:36:47             dut.10.240.183.162: 
22/10/2020 16:36:47             dut.10.240.183.162: echo '' > /root/rule_ipv6.db
22/10/2020 16:36:47             dut.10.240.183.162: 
22/10/2020 16:36:47             dut.10.240.183.162: echo R0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 0 : 65535 0 : 65535   >> /root/rule_ipv6.db
22/10/2020 16:36:47             dut.10.240.183.162: 
22/10/2020 16:36:47             dut.10.240.183.162: echo R0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 0 : 65535 0 : 65535 0x00/0x00 1 >> /root/rule_ipv6.db
22/10/2020 16:36:47             dut.10.240.183.162: 
22/10/2020 16:36:47             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl  -c 0x1e -n 4 -- -p 0x3 --config="(0,0,2),(1,0,3)" --rule_ipv4="/root/rule_ipv4.db" --rule_ipv6="/root/rule_ipv6.db"
22/10/2020 16:36:50             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
ACL option are:
rule_ipv4: /root/rule_ipv4.db
rule_ipv6: /root/rule_ipv6.db
alg: default
EAL: Error - exiting with code: 1
  Cause: /root/rule_ipv4.db Line 2: parse rules error
22/10/2020 16:36:50             dut.10.240.183.162: ^C
22/10/2020 16:36:50             dut.10.240.183.162: 
22/10/2020 16:36:50             dut.10.240.183.162: echo '' > /root/rule_ipv4.db
22/10/2020 16:36:50             dut.10.240.183.162: 
22/10/2020 16:36:50             dut.10.240.183.162: echo R200.10.0.1/32 100.10.0.1/32 11 : 11 101 : 101 0x06/0xff 99 >> /root/rule_ipv4.db
22/10/2020 16:36:50             dut.10.240.183.162: 
22/10/2020 16:36:50             dut.10.240.183.162: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl  -c 0x1e -n 4 -- -p 0x3 --config="(0,0,2),(1,0,3)" --rule_ipv4="/root/rule_ipv4.db" --rule_ipv6="/root/rule_ipv6.db" --scalar
22/10/2020 16:36:52             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl: unrecognized option '--scalar'
x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-acl [EAL options] -- -p PORTMASK -P--rule_ipv4=FILE--rule_ipv6=FILE  [--config (port,queue,lcore)[,(port,queue,lcore]]  [--enable-jumbo [--max-pkt-len PKTLEN]]
  -p PORTMASK: hexadecimal bitmask of ports to configure
  -P : enable promiscuous mode
  --config: (port,queue,lcore): rx queues configuration
  --no-numa: optional, disable numa awareness
  --enable-jumbo: enable jumbo frame which max packet len is PKTLEN in decimal (64-9600)
  --rule_ipv4=FILE: specify the ipv4 rules entries file. Each rule occupy one line. 2 kinds of rules are supported. One is ACL entry at while line leads with character '@', another is route entry at while line leads with character 'R'.
  --rule_ipv6=FILE: specify the ipv6 rules entries file.
  --alg: ACL classify method to use, one of: scalar|sse|avx2|neon|altivec|avx512x16|avx512x32
EAL: Error - exiting with code: 1
  Cause: Invalid L3FWD parameters
22/10/2020 16:36:52                   TestL3fwdacl: Test Case test_l3fwdacl_invalid Result FAILED: 'l3fwd not detect invalid port'
22/10/2020 16:36:52                            dts: 
TEST SUITE ENDED: TestL3fwdacl
22/10/2020 16:49:21                            dts: 
TEST SUITE : TestL3fwdacl
22/10/2020 16:49:21                            dts: NIC :        fortpark_TLV
22/10/2020 16:49:21             dut.10.240.183.162: 
22/10/2020 16:49:21                         tester: 
22/10/2020 16:49:21             dut.10.240.183.162: meson configure -Dexamples=l3fwd-acl x86_64-native-linuxapp-gcc
22/10/2020 16:49:22             dut.10.240.183.162: 
22/10/2020 16:49:22             dut.10.240.183.162: ninja -C x86_64-native-linuxapp-gcc
22/10/2020 16:49:29             dut.10.240.183.162: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[0/1] Regenerating build files.
The Meson build system
Version: 0.53.2
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 20.11.0-rc1
C compiler for the host machine: gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES (/usr/bin/pkg-config)
Program gen-pmdinfo-cfile.sh found: YES (/root/dpdk/buildtools/gen-pmdinfo-cfile.sh)
Program list-dir-globs.py found: YES (/root/dpdk/buildtools/list-dir-globs.py)
Program check-symbols.sh found: YES (/root/dpdk/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/root/dpdk/buildtools/options-ibverbs-static.sh)
Program binutils-avx512-check.sh found: YES (/root/dpdk/buildtools/binutils-avx512-check.sh)
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES (/usr/bin/cat)
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES (cached)
Library libfdt found: NO
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Dependency libpcap found: YES 1.9.1 (cached)
Has header "pcap.h" with dependency libpcap: YES (cached)
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: YES 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Fetching value of define "__SSE4_2__" : 1 (cached)
Fetching value of define "__AES__" : 1 (cached)
Fetching value of define "__AVX__" : 1 (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__RDRND__" : 1 (cached)
Fetching value of define "__RDSEED__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
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 (cached)
Message: lib/librte_eal: Defining dependency "eal"
Message: lib/librte_ring: Defining dependency "ring"
Message: lib/librte_rcu: Defining dependency "rcu"
Message: lib/librte_mempool: Defining dependency "mempool"
Message: lib/librte_mbuf: Defining dependency "mbuf"
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512d

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

* Re: [dts] [PATCH V1] tests/l3fwdacl: Adaptive dpdk command update
  2020-10-22  9:52 [dts] [PATCH V1] tests/l3fwdacl: Adaptive dpdk command update ChenBo
  2020-10-22  9:55 ` Chen, BoX C
@ 2020-11-03  1:49 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-11-03  1:49 UTC (permalink / raw)
  To: Chen, BoX C, dts; +Cc: Chen, BoX C

> DPDK has modified the print log, commit:
> ddfaa718b7a1f6a91f433341a512aca17d16a743
> DTS needs to be adapted and updated.
> 
> Signed-off-by: ChenBo <box.c.chen@intel.com>

Applied

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22  9:52 [dts] [PATCH V1] tests/l3fwdacl: Adaptive dpdk command update ChenBo
2020-10-22  9:55 ` Chen, BoX C
2020-11-03  1:49 ` 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).