DPDK 学习笔记 一:基于ubuntu22搭建DPDK环境

一、官方文档

DPDK documentation — Data Plane Development Kit 23.03.0-rc2 documentation

https://dpdk-docs.readthedocs.io/en/latest/index.html - 中文文档

二、搭建环境

在这里插入图片描述

三、DPDK编译

1、下载DPDK源码

DPDK

2、解压DPDK源码

lq@lq-virtual-machine:~/my$ ls -l
总用量 15220
-rw-rw-r-- 1 lq lq 15582084  319 10:34 dpdk-22.11.1.tar.xz
lq@lq-virtual-machine:~/my$ tar -xf dpdk-22.11.1.tar.xz 
lq@lq-virtual-machine:~/my$ ls
dpdk-22.11.1.tar.xz  dpdk-stable-22.11.1
lq@lq-virtual-machine:~/my$ 

3、编译DPDK源码

Getting Started Guide for Linux — Data Plane Development Kit 23.03.0-rc2 documentation (dpdk.org)

1、安装依赖工具

sudo apt-get install meson
sudo apt-get install python3-pyelftools

2、编译

lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ ls
ABI_VERSION  buildtools  devtools  drivers  examples  lib      MAINTAINERS  meson.build        README     VERSION
app          config      doc       dts      kernel    license  Makefile     meson_options.txt  usertools
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ meson  build
The Meson build system
Version: 0.61.2
Source dir: /home/lq/my/dpdk-stable-22.11.1
Build dir: /home/lq/my/dpdk-stable-22.11.1/build
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 22.11.1
C compiler for the host machine: cc (gcc 11.3.0 "cc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0")
C linker for the host machine: cc ld.bfd 2.38
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config pkgconf found: NO
Program check-symbols.sh found: YES (/home/lq/my/dpdk-stable-22.11.1/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/home/lq/my/dpdk-stable-22.11.1/buildtools/options-ibverbs-static.sh)
Program objdump found: YES (/usr/bin/objdump)
Program python3 found: YES (/usr/bin/python3)
WARNING: Python files installed by Meson might not be found by python interpreter.
 This warning can be avoided by setting "python.platlibdir" option.
WARNING: Python files installed by Meson might not be found by python interpreter.
 This warning can be avoided by setting "python.purelibdir" option.
