]> git.pld-linux.org Git - packages/dpdk.git/commitdiff
- up to 21.11.2 LTS
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Sep 2022 12:08:01 +0000 (14:08 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Sep 2022 12:08:01 +0000 (14:08 +0200)
dpdk-opt.patch
dpdk.spec

index 54f34ffbfa569d7bcb7695eeb89f3bb171b40028..40195d088ffbe264236b4baf60697dc37b0e4651 100644 (file)
@@ -1,15 +1,15 @@
 --- dpdk-stable-20.02.1/config/meson.build.orig        2020-05-18 12:23:06.000000000 +0200
 +++ dpdk-stable-20.02.1/config/meson.build     2020-05-24 16:19:42.561967025 +0200
 @@ -94,14 +94,6 @@
- dpdk_conf.set('RTE_MACHINE', machine)
+ dpdk_conf.set('RTE_MACHINE', cpu_instruction_set)
  machine_args = []
  
 -# ppc64 does not support -march= at all, use -mcpu and -mtune for that
 -if host_machine.cpu_family().startswith('ppc')
--      machine_args += '-mcpu=' + machine
--      machine_args += '-mtune=' + machine
+-    machine_args += '-mcpu=' + cpu_instruction_set
+-    machine_args += '-mtune=' + cpu_instruction_set
 -else
--      machine_args += '-march=' + machine
+-    machine_args += '-march=' + cpu_instruction_set
 -endif
 -
  toolchain = cc.get_id()
index 1ba17af11742666975dea95dd24db095fd50f05a..7356c65c661ffdd0943f459e05ea68168ba34562 100644 (file)
--- a/dpdk.spec
+++ b/dpdk.spec
 Summary:       Data Plane Development Kit libraries
 Summary(pl.UTF-8):     Biblioteki Data Plane Development Kit
 Name:          dpdk
-Version:       20.02.1
+Version:       21.11.2
 Release:       1
 License:       BSD (libraries and drivers), GPL v2 (kernel components)
 Group:         Libraries
 Source0:       https://fast.dpdk.org/rel/%{name}-%{version}.tar.xz
-# Source0-md5: fd04cb05c728f474b438c6e7aa1eb195
+# Source0-md5: 86f9c3b9034545172a9f3f2a8cf0f71b
 Patch0:                %{name}-opt.patch
 URL:           https://www.dpdk.org/
 # pkgconfig(libelf)
This page took 0.171743 seconds and 4 git commands to generate.