--- net/dpdk/Makefile (revision 518644) +++ net/dpdk/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dpdk -PORTVERSION= 18.05.1 +DISTVERSION= 19.11 CATEGORIES= net MASTER_SITES= http://fast.dpdk.org/rel/ @@ -13,58 +13,33 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Only works on 64-bit x86 hardware -USES= gmake kmod shebangfix -SHEBANG_FILES= usertools/dpdk-pmdinfo.py -MAKEFILE= GNUmakefile -NO_PACKAGE= ignores cflags -WRKSRC= ${WRKDIR}/${PORTNAME}-stable-${PORTVERSION} -RTE_TARGET= x86_64-native-bsdapp-clang -WRKBUILD= ${WRKSRC}/${RTE_TARGET} -MAKE_ENV= V=1 +USES= meson kmod shebangfix tar:xz +LIB_DEPENDS+= libjansson.so:devel/jansson +LIB_DEPENDS+= libcrypto.so:security/openssl +MESON_ARGS= -Dmachine=default -Ddefault_library=shared +USE_LDCONFIG= yes +SHEBANG_FILES= usertools/dpdk-pmdinfo.py \ + usertools/dpdk-telemetry-client.py \ + usertools/dpdk-devbind.py \ + examples/ipsec-secgw/test/pkttest.py \ + examples/ipsec-secgw/test/pkttest.sh \ + examples/ipsec-secgw/test/run_test.sh \ + examples/ipsec-secgw/test/trs_ipv6opts.py \ + examples/ipsec-secgw/test/tun_null_header_reconstruct.py \ + examples/performance-thread/l3fwd-thread/test.sh \ -ALL_TARGET= install T=${RTE_TARGET} +OPTIONS_DEFINE= EXAMPLES DEBUG TOOLS TESTS +OPTIONS_DEFAULT= TOOLS +OPTIONS_SUB= yes +DEBUG_DESC= Debugging support (unoptimized build, impacts performance) +TOOLS_DESC= Install tool scripts +TESTS_DESC= Build the automated unit test binary -OPTIONS_DEFINE= EXAMPLES DEBUG TOOLS -OPTIONS_DEFAULT=TOOLS -OPTIONS_SUB= yes -DEBUG_DESC= Debugging support (unoptimized build, impacts performance) -TOOLS_DESC= Install tool scripts - -DEBUG_MAKE_ENV= EXTRA_CFLAGS='-O0 -g' +EXAMPLES_MESON_ON= -Dexamples=all +DEBUG_MESON_ON= --buildtype=debug +DEBUG_MESON_OFF= --buildtype=release +TESTS_MESON_TRUE= tests TOOLS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyelftools>=0:devel/py-pyelftools@${PY_FLAVOR} -TOOLS_USES= python:2.7 +TOOLS_USES= python:3.5+ -# build up the list of files in the compiled directory that should be executable -EXEC_FILES= app/testpmd - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/${RTE_TARGET}/app \ - ${STAGEDIR}${DATADIR}/${RTE_TARGET}/lib \ - ${STAGEDIR}${DATADIR}/${RTE_TARGET}/include/generic - cd ${WRKSRC} && ${COPYTREE_SHARE} mk ${STAGEDIR}${DATADIR} \ - && ${COPYTREE_SHARE} examples ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKBUILD}/.config ${STAGEDIR}${DATADIR}/${RTE_TARGET} - for f in ${EXEC_FILES} ; do \ - ${INSTALL_PROGRAM} ${WRKBUILD}/$$f ${STAGEDIR}${DATADIR}/${RTE_TARGET}/app; \ - done - for f in ${WRKBUILD}/lib/* ; do \ - ${INSTALL_DATA} $$f ${STAGEDIR}${DATADIR}/${RTE_TARGET}/lib ; \ - done - for f in ${WRKBUILD}/include/*.h ; do \ - ${INSTALL_DATA} $$f ${STAGEDIR}${DATADIR}/${RTE_TARGET}/include ; \ - done - for f in ${WRKBUILD}/include/generic/*.h ; do \ - ${INSTALL_DATA} $$f ${STAGEDIR}${DATADIR}/${RTE_TARGET}/include/generic ; \ - done - ${LN} -sf ${DATADIR}/${RTE_TARGET}/lib ${STAGEDIR}${PREFIX}/lib/dpdk - ${LN} -sf ${DATADIR}/${RTE_TARGET}/include ${STAGEDIR}${PREFIX}/include/dpdk - ${INSTALL_KLD} ${WRKBUILD}/kmod/* ${STAGEDIR}${KMODDIR} - -do-install-EXAMPLES-on: - ${LN} -sf ${DATADIR}/examples ${STAGEDIR}${EXAMPLESDIR} - -do-install-TOOLS-on: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/usertools/dpdk-pmdinfo.py ${STAGEDIR}${PREFIX}/bin - .include --- net/dpdk/distinfo (revision 518644) +++ net/dpdk/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547152584 -SHA256 (dpdk-18.05.1.tar.gz) = be0da492290a303b0b09b79b8c9f6976ea7703ecf9f04d50aeead021c82b94b0 -SIZE (dpdk-18.05.1.tar.gz) = 13919248 +TIMESTAMP = 1575029584 +SHA256 (dpdk-19.11.tar.xz) = 467133968843677bb1c276bb74a3458aa7c002cc21e295c51e3bd65497b112ab +SIZE (dpdk-19.11.tar.xz) = 12380984 --- net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c (revision 518644) +++ net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c (nonexistent) @@ -1,15 +0,0 @@ ---- kernel/freebsd/contigmem/contigmem.c.orig 2018-09-05 14:29:02 UTC -+++ kernel/freebsd/contigmem/contigmem.c -@@ -9,9 +9,12 @@ - #include - #include - #include -+#include - #include -+#include - #include - #include -+#include - #include - #include - #include --- net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c (revision 518644) +++ net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c (nonexistent) @@ -1,10 +0,0 @@ ---- kernel/freebsd/nic_uio/nic_uio.c.orig 2018-09-05 14:29:02 UTC -+++ kernel/freebsd/nic_uio/nic_uio.c -@@ -9,6 +9,7 @@ - #include /* types used in module initialization */ - #include /* cdevsw struct */ - #include /* structs, prototypes for pci bus stuff and DEVMETHOD */ -+#include /* used by vm_pager.h => MPASS() */ - #include - #include - #include --- net/dpdk/pkg-plist (revision 518644) +++ net/dpdk/pkg-plist (working copy) @@ -1,702 +1,1017 @@ /%%KMODDIR%%/contigmem.ko /%%KMODDIR%%/nic_uio.ko -include/dpdk -lib/dpdk -%%DATADIR%%/examples/Makefile -%%DATADIR%%/examples/bbdev_app/Makefile -%%DATADIR%%/examples/bbdev_app/main.c -%%DATADIR%%/examples/bbdev_app/meson.build -%%DATADIR%%/examples/bond/Makefile -%%DATADIR%%/examples/bond/main.c -%%DATADIR%%/examples/bond/main.h -%%DATADIR%%/examples/bond/meson.build -%%DATADIR%%/examples/cmdline/Makefile -%%DATADIR%%/examples/cmdline/commands.c -%%DATADIR%%/examples/cmdline/commands.h -%%DATADIR%%/examples/cmdline/main.c -%%DATADIR%%/examples/cmdline/meson.build -%%DATADIR%%/examples/cmdline/parse_obj_list.c -%%DATADIR%%/examples/cmdline/parse_obj_list.h -%%DATADIR%%/examples/distributor/Makefile -%%DATADIR%%/examples/distributor/main.c -%%DATADIR%%/examples/distributor/meson.build -%%DATADIR%%/examples/ethtool/Makefile -%%DATADIR%%/examples/ethtool/ethtool-app/Makefile -%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.c -%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.h -%%DATADIR%%/examples/ethtool/ethtool-app/main.c -%%DATADIR%%/examples/ethtool/lib/Makefile -%%DATADIR%%/examples/ethtool/lib/rte_ethtool.c -%%DATADIR%%/examples/ethtool/lib/rte_ethtool.h -%%DATADIR%%/examples/ethtool/meson.build -%%DATADIR%%/examples/eventdev_pipeline/Makefile -%%DATADIR%%/examples/eventdev_pipeline/main.c -%%DATADIR%%/examples/eventdev_pipeline/meson.build -%%DATADIR%%/examples/eventdev_pipeline/pipeline_common.h -%%DATADIR%%/examples/eventdev_pipeline/pipeline_worker_generic.c -%%DATADIR%%/examples/eventdev_pipeline/pipeline_worker_tx.c -%%DATADIR%%/examples/exception_path/Makefile -%%DATADIR%%/examples/exception_path/main.c -%%DATADIR%%/examples/exception_path/meson.build -%%DATADIR%%/examples/flow_classify/Makefile -%%DATADIR%%/examples/flow_classify/flow_classify.c -%%DATADIR%%/examples/flow_classify/ipv4_rules_file.txt -%%DATADIR%%/examples/flow_classify/meson.build -%%DATADIR%%/examples/flow_filtering/Makefile -%%DATADIR%%/examples/flow_filtering/flow_blocks.c -%%DATADIR%%/examples/flow_filtering/main.c -%%DATADIR%%/examples/flow_filtering/meson.build -%%DATADIR%%/examples/helloworld/Makefile -%%DATADIR%%/examples/helloworld/main.c -%%DATADIR%%/examples/helloworld/meson.build -%%DATADIR%%/examples/ip_fragmentation/Makefile -%%DATADIR%%/examples/ip_fragmentation/main.c -%%DATADIR%%/examples/ip_fragmentation/meson.build -%%DATADIR%%/examples/ip_pipeline/Makefile -%%DATADIR%%/examples/ip_pipeline/action.c -%%DATADIR%%/examples/ip_pipeline/action.h -%%DATADIR%%/examples/ip_pipeline/cli.c -%%DATADIR%%/examples/ip_pipeline/cli.h -%%DATADIR%%/examples/ip_pipeline/common.h -%%DATADIR%%/examples/ip_pipeline/conn.c -%%DATADIR%%/examples/ip_pipeline/conn.h -%%DATADIR%%/examples/ip_pipeline/examples/firewall.cli -%%DATADIR%%/examples/ip_pipeline/examples/flow.cli -%%DATADIR%%/examples/ip_pipeline/examples/kni.cli -%%DATADIR%%/examples/ip_pipeline/examples/l2fwd.cli -%%DATADIR%%/examples/ip_pipeline/examples/route.cli -%%DATADIR%%/examples/ip_pipeline/examples/route_ecmp.cli -%%DATADIR%%/examples/ip_pipeline/examples/tap.cli -%%DATADIR%%/examples/ip_pipeline/hash_func.h -%%DATADIR%%/examples/ip_pipeline/hash_func_arm64.h -%%DATADIR%%/examples/ip_pipeline/kni.c -%%DATADIR%%/examples/ip_pipeline/kni.h -%%DATADIR%%/examples/ip_pipeline/link.c -%%DATADIR%%/examples/ip_pipeline/link.h -%%DATADIR%%/examples/ip_pipeline/main.c -%%DATADIR%%/examples/ip_pipeline/mempool.c -%%DATADIR%%/examples/ip_pipeline/mempool.h -%%DATADIR%%/examples/ip_pipeline/meson.build -%%DATADIR%%/examples/ip_pipeline/parser.c -%%DATADIR%%/examples/ip_pipeline/parser.h -%%DATADIR%%/examples/ip_pipeline/pipeline.c -%%DATADIR%%/examples/ip_pipeline/pipeline.h -%%DATADIR%%/examples/ip_pipeline/swq.c -%%DATADIR%%/examples/ip_pipeline/swq.h -%%DATADIR%%/examples/ip_pipeline/tap.c -%%DATADIR%%/examples/ip_pipeline/tap.h -%%DATADIR%%/examples/ip_pipeline/thread.c -%%DATADIR%%/examples/ip_pipeline/thread.h -%%DATADIR%%/examples/ip_pipeline/tmgr.c -%%DATADIR%%/examples/ip_pipeline/tmgr.h -%%DATADIR%%/examples/ip_reassembly/Makefile -%%DATADIR%%/examples/ip_reassembly/main.c -%%DATADIR%%/examples/ip_reassembly/meson.build -%%DATADIR%%/examples/ipsec-secgw/Makefile -%%DATADIR%%/examples/ipsec-secgw/ep0.cfg -%%DATADIR%%/examples/ipsec-secgw/ep1.cfg -%%DATADIR%%/examples/ipsec-secgw/esp.c -%%DATADIR%%/examples/ipsec-secgw/esp.h -%%DATADIR%%/examples/ipsec-secgw/ipip.h -%%DATADIR%%/examples/ipsec-secgw/ipsec-secgw.c -%%DATADIR%%/examples/ipsec-secgw/ipsec.c -%%DATADIR%%/examples/ipsec-secgw/ipsec.h -%%DATADIR%%/examples/ipsec-secgw/meson.build -%%DATADIR%%/examples/ipsec-secgw/parser.c -%%DATADIR%%/examples/ipsec-secgw/parser.h -%%DATADIR%%/examples/ipsec-secgw/rt.c -%%DATADIR%%/examples/ipsec-secgw/sa.c -%%DATADIR%%/examples/ipsec-secgw/sp4.c -%%DATADIR%%/examples/ipsec-secgw/sp6.c -%%DATADIR%%/examples/ipv4_multicast/Makefile -%%DATADIR%%/examples/ipv4_multicast/main.c -%%DATADIR%%/examples/ipv4_multicast/meson.build -%%DATADIR%%/examples/kni/Makefile -%%DATADIR%%/examples/kni/main.c -%%DATADIR%%/examples/kni/meson.build -%%DATADIR%%/examples/l2fwd-cat/Makefile -%%DATADIR%%/examples/l2fwd-cat/cat.c -%%DATADIR%%/examples/l2fwd-cat/cat.h -%%DATADIR%%/examples/l2fwd-cat/l2fwd-cat.c -%%DATADIR%%/examples/l2fwd-cat/meson.build -%%DATADIR%%/examples/l2fwd-crypto/Makefile -%%DATADIR%%/examples/l2fwd-crypto/main.c -%%DATADIR%%/examples/l2fwd-crypto/meson.build -%%DATADIR%%/examples/l2fwd-jobstats/Makefile -%%DATADIR%%/examples/l2fwd-jobstats/main.c -%%DATADIR%%/examples/l2fwd-jobstats/meson.build -%%DATADIR%%/examples/l2fwd-keepalive/Makefile -%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/Makefile -%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/main.c -%%DATADIR%%/examples/l2fwd-keepalive/main.c -%%DATADIR%%/examples/l2fwd-keepalive/meson.build -%%DATADIR%%/examples/l2fwd-keepalive/shm.c -%%DATADIR%%/examples/l2fwd-keepalive/shm.h -%%DATADIR%%/examples/l2fwd/Makefile -%%DATADIR%%/examples/l2fwd/main.c -%%DATADIR%%/examples/l2fwd/meson.build -%%DATADIR%%/examples/l3fwd-acl/Makefile -%%DATADIR%%/examples/l3fwd-acl/main.c -%%DATADIR%%/examples/l3fwd-acl/meson.build -%%DATADIR%%/examples/l3fwd-power/Makefile -%%DATADIR%%/examples/l3fwd-power/main.c -%%DATADIR%%/examples/l3fwd-power/meson.build -%%DATADIR%%/examples/l3fwd-vf/Makefile -%%DATADIR%%/examples/l3fwd-vf/main.c -%%DATADIR%%/examples/l3fwd-vf/meson.build -%%DATADIR%%/examples/l3fwd/Makefile -%%DATADIR%%/examples/l3fwd/l3fwd.h -%%DATADIR%%/examples/l3fwd/l3fwd_altivec.h -%%DATADIR%%/examples/l3fwd/l3fwd_common.h -%%DATADIR%%/examples/l3fwd/l3fwd_em.c -%%DATADIR%%/examples/l3fwd/l3fwd_em.h -%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm.h -%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_neon.h -%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_sse.h -%%DATADIR%%/examples/l3fwd/l3fwd_em_sequential.h -%%DATADIR%%/examples/l3fwd/l3fwd_lpm.c -%%DATADIR%%/examples/l3fwd/l3fwd_lpm.h -%%DATADIR%%/examples/l3fwd/l3fwd_lpm_altivec.h -%%DATADIR%%/examples/l3fwd/l3fwd_lpm_neon.h -%%DATADIR%%/examples/l3fwd/l3fwd_lpm_sse.h -%%DATADIR%%/examples/l3fwd/l3fwd_neon.h -%%DATADIR%%/examples/l3fwd/l3fwd_sse.h -%%DATADIR%%/examples/l3fwd/main.c -%%DATADIR%%/examples/l3fwd/meson.build -%%DATADIR%%/examples/link_status_interrupt/Makefile -%%DATADIR%%/examples/link_status_interrupt/main.c -%%DATADIR%%/examples/link_status_interrupt/meson.build -%%DATADIR%%/examples/load_balancer/Makefile -%%DATADIR%%/examples/load_balancer/config.c -%%DATADIR%%/examples/load_balancer/init.c -%%DATADIR%%/examples/load_balancer/main.c -%%DATADIR%%/examples/load_balancer/main.h -%%DATADIR%%/examples/load_balancer/meson.build -%%DATADIR%%/examples/load_balancer/runtime.c -%%DATADIR%%/examples/meson.build -%%DATADIR%%/examples/multi_process/Makefile -%%DATADIR%%/examples/multi_process/client_server_mp/Makefile -%%DATADIR%%/examples/multi_process/client_server_mp/mp_client/Makefile -%%DATADIR%%/examples/multi_process/client_server_mp/mp_client/client.c -%%DATADIR%%/examples/multi_process/client_server_mp/mp_server/Makefile -%%DATADIR%%/examples/multi_process/client_server_mp/mp_server/args.c -%%DATADIR%%/examples/multi_process/client_server_mp/mp_server/args.h -%%DATADIR%%/examples/multi_process/client_server_mp/mp_server/init.c -%%DATADIR%%/examples/multi_process/client_server_mp/mp_server/init.h -%%DATADIR%%/examples/multi_process/client_server_mp/mp_server/main.c -%%DATADIR%%/examples/multi_process/client_server_mp/shared/common.h -%%DATADIR%%/examples/multi_process/l2fwd_fork/Makefile -%%DATADIR%%/examples/multi_process/l2fwd_fork/flib.c -%%DATADIR%%/examples/multi_process/l2fwd_fork/flib.h -%%DATADIR%%/examples/multi_process/l2fwd_fork/main.c -%%DATADIR%%/examples/multi_process/meson.build -%%DATADIR%%/examples/multi_process/simple_mp/Makefile -%%DATADIR%%/examples/multi_process/simple_mp/main.c -%%DATADIR%%/examples/multi_process/simple_mp/mp_commands.c -%%DATADIR%%/examples/multi_process/simple_mp/mp_commands.h -%%DATADIR%%/examples/multi_process/symmetric_mp/Makefile -%%DATADIR%%/examples/multi_process/symmetric_mp/main.c -%%DATADIR%%/examples/netmap_compat/Makefile -%%DATADIR%%/examples/netmap_compat/bridge/Makefile -%%DATADIR%%/examples/netmap_compat/bridge/bridge.c -%%DATADIR%%/examples/netmap_compat/lib/compat_netmap.c -%%DATADIR%%/examples/netmap_compat/lib/compat_netmap.h -%%DATADIR%%/examples/netmap_compat/meson.build -%%DATADIR%%/examples/netmap_compat/netmap/netmap.h -%%DATADIR%%/examples/netmap_compat/netmap/netmap_user.h -%%DATADIR%%/examples/packet_ordering/Makefile -%%DATADIR%%/examples/packet_ordering/main.c -%%DATADIR%%/examples/packet_ordering/meson.build -%%DATADIR%%/examples/performance-thread/Makefile -%%DATADIR%%/examples/performance-thread/common/arch/arm64/ctx.c -%%DATADIR%%/examples/performance-thread/common/arch/arm64/ctx.h -%%DATADIR%%/examples/performance-thread/common/arch/arm64/stack.h -%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.c -%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.h -%%DATADIR%%/examples/performance-thread/common/arch/x86/stack.h -%%DATADIR%%/examples/performance-thread/common/common.mk -%%DATADIR%%/examples/performance-thread/common/lthread.c -%%DATADIR%%/examples/performance-thread/common/lthread.h -%%DATADIR%%/examples/performance-thread/common/lthread_api.h -%%DATADIR%%/examples/performance-thread/common/lthread_cond.c -%%DATADIR%%/examples/performance-thread/common/lthread_cond.h -%%DATADIR%%/examples/performance-thread/common/lthread_diag.c -%%DATADIR%%/examples/performance-thread/common/lthread_diag.h -%%DATADIR%%/examples/performance-thread/common/lthread_diag_api.h -%%DATADIR%%/examples/performance-thread/common/lthread_int.h -%%DATADIR%%/examples/performance-thread/common/lthread_mutex.c -%%DATADIR%%/examples/performance-thread/common/lthread_mutex.h -%%DATADIR%%/examples/performance-thread/common/lthread_objcache.h -%%DATADIR%%/examples/performance-thread/common/lthread_pool.h -%%DATADIR%%/examples/performance-thread/common/lthread_queue.h -%%DATADIR%%/examples/performance-thread/common/lthread_sched.c -%%DATADIR%%/examples/performance-thread/common/lthread_sched.h -%%DATADIR%%/examples/performance-thread/common/lthread_timer.h -%%DATADIR%%/examples/performance-thread/common/lthread_tls.c -%%DATADIR%%/examples/performance-thread/common/lthread_tls.h -%%DATADIR%%/examples/performance-thread/l3fwd-thread/Makefile -%%DATADIR%%/examples/performance-thread/l3fwd-thread/main.c -%%DATADIR%%/examples/performance-thread/l3fwd-thread/test.sh -%%DATADIR%%/examples/performance-thread/meson.build -%%DATADIR%%/examples/performance-thread/pthread_shim/Makefile -%%DATADIR%%/examples/performance-thread/pthread_shim/main.c -%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.c -%%DATADIR%%/examples/performance-thread/pthread_shim/pthread_shim.h -%%DATADIR%%/examples/ptpclient/Makefile -%%DATADIR%%/examples/ptpclient/meson.build -%%DATADIR%%/examples/ptpclient/ptpclient.c -%%DATADIR%%/examples/qos_meter/Makefile -%%DATADIR%%/examples/qos_meter/main.c -%%DATADIR%%/examples/qos_meter/main.h -%%DATADIR%%/examples/qos_meter/meson.build -%%DATADIR%%/examples/qos_meter/rte_policer.c -%%DATADIR%%/examples/qos_meter/rte_policer.h -%%DATADIR%%/examples/qos_sched/Makefile -%%DATADIR%%/examples/qos_sched/app_thread.c -%%DATADIR%%/examples/qos_sched/args.c -%%DATADIR%%/examples/qos_sched/cfg_file.c -%%DATADIR%%/examples/qos_sched/cfg_file.h -%%DATADIR%%/examples/qos_sched/cmdline.c -%%DATADIR%%/examples/qos_sched/init.c -%%DATADIR%%/examples/qos_sched/main.c -%%DATADIR%%/examples/qos_sched/main.h -%%DATADIR%%/examples/qos_sched/meson.build -%%DATADIR%%/examples/qos_sched/profile.cfg -%%DATADIR%%/examples/qos_sched/profile_ov.cfg -%%DATADIR%%/examples/qos_sched/stats.c -%%DATADIR%%/examples/quota_watermark/Makefile -%%DATADIR%%/examples/quota_watermark/include/conf.h -%%DATADIR%%/examples/quota_watermark/meson.build -%%DATADIR%%/examples/quota_watermark/qw/Makefile -%%DATADIR%%/examples/quota_watermark/qw/args.c -%%DATADIR%%/examples/quota_watermark/qw/args.h -%%DATADIR%%/examples/quota_watermark/qw/init.c -%%DATADIR%%/examples/quota_watermark/qw/init.h -%%DATADIR%%/examples/quota_watermark/qw/main.c -%%DATADIR%%/examples/quota_watermark/qw/main.h -%%DATADIR%%/examples/quota_watermark/qwctl/Makefile -%%DATADIR%%/examples/quota_watermark/qwctl/commands.c -%%DATADIR%%/examples/quota_watermark/qwctl/commands.h -%%DATADIR%%/examples/quota_watermark/qwctl/qwctl.c -%%DATADIR%%/examples/quota_watermark/qwctl/qwctl.h -%%DATADIR%%/examples/rxtx_callbacks/Makefile -%%DATADIR%%/examples/rxtx_callbacks/main.c -%%DATADIR%%/examples/rxtx_callbacks/meson.build -%%DATADIR%%/examples/server_node_efd/Makefile -%%DATADIR%%/examples/server_node_efd/meson.build -%%DATADIR%%/examples/server_node_efd/node/Makefile -%%DATADIR%%/examples/server_node_efd/node/node.c -%%DATADIR%%/examples/server_node_efd/server/Makefile -%%DATADIR%%/examples/server_node_efd/server/args.c -%%DATADIR%%/examples/server_node_efd/server/args.h -%%DATADIR%%/examples/server_node_efd/server/init.c -%%DATADIR%%/examples/server_node_efd/server/init.h -%%DATADIR%%/examples/server_node_efd/server/main.c -%%DATADIR%%/examples/server_node_efd/shared/common.h -%%DATADIR%%/examples/service_cores/Makefile -%%DATADIR%%/examples/service_cores/main.c -%%DATADIR%%/examples/service_cores/meson.build -%%DATADIR%%/examples/skeleton/Makefile -%%DATADIR%%/examples/skeleton/basicfwd.c -%%DATADIR%%/examples/skeleton/meson.build -%%DATADIR%%/examples/tep_termination/Makefile -%%DATADIR%%/examples/tep_termination/main.c -%%DATADIR%%/examples/tep_termination/main.h -%%DATADIR%%/examples/tep_termination/meson.build -%%DATADIR%%/examples/tep_termination/vxlan.c -%%DATADIR%%/examples/tep_termination/vxlan.h -%%DATADIR%%/examples/tep_termination/vxlan_setup.c -%%DATADIR%%/examples/tep_termination/vxlan_setup.h -%%DATADIR%%/examples/timer/Makefile -%%DATADIR%%/examples/timer/main.c -%%DATADIR%%/examples/timer/meson.build -%%DATADIR%%/examples/vhost/Makefile -%%DATADIR%%/examples/vhost/main.c -%%DATADIR%%/examples/vhost/main.h -%%DATADIR%%/examples/vhost/meson.build -%%DATADIR%%/examples/vhost/virtio_net.c -%%DATADIR%%/examples/vhost_crypto/Makefile -%%DATADIR%%/examples/vhost_crypto/main.c -%%DATADIR%%/examples/vhost_crypto/meson.build -%%DATADIR%%/examples/vhost_scsi/Makefile -%%DATADIR%%/examples/vhost_scsi/meson.build -%%DATADIR%%/examples/vhost_scsi/scsi.c -%%DATADIR%%/examples/vhost_scsi/scsi_spec.h -%%DATADIR%%/examples/vhost_scsi/vhost_scsi.c -%%DATADIR%%/examples/vhost_scsi/vhost_scsi.h -%%DATADIR%%/examples/vm_power_manager/Makefile -%%DATADIR%%/examples/vm_power_manager/channel_manager.c -%%DATADIR%%/examples/vm_power_manager/channel_manager.h -%%DATADIR%%/examples/vm_power_manager/channel_monitor.c -%%DATADIR%%/examples/vm_power_manager/channel_monitor.h -%%DATADIR%%/examples/vm_power_manager/guest_cli/Makefile -%%DATADIR%%/examples/vm_power_manager/guest_cli/main.c -%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.c -%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h -%%DATADIR%%/examples/vm_power_manager/main.c -%%DATADIR%%/examples/vm_power_manager/meson.build -%%DATADIR%%/examples/vm_power_manager/power_manager.c -%%DATADIR%%/examples/vm_power_manager/power_manager.h -%%DATADIR%%/examples/vm_power_manager/vm_power_cli.c -%%DATADIR%%/examples/vm_power_manager/vm_power_cli.h -%%DATADIR%%/examples/vmdq/Makefile -%%DATADIR%%/examples/vmdq/main.c -%%DATADIR%%/examples/vmdq/meson.build -%%DATADIR%%/examples/vmdq_dcb/Makefile -%%DATADIR%%/examples/vmdq_dcb/main.c -%%DATADIR%%/examples/vmdq_dcb/meson.build -%%DATADIR%%/mk/arch/arm/rte.vars.mk -%%DATADIR%%/mk/arch/arm64/rte.vars.mk -%%DATADIR%%/mk/arch/i686/rte.vars.mk -%%DATADIR%%/mk/arch/ppc_64/rte.vars.mk -%%DATADIR%%/mk/arch/x86_64/rte.vars.mk -%%DATADIR%%/mk/arch/x86_x32/rte.vars.mk -%%DATADIR%%/mk/exec-env/bsdapp/rte.app.mk -%%DATADIR%%/mk/exec-env/bsdapp/rte.vars.mk -%%DATADIR%%/mk/exec-env/linuxapp/rte.app.mk -%%DATADIR%%/mk/exec-env/linuxapp/rte.vars.mk -%%DATADIR%%/mk/internal/rte.build-post.mk -%%DATADIR%%/mk/internal/rte.build-pre.mk -%%DATADIR%%/mk/internal/rte.clean-post.mk -%%DATADIR%%/mk/internal/rte.clean-pre.mk -%%DATADIR%%/mk/internal/rte.compile-post.mk -%%DATADIR%%/mk/internal/rte.compile-pre.mk -%%DATADIR%%/mk/internal/rte.extvars.mk -%%DATADIR%%/mk/internal/rte.install-post.mk -%%DATADIR%%/mk/internal/rte.install-pre.mk -%%DATADIR%%/mk/machine/armv7a/rte.vars.mk -%%DATADIR%%/mk/machine/armv8a/rte.vars.mk -%%DATADIR%%/mk/machine/default/rte.vars.mk -%%DATADIR%%/mk/machine/dpaa/rte.vars.mk -%%DATADIR%%/mk/machine/dpaa2/rte.vars.mk -%%DATADIR%%/mk/machine/hsw/rte.vars.mk -%%DATADIR%%/mk/machine/ivb/rte.vars.mk -%%DATADIR%%/mk/machine/native/rte.vars.mk -%%DATADIR%%/mk/machine/nhm/rte.vars.mk -%%DATADIR%%/mk/machine/power8/rte.vars.mk -%%DATADIR%%/mk/machine/silvermont/rte.vars.mk -%%DATADIR%%/mk/machine/snb/rte.vars.mk -%%DATADIR%%/mk/machine/thunderx/rte.vars.mk -%%DATADIR%%/mk/machine/wsm/rte.vars.mk -%%DATADIR%%/mk/machine/xgene1/rte.vars.mk -%%DATADIR%%/mk/rte.app.mk -%%DATADIR%%/mk/rte.bsdmodule.mk -%%DATADIR%%/mk/rte.combinedlib.mk -%%DATADIR%%/mk/rte.cpuflags.mk -%%DATADIR%%/mk/rte.extapp.mk -%%DATADIR%%/mk/rte.extlib.mk -%%DATADIR%%/mk/rte.extobj.mk -%%DATADIR%%/mk/rte.extshared.mk -%%DATADIR%%/mk/rte.extsubdir.mk -%%DATADIR%%/mk/rte.gnuconfigure.mk -%%DATADIR%%/mk/rte.hostapp.mk -%%DATADIR%%/mk/rte.hostlib.mk -%%DATADIR%%/mk/rte.install.mk -%%DATADIR%%/mk/rte.lib.mk -%%DATADIR%%/mk/rte.module.mk -%%DATADIR%%/mk/rte.obj.mk -%%DATADIR%%/mk/rte.sdkbuild.mk -%%DATADIR%%/mk/rte.sdkconfig.mk -%%DATADIR%%/mk/rte.sdkdepdirs.mk -%%DATADIR%%/mk/rte.sdkdoc.mk -%%DATADIR%%/mk/rte.sdkexamples.mk -%%DATADIR%%/mk/rte.sdkgcov.mk -%%DATADIR%%/mk/rte.sdkinstall.mk -%%DATADIR%%/mk/rte.sdkroot.mk -%%DATADIR%%/mk/rte.sdktest.mk -%%DATADIR%%/mk/rte.shared.mk -%%DATADIR%%/mk/rte.subdir.mk -%%DATADIR%%/mk/rte.vars.mk -%%DATADIR%%/mk/target/generic/rte.app.mk -%%DATADIR%%/mk/target/generic/rte.vars.mk -%%DATADIR%%/mk/toolchain/clang/rte.toolchain-compat.mk -%%DATADIR%%/mk/toolchain/clang/rte.vars.mk -%%DATADIR%%/mk/toolchain/gcc/rte.toolchain-compat.mk -%%DATADIR%%/mk/toolchain/gcc/rte.vars.mk -%%DATADIR%%/mk/toolchain/icc/rte.toolchain-compat.mk -%%DATADIR%%/mk/toolchain/icc/rte.vars.mk -%%DATADIR%%/x86_64-native-bsdapp-clang/.config -%%DATADIR%%/x86_64-native-bsdapp-clang/app/testpmd -%%DATADIR%%/x86_64-native-bsdapp-clang/include/bpf_def.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_cirbuf.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse_etheraddr.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse_ipaddr.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse_num.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse_portlist.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse_string.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_rdline.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_socket.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_vt100.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_atomic.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_byteorder.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cpuflags.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_cycles.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_io.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_memcpy.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_pause.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_prefetch.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_rwlock.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_spinlock.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/generic/rte_vect.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl_osdep.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_alarm.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_approx.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_arp.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic_32.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_atomic_64.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bbdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bbdev_op.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bbdev_pmd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bitmap.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bitrate.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bpf.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bpf_ethdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_branch_prediction.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus_ifpga.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus_pci.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_bus_vdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder_32.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_byteorder_64.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cfgfile.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_common.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_comp.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compat.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compressdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compressdev_internal.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compressdev_pmd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_config.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cpuflags.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_crypto_sym.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_pmd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_scheduler.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_scheduler_operations.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cycles.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_debug.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_dev_info.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_devargs.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_distributor.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal_interrupts.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eal_memconfig.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_efd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_errno.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_esp.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_bond_8023ad.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ctrl.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ring.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_softnic.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_core.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_driver.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_pci.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev_vdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ether.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_crypto_adapter.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_eth_rx_adapter.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_ring.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_timer_adapter.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_event_timer_adapter_pmd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev_pmd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev_pmd_pci.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eventdev_pmd_vdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_fbarray.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_fbk_hash.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_flow.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_flow_classify.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_flow_driver.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_gre.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_gro.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_gso.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hash.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hash_crc.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hexdump.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_hypervisor.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_icmp.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_interrupts.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_io.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ip.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ip_frag.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jhash.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_jobstats.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_keepalive.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_kvargs.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_latencystats.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_launch.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lcore.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_log.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm6.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lpm_sse.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lru.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lru_x86.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_malloc_heap.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf_pool_ops.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mbuf_ptype.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_member.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memcpy.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memory.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mempool.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_memzone.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_meter.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_metrics.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mtr.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_mtr_driver.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_net.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_net_crc.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pause.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_feature_defs.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pci_dev_features.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pdump.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_per_lcore.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pipeline.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pmd_bnxt.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pmd_i40e.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_pmd_ixgbe.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ethdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_fd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_frag.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_in_action.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ras.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_ring.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_sched.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_port_source_sink.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_prefetch.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_random.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rawdev.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rawdev_pmd.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reciprocal.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_red.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_reorder.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring_c11_mem.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ring_generic.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rtm.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_rwlock.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sched_common.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_sctp.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_security.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_security_driver.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_service.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_service_component.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_spinlock.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_string_fns.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_acl.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_action.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_array.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_hash.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_hash_cuckoo.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_lpm.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_lpm_ipv6.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_table_stub.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tailq.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tcp.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_test.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_thash.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_time.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_timer.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tm.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_tm_driver.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_udp.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_version.h -%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vfio.h -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/libdpdk.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bbdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bitratestats.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bpf.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bus_ifpga.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bus_pci.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_bus_vdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cfgfile.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cmdline.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_common_octeontx.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_compressdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cryptodev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_distributor.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_eal.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_efd.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ethdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_eventdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_flow_classify.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_gro.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_gso.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_hash.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ip_frag.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_jobstats.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_kvargs.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_latencystats.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_lpm.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_member.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_bucket.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_octeontx.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_ring.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool_stack.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_metrics.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_net.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pci.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pdump.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ark.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_avf.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_axgbe.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bbdev_null.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bnxt.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_bond.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_crypto_scheduler.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_cxgbe.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_e1000.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ena.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_enic.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_failsafe.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_fm10k.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_i40e.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ifpga_rawdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ixgbe.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_lio.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null_crypto.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_octeontx.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_octeontx_ssovf.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_opdl_event.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_qede.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_sfc_efx.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_skeleton_event.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_skeleton_rawdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_softnic.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_sw_event.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_thunderx_nicvf.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio_crypto.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_port.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_rawdev.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_reorder.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_ring.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_sched.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_security.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_table.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_timer.a +%%TOOLS%%bin/dpdk-devbind.py +%%TOOLS%%bin/dpdk-pdump %%TOOLS%%bin/dpdk-pmdinfo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%% +%%TOOLS%%bin/dpdk-proc-info +bin/dpdk-test-acl +bin/dpdk-test-bbdev +bin/dpdk-test-cmdline +bin/dpdk-test-compress-perf +bin/dpdk-test-crypto-perf +bin/dpdk-test-eventdev +bin/dpdk-test-pipeline +bin/dpdk-test-sad +bin/dpdk-testpmd +include/cmdline.h +include/cmdline_cirbuf.h +include/cmdline_parse.h +include/cmdline_parse_etheraddr.h +include/cmdline_parse_ipaddr.h +include/cmdline_parse_num.h +include/cmdline_parse_portlist.h +include/cmdline_parse_string.h +include/cmdline_rdline.h +include/cmdline_socket.h +include/cmdline_vt100.h +include/generic/rte_atomic.h +include/generic/rte_byteorder.h +include/generic/rte_cpuflags.h +include/generic/rte_cycles.h +include/generic/rte_io.h +include/generic/rte_mcslock.h +include/generic/rte_memcpy.h +include/generic/rte_pause.h +include/generic/rte_prefetch.h +include/generic/rte_rwlock.h +include/generic/rte_spinlock.h +include/generic/rte_ticketlock.h +include/generic/rte_vect.h +include/rte_acl.h +include/rte_acl_osdep.h +include/rte_alarm.h +include/rte_approx.h +include/rte_arp.h +include/rte_atomic.h +include/rte_atomic_32.h +include/rte_atomic_64.h +include/rte_avp_common.h +include/rte_avp_fifo.h +include/rte_bbdev.h +include/rte_bbdev_op.h +include/rte_bbdev_pmd.h +include/rte_bitmap.h +include/rte_bitrate.h +include/rte_branch_prediction.h +include/rte_build_config.h +include/rte_bus.h +include/rte_bus_ifpga.h +include/rte_bus_pci.h +include/rte_bus_vdev.h +include/rte_bus_vmbus.h +include/rte_byteorder.h +include/rte_byteorder_32.h +include/rte_byteorder_64.h +include/rte_cfgfile.h +include/rte_class.h +include/rte_cmp_arm64.h +include/rte_cmp_x86.h +include/rte_common.h +include/rte_comp.h +include/rte_compat.h +include/rte_compressdev.h +include/rte_compressdev_internal.h +include/rte_compressdev_pmd.h +include/rte_config.h +include/rte_cpuflags.h +include/rte_crc_arm64.h +include/rte_crypto.h +include/rte_crypto_asym.h +include/rte_crypto_sym.h +include/rte_cryptodev.h +include/rte_cryptodev_pmd.h +include/rte_cuckoo_hash.h +include/rte_cycles.h +include/rte_debug.h +include/rte_dev.h +include/rte_dev_info.h +include/rte_devargs.h +include/rte_distributor.h +include/rte_eal.h +include/rte_eal_interrupts.h +include/rte_eal_memconfig.h +include/rte_efd.h +include/rte_errno.h +include/rte_esp.h +include/rte_eth_bond.h +include/rte_eth_bond_8023ad.h +include/rte_eth_ctrl.h +include/rte_eth_ring.h +include/rte_eth_softnic.h +include/rte_eth_vhost.h +include/rte_ethdev.h +include/rte_ethdev_core.h +include/rte_ethdev_driver.h +include/rte_ethdev_pci.h +include/rte_ethdev_vdev.h +include/rte_ether.h +include/rte_event_crypto_adapter.h +include/rte_event_eth_rx_adapter.h +include/rte_event_eth_tx_adapter.h +include/rte_event_ring.h +include/rte_event_timer_adapter.h +include/rte_event_timer_adapter_pmd.h +include/rte_eventdev.h +include/rte_eventdev_pmd.h +include/rte_eventdev_pmd_pci.h +include/rte_eventdev_pmd_vdev.h +include/rte_fbarray.h +include/rte_fbk_hash.h +include/rte_fib.h +include/rte_fib6.h +include/rte_flow.h +include/rte_flow_classify.h +include/rte_flow_driver.h +include/rte_gre.h +include/rte_gro.h +include/rte_gso.h +include/rte_gtp.h +include/rte_hash.h +include/rte_hash_crc.h +include/rte_hexdump.h +include/rte_higig.h +include/rte_hypervisor.h +include/rte_icmp.h +include/rte_interrupts.h +include/rte_io.h +include/rte_ioat_rawdev.h +include/rte_ioat_spec.h +include/rte_ip.h +include/rte_ip_frag.h +include/rte_ipsec.h +include/rte_ipsec_group.h +include/rte_ipsec_sa.h +include/rte_ipsec_sad.h +include/rte_jhash.h +include/rte_jobstats.h +include/rte_keepalive.h +include/rte_kvargs.h +include/rte_latencystats.h +include/rte_launch.h +include/rte_lcore.h +include/rte_log.h +include/rte_lpm.h +include/rte_lpm6.h +include/rte_lpm_altivec.h +include/rte_lpm_neon.h +include/rte_lpm_sse.h +include/rte_lru.h +include/rte_lru_x86.h +include/rte_malloc.h +include/rte_mbuf.h +include/rte_mbuf_core.h +include/rte_mbuf_dyn.h +include/rte_mbuf_pool_ops.h +include/rte_mbuf_ptype.h +include/rte_member.h +include/rte_memcpy.h +include/rte_memory.h +include/rte_mempool.h +include/rte_memzone.h +include/rte_meter.h +include/rte_metrics.h +include/rte_mpls.h +include/rte_mtr.h +include/rte_mtr_driver.h +include/rte_net.h +include/rte_net_crc.h +include/rte_option.h +include/rte_os.h +include/rte_pause.h +include/rte_pci.h +include/rte_pci_dev_feature_defs.h +include/rte_pci_dev_features.h +include/rte_pdump.h +include/rte_per_lcore.h +include/rte_pipeline.h +include/rte_pmd_bnxt.h +include/rte_pmd_dpaa.h +include/rte_pmd_dpaa2.h +include/rte_pmd_dpaa2_cmdif.h +include/rte_pmd_dpaa2_qdma.h +include/rte_pmd_i40e.h +include/rte_pmd_ice.h +include/rte_pmd_ixgbe.h +include/rte_pmd_ntb.h +include/rte_port.h +include/rte_port_ethdev.h +include/rte_port_eventdev.h +include/rte_port_fd.h +include/rte_port_frag.h +include/rte_port_in_action.h +include/rte_port_ras.h +include/rte_port_ring.h +include/rte_port_sched.h +include/rte_port_source_sink.h +include/rte_port_sym_crypto.h +include/rte_prefetch.h +include/rte_random.h +include/rte_rawdev.h +include/rte_rawdev_pmd.h +include/rte_rcu_qsbr.h +include/rte_reciprocal.h +include/rte_red.h +include/rte_reorder.h +include/rte_rib.h +include/rte_rib6.h +include/rte_ring.h +include/rte_ring_c11_mem.h +include/rte_ring_generic.h +include/rte_rtm.h +include/rte_rwlock.h +include/rte_sched.h +include/rte_sched_common.h +include/rte_sctp.h +include/rte_security.h +include/rte_security_driver.h +include/rte_service.h +include/rte_service_component.h +include/rte_spinlock.h +include/rte_stack.h +include/rte_stack_lf.h +include/rte_stack_lf_c11.h +include/rte_stack_lf_generic.h +include/rte_stack_std.h +include/rte_string_fns.h +include/rte_table.h +include/rte_table_acl.h +include/rte_table_action.h +include/rte_table_array.h +include/rte_table_hash.h +include/rte_table_hash_cuckoo.h +include/rte_table_hash_func.h +include/rte_table_hash_func_arm64.h +include/rte_table_lpm.h +include/rte_table_lpm_ipv6.h +include/rte_table_stub.h +include/rte_tailq.h +include/rte_tcp.h +include/rte_telemetry.h +include/rte_telemetry_internal.h +include/rte_telemetry_parser.h +include/rte_thash.h +include/rte_time.h +include/rte_timer.h +include/rte_tm.h +include/rte_tm_driver.h +include/rte_udp.h +include/rte_uuid.h +include/rte_vect.h +include/rte_version.h +include/rte_vfio.h +include/rte_vmbus_reg.h +include/rte_vxlan.h +lib/dpdk/pmds-20.0/librte_bus_ifpga.so +lib/dpdk/pmds-20.0/librte_bus_ifpga.so.20.0 +lib/dpdk/pmds-20.0/librte_bus_pci.so +lib/dpdk/pmds-20.0/librte_bus_pci.so.20.0 +lib/dpdk/pmds-20.0/librte_bus_vdev.so +lib/dpdk/pmds-20.0/librte_bus_vdev.so.20.0 +lib/dpdk/pmds-20.0/librte_common_cpt.so +lib/dpdk/pmds-20.0/librte_common_cpt.so.20.0 +lib/dpdk/pmds-20.0/librte_common_octeontx.so +lib/dpdk/pmds-20.0/librte_common_octeontx.so.20.0 +lib/dpdk/pmds-20.0/librte_common_octeontx2.so +lib/dpdk/pmds-20.0/librte_common_octeontx2.so.20.0 +lib/dpdk/pmds-20.0/librte_mempool_bucket.so +lib/dpdk/pmds-20.0/librte_mempool_bucket.so.20.0 +lib/dpdk/pmds-20.0/librte_mempool_octeontx.so +lib/dpdk/pmds-20.0/librte_mempool_octeontx.so.20.0 +lib/dpdk/pmds-20.0/librte_mempool_octeontx2.so +lib/dpdk/pmds-20.0/librte_mempool_octeontx2.so.20.0 +lib/dpdk/pmds-20.0/librte_mempool_ring.so +lib/dpdk/pmds-20.0/librte_mempool_ring.so.20.0 +lib/dpdk/pmds-20.0/librte_mempool_stack.so +lib/dpdk/pmds-20.0/librte_mempool_stack.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_ark.so +lib/dpdk/pmds-20.0/librte_pmd_ark.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_atlantic.so +lib/dpdk/pmds-20.0/librte_pmd_atlantic.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_bbdev_fpga_lte_fec.so +lib/dpdk/pmds-20.0/librte_pmd_bbdev_fpga_lte_fec.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_bbdev_null.so +lib/dpdk/pmds-20.0/librte_pmd_bbdev_null.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_bbdev_turbo_sw.so +lib/dpdk/pmds-20.0/librte_pmd_bbdev_turbo_sw.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_bnx2x.so +lib/dpdk/pmds-20.0/librte_pmd_bnx2x.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_bnxt.so +lib/dpdk/pmds-20.0/librte_pmd_bnxt.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_bond.so +lib/dpdk/pmds-20.0/librte_pmd_bond.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_crypto_scheduler.so +lib/dpdk/pmds-20.0/librte_pmd_crypto_scheduler.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_cxgbe.so +lib/dpdk/pmds-20.0/librte_pmd_cxgbe.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_dsw_event.so +lib/dpdk/pmds-20.0/librte_pmd_dsw_event.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_e1000.so +lib/dpdk/pmds-20.0/librte_pmd_e1000.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_ena.so +lib/dpdk/pmds-20.0/librte_pmd_ena.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_enic.so +lib/dpdk/pmds-20.0/librte_pmd_enic.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_failsafe.so +lib/dpdk/pmds-20.0/librte_pmd_failsafe.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_fm10k.so +lib/dpdk/pmds-20.0/librte_pmd_fm10k.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_hinic.so +lib/dpdk/pmds-20.0/librte_pmd_hinic.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_i40e.so +lib/dpdk/pmds-20.0/librte_pmd_i40e.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_iavf.so +lib/dpdk/pmds-20.0/librte_pmd_iavf.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_ice.so +lib/dpdk/pmds-20.0/librte_pmd_ice.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_ixgbe.so +lib/dpdk/pmds-20.0/librte_pmd_ixgbe.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_liquidio.so +lib/dpdk/pmds-20.0/librte_pmd_liquidio.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_null.so +lib/dpdk/pmds-20.0/librte_pmd_null.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_null_crypto.so +lib/dpdk/pmds-20.0/librte_pmd_null_crypto.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_octeontx.so +lib/dpdk/pmds-20.0/librte_pmd_octeontx.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_octeontx2.so +lib/dpdk/pmds-20.0/librte_pmd_octeontx2.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_octeontx2_event.so +lib/dpdk/pmds-20.0/librte_pmd_octeontx2_event.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_octeontx_compress.so +lib/dpdk/pmds-20.0/librte_pmd_octeontx_compress.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_octeontx_event.so +lib/dpdk/pmds-20.0/librte_pmd_octeontx_event.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_opdl_event.so +lib/dpdk/pmds-20.0/librte_pmd_opdl_event.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_qat.so +lib/dpdk/pmds-20.0/librte_pmd_qat.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_qede.so +lib/dpdk/pmds-20.0/librte_pmd_qede.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_ring.so +lib/dpdk/pmds-20.0/librte_pmd_ring.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_sfc.so +lib/dpdk/pmds-20.0/librte_pmd_sfc.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_skeleton_event.so +lib/dpdk/pmds-20.0/librte_pmd_skeleton_event.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_sw_event.so +lib/dpdk/pmds-20.0/librte_pmd_sw_event.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_thunderx.so +lib/dpdk/pmds-20.0/librte_pmd_thunderx.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_virtio.so +lib/dpdk/pmds-20.0/librte_pmd_virtio.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_virtio_crypto.so +lib/dpdk/pmds-20.0/librte_pmd_virtio_crypto.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_vmxnet3.so +lib/dpdk/pmds-20.0/librte_pmd_vmxnet3.so.20.0 +lib/dpdk/pmds-20.0/librte_pmd_zlib.so +lib/dpdk/pmds-20.0/librte_pmd_zlib.so.20.0 +lib/dpdk/pmds-20.0/librte_rawdev_ioat.so +lib/dpdk/pmds-20.0/librte_rawdev_ioat.so.20.0 +lib/dpdk/pmds-20.0/librte_rawdev_ntb.so +lib/dpdk/pmds-20.0/librte_rawdev_ntb.so.20.0 +lib/dpdk/pmds-20.0/librte_rawdev_octeontx2_dma.so +lib/dpdk/pmds-20.0/librte_rawdev_octeontx2_dma.so.20.0 +lib/dpdk/pmds-20.0/librte_rawdev_skeleton.so +lib/dpdk/pmds-20.0/librte_rawdev_skeleton.so.20.0 +lib/librte_acl.a +lib/librte_acl.so +lib/librte_acl.so.20.0 +lib/librte_bbdev.a +lib/librte_bbdev.so +lib/librte_bbdev.so.0.200 +lib/librte_bitratestats.a +lib/librte_bitratestats.so +lib/librte_bitratestats.so.20.0 +lib/librte_bpf.a +lib/librte_bpf.so +lib/librte_bpf.so.0.200 +lib/librte_bus_ifpga.a +lib/librte_bus_ifpga.so +lib/librte_bus_ifpga.so.20.0 +lib/librte_bus_pci.a +lib/librte_bus_pci.so +lib/librte_bus_pci.so.20.0 +lib/librte_bus_vdev.a +lib/librte_bus_vdev.so +lib/librte_bus_vdev.so.20.0 +lib/librte_cfgfile.a +lib/librte_cfgfile.so +lib/librte_cfgfile.so.20.0 +lib/librte_cmdline.a +lib/librte_cmdline.so +lib/librte_cmdline.so.20.0 +lib/librte_common_cpt.a +lib/librte_common_cpt.so +lib/librte_common_cpt.so.20.0 +lib/librte_common_octeontx.a +lib/librte_common_octeontx.so +lib/librte_common_octeontx.so.20.0 +lib/librte_common_octeontx2.a +lib/librte_common_octeontx2.so +lib/librte_common_octeontx2.so.20.0 +lib/librte_compressdev.a +lib/librte_compressdev.so +lib/librte_compressdev.so.0.200 +lib/librte_cryptodev.a +lib/librte_cryptodev.so +lib/librte_cryptodev.so.20.0 +lib/librte_distributor.a +lib/librte_distributor.so +lib/librte_distributor.so.20.0 +lib/librte_eal.a +lib/librte_eal.so +lib/librte_eal.so.20.0 +lib/librte_efd.a +lib/librte_efd.so +lib/librte_efd.so.20.0 +lib/librte_ethdev.a +lib/librte_ethdev.so +lib/librte_ethdev.so.20.0 +lib/librte_eventdev.a +lib/librte_eventdev.so +lib/librte_eventdev.so.20.0 +lib/librte_fib.a +lib/librte_fib.so +lib/librte_fib.so.0.200 +lib/librte_flow_classify.a +lib/librte_flow_classify.so +lib/librte_flow_classify.so.0.200 +lib/librte_gro.a +lib/librte_gro.so +lib/librte_gro.so.20.0 +lib/librte_gso.a +lib/librte_gso.so +lib/librte_gso.so.20.0 +lib/librte_hash.a +lib/librte_hash.so +lib/librte_hash.so.20.0 +lib/librte_ip_frag.a +lib/librte_ip_frag.so +lib/librte_ip_frag.so.20.0 +lib/librte_ipsec.a +lib/librte_ipsec.so +lib/librte_ipsec.so.0.200 +lib/librte_jobstats.a +lib/librte_jobstats.so +lib/librte_jobstats.so.20.0 +lib/librte_kvargs.a +lib/librte_kvargs.so +lib/librte_kvargs.so.20.0 +lib/librte_latencystats.a +lib/librte_latencystats.so +lib/librte_latencystats.so.20.0 +lib/librte_lpm.a +lib/librte_lpm.so +lib/librte_lpm.so.20.0 +lib/librte_mbuf.a +lib/librte_mbuf.so +lib/librte_mbuf.so.20.0 +lib/librte_member.a +lib/librte_member.so +lib/librte_member.so.20.0 +lib/librte_mempool.a +lib/librte_mempool.so +lib/librte_mempool.so.20.0 +lib/librte_mempool_bucket.a +lib/librte_mempool_bucket.so +lib/librte_mempool_bucket.so.20.0 +lib/librte_mempool_octeontx.a +lib/librte_mempool_octeontx.so +lib/librte_mempool_octeontx.so.20.0 +lib/librte_mempool_octeontx2.a +lib/librte_mempool_octeontx2.so +lib/librte_mempool_octeontx2.so.20.0 +lib/librte_mempool_ring.a +lib/librte_mempool_ring.so +lib/librte_mempool_ring.so.20.0 +lib/librte_mempool_stack.a +lib/librte_mempool_stack.so +lib/librte_mempool_stack.so.20.0 +lib/librte_meter.a +lib/librte_meter.so +lib/librte_meter.so.20.0 +lib/librte_metrics.a +lib/librte_metrics.so +lib/librte_metrics.so.20.0 +lib/librte_net.a +lib/librte_net.so +lib/librte_net.so.20.0 +lib/librte_pci.a +lib/librte_pci.so +lib/librte_pci.so.20.0 +lib/librte_pdump.a +lib/librte_pdump.so +lib/librte_pdump.so.20.0 +lib/librte_pipeline.a +lib/librte_pipeline.so +lib/librte_pipeline.so.20.0 +lib/librte_pmd_ark.a +lib/librte_pmd_ark.so +lib/librte_pmd_ark.so.20.0 +lib/librte_pmd_atlantic.a +lib/librte_pmd_atlantic.so +lib/librte_pmd_atlantic.so.20.0 +lib/librte_pmd_bbdev_fpga_lte_fec.a +lib/librte_pmd_bbdev_fpga_lte_fec.so +lib/librte_pmd_bbdev_fpga_lte_fec.so.20.0 +lib/librte_pmd_bbdev_null.a +lib/librte_pmd_bbdev_null.so +lib/librte_pmd_bbdev_null.so.20.0 +lib/librte_pmd_bbdev_turbo_sw.a +lib/librte_pmd_bbdev_turbo_sw.so +lib/librte_pmd_bbdev_turbo_sw.so.20.0 +lib/librte_pmd_bnx2x.a +lib/librte_pmd_bnx2x.so +lib/librte_pmd_bnx2x.so.20.0 +lib/librte_pmd_bnxt.a +lib/librte_pmd_bnxt.so +lib/librte_pmd_bnxt.so.20.0 +lib/librte_pmd_bond.a +lib/librte_pmd_bond.so +lib/librte_pmd_bond.so.20.0 +lib/librte_pmd_crypto_scheduler.a +lib/librte_pmd_crypto_scheduler.so +lib/librte_pmd_crypto_scheduler.so.20.0 +lib/librte_pmd_cxgbe.a +lib/librte_pmd_cxgbe.so +lib/librte_pmd_cxgbe.so.20.0 +lib/librte_pmd_dsw_event.a +lib/librte_pmd_dsw_event.so +lib/librte_pmd_dsw_event.so.20.0 +lib/librte_pmd_e1000.a +lib/librte_pmd_e1000.so +lib/librte_pmd_e1000.so.20.0 +lib/librte_pmd_ena.a +lib/librte_pmd_ena.so +lib/librte_pmd_ena.so.20.0 +lib/librte_pmd_enic.a +lib/librte_pmd_enic.so +lib/librte_pmd_enic.so.20.0 +lib/librte_pmd_failsafe.a +lib/librte_pmd_failsafe.so +lib/librte_pmd_failsafe.so.20.0 +lib/librte_pmd_fm10k.a +lib/librte_pmd_fm10k.so +lib/librte_pmd_fm10k.so.20.0 +lib/librte_pmd_hinic.a +lib/librte_pmd_hinic.so +lib/librte_pmd_hinic.so.20.0 +lib/librte_pmd_i40e.a +lib/librte_pmd_i40e.so +lib/librte_pmd_i40e.so.20.0 +lib/librte_pmd_iavf.a +lib/librte_pmd_iavf.so +lib/librte_pmd_iavf.so.20.0 +lib/librte_pmd_ice.a +lib/librte_pmd_ice.so +lib/librte_pmd_ice.so.20.0 +lib/librte_pmd_ixgbe.a +lib/librte_pmd_ixgbe.so +lib/librte_pmd_ixgbe.so.20.0 +lib/librte_pmd_liquidio.a +lib/librte_pmd_liquidio.so +lib/librte_pmd_liquidio.so.20.0 +lib/librte_pmd_null.a +lib/librte_pmd_null.so +lib/librte_pmd_null.so.20.0 +lib/librte_pmd_null_crypto.a +lib/librte_pmd_null_crypto.so +lib/librte_pmd_null_crypto.so.20.0 +lib/librte_pmd_octeontx.a +lib/librte_pmd_octeontx.so +lib/librte_pmd_octeontx.so.20.0 +lib/librte_pmd_octeontx2.a +lib/librte_pmd_octeontx2.so +lib/librte_pmd_octeontx2.so.20.0 +lib/librte_pmd_octeontx2_event.a +lib/librte_pmd_octeontx2_event.so +lib/librte_pmd_octeontx2_event.so.20.0 +lib/librte_pmd_octeontx_compress.a +lib/librte_pmd_octeontx_compress.so +lib/librte_pmd_octeontx_compress.so.20.0 +lib/librte_pmd_octeontx_event.a +lib/librte_pmd_octeontx_event.so +lib/librte_pmd_octeontx_event.so.20.0 +lib/librte_pmd_opdl_event.a +lib/librte_pmd_opdl_event.so +lib/librte_pmd_opdl_event.so.20.0 +lib/librte_pmd_qat.a +lib/librte_pmd_qat.so +lib/librte_pmd_qat.so.20.0 +lib/librte_pmd_qede.a +lib/librte_pmd_qede.so +lib/librte_pmd_qede.so.20.0 +lib/librte_pmd_ring.a +lib/librte_pmd_ring.so +lib/librte_pmd_ring.so.20.0 +lib/librte_pmd_sfc.a +lib/librte_pmd_sfc.so +lib/librte_pmd_sfc.so.20.0 +lib/librte_pmd_skeleton_event.a +lib/librte_pmd_skeleton_event.so +lib/librte_pmd_skeleton_event.so.20.0 +lib/librte_pmd_sw_event.a +lib/librte_pmd_sw_event.so +lib/librte_pmd_sw_event.so.20.0 +lib/librte_pmd_thunderx.a +lib/librte_pmd_thunderx.so +lib/librte_pmd_thunderx.so.20.0 +lib/librte_pmd_virtio.a +lib/librte_pmd_virtio.so +lib/librte_pmd_virtio.so.20.0 +lib/librte_pmd_virtio_crypto.a +lib/librte_pmd_virtio_crypto.so +lib/librte_pmd_virtio_crypto.so.20.0 +lib/librte_pmd_vmxnet3.a +lib/librte_pmd_vmxnet3.so +lib/librte_pmd_vmxnet3.so.20.0 +lib/librte_pmd_zlib.a +lib/librte_pmd_zlib.so +lib/librte_pmd_zlib.so.20.0 +lib/librte_port.a +lib/librte_port.so +lib/librte_port.so.20.0 +lib/librte_rawdev.a +lib/librte_rawdev.so +lib/librte_rawdev.so.20.0 +lib/librte_rawdev_ioat.a +lib/librte_rawdev_ioat.so +lib/librte_rawdev_ioat.so.20.0 +lib/librte_rawdev_ntb.a +lib/librte_rawdev_ntb.so +lib/librte_rawdev_ntb.so.20.0 +lib/librte_rawdev_octeontx2_dma.a +lib/librte_rawdev_octeontx2_dma.so +lib/librte_rawdev_octeontx2_dma.so.20.0 +lib/librte_rawdev_skeleton.a +lib/librte_rawdev_skeleton.so +lib/librte_rawdev_skeleton.so.20.0 +lib/librte_rcu.a +lib/librte_rcu.so +lib/librte_rcu.so.0.200 +lib/librte_reorder.a +lib/librte_reorder.so +lib/librte_reorder.so.20.0 +lib/librte_rib.a +lib/librte_rib.so +lib/librte_rib.so.0.200 +lib/librte_ring.a +lib/librte_ring.so +lib/librte_ring.so.20.0 +lib/librte_sched.a +lib/librte_sched.so +lib/librte_sched.so.20.0 +lib/librte_security.a +lib/librte_security.so +lib/librte_security.so.20.0 +lib/librte_stack.a +lib/librte_stack.so +lib/librte_stack.so.0.200 +lib/librte_table.a +lib/librte_table.so +lib/librte_table.so.20.0 +lib/librte_telemetry.a +lib/librte_telemetry.so +lib/librte_telemetry.so.0.200 +lib/librte_timer.a +lib/librte_timer.so +lib/librte_timer.so.20.0 +libdata/pkgconfig/libdpdk.pc +%%EXAMPLES%%%%DATADIR%%/examples/bbdev_app/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/bbdev_app/main.c +%%EXAMPLES%%%%DATADIR%%/examples/bond/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/bond/main.c +%%EXAMPLES%%%%DATADIR%%/examples/bond/main.h +%%EXAMPLES%%%%DATADIR%%/examples/cmdline/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/cmdline/commands.c +%%EXAMPLES%%%%DATADIR%%/examples/cmdline/commands.h +%%EXAMPLES%%%%DATADIR%%/examples/cmdline/main.c +%%EXAMPLES%%%%DATADIR%%/examples/cmdline/parse_obj_list.c +%%EXAMPLES%%%%DATADIR%%/examples/cmdline/parse_obj_list.h +%%EXAMPLES%%%%DATADIR%%/examples/distributor/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/distributor/main.c +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/ethtool-app/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.c +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/ethtool-app/ethapp.h +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/ethtool-app/main.c +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/lib/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/lib/rte_ethtool.c +%%EXAMPLES%%%%DATADIR%%/examples/ethtool/lib/rte_ethtool.h +%%EXAMPLES%%%%DATADIR%%/examples/eventdev_pipeline/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/eventdev_pipeline/main.c +%%EXAMPLES%%%%DATADIR%%/examples/eventdev_pipeline/pipeline_common.h +%%EXAMPLES%%%%DATADIR%%/examples/eventdev_pipeline/pipeline_worker_generic.c +%%EXAMPLES%%%%DATADIR%%/examples/eventdev_pipeline/pipeline_worker_tx.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_dev_self_test.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_dev_self_test.h +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation.h +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation_aes.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation_ccm.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation_cmac.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation_gcm.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation_hmac.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation_sha.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/fips_validation_tdes.c +%%EXAMPLES%%%%DATADIR%%/examples/fips_validation/main.c +%%EXAMPLES%%%%DATADIR%%/examples/flow_classify/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/flow_classify/flow_classify.c +%%EXAMPLES%%%%DATADIR%%/examples/flow_classify/ipv4_rules_file.txt +%%EXAMPLES%%%%DATADIR%%/examples/flow_filtering/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/flow_filtering/flow_blocks.c +%%EXAMPLES%%%%DATADIR%%/examples/flow_filtering/main.c +%%EXAMPLES%%%%DATADIR%%/examples/guest_cli/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/guest_cli/main.c +%%EXAMPLES%%%%DATADIR%%/examples/guest_cli/parse.c +%%EXAMPLES%%%%DATADIR%%/examples/guest_cli/parse.h +%%EXAMPLES%%%%DATADIR%%/examples/guest_cli/vm_power_cli_guest.c +%%EXAMPLES%%%%DATADIR%%/examples/guest_cli/vm_power_cli_guest.h +%%EXAMPLES%%%%DATADIR%%/examples/helloworld/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/helloworld/main.c +%%EXAMPLES%%%%DATADIR%%/examples/hotplug_mp/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/hotplug_mp/commands.c +%%EXAMPLES%%%%DATADIR%%/examples/hotplug_mp/commands.h +%%EXAMPLES%%%%DATADIR%%/examples/hotplug_mp/main.c +%%EXAMPLES%%%%DATADIR%%/examples/ioat/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ioat/ioatfwd.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_fragmentation/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ip_fragmentation/main.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/action.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/action.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/cli.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/cli.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/common.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/conn.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/conn.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/cryptodev.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/cryptodev.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/firewall.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/flow.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/flow_crypto.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/kni.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/l2fwd.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/route.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/route_ecmp.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/rss.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/examples/tap.cli +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/kni.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/kni.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/link.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/link.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/main.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/mempool.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/mempool.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/parser.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/parser.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/pipeline.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/pipeline.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/swq.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/swq.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/tap.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/tap.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/thread.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/thread.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/tmgr.c +%%EXAMPLES%%%%DATADIR%%/examples/ip_pipeline/tmgr.h +%%EXAMPLES%%%%DATADIR%%/examples/ip_reassembly/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ip_reassembly/main.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/ep0.cfg +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/ep1.cfg +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/esp.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/esp.h +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/ipip.h +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/ipsec-secgw.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/ipsec.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/ipsec.h +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/ipsec_process.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/parser.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/parser.h +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/rt.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/sa.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/sp4.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/sp6.c +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/bypass_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/common_defs_secgw.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/data_rxtx.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/linux_test4.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/linux_test6.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/pkttest.py +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/pkttest.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/run_test.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_3descbc_sha1_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_3descbc_sha1_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_3descbc_sha1_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_3descbc_sha1_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aescbc_sha1_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aescbc_sha1_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aescbc_sha1_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aescbc_sha1_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aescbc_sha1_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesctr_sha1_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesctr_sha1_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesctr_sha1_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_aesgcm_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/trs_ipv6opts.py +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_3descbc_sha1_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_3descbc_sha1_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_3descbc_sha1_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_3descbc_sha1_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aescbc_sha1_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aescbc_sha1_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aescbc_sha1_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aescbc_sha1_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aescbc_sha1_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesctr_sha1_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesctr_sha1_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesctr_sha1_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_common_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_esn_atom_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_esn_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_aesgcm_old_defs.sh +%%EXAMPLES%%%%DATADIR%%/examples/ipsec-secgw/test/tun_null_header_reconstruct.py +%%EXAMPLES%%%%DATADIR%%/examples/ipv4_multicast/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ipv4_multicast/main.c +%%EXAMPLES%%%%DATADIR%%/examples/kni/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/kni/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-cat/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-cat/cat.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-cat/cat.h +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-cat/l2fwd-cat.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-crypto/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-crypto/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_common.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_common.h +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_event.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_event.h +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_event_generic.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_event_internal_port.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_poll.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/l2fwd_poll.h +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-event/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-jobstats/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-jobstats/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-keepalive/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-keepalive/ka-agent/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-keepalive/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-keepalive/shm.c +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd-keepalive/shm.h +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l2fwd/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-acl/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-acl/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-power/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-power/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-power/main.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-power/perf_core.c +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-power/perf_core.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-thread/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-thread/main.c +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd-thread/test.sh +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_altivec.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_common.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_em.c +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_em.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_neon.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_sse.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_em_sequential.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_lpm.c +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_lpm.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_lpm_altivec.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_lpm_neon.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_lpm_sse.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_neon.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/l3fwd_sse.h +%%EXAMPLES%%%%DATADIR%%/examples/l3fwd/main.c +%%EXAMPLES%%%%DATADIR%%/examples/link_status_interrupt/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/link_status_interrupt/main.c +%%EXAMPLES%%%%DATADIR%%/examples/mp_client/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/mp_client/client.c +%%EXAMPLES%%%%DATADIR%%/examples/mp_server/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/mp_server/args.c +%%EXAMPLES%%%%DATADIR%%/examples/mp_server/args.h +%%EXAMPLES%%%%DATADIR%%/examples/mp_server/init.c +%%EXAMPLES%%%%DATADIR%%/examples/mp_server/init.h +%%EXAMPLES%%%%DATADIR%%/examples/mp_server/main.c +%%EXAMPLES%%%%DATADIR%%/examples/node/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/node/node.c +%%EXAMPLES%%%%DATADIR%%/examples/ntb/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ntb/ntb_fwd.c +%%EXAMPLES%%%%DATADIR%%/examples/packet_ordering/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/packet_ordering/main.c +%%EXAMPLES%%%%DATADIR%%/examples/pthread_shim/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/pthread_shim/main.c +%%EXAMPLES%%%%DATADIR%%/examples/pthread_shim/pthread_shim.c +%%EXAMPLES%%%%DATADIR%%/examples/pthread_shim/pthread_shim.h +%%EXAMPLES%%%%DATADIR%%/examples/ptpclient/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/ptpclient/ptpclient.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_meter/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/qos_meter/main.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_meter/main.h +%%EXAMPLES%%%%DATADIR%%/examples/qos_meter/rte_policer.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_meter/rte_policer.h +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/app_thread.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/args.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/cfg_file.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/cfg_file.h +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/cmdline.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/init.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/main.c +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/main.h +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/profile.cfg +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/profile_ov.cfg +%%EXAMPLES%%%%DATADIR%%/examples/qos_sched/stats.c +%%EXAMPLES%%%%DATADIR%%/examples/rxtx_callbacks/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/rxtx_callbacks/main.c +%%EXAMPLES%%%%DATADIR%%/examples/server/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/server/args.c +%%EXAMPLES%%%%DATADIR%%/examples/server/args.h +%%EXAMPLES%%%%DATADIR%%/examples/server/init.c +%%EXAMPLES%%%%DATADIR%%/examples/server/init.h +%%EXAMPLES%%%%DATADIR%%/examples/server/main.c +%%EXAMPLES%%%%DATADIR%%/examples/service_cores/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/service_cores/main.c +%%EXAMPLES%%%%DATADIR%%/examples/simple_mp/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/simple_mp/main.c +%%EXAMPLES%%%%DATADIR%%/examples/simple_mp/mp_commands.c +%%EXAMPLES%%%%DATADIR%%/examples/simple_mp/mp_commands.h +%%EXAMPLES%%%%DATADIR%%/examples/skeleton/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/skeleton/basicfwd.c +%%EXAMPLES%%%%DATADIR%%/examples/symmetric_mp/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/symmetric_mp/main.c +%%EXAMPLES%%%%DATADIR%%/examples/tep_termination/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/tep_termination/main.c +%%EXAMPLES%%%%DATADIR%%/examples/tep_termination/main.h +%%EXAMPLES%%%%DATADIR%%/examples/tep_termination/vxlan.c +%%EXAMPLES%%%%DATADIR%%/examples/tep_termination/vxlan.h +%%EXAMPLES%%%%DATADIR%%/examples/tep_termination/vxlan_setup.c +%%EXAMPLES%%%%DATADIR%%/examples/tep_termination/vxlan_setup.h +%%EXAMPLES%%%%DATADIR%%/examples/timer/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/timer/main.c +%%EXAMPLES%%%%DATADIR%%/examples/vdpa/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vdpa/main.c +%%EXAMPLES%%%%DATADIR%%/examples/vhost/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vhost/main.c +%%EXAMPLES%%%%DATADIR%%/examples/vhost/main.h +%%EXAMPLES%%%%DATADIR%%/examples/vhost/virtio_net.c +%%EXAMPLES%%%%DATADIR%%/examples/vhost_blk/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vhost_blk/blk.c +%%EXAMPLES%%%%DATADIR%%/examples/vhost_blk/blk_spec.h +%%EXAMPLES%%%%DATADIR%%/examples/vhost_blk/vhost_blk.c +%%EXAMPLES%%%%DATADIR%%/examples/vhost_blk/vhost_blk.h +%%EXAMPLES%%%%DATADIR%%/examples/vhost_blk/vhost_blk_compat.c +%%EXAMPLES%%%%DATADIR%%/examples/vhost_crypto/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vhost_crypto/main.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/channel_manager.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/channel_manager.h +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/channel_monitor.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/channel_monitor.h +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/guest_cli/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/guest_cli/main.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/guest_cli/meson.build +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/guest_cli/parse.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/guest_cli/parse.h +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/main.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/oob_monitor.h +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/oob_monitor_nop.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/oob_monitor_x86.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/parse.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/parse.h +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/power_manager.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/power_manager.h +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/vm_power_cli.c +%%EXAMPLES%%%%DATADIR%%/examples/vm_power_manager/vm_power_cli.h +%%EXAMPLES%%%%DATADIR%%/examples/vmdq/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vmdq/main.c +%%EXAMPLES%%%%DATADIR%%/examples/vmdq_dcb/Makefile +%%EXAMPLES%%%%DATADIR%%/examples/vmdq_dcb/main.c