Program cat found: YES (/usr/bin/cat)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: NO
Library libfdt found: NO
Library libexecinfo found: NO
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO
Run-time dependency libarchive found: NO (tried pkgconfig)
Run-time dependency libbsd found: NO (tried pkgconfig)
Run-time dependency jansson found: NO (tried pkgconfig)
Run-time dependency openssl found: NO (tried pkgconfig)
Run-time dependency libpcap found: NO (tried pkgconfig)
Library pcap found: NO
Compiler for C supports arguments -Wcast-qual: YES 
Compiler for C supports arguments -Wdeprecated: YES 
Compiler for C supports arguments -Wformat: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member: YES 
Compiler for C supports arguments -Wno-packed-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers: YES 
Compiler for C supports arguments -Wno-zero-length-bounds: YES 
Compiler for C supports arguments -mavx512f: YES 
Checking if "AVX512 checking" compiles: YES 
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512BW__" :  
Fetching value of define "__AVX512CD__" :  
Fetching value of define "__AVX512DQ__" :  
Fetching value of define "__AVX512F__" :  
Fetching value of define "__AVX512VL__" :  
Fetching value of define "__PCLMUL__" : 1 
Fetching value of define "__RDRND__" : 1 
Fetching value of define "__RDSEED__" : 1 
Fetching value of define "__VPCLMULQDQ__" :  
Compiler for C supports arguments -Wno-format-truncation: YES 
Checking for function "getentropy" : YES 
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Compiler for C supports arguments -mavx512f: YES (cached)
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 
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Fetching value of define "__AVX512VL__" :  (cached)
Fetching value of define "__AVX512CD__" :  (cached)
Fetching value of define "__AVX512BW__" :  (cached)
Compiler for C supports arguments -mavx512f -mavx512vl -mavx512cd -mavx512bw: YES 
Run-time dependency libelf found: NO (tried pkgconfig)
lib/bpf/meson.build:36: WARNING: libelf is missing, rte_bpf_elf_load API will be disabled
lib/bpf/meson.build:43: WARNING: libpcap is missing, rte_bpf_convert API will be disabled
Fetching value of define "__AVX512F__" :  (cached)
Fetching value of define "__AVX512DQ__" :  (cached)
Fetching value of define "__AVX512IFMA__" :  
Compiler for C supports arguments -mavx512f -mavx512dq -mavx512ifma: YES 
Compiler for C supports arguments -Wno-cast-qual: YES 
Has header "linux/userfaultfd.h" : YES 
Fetching value of define "__AVX512F__" :  (cached)
Fetching value of define "__AVX512DQ__" :  (cached)
Compiler for C supports arguments -mavx512f -mavx512dq: YES 
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES 
Compiler for C supports arguments -Wno-pointer-to-int-cast: YES 
Run-time dependency libmusdk found: NO (tried pkgconfig)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Run-time dependency libmlx5 found: NO (tried pkgconfig)
Library mlx5 found: NO
Configuring mlx5_autoconf.h using configuration
Run-time dependency libcrypto found: NO (tried pkgconfig)
Library IPSec_MB found: NO
Run-time dependency libcrypto found: NO (tried pkgconfig)
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: YES 
Compiler for C supports arguments -Wno-unused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable: YES 
Compiler for C supports arguments -Wno-empty-body: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable: YES 
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Run-time dependency libxdp found: NO (tried pkgconfig)
Run-time dependency libbpf found: NO (tried pkgconfig)
Library bpf found: NO
Has header "linux/if_xdp.h" : YES 
Run-time dependency zlib found: NO (tried pkgconfig)
Compiler for C supports arguments -DSUPPORT_CFA_HW_ALL=1: YES 
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -flax-vector-conversions: YES 
Compiler for C supports arguments -Wno-strict-aliasing: YES 
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-uninitialized: YES 
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-misleading-indentation: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough: YES 
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES 
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-format: YES 
Compiler for C supports arguments -Wno-format-security: YES 
Compiler for C supports arguments -Wno-format-nonliteral: YES 
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES 
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES 
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: Disabling kni [drivers/net/kni]: missing internal dependency "kni"
Run-time dependency libmlx4 found: NO (tried pkgconfig)
Library mlx4 found: NO
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency netcope-common found: NO (tried pkgconfig)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes: YES 
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-unused-function: YES 
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-missing-declarations: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized: YES 
Compiler for C supports arguments -Wno-strict-prototypes: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Compiler for C supports arguments -Wno-visibility: NO 
Compiler for C supports arguments -Wno-empty-body: YES (cached)
Compiler for C supports arguments -Wno-invalid-source-encoding: NO 
Compiler for C supports arguments -Wno-sometimes-uninitialized: NO 
Compiler for C supports arguments -Wno-pointer-bool-conversion: NO 
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Library atomic found: YES
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES 
Configuring tap_autoconf.h using configuration
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
Run-time dependency libcrypto found: NO (tried pkgconfig)
Library IPSec_MB found: NO
Message: Disabling mlx5 [drivers/crypto/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libcrypto found: NO (tried pkgconfig)
Run-time dependency libwd_crypto found: NO (tried pkgconfig)
Run-time dependency libwd found: NO (tried pkgconfig)
Run-time dependency libisal found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/compress/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency zlib found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Library librxp_compiler found: NO
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Compiler for C supports arguments -flax-vector-conversions: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Fetching value of define "__AVX512VL__" :  (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency flexran_sdk_turbo found: NO (tried pkgconfig and cmake)
Run-time dependency flexran_sdk_ldpc_decoder_5gnr found: NO (tried pkgconfig and cmake)
Has header "cuda.h" : NO 
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Run-time dependency zlib found: NO (tried pkgconfig)
Message: hugepage availability: false
Program test_telemetry.sh found: YES (/home/lq/my/dpdk-stable-22.11.1/app/test/test_telemetry.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Configuring rte_build_config.h using configuration
Message: 
=================
Applications Enabled
=================

apps:
	pdump, proc-info, test-acl, test-bbdev, test-cmdline, test-compress-perf, test-crypto-perf, test-eventdev, 
	test-fib, test-flow-perf, test-gpudev, test-pipeline, test-pmd, test-regex, test-sad, test-security-perf, 
	

Message: 
=================
Libraries Enabled
=================

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

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

common:
	cpt, dpaax, iavf, idpf, octeontx, cnxk, qat, sfc_efx, 
	
bus:
	auxiliary, dpaa, fslmc, ifpga, pci, vdev, vmbus, 
mempool:
	bucket, cnxk, dpaa, dpaa2, octeontx, ring, stack, 
dma:
	cnxk, dpaa, dpaa2, hisilicon, idxd, ioat, skeleton, 
net:
	af_packet, ark, atlantic, avp, axgbe, bnxt, bond, cnxk, 
	cxgbe, dpaa, dpaa2, e1000, ena, enetc, enetfec, enic, 
	failsafe, fm10k, gve, hinic, hns3, i40e, iavf, ice, 
	idpf, igc, ionic, ixgbe, liquidio, memif, netvsc, nfp, 
	ngbe, null, octeontx, octeon_ep, pfe, qede, ring, sfc, 
	softnic, tap, thunderx, txgbe, vdev_netvsc, vhost, virtio, vmxnet3, 
	
raw:
	cnxk_bphy, cnxk_gpio, dpaa2_cmdif, ntb, skeleton, 
crypto:
	bcmfs, caam_jr, cnxk, dpaa_sec, dpaa2_sec, nitrox, null, octeontx, 
	scheduler, virtio, 
compress:
	octeontx, 
regex:
	cn9k, 
vdpa:
	ifc, sfc, 
event:
	cnxk, dlb2, dpaa, dpaa2, dsw, opdl, skeleton, sw, 
	octeontx, 
baseband:
	acc, fpga_5gnr_fec, fpga_lte_fec, la12xx, null, turbo_sw, 
gpu:
	

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

apps:
	dumpcap:	missing dependency, "libpcap"
	
libs:
	kni:	explicitly disabled via build config (deprecated lib)
	flow_classify:	explicitly disabled via build config (deprecated lib)
	
drivers:
	common/mvep:	missing dependency, "libmusdk"
	common/mlx5:	missing dependency, "mlx5"
	crypto/qat:	missing dependency, libcrypto
	net/af_xdp:	missing dependency, "libxdp >=1.2.2" and "libbpf"
	net/bnx2x:	missing dependency, "zlib"
	net/ipn3ke:	missing dependency, "libfdt"
	net/kni:	missing internal dependency, "kni" (deprecated lib)
	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/pcap:	missing dependency, "libpcap"
	raw/ifpga:	missing dependency, "libfdt"
	crypto/armv8:	missing dependency, "libAArch64crypto"
	crypto/ccp:	missing dependency, "libcrypto"
	crypto/ipsec_mb:	missing dependency, "libIPSec_MB"
	crypto/mlx5:	missing internal dependency, "common_mlx5"
	crypto/mvsam:	missing dependency, "libmusdk"
	crypto/openssl:	missing dependency, "libcrypto"
	crypto/uadk:	missing dependency, "libwd"
	compress/isal:	missing dependency, "libisal"
	compress/mlx5:	missing internal dependency, "common_mlx5"
	compress/zlib:	missing dependency, "zlib"
	regex/mlx5:	missing internal dependency, "common_mlx5"
	vdpa/mlx5:	missing internal dependency, "common_mlx5"
	gpu/cuda:	missing dependency, "cuda.h"
	

Build targets in project: 916

Found ninja-1.10.1 at /usr/bin/ninja
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ ls -la
总计 228
drwxrwxr-x 17 lq lq  4096  319 11:01 .
drwxrwxr-x  3 lq lq  4096  319 10:38 ..
-rw-rw-r--  1 lq lq     5 122 16:56 ABI_VERSION
drwxrwxr-x 20 lq lq  4096 122 16:56 app
drwxrwxr-x 14 lq lq  4096  319 17:45 build
drwxrwxr-x  5 lq lq  4096 122 16:56 buildtools
drwxrwxr-x  2 lq lq  4096 122 16:56 .ci
drwxrwxr-x  7 lq lq  4096 122 16:56 config
drwxrwxr-x  3 lq lq  4096 122 16:56 devtools
drwxrwxr-x  5 lq lq  4096 122 16:56 doc
drwxrwxr-x 15 lq lq  4096 122 16:56 drivers
drwxrwxr-x  3 lq lq  4096 122 16:56 dts
-rw-rw-r--  1 lq lq   505 122 16:56 .editorconfig
drwxrwxr-x 49 lq lq  4096 122 16:56 examples
-rw-rw-r--  1 lq lq    48 122 16:56 .gitattributes
drwxrwxr-x  3 lq lq  4096 122 16:56 .github
-rw-rw-r--  1 lq lq  1312 122 16:56 .gitignore
drwxrwxr-x  4 lq lq  4096 122 16:56 kernel
drwxrwxr-x 56 lq lq  4096 122 16:56 lib
drwxrwxr-x  2 lq lq  4096 122 16:56 license
-rw-rw-r--  1 lq lq 66506 122 16:56 .mailmap
-rw-rw-r--  1 lq lq 48245 122 16:56 MAINTAINERS
-rw-rw-r--  1 lq lq   219 122 16:56 Makefile
-rw-rw-r--  1 lq lq  5307 122 16:56 meson.build
-rw-rw-r--  1 lq lq  3840 122 16:56 meson_options.txt
-rw-rw-r--  1 lq lq   510 122 16:56 README
-rw-rw-r--  1 lq lq  3472 122 16:56 .travis.yml
drwxrwxr-x  2 lq lq  4096 122 16:56 usertools
-rw-rw-r--  1 lq lq     8 122 16:56 VERSION
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ cd build
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ ls -la
总计 9352
drwxrwxr-x  14 lq lq    4096  319 17:45 .
drwxrwxr-x  17 lq lq    4096  319 11:01 ..
drwxrwxr-x  36 lq lq    4096  319 17:45 app
-rw-rw-r--   1 lq lq 5038669  319 17:45 build.ninja
drwxrwxr-x   3 lq lq    4096  319 17:45 buildtools
-rw-rw-r--   1 lq lq 4418622  319 17:45 compile_commands.json
drwxrwxr-x   3 lq lq    4096  319 17:45 config
drwxrwxr-x   4 lq lq    4096  319 17:45 doc
drwxrwxr-x 348 lq lq   32768  319 17:45 drivers
drwxrwxr-x   2 lq lq    4096  319 17:45 examples
-rw-rw-r--   1 lq lq      92  319 11:01 .gitignore
-rw-rw-r--   1 lq lq     108  319 11:01 .hgignore
drwxrwxr-x 158 lq lq   12288  319 17:45 lib
drwxrwxr-x   2 lq lq    4096  319 17:45 meson-info
drwxrwxr-x   2 lq lq    4096  319 17:43 meson-logs
drwxrwxr-x   2 lq lq    4096  319 17:45 meson-private
drwxrwxr-x   2 lq lq    4096  319 17:45 meson-uninstalled
-rw-rw-r--   1 lq lq    5744  319 17:45 rte_build_config.h
drwxrwxr-x   2 lq lq    4096  319 17:45 usertools
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ ninja
[3186/3186] Linking target app/test/dpdk-test
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ ls -la
总计 12532
drwxrwxr-x  14 lq lq    4096  319 17:49 .
drwxrwxr-x  17 lq lq    4096  319 11:01 ..
drwxrwxr-x  36 lq lq    4096  319 17:54 app
-rw-rw-r--   1 lq lq 5038669  319 17:45 build.ninja
drwxrwxr-x   3 lq lq    4096  319 17:54 buildtools
-rw-rw-r--   1 lq lq 4418622  319 17:45 compile_commands.json
drwxrwxr-x   3 lq lq    4096  319 17:45 config
drwxrwxr-x   4 lq lq    4096  319 17:45 doc
drwxrwxr-x 348 lq lq   61440  319 17:54 drivers
drwxrwxr-x   2 lq lq    4096  319 17:45 examples
-rw-rw-r--   1 lq lq      92  319 11:01 .gitignore
-rw-rw-r--   1 lq lq     108  319 11:01 .hgignore
drwxrwxr-x 158 lq lq   20480  319 17:49 lib
drwxrwxr-x   2 lq lq    4096  319 17:45 meson-info
drwxrwxr-x   2 lq lq    4096  319 17:43 meson-logs
drwxrwxr-x   2 lq lq    4096  319 17:45 meson-private
drwxrwxr-x   2 lq lq    4096  319 17:45 meson-uninstalled
-rw-rw-r--   1 lq lq 2878652  319 17:54 .ninja_deps
-rw-rw-r--   1 lq lq  329022  319 17:54 .ninja_log
-rw-rw-r--   1 lq lq    5744  319 17:45 rte_build_config.h
drwxrwxr-x   2 lq lq    4096  319 17:45 usertools
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ sudo ninja install
[sudo] lq 的密码: 
[0/1] Installing files.
Installing subdir /home/lq/my/dpdk-stable-22.11.1/examples to /usr/local/share/dpdk/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/channel_manager.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/power_manager.h to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/oob_monitor.h to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/main.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/channel_monitor.h to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/channel_manager.h to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/parse.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/oob_monitor_nop.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/oob_monitor_x86.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/power_manager.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/channel_monitor.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/Makefile to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/parse.h to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/vm_power_cli.h to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/vm_power_cli.c to /usr/local/share/dpdk/examples/vm_power_manager
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/guest_cli/main.c to /usr/local/share/dpdk/examples/vm_power_manager/guest_cli
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/guest_cli/vm_power_cli_guest.c to /usr/local/share/dpdk/examples/vm_power_manager/guest_cli
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/guest_cli/parse.c to /usr/local/share/dpdk/examples/vm_power_manager/guest_cli
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/guest_cli/Makefile to /usr/local/share/dpdk/examples/vm_power_manager/guest_cli
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h to /usr/local/share/dpdk/examples/vm_power_manager/guest_cli
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vm_power_manager/guest_cli/parse.h to /usr/local/share/dpdk/examples/vm_power_manager/guest_cli
Installing /home/lq/my/dpdk-stable-22.11.1/examples/flow_classify/Makefile to /usr/local/share/dpdk/examples/flow_classify
Installing /home/lq/my/dpdk-stable-22.11.1/examples/flow_classify/ipv4_rules_file.txt to /usr/local/share/dpdk/examples/flow_classify
Installing /home/lq/my/dpdk-stable-22.11.1/examples/flow_classify/flow_classify.c to /usr/local/share/dpdk/examples/flow_classify
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ntb/ntb_fwd.c to /usr/local/share/dpdk/examples/ntb
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ntb/Makefile to /usr/local/share/dpdk/examples/ntb
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd/main.c to /usr/local/share/dpdk/examples/l2fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd/Makefile to /usr/local/share/dpdk/examples/l2fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/service_cores/main.c to /usr/local/share/dpdk/examples/service_cores
Installing /home/lq/my/dpdk-stable-22.11.1/examples/service_cores/Makefile to /usr/local/share/dpdk/examples/service_cores
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_reassembly/main.c to /usr/local/share/dpdk/examples/ip_reassembly
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_reassembly/Makefile to /usr/local/share/dpdk/examples/ip_reassembly
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-cat/cat.h to /usr/local/share/dpdk/examples/l2fwd-cat
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-cat/cat.c to /usr/local/share/dpdk/examples/l2fwd-cat
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-cat/Makefile to /usr/local/share/dpdk/examples/l2fwd-cat
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-cat/l2fwd-cat.c to /usr/local/share/dpdk/examples/l2fwd-cat
Installing /home/lq/my/dpdk-stable-22.11.1/examples/flow_filtering/main.c to /usr/local/share/dpdk/examples/flow_filtering
Installing /home/lq/my/dpdk-stable-22.11.1/examples/flow_filtering/Makefile to /usr/local/share/dpdk/examples/flow_filtering
Installing /home/lq/my/dpdk-stable-22.11.1/examples/flow_filtering/flow_blocks.c to /usr/local/share/dpdk/examples/flow_filtering
Installing /home/lq/my/dpdk-stable-22.11.1/examples/rxtx_callbacks/main.c to /usr/local/share/dpdk/examples/rxtx_callbacks
Installing /home/lq/my/dpdk-stable-22.11.1/examples/rxtx_callbacks/Makefile to /usr/local/share/dpdk/examples/rxtx_callbacks
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/main.c to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/cli.h to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/obj.c to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/thread.h to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/conn.h to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/cli.c to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/Makefile to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/conn.c to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/obj.h to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/thread.c to /usr/local/share/dpdk/examples/pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/l2fwd_macswp_pcap.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/recirculation.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/learner.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/meter.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/l2fwd.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/vxlan_table.txt to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/varbit.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/varbit.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/l2fwd_pcap.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/pcap.io to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/packet.txt to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/vxlan_table.py to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/registers.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/ethdev.io to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/vxlan.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/selector.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/hash_func.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/fib.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/l2fwd.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/vxlan_pcap.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/recirculation.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/vxlan.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/mirroring.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/mirroring.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/registers.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/selector.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/l2fwd_macswp.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/fib.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/fib_routing_table.txt to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/fib_nexthop_group_table.txt to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/hash_func.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/selector.txt to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/meter.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/l2fwd_macswp.spec to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/learner.cli to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/pipeline/examples/fib_nexthop_table.txt to /usr/local/share/dpdk/examples/pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/main.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_xts.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_rsa.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_cmac.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_ecdsa.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation.h to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_tdes.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_ccm.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_hmac.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_gcm.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_aes.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_dev_self_test.h to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_dev_self_test.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/Makefile to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/fips_validation/fips_validation_sha.c to /usr/local/share/dpdk/examples/fips_validation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/helloworld/main.c to /usr/local/share/dpdk/examples/helloworld
Installing /home/lq/my/dpdk-stable-22.11.1/examples/helloworld/Makefile to /usr/local/share/dpdk/examples/helloworld
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bbdev_app/main.c to /usr/local/share/dpdk/examples/bbdev_app
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bbdev_app/Makefile to /usr/local/share/dpdk/examples/bbdev_app
Installing /home/lq/my/dpdk-stable-22.11.1/examples/dma/dmafwd.c to /usr/local/share/dpdk/examples/dma
Installing /home/lq/my/dpdk-stable-22.11.1/examples/dma/Makefile to /usr/local/share/dpdk/examples/dma
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_lpm.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_lpm_altivec.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/main.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_sse.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_acl_scalar.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/em_route_parse.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_acl.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_common.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/em_default_v6.cfg to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_fib.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/lpm_default_v4.cfg to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_neon.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/em_default_v4.cfg to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_acl.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_event_internal_port.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_lpm.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/lpm_default_v6.cfg to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_em_sequential.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_event.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_route.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_event_generic.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_altivec.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_lpm_neon.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/Makefile to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_lpm_sse.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_em_hlm_sse.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_em_hlm.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_event.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_em.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_em_hlm_neon.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/lpm_route_parse.c to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd/l3fwd_em.h to /usr/local/share/dpdk/examples/l3fwd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/skeleton/basicfwd.c to /usr/local/share/dpdk/examples/skeleton
Installing /home/lq/my/dpdk-stable-22.11.1/examples/skeleton/Makefile to /usr/local/share/dpdk/examples/skeleton
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/mempool.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/kni.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/main.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/tmgr.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/swq.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/link.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/cli.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/tap.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/parser.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/cryptodev.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/pipeline.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/link.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/action.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/thread.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/kni.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/pipeline.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/tap.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/conn.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/common.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/cryptodev.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/cli.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/Makefile to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/conn.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/action.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/thread.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/mempool.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/swq.h to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/parser.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/tmgr.c to /usr/local/share/dpdk/examples/ip_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/rss.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/flow_crypto.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/flow.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/tap.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/route_ecmp.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/route.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/firewall.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/kni.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_pipeline/examples/l2fwd.cli to /usr/local/share/dpdk/examples/ip_pipeline/examples
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/Makefile to /usr/local/share/dpdk/examples/ethtool
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/ethtool-app/ethapp.h to /usr/local/share/dpdk/examples/ethtool/ethtool-app
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/ethtool-app/main.c to /usr/local/share/dpdk/examples/ethtool/ethtool-app
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/ethtool-app/ethapp.c to /usr/local/share/dpdk/examples/ethtool/ethtool-app
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/ethtool-app/Makefile to /usr/local/share/dpdk/examples/ethtool/ethtool-app
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/lib/rte_ethtool.h to /usr/local/share/dpdk/examples/ethtool/lib
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/lib/Makefile to /usr/local/share/dpdk/examples/ethtool/lib
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ethtool/lib/rte_ethtool.c to /usr/local/share/dpdk/examples/ethtool/lib
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/Makefile to /usr/local/share/dpdk/examples/server_node_efd
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/node/node.c to /usr/local/share/dpdk/examples/server_node_efd/node
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/node/Makefile to /usr/local/share/dpdk/examples/server_node_efd/node
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/shared/common.h to /usr/local/share/dpdk/examples/server_node_efd/shared
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/server/main.c to /usr/local/share/dpdk/examples/server_node_efd/server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/server/args.h to /usr/local/share/dpdk/examples/server_node_efd/server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/server/init.h to /usr/local/share/dpdk/examples/server_node_efd/server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/server/init.c to /usr/local/share/dpdk/examples/server_node_efd/server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/server/args.c to /usr/local/share/dpdk/examples/server_node_efd/server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/server_node_efd/server/Makefile to /usr/local/share/dpdk/examples/server_node_efd/server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-crypto/main.c to /usr/local/share/dpdk/examples/l2fwd-crypto
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-crypto/Makefile to /usr/local/share/dpdk/examples/l2fwd-crypto
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipv4_multicast/main.c to /usr/local/share/dpdk/examples/ipv4_multicast
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipv4_multicast/Makefile to /usr/local/share/dpdk/examples/ipv4_multicast
Installing /home/lq/my/dpdk-stable-22.11.1/examples/cmdline/main.c to /usr/local/share/dpdk/examples/cmdline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/cmdline/commands.c to /usr/local/share/dpdk/examples/cmdline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/cmdline/parse_obj_list.c to /usr/local/share/dpdk/examples/cmdline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/cmdline/Makefile to /usr/local/share/dpdk/examples/cmdline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/cmdline/parse_obj_list.h to /usr/local/share/dpdk/examples/cmdline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/cmdline/commands.h to /usr/local/share/dpdk/examples/cmdline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_blk/vhost_blk.c to /usr/local/share/dpdk/examples/vhost_blk
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_blk/blk.c to /usr/local/share/dpdk/examples/vhost_blk
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_blk/vhost_blk.h to /usr/local/share/dpdk/examples/vhost_blk
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_blk/Makefile to /usr/local/share/dpdk/examples/vhost_blk
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_blk/vhost_blk_compat.c to /usr/local/share/dpdk/examples/vhost_blk
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_blk/blk_spec.h to /usr/local/share/dpdk/examples/vhost_blk
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_meter/main.c to /usr/local/share/dpdk/examples/qos_meter
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_meter/rte_policer.h to /usr/local/share/dpdk/examples/qos_meter
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_meter/rte_policer.c to /usr/local/share/dpdk/examples/qos_meter
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_meter/Makefile to /usr/local/share/dpdk/examples/qos_meter
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_meter/main.h to /usr/local/share/dpdk/examples/qos_meter
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bpf/t3.c to /usr/local/share/dpdk/examples/bpf
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bpf/README to /usr/local/share/dpdk/examples/bpf
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bpf/t2.c to /usr/local/share/dpdk/examples/bpf
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bpf/dummy.c to /usr/local/share/dpdk/examples/bpf
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bpf/t1.c to /usr/local/share/dpdk/examples/bpf
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost/main.c to /usr/local/share/dpdk/examples/vhost
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost/Makefile to /usr/local/share/dpdk/examples/vhost
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost/main.h to /usr/local/share/dpdk/examples/vhost
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost/virtio_net.c to /usr/local/share/dpdk/examples/vhost
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd-power/perf_core.h to /usr/local/share/dpdk/examples/l3fwd-power
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd-power/main.c to /usr/local/share/dpdk/examples/l3fwd-power
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd-power/perf_core.c to /usr/local/share/dpdk/examples/l3fwd-power
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd-power/Makefile to /usr/local/share/dpdk/examples/l3fwd-power
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd-power/main.h to /usr/local/share/dpdk/examples/l3fwd-power
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bond/main.c to /usr/local/share/dpdk/examples/bond
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bond/Makefile to /usr/local/share/dpdk/examples/bond
Installing /home/lq/my/dpdk-stable-22.11.1/examples/bond/main.h to /usr/local/share/dpdk/examples/bond
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/Makefile to /usr/local/share/dpdk/examples/multi_process
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/hotplug_mp/main.c to /usr/local/share/dpdk/examples/multi_process/hotplug_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/hotplug_mp/commands.c to /usr/local/share/dpdk/examples/multi_process/hotplug_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/hotplug_mp/Makefile to /usr/local/share/dpdk/examples/multi_process/hotplug_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/hotplug_mp/commands.h to /usr/local/share/dpdk/examples/multi_process/hotplug_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/Makefile to /usr/local/share/dpdk/examples/multi_process/client_server_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/shared/common.h to /usr/local/share/dpdk/examples/multi_process/client_server_mp/shared
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_client/client.c to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_client
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_client/Makefile to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_client
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_server/main.c to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_server/args.h to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_server/init.h to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_server/init.c to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_server/args.c to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/client_server_mp/mp_server/Makefile to /usr/local/share/dpdk/examples/multi_process/client_server_mp/mp_server
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/simple_mp/main.c to /usr/local/share/dpdk/examples/multi_process/simple_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/simple_mp/mp_commands.c to /usr/local/share/dpdk/examples/multi_process/simple_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/simple_mp/Makefile to /usr/local/share/dpdk/examples/multi_process/simple_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/simple_mp/mp_commands.h to /usr/local/share/dpdk/examples/multi_process/simple_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/symmetric_mp/main.c to /usr/local/share/dpdk/examples/multi_process/symmetric_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/multi_process/symmetric_mp/Makefile to /usr/local/share/dpdk/examples/multi_process/symmetric_mp
Installing /home/lq/my/dpdk-stable-22.11.1/examples/timer/main.c to /usr/local/share/dpdk/examples/timer
Installing /home/lq/my/dpdk-stable-22.11.1/examples/timer/Makefile to /usr/local/share/dpdk/examples/timer
Installing /home/lq/my/dpdk-stable-22.11.1/examples/common/pkt_group.h to /usr/local/share/dpdk/examples/common
Installing /home/lq/my/dpdk-stable-22.11.1/examples/common/sse/port_group.h to /usr/local/share/dpdk/examples/common/sse
Installing /home/lq/my/dpdk-stable-22.11.1/examples/common/altivec/port_group.h to /usr/local/share/dpdk/examples/common/altivec
Installing /home/lq/my/dpdk-stable-22.11.1/examples/common/neon/port_group.h to /usr/local/share/dpdk/examples/common/neon
Installing /home/lq/my/dpdk-stable-22.11.1/examples/link_status_interrupt/main.c to /usr/local/share/dpdk/examples/link_status_interrupt
Installing /home/lq/my/dpdk-stable-22.11.1/examples/link_status_interrupt/Makefile to /usr/local/share/dpdk/examples/link_status_interrupt
Installing /home/lq/my/dpdk-stable-22.11.1/examples/distributor/main.c to /usr/local/share/dpdk/examples/distributor
Installing /home/lq/my/dpdk-stable-22.11.1/examples/distributor/Makefile to /usr/local/share/dpdk/examples/distributor
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/cfg_file.c to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/main.c to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/app_thread.c to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/init.c to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/profile.cfg to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/profile_pie.cfg to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/cmdline.c to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/cfg_file.h to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/args.c to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/profile_ov.cfg to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/profile_red.cfg to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/Makefile to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/stats.c to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/qos_sched/main.h to /usr/local/share/dpdk/examples/qos_sched
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ptpclient/ptpclient.c to /usr/local/share/dpdk/examples/ptpclient
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ptpclient/Makefile to /usr/local/share/dpdk/examples/ptpclient
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-jobstats/main.c to /usr/local/share/dpdk/examples/l2fwd-jobstats
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-jobstats/Makefile to /usr/local/share/dpdk/examples/l2fwd-jobstats
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vmdq_dcb/main.c to /usr/local/share/dpdk/examples/vmdq_dcb
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vmdq_dcb/Makefile to /usr/local/share/dpdk/examples/vmdq_dcb
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/sad.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/event_helper.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/flow.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ep0.cfg to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/sad.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec_process.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec-secgw.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/parser.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/esp.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec_neon.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ep1.cfg to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/sp6.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/flow.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec_worker.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/esp.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/event_helper.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipip.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/sa.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/Makefile to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec_worker.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec_lpm_neon.h to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/ipsec-secgw.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/sp4.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/rt.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/parser.c to /usr/local/share/dpdk/examples/ipsec-secgw
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_aescbc_sha1_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_3descbc_sha1_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/pkttest.py to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_aesctr_sha1_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_aesctr_sha1_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/load_env.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/data_rxtx.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_3descbc_sha1_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_null_header_reconstruct.py to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/common_defs_secgw.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_aescbc_sha1_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_aesgcm_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_3descbc_sha1_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_ipv6opts.py to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/linux_test.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_aesgcm_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_aescbc_sha1_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_aescbc_sha1_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/pkttest.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/tun_3descbc_sha1_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_aesgcm_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/run_test.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/bypass_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ipsec-secgw/test/trs_aesgcm_common_defs.sh to /usr/local/share/dpdk/examples/ipsec-secgw/test
Installing /home/lq/my/dpdk-stable-22.11.1/examples/packet_ordering/main.c to /usr/local/share/dpdk/examples/packet_ordering
Installing /home/lq/my/dpdk-stable-22.11.1/examples/packet_ordering/Makefile to /usr/local/share/dpdk/examples/packet_ordering
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vmdq/main.c to /usr/local/share/dpdk/examples/vmdq
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vmdq/Makefile to /usr/local/share/dpdk/examples/vmdq
Installing /home/lq/my/dpdk-stable-22.11.1/examples/eventdev_pipeline/main.c to /usr/local/share/dpdk/examples/eventdev_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/eventdev_pipeline/pipeline_common.h to /usr/local/share/dpdk/examples/eventdev_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/eventdev_pipeline/pipeline_worker_tx.c to /usr/local/share/dpdk/examples/eventdev_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/eventdev_pipeline/Makefile to /usr/local/share/dpdk/examples/eventdev_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/eventdev_pipeline/pipeline_worker_generic.c to /usr/local/share/dpdk/examples/eventdev_pipeline
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_fragmentation/main.c to /usr/local/share/dpdk/examples/ip_fragmentation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/ip_fragmentation/Makefile to /usr/local/share/dpdk/examples/ip_fragmentation
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd-graph/main.c to /usr/local/share/dpdk/examples/l3fwd-graph
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l3fwd-graph/Makefile to /usr/local/share/dpdk/examples/l3fwd-graph
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_crypto/main.c to /usr/local/share/dpdk/examples/vhost_crypto
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vhost_crypto/Makefile to /usr/local/share/dpdk/examples/vhost_crypto
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vdpa/main.c to /usr/local/share/dpdk/examples/vdpa
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vdpa/Makefile to /usr/local/share/dpdk/examples/vdpa
Installing /home/lq/my/dpdk-stable-22.11.1/examples/vdpa/vdpa_blk_compact.h to /usr/local/share/dpdk/examples/vdpa
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-keepalive/main.c to /usr/local/share/dpdk/examples/l2fwd-keepalive
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-keepalive/shm.h to /usr/local/share/dpdk/examples/l2fwd-keepalive
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-keepalive/shm.c to /usr/local/share/dpdk/examples/l2fwd-keepalive
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-keepalive/Makefile to /usr/local/share/dpdk/examples/l2fwd-keepalive
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-keepalive/ka-agent/main.c to /usr/local/share/dpdk/examples/l2fwd-keepalive/ka-agent
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-keepalive/ka-agent/Makefile to /usr/local/share/dpdk/examples/l2fwd-keepalive/ka-agent
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/main.c to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_event.c to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_event_generic.c to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_poll.h to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_event.h to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_poll.c to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/Makefile to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_common.c to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_common.h to /usr/local/share/dpdk/examples/l2fwd-event
Installing /home/lq/my/dpdk-stable-22.11.1/examples/l2fwd-event/l2fwd_event_internal_port.c to /usr/local/share/dpdk/examples/l2fwd-event
Installing lib/librte_kvargs.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_kvargs.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_kvargs.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_kvargs.so.23
Installing symlink pointing to librte_kvargs.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_kvargs.so
Installing lib/librte_telemetry.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_telemetry.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_telemetry.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_telemetry.so.23
Installing symlink pointing to librte_telemetry.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_telemetry.so
Installing lib/librte_eal.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_eal.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_eal.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_eal.so.23
Installing symlink pointing to librte_eal.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_eal.so
Installing lib/librte_ring.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_ring.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_ring.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_ring.so.23
Installing symlink pointing to librte_ring.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_ring.so
Installing lib/librte_rcu.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_rcu.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_rcu.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_rcu.so.23
Installing symlink pointing to librte_rcu.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_rcu.so
Installing lib/librte_mempool.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_mempool.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_mempool.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_mempool.so.23
Installing symlink pointing to librte_mempool.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_mempool.so
Installing lib/librte_mbuf.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_mbuf.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_mbuf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_mbuf.so.23
Installing symlink pointing to librte_mbuf.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_mbuf.so
Installing lib/librte_net.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_net.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_net.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_net.so.23
Installing symlink pointing to librte_net.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_net.so
Installing lib/librte_meter.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_meter.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_meter.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_meter.so.23
Installing symlink pointing to librte_meter.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_meter.so
Installing lib/librte_ethdev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_ethdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_ethdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_ethdev.so.23
Installing symlink pointing to librte_ethdev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_ethdev.so
Installing lib/librte_pci.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_pci.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_pci.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_pci.so.23
Installing symlink pointing to librte_pci.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_pci.so
Installing lib/librte_cmdline.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_cmdline.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_cmdline.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_cmdline.so.23
Installing symlink pointing to librte_cmdline.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_cmdline.so
Installing lib/librte_metrics.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_metrics.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_metrics.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_metrics.so.23
Installing symlink pointing to librte_metrics.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_metrics.so
Installing lib/librte_hash.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_hash.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_hash.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_hash.so.23
Installing symlink pointing to librte_hash.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_hash.so
Installing lib/librte_timer.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_timer.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_timer.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_timer.so.23
Installing symlink pointing to librte_timer.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_timer.so
Installing lib/librte_acl.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_acl.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_acl.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_acl.so.23
Installing symlink pointing to librte_acl.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_acl.so
Installing lib/librte_bbdev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_bbdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_bbdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_bbdev.so.23
Installing symlink pointing to librte_bbdev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_bbdev.so
Installing lib/librte_bitratestats.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_bitratestats.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_bitratestats.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_bitratestats.so.23
Installing symlink pointing to librte_bitratestats.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_bitratestats.so
Installing lib/librte_bpf.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_bpf.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_bpf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_bpf.so.23
Installing symlink pointing to librte_bpf.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_bpf.so
Installing lib/librte_cfgfile.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_cfgfile.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_cfgfile.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_cfgfile.so.23
Installing symlink pointing to librte_cfgfile.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_cfgfile.so
Installing lib/librte_compressdev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_compressdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_compressdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_compressdev.so.23
Installing symlink pointing to librte_compressdev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_compressdev.so
Installing lib/librte_cryptodev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_cryptodev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_cryptodev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_cryptodev.so.23
Installing symlink pointing to librte_cryptodev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_cryptodev.so
Installing lib/librte_distributor.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_distributor.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_distributor.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_distributor.so.23
Installing symlink pointing to librte_distributor.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_distributor.so
Installing lib/librte_efd.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_efd.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_efd.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_efd.so.23
Installing symlink pointing to librte_efd.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_efd.so
Installing lib/librte_eventdev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_eventdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_eventdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_eventdev.so.23
Installing symlink pointing to librte_eventdev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_eventdev.so
Installing lib/librte_gpudev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_gpudev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_gpudev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_gpudev.so.23
Installing symlink pointing to librte_gpudev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_gpudev.so
Installing lib/librte_gro.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_gro.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_gro.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_gro.so.23
Installing symlink pointing to librte_gro.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_gro.so
Installing lib/librte_gso.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_gso.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_gso.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_gso.so.23
Installing symlink pointing to librte_gso.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_gso.so
Installing lib/librte_ip_frag.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_ip_frag.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_ip_frag.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_ip_frag.so.23
Installing symlink pointing to librte_ip_frag.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_ip_frag.so
Installing lib/librte_jobstats.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_jobstats.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_jobstats.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_jobstats.so.23
Installing symlink pointing to librte_jobstats.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_jobstats.so
Installing lib/librte_latencystats.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_latencystats.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_latencystats.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_latencystats.so.23
Installing symlink pointing to librte_latencystats.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_latencystats.so
Installing lib/librte_lpm.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_lpm.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_lpm.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_lpm.so.23
Installing symlink pointing to librte_lpm.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_lpm.so
Installing lib/librte_member.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_member.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_member.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_member.so.23
Installing symlink pointing to librte_member.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_member.so
Installing lib/librte_pcapng.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_pcapng.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_pcapng.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_pcapng.so.23
Installing symlink pointing to librte_pcapng.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_pcapng.so
Installing lib/librte_power.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_power.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_power.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_power.so.23
Installing symlink pointing to librte_power.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_power.so
Installing lib/librte_rawdev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_rawdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_rawdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_rawdev.so.23
Installing symlink pointing to librte_rawdev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_rawdev.so
Installing lib/librte_regexdev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_regexdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_regexdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_regexdev.so.23
Installing symlink pointing to librte_regexdev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_regexdev.so
Installing lib/librte_dmadev.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_dmadev.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_dmadev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_dmadev.so.23
Installing symlink pointing to librte_dmadev.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_dmadev.so
Installing lib/librte_rib.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_rib.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_rib.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_rib.so.23
Installing symlink pointing to librte_rib.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_rib.so
Installing lib/librte_reorder.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_reorder.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_reorder.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_reorder.so.23
Installing symlink pointing to librte_reorder.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_reorder.so
Installing lib/librte_sched.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_sched.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_sched.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_sched.so.23
Installing symlink pointing to librte_sched.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_sched.so
Installing lib/librte_security.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_security.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_security.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_security.so.23
Installing symlink pointing to librte_security.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_security.so
Installing lib/librte_stack.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_stack.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_stack.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_stack.so.23
Installing symlink pointing to librte_stack.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_stack.so
Installing lib/librte_vhost.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_vhost.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_vhost.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_vhost.so.23
Installing symlink pointing to librte_vhost.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_vhost.so
Installing lib/librte_ipsec.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_ipsec.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_ipsec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_ipsec.so.23
Installing symlink pointing to librte_ipsec.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_ipsec.so
Installing lib/librte_fib.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_fib.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_fib.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_fib.so.23
Installing symlink pointing to librte_fib.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_fib.so
Installing lib/librte_port.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_port.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_port.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_port.so.23
Installing symlink pointing to librte_port.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_port.so
Installing lib/librte_pdump.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_pdump.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_pdump.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_pdump.so.23
Installing symlink pointing to librte_pdump.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_pdump.so
Installing lib/librte_table.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_table.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_table.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_table.so.23
Installing symlink pointing to librte_table.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_table.so
Installing lib/librte_pipeline.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_pipeline.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_pipeline.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_pipeline.so.23
Installing symlink pointing to librte_pipeline.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_pipeline.so
Installing lib/librte_graph.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_graph.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_graph.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_graph.so.23
Installing symlink pointing to librte_graph.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_graph.so
Installing lib/librte_node.a to /usr/local/lib/x86_64-linux-gnu
Installing lib/librte_node.so.23.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to librte_node.so.23.0 to /usr/local/lib/x86_64-linux-gnu/librte_node.so.23
Installing symlink pointing to librte_node.so.23 to /usr/local/lib/x86_64-linux-gnu/librte_node.so
Installing drivers/librte_common_cpt.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_cpt.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_cpt.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_cpt.so.23
Installing symlink pointing to librte_common_cpt.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_cpt.so
Installing drivers/librte_common_dpaax.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_dpaax.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_dpaax.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_dpaax.so.23
Installing symlink pointing to librte_common_dpaax.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_dpaax.so
Installing drivers/librte_common_iavf.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_iavf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_iavf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_iavf.so.23
Installing symlink pointing to librte_common_iavf.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_iavf.so
Installing drivers/librte_common_idpf.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_idpf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_idpf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_idpf.so.23
Installing symlink pointing to librte_common_idpf.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_idpf.so
Installing drivers/librte_common_octeontx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_octeontx.so.23
Installing symlink pointing to librte_common_octeontx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_octeontx.so
Installing drivers/librte_bus_auxiliary.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_bus_auxiliary.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_bus_auxiliary.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_auxiliary.so.23
Installing symlink pointing to librte_bus_auxiliary.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_auxiliary.so
Installing drivers/librte_bus_dpaa.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_bus_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_bus_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_dpaa.so.23
Installing symlink pointing to librte_bus_dpaa.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_dpaa.so
Installing drivers/librte_bus_fslmc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_bus_fslmc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_bus_fslmc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_fslmc.so.23
Installing symlink pointing to librte_bus_fslmc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_fslmc.so
Installing drivers/librte_bus_ifpga.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_bus_ifpga.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_bus_ifpga.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_ifpga.so.23
Installing symlink pointing to librte_bus_ifpga.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_ifpga.so
Installing drivers/librte_bus_pci.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_bus_pci.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_bus_pci.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_pci.so.23
Installing symlink pointing to librte_bus_pci.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_pci.so
Installing drivers/librte_bus_vdev.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_bus_vdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_bus_vdev.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_vdev.so.23
Installing symlink pointing to librte_bus_vdev.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_vdev.so
Installing drivers/librte_bus_vmbus.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_bus_vmbus.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_bus_vmbus.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_vmbus.so.23
Installing symlink pointing to librte_bus_vmbus.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_bus_vmbus.so
Installing drivers/librte_common_cnxk.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_cnxk.so.23
Installing symlink pointing to librte_common_cnxk.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_cnxk.so
Installing drivers/librte_common_qat.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_qat.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_qat.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_qat.so.23
Installing symlink pointing to librte_common_qat.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_qat.so
Installing drivers/librte_common_sfc_efx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_common_sfc_efx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_common_sfc_efx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_sfc_efx.so.23
Installing symlink pointing to librte_common_sfc_efx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_common_sfc_efx.so
Installing drivers/librte_mempool_bucket.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_mempool_bucket.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_mempool_bucket.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_bucket.so.23
Installing symlink pointing to librte_mempool_bucket.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_bucket.so
Installing drivers/librte_mempool_cnxk.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_mempool_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_mempool_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_cnxk.so.23
Installing symlink pointing to librte_mempool_cnxk.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_cnxk.so
Installing drivers/librte_mempool_dpaa.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_mempool_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_mempool_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_dpaa.so.23
Installing symlink pointing to librte_mempool_dpaa.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_dpaa.so
Installing drivers/librte_mempool_dpaa2.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_mempool_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_mempool_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_dpaa2.so.23
Installing symlink pointing to librte_mempool_dpaa2.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_dpaa2.so
Installing drivers/librte_mempool_octeontx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_mempool_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_mempool_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_octeontx.so.23
Installing symlink pointing to librte_mempool_octeontx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_octeontx.so
Installing drivers/librte_mempool_ring.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_mempool_ring.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_mempool_ring.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_ring.so.23
Installing symlink pointing to librte_mempool_ring.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_ring.so
Installing drivers/librte_mempool_stack.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_mempool_stack.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_mempool_stack.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_stack.so.23
Installing symlink pointing to librte_mempool_stack.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_mempool_stack.so
Installing drivers/librte_dma_cnxk.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_dma_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_dma_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_cnxk.so.23
Installing symlink pointing to librte_dma_cnxk.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_cnxk.so
Installing drivers/librte_dma_dpaa.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_dma_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_dma_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_dpaa.so.23
Installing symlink pointing to librte_dma_dpaa.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_dpaa.so
Installing drivers/librte_dma_dpaa2.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_dma_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_dma_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_dpaa2.so.23
Installing symlink pointing to librte_dma_dpaa2.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_dpaa2.so
Installing drivers/librte_dma_hisilicon.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_dma_hisilicon.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_dma_hisilicon.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_hisilicon.so.23
Installing symlink pointing to librte_dma_hisilicon.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_hisilicon.so
Installing drivers/librte_dma_idxd.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_dma_idxd.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_dma_idxd.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_idxd.so.23
Installing symlink pointing to librte_dma_idxd.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_idxd.so
Installing drivers/librte_dma_ioat.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_dma_ioat.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_dma_ioat.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_ioat.so.23
Installing symlink pointing to librte_dma_ioat.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_ioat.so
Installing drivers/librte_dma_skeleton.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_dma_skeleton.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_dma_skeleton.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_skeleton.so.23
Installing symlink pointing to librte_dma_skeleton.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_dma_skeleton.so
Installing drivers/librte_net_af_packet.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_af_packet.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_af_packet.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_af_packet.so.23
Installing symlink pointing to librte_net_af_packet.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_af_packet.so
Installing drivers/librte_net_ark.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_ark.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_ark.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ark.so.23
Installing symlink pointing to librte_net_ark.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ark.so
Installing drivers/librte_net_atlantic.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_atlantic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_atlantic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_atlantic.so.23
Installing symlink pointing to librte_net_atlantic.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_atlantic.so
Installing drivers/librte_net_avp.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_avp.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_avp.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_avp.so.23
Installing symlink pointing to librte_net_avp.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_avp.so
Installing drivers/librte_net_axgbe.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_axgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_axgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_axgbe.so.23
Installing symlink pointing to librte_net_axgbe.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_axgbe.so
Installing drivers/librte_net_bnxt.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_bnxt.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_bnxt.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_bnxt.so.23
Installing symlink pointing to librte_net_bnxt.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_bnxt.so
Installing drivers/librte_net_bond.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_bond.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_bond.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_bond.so.23
Installing symlink pointing to librte_net_bond.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_bond.so
Installing drivers/librte_net_cnxk.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_cnxk.so.23
Installing symlink pointing to librte_net_cnxk.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_cnxk.so
Installing drivers/librte_net_cxgbe.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_cxgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_cxgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_cxgbe.so.23
Installing symlink pointing to librte_net_cxgbe.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_cxgbe.so
Installing drivers/librte_net_dpaa.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_dpaa.so.23
Installing symlink pointing to librte_net_dpaa.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_dpaa.so
Installing drivers/librte_net_dpaa2.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_dpaa2.so.23
Installing symlink pointing to librte_net_dpaa2.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_dpaa2.so
Installing drivers/librte_net_e1000.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_e1000.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_e1000.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_e1000.so.23
Installing symlink pointing to librte_net_e1000.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_e1000.so
Installing drivers/librte_net_ena.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_ena.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_ena.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ena.so.23
Installing symlink pointing to librte_net_ena.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ena.so
Installing drivers/librte_net_enetc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_enetc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_enetc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_enetc.so.23
Installing symlink pointing to librte_net_enetc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_enetc.so
Installing drivers/librte_net_enetfec.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_enetfec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_enetfec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_enetfec.so.23
Installing symlink pointing to librte_net_enetfec.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_enetfec.so
Installing drivers/librte_net_enic.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_enic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_enic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_enic.so.23
Installing symlink pointing to librte_net_enic.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_enic.so
Installing drivers/librte_net_failsafe.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_failsafe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_failsafe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_failsafe.so.23
Installing symlink pointing to librte_net_failsafe.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_failsafe.so
Installing drivers/librte_net_fm10k.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_fm10k.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_fm10k.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_fm10k.so.23
Installing symlink pointing to librte_net_fm10k.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_fm10k.so
Installing drivers/librte_net_gve.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_gve.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_gve.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_gve.so.23
Installing symlink pointing to librte_net_gve.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_gve.so
Installing drivers/librte_net_hinic.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_hinic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_hinic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_hinic.so.23
Installing symlink pointing to librte_net_hinic.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_hinic.so
Installing drivers/librte_net_hns3.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_hns3.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_hns3.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_hns3.so.23
Installing symlink pointing to librte_net_hns3.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_hns3.so
Installing drivers/librte_net_i40e.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_i40e.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_i40e.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_i40e.so.23
Installing symlink pointing to librte_net_i40e.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_i40e.so
Installing drivers/librte_net_iavf.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_iavf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_iavf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_iavf.so.23
Installing symlink pointing to librte_net_iavf.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_iavf.so
Installing drivers/librte_net_ice.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_ice.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_ice.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ice.so.23
Installing symlink pointing to librte_net_ice.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ice.so
Installing drivers/librte_net_idpf.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_idpf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_idpf.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_idpf.so.23
Installing symlink pointing to librte_net_idpf.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_idpf.so
Installing drivers/librte_net_igc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_igc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_igc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_igc.so.23
Installing symlink pointing to librte_net_igc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_igc.so
Installing drivers/librte_net_ionic.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_ionic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_ionic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ionic.so.23
Installing symlink pointing to librte_net_ionic.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ionic.so
Installing drivers/librte_net_ixgbe.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_ixgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_ixgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ixgbe.so.23
Installing symlink pointing to librte_net_ixgbe.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ixgbe.so
Installing drivers/librte_net_liquidio.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_liquidio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_liquidio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_liquidio.so.23
Installing symlink pointing to librte_net_liquidio.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_liquidio.so
Installing drivers/librte_net_memif.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_memif.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_memif.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_memif.so.23
Installing symlink pointing to librte_net_memif.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_memif.so
Installing drivers/librte_net_netvsc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_netvsc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_netvsc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_netvsc.so.23
Installing symlink pointing to librte_net_netvsc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_netvsc.so
Installing drivers/librte_net_nfp.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_nfp.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_nfp.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_nfp.so.23
Installing symlink pointing to librte_net_nfp.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_nfp.so
Installing drivers/librte_net_ngbe.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_ngbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_ngbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ngbe.so.23
Installing symlink pointing to librte_net_ngbe.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ngbe.so
Installing drivers/librte_net_null.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_null.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_null.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_null.so.23
Installing symlink pointing to librte_net_null.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_null.so
Installing drivers/librte_net_octeontx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_octeontx.so.23
Installing symlink pointing to librte_net_octeontx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_octeontx.so
Installing drivers/librte_net_octeon_ep.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_octeon_ep.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_octeon_ep.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_octeon_ep.so.23
Installing symlink pointing to librte_net_octeon_ep.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_octeon_ep.so
Installing drivers/librte_net_pfe.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_pfe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_pfe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_pfe.so.23
Installing symlink pointing to librte_net_pfe.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_pfe.so
Installing drivers/librte_net_qede.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_qede.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_qede.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_qede.so.23
Installing symlink pointing to librte_net_qede.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_qede.so
Installing drivers/librte_net_ring.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_ring.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_ring.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ring.so.23
Installing symlink pointing to librte_net_ring.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_ring.so
Installing drivers/librte_net_sfc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_sfc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_sfc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_sfc.so.23
Installing symlink pointing to librte_net_sfc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_sfc.so
Installing drivers/librte_net_softnic.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_softnic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_softnic.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_softnic.so.23
Installing symlink pointing to librte_net_softnic.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_softnic.so
Installing drivers/librte_net_tap.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_tap.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_tap.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_tap.so.23
Installing symlink pointing to librte_net_tap.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_tap.so
Installing drivers/librte_net_thunderx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_thunderx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_thunderx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_thunderx.so.23
Installing symlink pointing to librte_net_thunderx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_thunderx.so
Installing drivers/librte_net_txgbe.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_txgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_txgbe.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_txgbe.so.23
Installing symlink pointing to librte_net_txgbe.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_txgbe.so
Installing drivers/librte_net_vdev_netvsc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_vdev_netvsc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_vdev_netvsc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_vdev_netvsc.so.23
Installing symlink pointing to librte_net_vdev_netvsc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_vdev_netvsc.so
Installing drivers/librte_net_vhost.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_vhost.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_vhost.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_vhost.so.23
Installing symlink pointing to librte_net_vhost.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_vhost.so
Installing drivers/librte_net_virtio.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_virtio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_virtio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_virtio.so.23
Installing symlink pointing to librte_net_virtio.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_virtio.so
Installing drivers/librte_net_vmxnet3.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_net_vmxnet3.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_net_vmxnet3.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_vmxnet3.so.23
Installing symlink pointing to librte_net_vmxnet3.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_net_vmxnet3.so
Installing drivers/librte_raw_cnxk_bphy.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_raw_cnxk_bphy.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_raw_cnxk_bphy.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_cnxk_bphy.so.23
Installing symlink pointing to librte_raw_cnxk_bphy.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_cnxk_bphy.so
Installing drivers/librte_raw_cnxk_gpio.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_raw_cnxk_gpio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_raw_cnxk_gpio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_cnxk_gpio.so.23
Installing symlink pointing to librte_raw_cnxk_gpio.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_cnxk_gpio.so
Installing drivers/librte_raw_dpaa2_cmdif.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_raw_dpaa2_cmdif.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_raw_dpaa2_cmdif.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_dpaa2_cmdif.so.23
Installing symlink pointing to librte_raw_dpaa2_cmdif.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_dpaa2_cmdif.so
Installing drivers/librte_raw_ntb.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_raw_ntb.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_raw_ntb.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_ntb.so.23
Installing symlink pointing to librte_raw_ntb.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_ntb.so
Installing drivers/librte_raw_skeleton.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_raw_skeleton.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_raw_skeleton.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_skeleton.so.23
Installing symlink pointing to librte_raw_skeleton.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_raw_skeleton.so
Installing drivers/librte_crypto_bcmfs.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_bcmfs.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_bcmfs.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_bcmfs.so.23
Installing symlink pointing to librte_crypto_bcmfs.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_bcmfs.so
Installing drivers/librte_crypto_caam_jr.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_caam_jr.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_caam_jr.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_caam_jr.so.23
Installing symlink pointing to librte_crypto_caam_jr.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_caam_jr.so
Installing drivers/librte_crypto_cnxk.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_cnxk.so.23
Installing symlink pointing to librte_crypto_cnxk.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_cnxk.so
Installing drivers/librte_crypto_dpaa_sec.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_dpaa_sec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_dpaa_sec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_dpaa_sec.so.23
Installing symlink pointing to librte_crypto_dpaa_sec.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_dpaa_sec.so
Installing drivers/librte_crypto_dpaa2_sec.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_dpaa2_sec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_dpaa2_sec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_dpaa2_sec.so.23
Installing symlink pointing to librte_crypto_dpaa2_sec.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_dpaa2_sec.so
Installing drivers/librte_crypto_nitrox.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_nitrox.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_nitrox.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_nitrox.so.23
Installing symlink pointing to librte_crypto_nitrox.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_nitrox.so
Installing drivers/librte_crypto_null.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_null.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_null.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_null.so.23
Installing symlink pointing to librte_crypto_null.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_null.so
Installing drivers/librte_crypto_octeontx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_octeontx.so.23
Installing symlink pointing to librte_crypto_octeontx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_octeontx.so
Installing drivers/librte_crypto_scheduler.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_scheduler.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_scheduler.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_scheduler.so.23
Installing symlink pointing to librte_crypto_scheduler.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_scheduler.so
Installing drivers/librte_crypto_virtio.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_crypto_virtio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_crypto_virtio.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_virtio.so.23
Installing symlink pointing to librte_crypto_virtio.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_crypto_virtio.so
Installing drivers/librte_compress_octeontx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_compress_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_compress_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_compress_octeontx.so.23
Installing symlink pointing to librte_compress_octeontx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_compress_octeontx.so
Installing drivers/librte_regex_cn9k.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_regex_cn9k.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_regex_cn9k.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_regex_cn9k.so.23
Installing symlink pointing to librte_regex_cn9k.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_regex_cn9k.so
Installing drivers/librte_vdpa_ifc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_vdpa_ifc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_vdpa_ifc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_vdpa_ifc.so.23
Installing symlink pointing to librte_vdpa_ifc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_vdpa_ifc.so
Installing drivers/librte_vdpa_sfc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_vdpa_sfc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_vdpa_sfc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_vdpa_sfc.so.23
Installing symlink pointing to librte_vdpa_sfc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_vdpa_sfc.so
Installing drivers/librte_event_cnxk.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_cnxk.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_cnxk.so.23
Installing symlink pointing to librte_event_cnxk.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_cnxk.so
Installing drivers/librte_event_dlb2.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_dlb2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_dlb2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dlb2.so.23
Installing symlink pointing to librte_event_dlb2.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dlb2.so
Installing drivers/librte_event_dpaa.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_dpaa.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dpaa.so.23
Installing symlink pointing to librte_event_dpaa.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dpaa.so
Installing drivers/librte_event_dpaa2.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_dpaa2.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dpaa2.so.23
Installing symlink pointing to librte_event_dpaa2.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dpaa2.so
Installing drivers/librte_event_dsw.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_dsw.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_dsw.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dsw.so.23
Installing symlink pointing to librte_event_dsw.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_dsw.so
Installing drivers/librte_event_opdl.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_opdl.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_opdl.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_opdl.so.23
Installing symlink pointing to librte_event_opdl.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_opdl.so
Installing drivers/librte_event_skeleton.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_skeleton.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_skeleton.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_skeleton.so.23
Installing symlink pointing to librte_event_skeleton.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_skeleton.so
Installing drivers/librte_event_sw.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_sw.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_sw.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_sw.so.23
Installing symlink pointing to librte_event_sw.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_sw.so
Installing drivers/librte_event_octeontx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_event_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_event_octeontx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_octeontx.so.23
Installing symlink pointing to librte_event_octeontx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_event_octeontx.so
Installing drivers/librte_baseband_acc.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_baseband_acc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_baseband_acc.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_acc.so.23
Installing symlink pointing to librte_baseband_acc.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_acc.so
Installing drivers/librte_baseband_fpga_5gnr_fec.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_baseband_fpga_5gnr_fec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_baseband_fpga_5gnr_fec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_fpga_5gnr_fec.so.23
Installing symlink pointing to librte_baseband_fpga_5gnr_fec.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_fpga_5gnr_fec.so
Installing drivers/librte_baseband_fpga_lte_fec.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_baseband_fpga_lte_fec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_baseband_fpga_lte_fec.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_fpga_lte_fec.so.23
Installing symlink pointing to librte_baseband_fpga_lte_fec.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_fpga_lte_fec.so
Installing drivers/librte_baseband_la12xx.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_baseband_la12xx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_baseband_la12xx.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_la12xx.so.23
Installing symlink pointing to librte_baseband_la12xx.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_la12xx.so
Installing drivers/librte_baseband_null.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_baseband_null.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_baseband_null.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_null.so.23
Installing symlink pointing to librte_baseband_null.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_null.so
Installing drivers/librte_baseband_turbo_sw.a to /usr/local/lib/x86_64-linux-gnu
Installing drivers/librte_baseband_turbo_sw.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0
Installing symlink pointing to librte_baseband_turbo_sw.so.23.0 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_turbo_sw.so.23
Installing symlink pointing to librte_baseband_turbo_sw.so.23 to /usr/local/lib/x86_64-linux-gnu/dpdk/pmds-23.0/librte_baseband_turbo_sw.so
Installing app/dpdk-pdump to /usr/local/bin
Installing app/dpdk-proc-info to /usr/local/bin
Installing app/dpdk-test-acl to /usr/local/bin
Installing app/dpdk-test-bbdev to /usr/local/bin
Installing app/dpdk-test-cmdline to /usr/local/bin
Installing app/dpdk-test-compress-perf to /usr/local/bin
Installing app/dpdk-test-crypto-perf to /usr/local/bin
Installing app/dpdk-test-eventdev to /usr/local/bin
Installing app/dpdk-test-fib to /usr/local/bin
Installing app/dpdk-test-flow-perf to /usr/local/bin
Installing app/dpdk-test-gpudev to /usr/local/bin
Installing app/dpdk-test-pipeline to /usr/local/bin
Installing app/dpdk-testpmd to /usr/local/bin
Installing app/dpdk-test-regex to /usr/local/bin
Installing app/dpdk-test-sad to /usr/local/bin
Installing app/dpdk-test-security-perf to /usr/local/bin
Installing app/test/dpdk-test to /usr/local/bin
Installing /home/lq/my/dpdk-stable-22.11.1/config/rte_config.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/kvargs/rte_kvargs.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/telemetry/rte_telemetry.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_atomic.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_byteorder.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_cpuflags.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_cycles.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_io.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_memcpy.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_pause.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_power_intrinsics.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_prefetch.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_rwlock.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_spinlock.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/generic/rte_vect.h to /usr/local/include/generic
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_atomic.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_byteorder.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_cpuflags.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_cycles.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_io.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_memcpy.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_pause.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_power_intrinsics.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_prefetch.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_rtm.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_rwlock.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_spinlock.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_vect.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_atomic_32.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_atomic_64.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_byteorder_32.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/x86/include/rte_byteorder_64.h to /usr/local/include/
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_alarm.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_bitmap.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_bitops.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_branch_prediction.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_bus.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_class.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_common.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_compat.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_debug.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_dev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_devargs.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_eal.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_eal_memconfig.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_eal_trace.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_errno.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_epoll.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_fbarray.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_hexdump.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_hypervisor.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_interrupts.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_keepalive.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_launch.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_lcore.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_log.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_malloc.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_mcslock.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_memory.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_memzone.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_pci_dev_feature_defs.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_pci_dev_features.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_per_lcore.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_pflock.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_random.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_reciprocal.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_seqcount.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_seqlock.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_service.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_service_component.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_string_fns.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_tailq.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_thread.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_ticketlock.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_time.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_trace.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_trace_point.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_trace_point_register.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_uuid.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_version.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/include/rte_vfio.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eal/linux/include/rte_os.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_core.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_elem.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_elem_pvt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_c11_pvt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_generic_pvt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_hts.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_hts_elem_pvt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_peek.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_peek_elem_pvt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_peek_zc.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_rts.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ring/rte_ring_rts_elem_pvt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/rcu/rte_rcu_qsbr.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mempool/rte_mempool.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mempool/rte_mempool_trace.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mempool/rte_mempool_trace_fp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mbuf/rte_mbuf.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mbuf/rte_mbuf_core.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mbuf/rte_mbuf_ptype.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mbuf/rte_mbuf_pool_ops.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/mbuf/rte_mbuf_dyn.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_ip.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_tcp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_udp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_esp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_sctp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_icmp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_arp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_ether.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_macsec.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_vxlan.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_gre.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_gtp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_net.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_net_crc.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_mpls.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_higig.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_ecpri.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_geneve.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_l2tpv2.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/net/rte_ppp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/meter/rte_meter.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_cman.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_ethdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_ethdev_trace.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_ethdev_trace_fp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_dev_info.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_flow.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_flow_driver.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_mtr.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_mtr_driver.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_tm.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_tm_driver.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_ethdev_core.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ethdev/rte_eth_ctrl.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pci/rte_pci.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_parse.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_parse_num.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_parse_ipaddr.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_parse_etheraddr.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_parse_string.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_rdline.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_vt100.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_socket.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_cirbuf.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cmdline/cmdline_parse_portlist.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/metrics/rte_metrics.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/metrics/rte_metrics_telemetry.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_fbk_hash.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_hash_crc.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_hash.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_jhash.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_thash.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_thash_gfni.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_crc_arm64.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_crc_generic.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_crc_sw.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_crc_x86.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/hash/rte_thash_x86_gfni.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/timer/rte_timer.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/acl/rte_acl.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/acl/rte_acl_osdep.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/bbdev/rte_bbdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/bbdev/rte_bbdev_pmd.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/bbdev/rte_bbdev_op.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/bitratestats/rte_bitrate.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/bpf/bpf_def.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/bpf/rte_bpf.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/bpf/rte_bpf_ethdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cfgfile/rte_cfgfile.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/compressdev/rte_compressdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/compressdev/rte_comp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cryptodev/rte_cryptodev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cryptodev/rte_cryptodev_trace.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cryptodev/rte_cryptodev_trace_fp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cryptodev/rte_crypto.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cryptodev/rte_crypto_sym.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cryptodev/rte_crypto_asym.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/cryptodev/rte_cryptodev_core.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/distributor/rte_distributor.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/efd/rte_efd.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_event_crypto_adapter.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_event_eth_rx_adapter.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_event_eth_tx_adapter.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_event_ring.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_event_timer_adapter.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_eventdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_eventdev_trace_fp.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/eventdev/rte_eventdev_core.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/gpudev/rte_gpudev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/gro/rte_gro.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/gso/rte_gso.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ip_frag/rte_ip_frag.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/jobstats/rte_jobstats.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/latencystats/rte_latencystats.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/lpm/rte_lpm.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/lpm/rte_lpm6.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/lpm/rte_lpm_altivec.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/lpm/rte_lpm_neon.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/lpm/rte_lpm_scalar.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/lpm/rte_lpm_sse.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/lpm/rte_lpm_sve.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/member/rte_member.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pcapng/rte_pcapng.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/power/rte_power.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/power/rte_power_empty_poll.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/power/rte_power_intel_uncore.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/power/rte_power_pmd_mgmt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/power/rte_power_guest_channel.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/rawdev/rte_rawdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/rawdev/rte_rawdev_pmd.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/regexdev/rte_regexdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/regexdev/rte_regexdev_driver.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/regexdev/rte_regexdev_core.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/dmadev/rte_dmadev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/dmadev/rte_dmadev_core.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/rib/rte_rib.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/rib/rte_rib6.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/reorder/rte_reorder.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/sched/rte_approx.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/sched/rte_red.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/sched/rte_sched.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/sched/rte_sched_common.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/sched/rte_pie.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/security/rte_security.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/security/rte_security_driver.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/stack/rte_stack.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/stack/rte_stack_std.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/stack/rte_stack_lf.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/stack/rte_stack_lf_generic.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/stack/rte_stack_lf_c11.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/stack/rte_stack_lf_stubs.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/vhost/rte_vdpa.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/vhost/rte_vhost.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/vhost/rte_vhost_async.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/vhost/rte_vhost_crypto.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ipsec/rte_ipsec.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ipsec/rte_ipsec_sa.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ipsec/rte_ipsec_sad.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/ipsec/rte_ipsec_group.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/fib/rte_fib.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/fib/rte_fib6.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_ethdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_fd.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_frag.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_ras.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_ring.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_sched.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_source_sink.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_sym_crypto.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_port_eventdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_swx_port.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_swx_port_ethdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_swx_port_fd.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_swx_port_ring.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/port/rte_swx_port_source_sink.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pdump/rte_pdump.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_lru.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_swx_hash_func.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_swx_table.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_swx_table_em.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_swx_table_learner.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_swx_table_selector.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_swx_table_wm.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_acl.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_array.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_hash.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_hash_cuckoo.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_hash_func.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_lpm.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_lpm_ipv6.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_stub.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_lru_arm64.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_lru_x86.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/table/rte_table_hash_func_arm64.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pipeline/rte_pipeline.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pipeline/rte_port_in_action.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pipeline/rte_table_action.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pipeline/rte_swx_pipeline.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pipeline/rte_swx_extern.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/pipeline/rte_swx_ctl.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/graph/rte_graph.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/graph/rte_graph_worker.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/node/rte_node_ip4_api.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/lib/node/rte_node_eth_api.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/bus/pci/rte_bus_pci.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/bus/vdev/rte_bus_vdev.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/bus/vmbus/rte_bus_vmbus.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/bus/vmbus/rte_vmbus_reg.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/mempool/dpaa2/rte_dpaa2_mempool.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/dma/dpaa2/rte_pmd_dpaa2_qdma.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/avp/rte_avp_common.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/avp/rte_avp_fifo.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/bnxt/rte_pmd_bnxt.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/bonding/rte_eth_bond.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/bonding/rte_eth_bond_8023ad.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/cnxk/rte_pmd_cnxk.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/dpaa/rte_pmd_dpaa.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/dpaa2/rte_pmd_dpaa2.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/i40e/rte_pmd_i40e.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/iavf/rte_pmd_iavf.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/ixgbe/rte_pmd_ixgbe.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/ring/rte_eth_ring.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/softnic/rte_eth_softnic.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/txgbe/rte_pmd_txgbe.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/net/vhost/rte_eth_vhost.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/raw/cnxk_bphy/rte_pmd_bphy.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/raw/cnxk_gpio/rte_pmd_cnxk_gpio.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/raw/dpaa2_cmdif/rte_pmd_dpaa2_cmdif.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/raw/ntb/rte_pmd_ntb.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/crypto/scheduler/rte_cryptodev_scheduler.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/crypto/scheduler/rte_cryptodev_scheduler_operations.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/event/dlb2/rte_pmd_dlb2.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/baseband/acc/rte_acc_cfg.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/drivers/baseband/fpga_5gnr_fec/rte_pmd_fpga_5gnr_fec.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/usertools/dpdk-devbind.py to /usr/local/bin
Installing /home/lq/my/dpdk-stable-22.11.1/usertools/dpdk-pmdinfo.py to /usr/local/bin
Installing /home/lq/my/dpdk-stable-22.11.1/usertools/dpdk-telemetry.py to /usr/local/bin
Installing /home/lq/my/dpdk-stable-22.11.1/usertools/dpdk-hugepages.py to /usr/local/bin
Installing /home/lq/my/dpdk-stable-22.11.1/build/rte_build_config.h to /usr/local/include
Installing /home/lq/my/dpdk-stable-22.11.1/build/meson-private/libdpdk-libs.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home/lq/my/dpdk-stable-22.11.1/build/meson-private/libdpdk.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Running custom install script '/bin/sh /home/lq/my/dpdk-stable-22.11.1/config/../buildtools/symlink-drivers-solibs.sh lib/x86_64-linux-gnu dpdk/pmds-23.0'
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ sudo ldconfig
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ 

3、使用测试例程验证

1、编译测试例程

lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ pwd
/home/lq/my/dpdk-stable-22.11.1
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ ls -la
总计 228
drwxrwxr-x 17 lq lq  4096  319 11:01 .
drwxrwxr-x  3 lq lq  4096  319 10:38 ..
-rw-rw-r--  1 lq lq     5 122 16:56 ABI_VERSION
drwxrwxr-x 20 lq lq  4096 122 16:56 app
drwxrwxr-x 14 lq lq  4096  319 17:49 build
drwxrwxr-x  6 lq lq  4096  319 17:49 buildtools
drwxrwxr-x  2 lq lq  4096 122 16:56 .ci
drwxrwxr-x  7 lq lq  4096 122 16:56 config
drwxrwxr-x  3 lq lq  4096 122 16:56 devtools
drwxrwxr-x  5 lq lq  4096 122 16:56 doc
drwxrwxr-x 15 lq lq  4096 122 16:56 drivers
drwxrwxr-x  3 lq lq  4096 122 16:56 dts
-rw-rw-r--  1 lq lq   505 122 16:56 .editorconfig
drwxrwxr-x 49 lq lq  4096 122 16:56 examples
-rw-rw-r--  1 lq lq    48 122 16:56 .gitattributes
drwxrwxr-x  3 lq lq  4096 122 16:56 .github
-rw-rw-r--  1 lq lq  1312 122 16:56 .gitignore
drwxrwxr-x  4 lq lq  4096 122 16:56 kernel
drwxrwxr-x 56 lq lq  4096 122 16:56 lib
drwxrwxr-x  2 lq lq  4096 122 16:56 license
-rw-rw-r--  1 lq lq 66506 122 16:56 .mailmap
-rw-rw-r--  1 lq lq 48245 122 16:56 MAINTAINERS
-rw-rw-r--  1 lq lq   219 122 16:56 Makefile
-rw-rw-r--  1 lq lq  5307 122 16:56 meson.build
-rw-rw-r--  1 lq lq  3840 122 16:56 meson_options.txt
-rw-rw-r--  1 lq lq   510 122 16:56 README
-rw-rw-r--  1 lq lq  3472 122 16:56 .travis.yml
drwxrwxr-x  2 lq lq  4096 122 16:56 usertools
-rw-rw-r--  1 lq lq     8 122 16:56 VERSION
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1$ cd build
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ meson configure -Dexamples=helloworld
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ ninja
[0/1] Regenerating build files.
The Meson build system
Version: 0.61.2
Source dir: /home/lq/my/dpdk-stable-22.11.1
Build dir: /home/lq/my/dpdk-stable-22.11.1/build
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 22.11.1
C compiler for the host machine: cc (gcc 11.3.0 "cc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0")
C linker for the host machine: cc ld.bfd 2.38
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config pkgconf found: NO
Program check-symbols.sh found: YES (/home/lq/my/dpdk-stable-22.11.1/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/home/lq/my/dpdk-stable-22.11.1/buildtools/options-ibverbs-static.sh)
Program objdump found: YES (/usr/bin/objdump)
Program python3 found: YES (/usr/bin/python3)
WARNING: Python files installed by Meson might not be found by python interpreter.
 This warning can be avoided by setting "python.platlibdir" option.
WARNING: Python files installed by Meson might not be found by python interpreter.
 This warning can be avoided by setting "python.purelibdir" option.
Program cat found: YES (/usr/bin/cat)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: NO
Library libfdt found: NO
Library libexecinfo found: NO
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO
Run-time dependency libarchive found: NO (tried pkgconfig)
Run-time dependency libbsd found: NO (tried pkgconfig)
Run-time dependency jansson found: NO (tried pkgconfig)
Run-time dependency openssl found: NO (tried pkgconfig)
Run-time dependency libpcap found: NO (tried pkgconfig)
Library pcap found: NO
Compiler for C supports arguments -Wcast-qual: YES (cached)
Compiler for C supports arguments -Wdeprecated: YES (cached)
Compiler for C supports arguments -Wformat: YES (cached)
Compiler for C supports arguments -Wformat-nonliteral: YES (cached)
Compiler for C supports arguments -Wformat-security: YES (cached)
Compiler for C supports arguments -Wmissing-declarations: YES (cached)
Compiler for C supports arguments -Wmissing-prototypes: YES (cached)
Compiler for C supports arguments -Wnested-externs: YES (cached)
Compiler for C supports arguments -Wold-style-definition: YES (cached)
Compiler for C supports arguments -Wpointer-arith: YES (cached)
Compiler for C supports arguments -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -Wundef: YES (cached)
Compiler for C supports arguments -Wwrite-strings: YES (cached)
Compiler for C supports arguments -Wno-address-of-packed-member: YES (cached)
Compiler for C supports arguments -Wno-packed-not-aligned: YES (cached)
Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
Compiler for C supports arguments -Wno-zero-length-bounds: YES (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Checking if "AVX512 checking" compiles: YES (cached)
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__" :  (cached)
Fetching value of define "__AVX512CD__" :  (cached)
Fetching value of define "__AVX512DQ__" :  (cached)
Fetching value of define "__AVX512F__" :  (cached)
Fetching value of define "__AVX512VL__" :  (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: YES (cached)
Checking for function "getentropy" : YES (cached)
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mpclmul: YES (cached)
Compiler for C supports arguments -maes: YES (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -mavx512dq: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mvpclmulqdq: YES (cached)
Compiler for C supports arguments -mavx2: YES (cached)
Compiler for C supports arguments -mavx: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Fetching value of define "__AVX512VL__" :  (cached)
Fetching value of define "__AVX512CD__" :  (cached)
Fetching value of define "__AVX512BW__" :  (cached)
Compiler for C supports arguments -mavx512f -mavx512vl -mavx512cd -mavx512bw: YES (cached)
Run-time dependency libelf found: NO (tried pkgconfig)
../lib/bpf/meson.build:36: WARNING: libelf is missing, rte_bpf_elf_load API will be disabled
../lib/bpf/meson.build:43: WARNING: libpcap is missing, rte_bpf_convert API will be disabled
Fetching value of define "__AVX512F__" :  (cached)
Fetching value of define "__AVX512DQ__" :  (cached)
Fetching value of define "__AVX512IFMA__" :  (cached)
Compiler for C supports arguments -mavx512f -mavx512dq -mavx512ifma: YES (cached)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Has header "linux/userfaultfd.h" : YES (cached)
Fetching value of define "__AVX512F__" :  (cached)
Fetching value of define "__AVX512DQ__" :  (cached)
Compiler for C supports arguments -mavx512f -mavx512dq: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-pointer-to-int-cast: YES (cached)
Run-time dependency libmusdk found: NO (tried pkgconfig)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Run-time dependency libmlx5 found: NO (tried pkgconfig)
Library mlx5 found: NO
Configuring mlx5_autoconf.h using configuration
Run-time dependency libcrypto found: NO (tried pkgconfig)
Library IPSec_MB found: NO
Run-time dependency libcrypto found: NO (tried pkgconfig)
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-empty-body: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Run-time dependency libxdp found: NO (tried pkgconfig)
Run-time dependency libbpf found: NO (tried pkgconfig)
Library bpf found: NO
Has header "linux/if_xdp.h" : YES (cached)
Run-time dependency zlib found: NO (tried pkgconfig)
Compiler for C supports arguments -DSUPPORT_CFA_HW_ALL=1: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -flax-vector-conversions: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-uninitialized: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-misleading-indentation: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-format: YES (cached)
Compiler for C supports arguments -Wno-format-security: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Fetching value of define "__AVX512F__" :  (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: Disabling kni [drivers/net/kni]: missing internal dependency "kni"
Run-time dependency libmlx4 found: NO (tried pkgconfig)
Library mlx4 found: NO
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency netcope-common found: NO (tried pkgconfig)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-unused-function: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-missing-declarations: YES (cached)
Compiler for C supports arguments -Wno-maybe-uninitialized: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Compiler for C supports arguments -Wno-visibility: NO (cached)
Compiler for C supports arguments -Wno-empty-body: YES (cached)
Compiler for C supports arguments -Wno-invalid-source-encoding: NO (cached)
Compiler for C supports arguments -Wno-sometimes-uninitialized: NO (cached)
Compiler for C supports arguments -Wno-pointer-bool-conversion: NO (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Library atomic found: YES
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
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES (cached)
Compiler for C supports arguments -Wno-maybe-uninitialized: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
Run-time dependency libcrypto found: NO (tried pkgconfig)
Library IPSec_MB found: NO
Message: Disabling mlx5 [drivers/crypto/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libcrypto found: NO (tried pkgconfig)
Run-time dependency libwd_crypto found: NO (tried pkgconfig)
Run-time dependency libwd found: NO (tried pkgconfig)
Run-time dependency libisal found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/compress/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency zlib found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Library librxp_compiler found: NO
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Compiler for C supports arguments -flax-vector-conversions: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Fetching value of define "__AVX512VL__" :  (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency flexran_sdk_turbo found: NO (tried pkgconfig and cmake)
Run-time dependency flexran_sdk_ldpc_decoder_5gnr found: NO (tried pkgconfig and cmake)
Has header "cuda.h" : NO (cached)
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Run-time dependency zlib found: NO (tried pkgconfig)
Message: hugepage availability: false
Program test_telemetry.sh found: YES (/home/lq/my/dpdk-stable-22.11.1/app/test/test_telemetry.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Configuring rte_build_config.h using configuration
Message: 
=================
Applications Enabled
=================

apps:
	pdump, proc-info, test-acl, test-bbdev, test-cmdline, test-compress-perf, test-crypto-perf, test-eventdev, 
	test-fib, test-flow-perf, test-gpudev, test-pipeline, test-pmd, test-regex, test-sad, test-security-perf, 
	

Message: 
=================
Libraries Enabled
=================

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

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

common:
	cpt, dpaax, iavf, idpf, octeontx, cnxk, qat, sfc_efx, 
	
bus:
	auxiliary, dpaa, fslmc, ifpga, pci, vdev, vmbus, 
mempool:
	bucket, cnxk, dpaa, dpaa2, octeontx, ring, stack, 
dma:
	cnxk, dpaa, dpaa2, hisilicon, idxd, ioat, skeleton, 
net:
	af_packet, ark, atlantic, avp, axgbe, bnxt, bond, cnxk, 
	cxgbe, dpaa, dpaa2, e1000, ena, enetc, enetfec, enic, 
	failsafe, fm10k, gve, hinic, hns3, i40e, iavf, ice, 
	idpf, igc, ionic, ixgbe, liquidio, memif, netvsc, nfp, 
	ngbe, null, octeontx, octeon_ep, pfe, qede, ring, sfc, 
	softnic, tap, thunderx, txgbe, vdev_netvsc, vhost, virtio, vmxnet3, 
	
raw:
	cnxk_bphy, cnxk_gpio, dpaa2_cmdif, ntb, skeleton, 
crypto:
	bcmfs, caam_jr, cnxk, dpaa_sec, dpaa2_sec, nitrox, null, octeontx, 
	scheduler, virtio, 
compress:
	octeontx, 
regex:
	cn9k, 
vdpa:
	ifc, sfc, 
event:
	cnxk, dlb2, dpaa, dpaa2, dsw, opdl, skeleton, sw, 
	octeontx, 
baseband:
	acc, fpga_5gnr_fec, fpga_lte_fec, la12xx, null, turbo_sw, 
gpu:
	

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

apps:
	dumpcap:	missing dependency, "libpcap"
	
libs:
	kni:	explicitly disabled via build config (deprecated lib)
	flow_classify:	explicitly disabled via build config (deprecated lib)
	
drivers:
	common/mvep:	missing dependency, "libmusdk"
	common/mlx5:	missing dependency, "mlx5"
	crypto/qat:	missing dependency, libcrypto
	net/af_xdp:	missing dependency, "libxdp >=1.2.2" and "libbpf"
	net/bnx2x:	missing dependency, "zlib"
	net/ipn3ke:	missing dependency, "libfdt"
	net/kni:	missing internal dependency, "kni" (deprecated lib)
	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/pcap:	missing dependency, "libpcap"
	raw/ifpga:	missing dependency, "libfdt"
	crypto/armv8:	missing dependency, "libAArch64crypto"
	crypto/ccp:	missing dependency, "libcrypto"
	crypto/ipsec_mb:	missing dependency, "libIPSec_MB"
	crypto/mlx5:	missing internal dependency, "common_mlx5"
	crypto/mvsam:	missing dependency, "libmusdk"
	crypto/openssl:	missing dependency, "libcrypto"
	crypto/uadk:	missing dependency, "libwd"
	compress/isal:	missing dependency, "libisal"
	compress/mlx5:	missing internal dependency, "common_mlx5"
	compress/zlib:	missing dependency, "zlib"
	regex/mlx5:	missing internal dependency, "common_mlx5"
	vdpa/mlx5:	missing internal dependency, "common_mlx5"
	gpu/cuda:	missing dependency, "cuda.h"
	

Build targets in project: 917

DPDK 22.11.1

  User defined options
    backend : ninja
    examples: helloworld

Found ninja-1.10.1 at /usr/bin/ninja
Cleaning... 0 files.
[2/2] Linking target examples/dpdk-helloworld
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build$ 

2、配置参数

lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build/examples$ pwd
/home/lq/my/dpdk-stable-22.11.1/build/examples
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build/examples$ ls -la
总计 32280
drwxrwxr-x  4 lq lq     4096  319 18:17 .
drwxrwxr-x 14 lq lq     4096  319 18:17 ..
-rwxrwxr-x  1 lq lq 33035648  319 18:17 dpdk-helloworld
drwxrwxr-x  2 lq lq     4096  319 18:17 dpdk-helloworld.p
drwxrwxr-x  2 lq lq     4096  319 18:17 helloworld
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build/examples$ 
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build/examples$ su root
密码: 
root@lq-virtual-machine:/home/lq/my/dpdk-stable-22.11.1/build/examples#
root@lq-virtual-machine:/home/lq/my/dpdk-stable-22.11.1/build/examples# echo 1024 > /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages
root@lq-virtual-machine:/home/lq/my/dpdk-stable-22.11.1/build/examples#
root@lq-virtual-machine:/home/lq/my/dpdk-stable-22.11.1/build/examples# exit
exit
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build/examples$ 

3、执行例程

lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build/examples$ sudo ./dpdk-helloworld
EAL: Detected CPU lcores: 4
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
hello from core 1
hello from core 2
hello from core 3
hello from core 0
lq@lq-virtual-machine:~/my/dpdk-stable-22.11.1/build/examples$ 
  • 2
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值