Adapt dpdk fallback
This commit is contained in:
parent
eda950a334
commit
cfc83d6fca
@ -4,12 +4,11 @@
|
|||||||
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
||||||
Name: lwip
|
Name: lwip
|
||||||
Version: 2.1.3
|
Version: 2.1.3
|
||||||
Release: 78
|
Release: 79
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://savannah.nongnu.org/projects/lwip/
|
URL: http://savannah.nongnu.org/projects/lwip/
|
||||||
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
||||||
|
|
||||||
BuildRequires: dpdk-devel >= 21.11-56
|
|
||||||
|
|
||||||
Patch6001: backport-tcp-fix-sequence-number-comparison.patch
|
Patch6001: backport-tcp-fix-sequence-number-comparison.patch
|
||||||
Patch6002: backport-tcp-tighten-up-checks-for-received-SYN.patch
|
Patch6002: backport-tcp-tighten-up-checks-for-received-SYN.patch
|
||||||
@ -103,7 +102,7 @@ find %{_builddir}/%{name}-%{version} -type f -exec dos2unix -q {} \;
|
|||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#export DPDK_VERSION_1911=1
|
export DPDK_VERSION_1911=1
|
||||||
cd %{_builddir}/%{name}-%{version}/src
|
cd %{_builddir}/%{name}-%{version}/src
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -117,6 +116,9 @@ cd %{_builddir}/%{name}-%{version}/src
|
|||||||
%{_libdir}/liblwip.a
|
%{_libdir}/liblwip.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 3 2023 liyanan <liyanan61@h-parners.com> - 2.1.3-79
|
||||||
|
- Adapt dpdk fallback
|
||||||
|
|
||||||
* Sun Oct 08 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-78
|
* Sun Oct 08 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-78
|
||||||
- lstack_lwip: external api start with do_lwip_ prefix
|
- lstack_lwip: external api start with do_lwip_ prefix
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user