Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2016 15:34:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421375 - head/net/dpdk
Message-ID:  <201609051534.u85FYOov049101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Sep  5 15:34:24 2016
New Revision: 421375
URL: https://svnweb.freebsd.org/changeset/ports/421375

Log:
  - Update to 16.07
  
  PR:		212387
  Submitted by:	rum1cro@yandex.ru
  Approved by:	bruce.richardson@intel.com (maintainer)

Modified:
  head/net/dpdk/Makefile
  head/net/dpdk/distinfo
  head/net/dpdk/pkg-plist

Modified: head/net/dpdk/Makefile
==============================================================================
--- head/net/dpdk/Makefile	Mon Sep  5 15:21:06 2016	(r421374)
+++ head/net/dpdk/Makefile	Mon Sep  5 15:34:24 2016	(r421375)
@@ -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/
 

Modified: head/net/dpdk/distinfo
==============================================================================
--- head/net/dpdk/distinfo	Mon Sep  5 15:21:06 2016	(r421374)
+++ head/net/dpdk/distinfo	Mon Sep  5 15:34:24 2016	(r421375)
@@ -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

Modified: head/net/dpdk/pkg-plist
==============================================================================
--- head/net/dpdk/pkg-plist	Mon Sep  5 15:21:06 2016	(r421374)
+++ head/net/dpdk/pkg-plist	Mon Sep  5 15:34:24 2016	(r421375)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609051534.u85FYOov049101>