1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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>
This commit is contained in:
Tom Jones 2024-08-07 13:57:47 -03:00 committed by Joseph Mingrone
parent efaf11f8d9
commit 9bdaee5453
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E
2 changed files with 21 additions and 0 deletions

View File

@ -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}

View File

@ -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