FreeBSD Bugzilla – Attachment 252611 Details for
Bug 280691
net/dpdk: Enable SDK driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to enable SDK driver
0001-net-dpdk-Enable-SDK-driver.patch (text/plain), 2.42 KB, created by
Joseph Mingrone
on 2024-08-08 17:26:06 UTC
(
hide
)
Description:
Patch to enable SDK driver
Filename:
MIME Type:
Creator:
Joseph Mingrone
Created:
2024-08-08 17:26:06 UTC
Size:
2.42 KB
patch
obsolete
>From ab0ddcfe3c6adc45e7694e88e7ca90661c5f43a6 Mon Sep 17 00:00:00 2001 >From: Tom Jones <thj@FreeBSD.org> >Date: Wed, 7 Aug 2024 13:57:47 -0300 >Subject: [PATCH] net/dpdk: Enable SDK driver > >Sponsored by: The FreeBSD Foundation >--- > 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 >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280691
: 252611