From 0bda8618f9938a0e9953859d901376264c86ff8b4d445ce643b71253c247e3b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Sep 2024 11:57:09 +0000 Subject: [PATCH] For the maintainer: this is needed to build fd.io VPP DPDK plugin, in addition to pure DPDK driver development. - Enable (disabled by default) instalation of headers needed to build drivers. OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=169 --- dpdk.changes | 6 ++++++ dpdk.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/dpdk.changes b/dpdk.changes index 4d9c8b9..47fb7ae 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 14 12:34:14 UTC 2024 - Dan Partelly + +- Enable (disabled by default) instalation of headers needed + to build drivers. + ------------------------------------------------------------------- Fri Sep 13 05:08:15 UTC 2024 - Duraisankar P diff --git a/dpdk.spec b/dpdk.spec index 07c9b77..c5fd74d 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -204,6 +204,7 @@ for flavor in %{flavors_to_build}; do -Dplatform="%{platform}" \ -Dcpu_instruction_set=%{machine} \ -Denable_kmods=true \ + -Denable_driver_sdk=true \ -Ddrivers_install_subdir=%{pmddir} \ -Dkernel_dir="%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor" %meson_build