Update DPDK to LTS release 17.11.1
Note: This requires an EPOCH bump, but is needed to link with OVS Resolves: bz 1564548
This commit is contained in:
parent
52a69879eb
commit
a7fb59aa14
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/dpdk-17.08.tar.xz
|
/dpdk-17.08.tar.xz
|
||||||
/dpdk-17.11.tar.xz
|
/dpdk-17.11.tar.xz
|
||||||
/dpdk-18.02.tar.xz
|
/dpdk-18.02.tar.xz
|
||||||
|
/dpdk-17.11.1.tar.xz
|
||||||
|
10
dpdk.spec
10
dpdk.spec
@ -8,11 +8,11 @@
|
|||||||
%bcond_with pdfdoc
|
%bcond_with pdfdoc
|
||||||
|
|
||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 18.02
|
Version: 17.11.1
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
|
Epoch: 2
|
||||||
URL: http://dpdk.org
|
URL: http://dpdk.org
|
||||||
Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.xz
|
Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.xz
|
||||||
Patch0: dpdk-dpaa-build.patch
|
|
||||||
|
|
||||||
|
|
||||||
Summary: Set of libraries and drivers for fast packet processing
|
Summary: Set of libraries and drivers for fast packet processing
|
||||||
@ -119,8 +119,7 @@ as L2 and L3 forwarding.
|
|||||||
%define pmddir %{_libdir}/%{name}-pmds
|
%define pmddir %{_libdir}/%{name}-pmds
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n dpdk-stable-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# set up a method for modifying the resulting .config file
|
# set up a method for modifying the resulting .config file
|
||||||
@ -251,7 +250,6 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
|
|||||||
%files
|
%files
|
||||||
# BSD
|
# BSD
|
||||||
%{_bindir}/testpmd
|
%{_bindir}/testpmd
|
||||||
%{_bindir}/testbbdev
|
|
||||||
%{_bindir}/dpdk-procinfo
|
%{_bindir}/dpdk-procinfo
|
||||||
%if %{with shared}
|
%if %{with shared}
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dpdk-18.02.tar.xz) = 51695210a0358cf971fc9b4214d7b43a0d628bb5816ce8a4c6381a4f2b611b76493f015b93a2da469665f82ee9403a7ea7ebff2d2c7a7306b7376ace72baa082
|
SHA512 (dpdk-17.11.1.tar.xz) = 029235a0d7bcb37825783ba17f0894a3b3d69911daf6f4a5a408d5925d57bff7b691ff0e39ea8d3511b3da6ac71b3c35265a7e0ad51936ecdcb9b5d369cb048d
|
||||||
|
Loading…
Reference in New Issue
Block a user