From owner-svn-ports-all@freebsd.org Tue Jun 16 23:53:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2028B339EA1; Tue, 16 Jun 2020 23:53:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49mlQ55jS4z3ygP; Tue, 16 Jun 2020 23:53:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF20F173EE; Tue, 16 Jun 2020 23:53:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05GNrHvV084521; Tue, 16 Jun 2020 23:53:17 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05GNrHx4084519; Tue, 16 Jun 2020 23:53:17 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202006162353.05GNrHx4084519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 16 Jun 2020 23:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539393 - head/net/dpdk X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/net/dpdk X-SVN-Commit-Revision: 539393 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2020 23:53:18 -0000 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 (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 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