net/dpdk: 2.1.0 -> 2.2.0

Release Notes:
  http://dpdk.org/doc/guides/rel_notes/release_2_2.html

PR:		207078
Approved by:	Bruce Richardson <bruce.richardson@intel.com> (maintainer)
This commit is contained in:
Kurt Jaeger 2016-02-17 04:18:18 +00:00
parent 4afaf01c5f
commit 381eb1f83f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409027
3 changed files with 86 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= dpdk
PORTVERSION= 2.1.0
PORTVERSION= 2.2.0
CATEGORIES= net
MASTER_SITES= http://www.dpdk.org/browse/dpdk/snapshot/

View File

@ -1,2 +1,2 @@
SHA256 (dpdk-2.1.0.tar.gz) = f7b322867a45f99afd9c8fbacdc56e1621676f9ca0f046656ec85eb6a99a3440
SIZE (dpdk-2.1.0.tar.gz) = 15561567
SHA256 (dpdk-2.2.0.tar.gz) = 77206ad93618ec93ef6e59566e240aa80b6f660d12693febf0fa96ee23bd610d
SIZE (dpdk-2.2.0.tar.gz) = 16159110

View File

@ -22,6 +22,14 @@ lib/dpdk
%%DATADIR%%/examples/dpdk_qat/crypto.c
%%DATADIR%%/examples/dpdk_qat/crypto.h
%%DATADIR%%/examples/dpdk_qat/main.c
%%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/exception_path/Makefile
%%DATADIR%%/examples/exception_path/main.c
%%DATADIR%%/examples/helloworld/Makefile
@ -30,8 +38,15 @@ lib/dpdk
%%DATADIR%%/examples/ip_fragmentation/main.c
%%DATADIR%%/examples/ip_pipeline/Makefile
%%DATADIR%%/examples/ip_pipeline/app.h
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.cfg
%%DATADIR%%/examples/ip_pipeline/config/edge_router_downstream.sh
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.cfg
%%DATADIR%%/examples/ip_pipeline/config/edge_router_upstream.sh
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.cfg
%%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.sh
%%DATADIR%%/examples/ip_pipeline/config/l2fwd.cfg
%%DATADIR%%/examples/ip_pipeline/config/l3fwd.cfg
%%DATADIR%%/examples/ip_pipeline/config/l3fwd.sh
%%DATADIR%%/examples/ip_pipeline/config/tm_profile.cfg
%%DATADIR%%/examples/ip_pipeline/config_check.c
%%DATADIR%%/examples/ip_pipeline/config_parse.c
@ -51,6 +66,10 @@ lib/dpdk
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall.h
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.c
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_firewall_be.h
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions.c
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions.h
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions_be.c
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_actions_be.h
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.c
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification.h
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c
@ -69,12 +88,17 @@ lib/dpdk
%%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_routing_be.h
%%DATADIR%%/examples/ip_pipeline/pipeline_be.h
%%DATADIR%%/examples/ip_pipeline/thread.c
%%DATADIR%%/examples/ip_pipeline/thread.h
%%DATADIR%%/examples/ip_pipeline/thread_fe.c
%%DATADIR%%/examples/ip_pipeline/thread_fe.h
%%DATADIR%%/examples/ip_reassembly/Makefile
%%DATADIR%%/examples/ip_reassembly/main.c
%%DATADIR%%/examples/ipv4_multicast/Makefile
%%DATADIR%%/examples/ipv4_multicast/main.c
%%DATADIR%%/examples/kni/Makefile
%%DATADIR%%/examples/kni/main.c
%%DATADIR%%/examples/l2fwd-crypto/Makefile
%%DATADIR%%/examples/l2fwd-crypto/main.c
%%DATADIR%%/examples/l2fwd-ivshmem/Makefile
%%DATADIR%%/examples/l2fwd-ivshmem/guest/Makefile
%%DATADIR%%/examples/l2fwd-ivshmem/guest/guest.c
@ -83,6 +107,8 @@ lib/dpdk
%%DATADIR%%/examples/l2fwd-ivshmem/include/common.h
%%DATADIR%%/examples/l2fwd-jobstats/Makefile
%%DATADIR%%/examples/l2fwd-jobstats/main.c
%%DATADIR%%/examples/l2fwd-keepalive/Makefile
%%DATADIR%%/examples/l2fwd-keepalive/main.c
%%DATADIR%%/examples/l2fwd/Makefile
%%DATADIR%%/examples/l2fwd/main.c
%%DATADIR%%/examples/l3fwd-acl/Makefile
@ -131,6 +157,38 @@ lib/dpdk
%%DATADIR%%/examples/netmap_compat/netmap/netmap_user.h
%%DATADIR%%/examples/packet_ordering/Makefile
%%DATADIR%%/examples/packet_ordering/main.c
%%DATADIR%%/examples/performance-thread/Makefile
%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.c
%%DATADIR%%/examples/performance-thread/common/arch/x86/ctx.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/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/ptpclient.c
%%DATADIR%%/examples/qos_meter/Makefile
%%DATADIR%%/examples/qos_meter/main.c
%%DATADIR%%/examples/qos_meter/main.h
@ -203,6 +261,8 @@ lib/dpdk
%%DATADIR%%/examples/vmdq/main.c
%%DATADIR%%/examples/vmdq_dcb/Makefile
%%DATADIR%%/examples/vmdq_dcb/main.c
%%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/tile/rte.vars.mk
@ -210,6 +270,8 @@ lib/dpdk
%%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/bsdapp/rte.vars.mk.bak
%%DATADIR%%/mk/exec-env/bsdapp/rte.vars.mk.orig
%%DATADIR%%/mk/exec-env/linuxapp/rte.app.mk
%%DATADIR%%/mk/exec-env/linuxapp/rte.vars.mk
%%DATADIR%%/mk/internal/rte.build-post.mk
@ -223,6 +285,8 @@ lib/dpdk
%%DATADIR%%/mk/internal/rte.extvars.mk
%%DATADIR%%/mk/internal/rte.install-post.mk
%%DATADIR%%/mk/internal/rte.install-pre.mk
%%DATADIR%%/mk/machine/armv7-a/rte.vars.mk
%%DATADIR%%/mk/machine/armv8a/rte.vars.mk
%%DATADIR%%/mk/machine/atm/rte.vars.mk
%%DATADIR%%/mk/machine/default/rte.vars.mk
%%DATADIR%%/mk/machine/hsw/rte.vars.mk
@ -231,8 +295,10 @@ lib/dpdk
%%DATADIR%%/mk/machine/nhm/rte.vars.mk
%%DATADIR%%/mk/machine/power8/rte.vars.mk
%%DATADIR%%/mk/machine/snb/rte.vars.mk
%%DATADIR%%/mk/machine/thunderx/rte.vars.mk
%%DATADIR%%/mk/machine/tilegx/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.cpuflags.mk
@ -257,7 +323,6 @@ lib/dpdk
%%DATADIR%%/mk/rte.sdkinstall.mk
%%DATADIR%%/mk/rte.sdkroot.mk
%%DATADIR%%/mk/rte.sdktest.mk
%%DATADIR%%/mk/rte.sdktestall.mk
%%DATADIR%%/mk/rte.shared.mk
%%DATADIR%%/mk/rte.sharelib.mk
%%DATADIR%%/mk/rte.subdir.mk
@ -276,14 +341,6 @@ lib/dpdk
%%DATADIR%%/x86_64-native-bsdapp-clang/app/testacl
%%DATADIR%%/x86_64-native-bsdapp-clang/app/testpipeline
%%DATADIR%%/x86_64-native-bsdapp-clang/app/testpmd
%%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_memcpy.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/cmdline.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_cirbuf.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/cmdline_parse.h
@ -296,6 +353,14 @@ lib/dpdk
%%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/exec-env/rte_interrupts.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_memcpy.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/rte_acl.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_acl_osdep.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_alarm.h
@ -314,6 +379,9 @@ lib/dpdk
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_compat.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_cryptodev.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_cryptodev_pmd.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
@ -326,6 +394,7 @@ lib/dpdk
%%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_null.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_eth_ring.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ethdev.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_ether.h
@ -339,6 +408,7 @@ lib/dpdk
%%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_launch.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_lcore.h
@ -349,6 +419,7 @@ lib/dpdk
%%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_offload.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
@ -389,6 +460,7 @@ lib/dpdk
%%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_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_udp.h
%%DATADIR%%/x86_64-native-bsdapp-clang/include/rte_vect.h
@ -397,6 +469,7 @@ lib/dpdk
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.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_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_hash.a
@ -404,8 +477,8 @@ lib/dpdk
%%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_lpm.a
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_malloc.a
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf.a
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mbuf_offload.a
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_mempool.a
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_meter.a
%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.a