summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorTonghao Zhang <xiangxia.m.yue@gmail.com>2021-02-03 23:10:49 +0800
committerIlya Maximets <i.maximets@ovn.org>2021-02-05 18:55:51 +0100
commite4a89a7ccb4f46f4dc75c9e1a78d3f15525ba731 (patch)
tree348638aaa6cb5f370423a8e699f92d4e3392a409 /rhel
parent9acbdd65cdcf34721766a79906a4efba6cfcfbc9 (diff)
downloadopenvswitch-e4a89a7ccb4f46f4dc75c9e1a78d3f15525ba731.tar.gz
rhel: Update build required dpdk.
Now OvS supports building with dpdk 20.11, and uses the '--with-dpdk=shared' option in fedora.spec. Then change version of dpdk 17.05.1 to 20.11. Note that dpdk-devel-20.11.x is not released in fedora distro, but use '20.11' is fine. Fixes: 252e1e576443 ("dpdk: Update to use DPDK v20.11.") Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch-fedora.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 87de631e3..e457fa679 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -72,7 +72,7 @@ BuildRequires: libcap-ng libcap-ng-devel
%endif
%if %{with dpdk}
BuildRequires: libpcap-devel numactl-devel
-BuildRequires: dpdk-devel >= 17.05.1
+BuildRequires: dpdk-devel >= 20.11
Provides: %{name}-dpdk = %{version}-%{release}
%endif
%if %{with afxdp}