Date: Fri, 9 Aug 2024 14:04:41 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9bdaee5453b6 - main - net/dpdk: Enable SDK driver Message-ID: <202408091404.479E4flh045746@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bdaee5453b6ee8fa2236537ec60f672e17db561 commit 9bdaee5453b6ee8fa2236537ec60f672e17db561 Author: Tom Jones <thj@FreeBSD.org> AuthorDate: 2024-08-07 16:57:47 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-08-09 14:03:29 +0000 net/dpdk: Enable SDK driver PR: 280691 Approved by: bruce.richardson@intel.com (maintainer) Sponsored by: The FreeBSD Foundation Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org> --- net/dpdk/Makefile | 2 ++ net/dpdk/pkg-plist | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/net/dpdk/Makefile b/net/dpdk/Makefile index 9a21be853ae7..40eb9efd973c 100644 --- a/net/dpdk/Makefile +++ b/net/dpdk/Makefile @@ -1,5 +1,6 @@ PORTNAME= dpdk DISTVERSION= 22.11.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://fast.dpdk.org/rel/ PKGNAMESUFFIX= 22.11 @@ -43,6 +44,7 @@ DPDK_CPUTYPE=default .endif MESON_ARGS= -Ddefault_library=shared \ + -Denable_driver_sdk=true \ -Denable_kmods=true \ -Dc_link_args=-Wl,--undefined-version \ -Dmachine=${DPDK_CPUTYPE} diff --git a/net/dpdk/pkg-plist b/net/dpdk/pkg-plist index de66a8164e3c..aba1b84eb61b 100644 --- a/net/dpdk/pkg-plist +++ b/net/dpdk/pkg-plist @@ -23,6 +23,11 @@ bin/dpdk-test-sad bin/dpdk-test-security-perf bin/dpdk-testpmd include/bpf_def.h +include/bus_auxiliary_driver.h +include/bus_driver.h +include/bus_ifpga_driver.h +include/bus_pci_driver.h +include/bus_vdev_driver.h include/cmdline.h include/cmdline_cirbuf.h include/cmdline_parse.h @@ -34,6 +39,16 @@ include/cmdline_parse_string.h include/cmdline_rdline.h include/cmdline_socket.h include/cmdline_vt100.h +include/cryptodev_pmd.h +include/dev_driver.h +include/ethdev_driver.h +include/ethdev_pci.h +include/ethdev_vdev.h +include/event_timer_adapter_pmd.h +include/eventdev_pmd.h +include/eventdev_pmd_pci.h +include/eventdev_pmd_vdev.h +include/eventdev_trace.h include/generic/rte_atomic.h include/generic/rte_byteorder.h include/generic/rte_cpuflags.h @@ -46,6 +61,7 @@ include/generic/rte_prefetch.h include/generic/rte_rwlock.h include/generic/rte_spinlock.h include/generic/rte_vect.h +include/gpudev_driver.h include/rte_acc_cfg.h include/rte_acl.h include/rte_acl_osdep.h @@ -78,6 +94,8 @@ include/rte_common.h include/rte_comp.h include/rte_compat.h include/rte_compressdev.h +include/rte_compressdev_internal.h +include/rte_compressdev_pmd.h include/rte_config.h include/rte_cpuflags.h include/rte_crc_arm64.h @@ -100,6 +118,7 @@ include/rte_dev_info.h include/rte_devargs.h include/rte_distributor.h include/rte_dmadev.h +include/rte_dmadev_pmd.h include/rte_dmadev_core.h include/rte_eal.h include/rte_eal_memconfig.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408091404.479E4flh045746>