aboutsummaryrefslogtreecommitdiff
path: root/net/dpdk/pkg-plist
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-05-18 11:38:09 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-05-18 11:38:09 +0000
commit9f39bf9baad3d9fe02fe734d742e3c594481d193 (patch)
tree846fc81cd669e5838a369e5a2670a034016c0343 /net/dpdk/pkg-plist
parent2b81ca45b51e207a02b05df331b887ac0b5bfb91 (diff)
downloadports-9f39bf9baad3d9fe02fe734d742e3c594481d193.tar.gz
ports-9f39bf9baad3d9fe02fe734d742e3c594481d193.zip
net/dpdk: ix build with 13-CURRENT
The automated package builds for net/dpdk are failing on 13-CURRENT because of changes to the FreeBSD code in the 13 tree. This update provides minor tweaks to the code to fix compatibility with BSD 13. Two issues were observed: * rename of CPU_NAND to CPU_ANDNOT * change in vm_page_replace parameters and behaviour Both issues only required small changes to a single file, and both fixes are in the diff attached. PR: 243058 Submitted by: Bruce Richardson <bruce.richardson@intel.com> (maintainer)
Notes
Notes: svn path=/head/; revision=535736
Diffstat (limited to 'net/dpdk/pkg-plist')
-rw-r--r--net/dpdk/pkg-plist687
1 files changed, 349 insertions, 338 deletions
diff --git a/net/dpdk/pkg-plist b/net/dpdk/pkg-plist
index 966797ee8aa2..0c3711a822f0 100644
--- a/net/dpdk/pkg-plist
+++ b/net/dpdk/pkg-plist
@@ -4,6 +4,7 @@
%%TOOLS%%bin/dpdk-pdump
%%TOOLS%%bin/dpdk-pmdinfo.py
%%TOOLS%%bin/dpdk-proc-info
+%%TESTS%%bin/dpdk-test
bin/dpdk-test-acl
bin/dpdk-test-bbdev
bin/dpdk-test-cmdline
@@ -258,6 +259,344 @@ include/rte_version.h
include/rte_vfio.h
include/rte_vmbus_reg.h
include/rte_vxlan.h
+%%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
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
@@ -290,6 +629,8 @@ 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
@@ -358,6 +699,8 @@ 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
@@ -513,6 +856,9 @@ 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
@@ -615,6 +961,9 @@ 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
@@ -661,341 +1010,3 @@ 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