diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-05 23:34:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-05 23:34:24 +0800 |
commit | 2dbf98fe3add35037736b0c46758be49a3721941 (patch) | |
tree | 698f68961681ed36438de62d59aeaeb394056c09 /net | |
parent | ab7919f2428086b28d903cbbc3fc1fcc025c159b (diff) | |
download | freebsd-ports-gnome-2dbf98fe3add35037736b0c46758be49a3721941.tar.gz freebsd-ports-gnome-2dbf98fe3add35037736b0c46758be49a3721941.tar.zst freebsd-ports-gnome-2dbf98fe3add35037736b0c46758be49a3721941.zip |
- Update to 16.07
PR: 212387
Submitted by: rum1cro@yandex.ru
Approved by: bruce.richardson@intel.com (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/dpdk/Makefile | 2 | ||||
-rw-r--r-- | net/dpdk/distinfo | 5 | ||||
-rw-r--r-- | net/dpdk/pkg-plist | 63 |
3 files changed, 62 insertions, 8 deletions
diff --git a/net/dpdk/Makefile b/net/dpdk/Makefile index 886c575e4d98..2f986b121933 100644 --- a/net/dpdk/Makefile +++ b/net/dpdk/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dpdk -PORTVERSION= 2.2.0 +PORTVERSION= 16.07 CATEGORIES= net MASTER_SITES= http://www.dpdk.org/browse/dpdk/snapshot/ diff --git a/net/dpdk/distinfo b/net/dpdk/distinfo index 637cdd1bd59b..091c28bf2047 100644 --- a/net/dpdk/distinfo +++ b/net/dpdk/distinfo @@ -1,2 +1,3 @@ -SHA256 (dpdk-2.2.0.tar.gz) = 77206ad93618ec93ef6e59566e240aa80b6f660d12693febf0fa96ee23bd610d -SIZE (dpdk-2.2.0.tar.gz) = 16159110 +TIMESTAMP = 1472650936 +SHA256 (dpdk-16.07.tar.gz) = cc982455a74357e465112bede5c29451b6eeb35f8c1c0dcea280dd3e7829f0e9 +SIZE (dpdk-16.07.tar.gz) = 16961844 diff --git a/net/dpdk/pkg-plist b/net/dpdk/pkg-plist index 313952719ea1..5c7e0b4293d6 100644 --- a/net/dpdk/pkg-plist +++ b/net/dpdk/pkg-plist @@ -38,15 +38,31 @@ lib/dpdk %%DATADIR%%/examples/ip_fragmentation/main.c %%DATADIR%%/examples/ip_pipeline/Makefile %%DATADIR%%/examples/ip_pipeline/app.h +%%DATADIR%%/examples/ip_pipeline/config/action.cfg +%%DATADIR%%/examples/ip_pipeline/config/action.sh +%%DATADIR%%/examples/ip_pipeline/config/action.txt +%%DATADIR%%/examples/ip_pipeline/config/diagram-generator.py %%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/firewall.cfg +%%DATADIR%%/examples/ip_pipeline/config/firewall.sh +%%DATADIR%%/examples/ip_pipeline/config/firewall.txt +%%DATADIR%%/examples/ip_pipeline/config/flow.cfg +%%DATADIR%%/examples/ip_pipeline/config/flow.sh +%%DATADIR%%/examples/ip_pipeline/config/flow.txt %%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.cfg %%DATADIR%%/examples/ip_pipeline/config/ip_pipeline.sh +%%DATADIR%%/examples/ip_pipeline/config/kni.cfg %%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/l3fwd_arp.cfg +%%DATADIR%%/examples/ip_pipeline/config/l3fwd_arp.sh +%%DATADIR%%/examples/ip_pipeline/config/network_layers.cfg +%%DATADIR%%/examples/ip_pipeline/config/network_layers.sh +%%DATADIR%%/examples/ip_pipeline/config/pipeline-to-core-mapping.py %%DATADIR%%/examples/ip_pipeline/config/tm_profile.cfg %%DATADIR%%/examples/ip_pipeline/config_check.c %%DATADIR%%/examples/ip_pipeline/config_parse.c @@ -55,6 +71,8 @@ lib/dpdk %%DATADIR%%/examples/ip_pipeline/cpu_core_map.h %%DATADIR%%/examples/ip_pipeline/init.c %%DATADIR%%/examples/ip_pipeline/main.c +%%DATADIR%%/examples/ip_pipeline/parser.c +%%DATADIR%%/examples/ip_pipeline/parser.h %%DATADIR%%/examples/ip_pipeline/pipeline.h %%DATADIR%%/examples/ip_pipeline/pipeline/hash_func.h %%DATADIR%%/examples/ip_pipeline/pipeline/pipeline_actions_common.h @@ -93,10 +111,25 @@ lib/dpdk %%DATADIR%%/examples/ip_pipeline/thread_fe.h %%DATADIR%%/examples/ip_reassembly/Makefile %%DATADIR%%/examples/ip_reassembly/main.c +%%DATADIR%%/examples/ipsec-secgw/Makefile +%%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/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/kni/Makefile %%DATADIR%%/examples/kni/main.c +%%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-crypto/Makefile %%DATADIR%%/examples/l2fwd-crypto/main.c %%DATADIR%%/examples/l2fwd-ivshmem/Makefile @@ -108,7 +141,11 @@ lib/dpdk %%DATADIR%%/examples/l2fwd-jobstats/Makefile %%DATADIR%%/examples/l2fwd-jobstats/main.c %%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/shm.c +%%DATADIR%%/examples/l2fwd-keepalive/shm.h %%DATADIR%%/examples/l2fwd/Makefile %%DATADIR%%/examples/l2fwd/main.c %%DATADIR%%/examples/l3fwd-acl/Makefile @@ -118,6 +155,15 @@ lib/dpdk %%DATADIR%%/examples/l3fwd-vf/Makefile %%DATADIR%%/examples/l3fwd-vf/main.c %%DATADIR%%/examples/l3fwd/Makefile +%%DATADIR%%/examples/l3fwd/l3fwd.h +%%DATADIR%%/examples/l3fwd/l3fwd_em.c +%%DATADIR%%/examples/l3fwd/l3fwd_em.h +%%DATADIR%%/examples/l3fwd/l3fwd_em_hlm_sse.h +%%DATADIR%%/examples/l3fwd/l3fwd_em_sse.h +%%DATADIR%%/examples/l3fwd/l3fwd_lpm.c +%%DATADIR%%/examples/l3fwd/l3fwd_lpm.h +%%DATADIR%%/examples/l3fwd/l3fwd_lpm_sse.h +%%DATADIR%%/examples/l3fwd/l3fwd_sse.h %%DATADIR%%/examples/l3fwd/main.c %%DATADIR%%/examples/link_status_interrupt/Makefile %%DATADIR%%/examples/link_status_interrupt/main.c @@ -285,10 +331,11 @@ 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/armv7a/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/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 @@ -301,6 +348,7 @@ lib/dpdk %%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 @@ -324,7 +372,6 @@ lib/dpdk %%DATADIR%%/mk/rte.sdkroot.mk %%DATADIR%%/mk/rte.sdktest.mk %%DATADIR%%/mk/rte.shared.mk -%%DATADIR%%/mk/rte.sharelib.mk %%DATADIR%%/mk/rte.subdir.mk %%DATADIR%%/mk/rte.vars.mk %%DATADIR%%/mk/target/generic/rte.app.mk @@ -380,6 +427,7 @@ lib/dpdk %%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_cycles.h @@ -415,11 +463,11 @@ lib/dpdk %%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_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 @@ -429,6 +477,7 @@ lib/dpdk %%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_pci_dev_ids.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_port.h @@ -440,6 +489,7 @@ lib/dpdk %%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_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 @@ -465,6 +515,7 @@ lib/dpdk %%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/lib/libdpdk.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/libethdev.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_acl.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_cfgfile.a @@ -478,19 +529,21 @@ lib/dpdk %%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_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_pdump.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pipeline.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_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_fm10k.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_i40e.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ixgbe.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null.a -%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_pcap.a +%%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_null_crypto.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_ring.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_virtio.a %%DATADIR%%/x86_64-native-bsdapp-clang/lib/librte_pmd_vmxnet3_uio.a |