dpdk: update to 17.08 (bz 1479601)
This commit is contained in:
parent
1f0725d632
commit
c560cd8ef3
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/dpdk-16.11.tar.xz
|
||||
/dpdk-17.02.tar.xz
|
||||
/dpdk-17.05.tar.xz
|
||||
/dpdk-17.08.tar.xz
|
||||
|
16
dpdk.spec
16
dpdk.spec
@ -8,12 +8,13 @@
|
||||
%bcond_with pdfdoc
|
||||
|
||||
Name: dpdk
|
||||
Version: 17.05
|
||||
Release: 3%{?dist}
|
||||
Version: 17.08
|
||||
Release: 1%{?dist}
|
||||
URL: http://dpdk.org
|
||||
Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.xz
|
||||
Patch1: lengthfix.patch
|
||||
Patch2: 5b45c30a00ecbd5181e5679b13ca059bcd761ead.patch
|
||||
#Patch2: 5b45c30a00ecbd5181e5679b13ca059bcd761ead.patch
|
||||
|
||||
|
||||
Summary: Set of libraries and drivers for fast packet processing
|
||||
|
||||
@ -42,7 +43,7 @@ ExclusiveArch: x86_64 i686 aarch64 ppc64le
|
||||
%ifarch i686
|
||||
%define machine_arch i686
|
||||
%define machine_tmpl native
|
||||
%define machine atm
|
||||
%define machine default
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
%define machine_arch arm64
|
||||
@ -120,7 +121,7 @@ as L2 and L3 forwarding.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .lengthfix
|
||||
%patch2 -p1 -b .5b45c30
|
||||
#%patch2 -p1 -b .5b45c30
|
||||
|
||||
%build
|
||||
# set up a method for modifying the resulting .config file
|
||||
@ -167,6 +168,8 @@ setconf CONFIG_RTE_LIBRTE_KNI n
|
||||
setconf CONFIG_RTE_KNI_KMOD n
|
||||
setconf CONFIG_RTE_KNI_PREEMPT_DEFAULT n
|
||||
|
||||
setconf CONFIG_RTE_APP_EVENTDEV n
|
||||
|
||||
%if %{with shared}
|
||||
setconf CONFIG_RTE_BUILD_SHARED_LIB y
|
||||
%endif
|
||||
@ -273,6 +276,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 09 2017 Neil Horman <nhorman@redhat.com> - 17.08-1
|
||||
- Update to latest upstream
|
||||
|
||||
* Mon Jul 31 2017 Neil Horman <nhorman@redhat.com> - 17.05-2
|
||||
- backport rte_eth_tx_done_cleanup map fix (#1476341)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dpdk-17.05.tar.xz) = 3ffbc56c480962d59776cdc9e6eaaaedec9d0d6433c854203b947b5c9df1fb25730f06f100c787b19a589fad693a544da04f3efb82029b00b5b27488e01f4272
|
||||
SHA512 (dpdk-17.08.tar.xz) = fccfa7c9ae815039829326259818ef1fd6c0525d2b7136728dda5032314359f57f3df8674bfd9a685f813b5dc03c1dcf796ad36a95f7d7e294b26a0730619b93
|
||||
|
Loading…
Reference in New Issue
Block a user