Update to latest upstream
This commit is contained in:
parent
c560cd8ef3
commit
fa7000a8ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/dpdk-17.02.tar.xz
|
/dpdk-17.02.tar.xz
|
||||||
/dpdk-17.05.tar.xz
|
/dpdk-17.05.tar.xz
|
||||||
/dpdk-17.08.tar.xz
|
/dpdk-17.08.tar.xz
|
||||||
|
/dpdk-17.11.tar.xz
|
||||||
|
11
dpdk.spec
11
dpdk.spec
@ -8,12 +8,10 @@
|
|||||||
%bcond_with pdfdoc
|
%bcond_with pdfdoc
|
||||||
|
|
||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 17.08
|
Version: 17.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
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
|
||||||
Patch1: lengthfix.patch
|
|
||||||
#Patch2: 5b45c30a00ecbd5181e5679b13ca059bcd761ead.patch
|
|
||||||
|
|
||||||
|
|
||||||
Summary: Set of libraries and drivers for fast packet processing
|
Summary: Set of libraries and drivers for fast packet processing
|
||||||
@ -120,8 +118,6 @@ as L2 and L3 forwarding.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .lengthfix
|
|
||||||
#%patch2 -p1 -b .5b45c30
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# set up a method for modifying the resulting .config file
|
# set up a method for modifying the resulting .config file
|
||||||
@ -170,6 +166,8 @@ setconf CONFIG_RTE_KNI_PREEMPT_DEFAULT n
|
|||||||
|
|
||||||
setconf CONFIG_RTE_APP_EVENTDEV n
|
setconf CONFIG_RTE_APP_EVENTDEV n
|
||||||
|
|
||||||
|
setconf CONFIG_RTE_LIBRTE_NFP_PMD y
|
||||||
|
|
||||||
%if %{with shared}
|
%if %{with shared}
|
||||||
setconf CONFIG_RTE_BUILD_SHARED_LIB y
|
setconf CONFIG_RTE_BUILD_SHARED_LIB y
|
||||||
%endif
|
%endif
|
||||||
@ -276,6 +274,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 16 2017 Neil Horman <nhorman@redhat.com> - 17.11-1
|
||||||
|
- Update to latest upstream
|
||||||
|
|
||||||
* Wed Aug 09 2017 Neil Horman <nhorman@redhat.com> - 17.08-1
|
* Wed Aug 09 2017 Neil Horman <nhorman@redhat.com> - 17.08-1
|
||||||
- Update to latest upstream
|
- Update to latest upstream
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dpdk-17.08.tar.xz) = fccfa7c9ae815039829326259818ef1fd6c0525d2b7136728dda5032314359f57f3df8674bfd9a685f813b5dc03c1dcf796ad36a95f7d7e294b26a0730619b93
|
SHA512 (dpdk-17.11.tar.xz) = 0b4dd3ce0dd2c57a0ab4dc8d8f7a27b914d418e48219eecfd6aad123af8ca64515b414385cb512aa5bc1fca6bda429841590f90fcc461821717deaa50545ca8d
|
||||||
|
Loading…
Reference in New Issue
Block a user