[dpdk] no absolute paths (#26437)

This commit is contained in:
autoantwort 2022-08-22 23:32:29 +02:00 committed by GitHub
parent 1b0252ca70
commit 8563627bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,13 @@
diff --git a/config/meson.build b/config/meson.build
index 7f7b6c92fd..51c3572793 100644
--- a/config/meson.build
+++ b/config/meson.build
@@ -375,7 +375,7 @@ if not dpdk_conf.has('RTE_MAX_NUMA_NODES')
endif
# set the install path for the drivers
-dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', eal_pmd_path)
+dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', '')
install_headers(['rte_config.h'],
subdir: get_option('include_subdir_arch'))

View File

@ -35,7 +35,9 @@ vcpkg_from_github(
enable-either-static-or-shared-build.patch
fix-dependencies.patch
remove-examples-src-from-datadir.patch
stop-building-apps.patch)
stop-building-apps.patch
no-absolute-driver-path.patch
)
macro(append_bool_option feature_name option_name)
if("${feature_name}" IN_LIST FEATURES)

View File

@ -1,7 +1,7 @@
{
"name": "dpdk",
"version-string": "22.03",
"port-version": 2,
"port-version": 3,
"description": "A set of libraries and drivers for fast packet processing",
"homepage": "https://www.dpdk.org/",
"documentation": "https://doc.dpdk.org/guides/index.html",

View File

@ -1974,7 +1974,7 @@
},
"dpdk": {
"baseline": "22.03",
"port-version": 2
"port-version": 3
},
"dpp": {
"baseline": "10.0.16",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b097f29e77f314135bad880b342548826bb99108",
"version-string": "22.03",
"port-version": 3
},
{
"git-tree": "f6b3f2c2e194013731669b4b6996026bd5611c15",
"version-string": "22.03",