Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 23:53:17 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539393 - head/net/dpdk
Message-ID:  <202006162353.05GNrHx4084519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Jun 16 23:53:16 2020
New Revision: 539393
URL: https://svnweb.freebsd.org/changeset/ports/539393

Log:
  Update to 19.11.2
  
  PR:		246541
  Submitted by:	Bruce Richardson <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	Tue Jun 16 23:37:08 2020	(r539392)
+++ head/net/dpdk/Makefile	Tue Jun 16 23:53:16 2020	(r539393)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dpdk
-DISTVERSION=	19.11
-PORTREVISION=	2
+DISTVERSION=	19.11.2
 CATEGORIES=	net
 MASTER_SITES=	http://fast.dpdk.org/rel/
 
@@ -15,8 +14,10 @@ ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	Only works on 64-bit x86 hardware
 
 LIB_DEPENDS=	libjansson.so:devel/jansson
+BUILD_DEPENDS=	objdump:devel/binutils
 
-USES=		meson kmod shebangfix tar:xz
+USES=		meson kmod pkgconfig shebangfix tar:xz python:3.5+
+WRKSRC=	${WRKDIR}/${PORTNAME}-stable-${PORTVERSION}
 MESON_ARGS=	-Dmachine=default -Ddefault_library=shared
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	usertools/dpdk-pmdinfo.py \
@@ -42,6 +43,5 @@ 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:3.5+
 
 .include <bsd.port.mk>

Modified: head/net/dpdk/distinfo
==============================================================================
--- head/net/dpdk/distinfo	Tue Jun 16 23:37:08 2020	(r539392)
+++ head/net/dpdk/distinfo	Tue Jun 16 23:53:16 2020	(r539393)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575029584
-SHA256 (dpdk-19.11.tar.xz) = 467133968843677bb1c276bb74a3458aa7c002cc21e295c51e3bd65497b112ab
-SIZE (dpdk-19.11.tar.xz) = 12380984
+TIMESTAMP = 1589809964
+SHA256 (dpdk-19.11.2.tar.xz) = 6978c493eb3cc14aaa943b659e74531d7e66e213f36b82b66ccb1c9de4e444bb
+SIZE (dpdk-19.11.2.tar.xz) = 12398636

Modified: head/net/dpdk/pkg-plist
==============================================================================
--- head/net/dpdk/pkg-plist	Tue Jun 16 23:37:08 2020	(r539392)
+++ head/net/dpdk/pkg-plist	Tue Jun 16 23:53:16 2020	(r539393)
@@ -14,6 +14,7 @@ bin/dpdk-test-eventdev
 bin/dpdk-test-pipeline
 bin/dpdk-test-sad
 bin/dpdk-testpmd
+include/bpf_def.h
 include/cmdline.h
 include/cmdline_cirbuf.h
 include/cmdline_parse.h
@@ -53,6 +54,8 @@ include/rte_bbdev_op.h
 include/rte_bbdev_pmd.h
 include/rte_bitmap.h
 include/rte_bitrate.h
+include/rte_bpf.h
+include/rte_bpf_ethdev.h
 include/rte_branch_prediction.h
 include/rte_build_config.h
 include/rte_bus.h
@@ -65,8 +68,6 @@ 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
@@ -81,7 +82,6 @@ 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
@@ -247,6 +247,9 @@ 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
@@ -1003,6 +1006,9 @@ lib/librte_security.so.20.0
 lib/librte_stack.a
 lib/librte_stack.so
 lib/librte_stack.so.0.200
+lib/librte_telemetry.a
+lib/librte_telemetry.so
+lib/librte_telemetry.so.0.200
 lib/librte_table.a
 lib/librte_table.so
 lib/librte_table.so.20.0



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