From e4a89a7ccb4f46f4dc75c9e1a78d3f15525ba731 Mon Sep 17 00:00:00 2001 From: Tonghao Zhang Date: Wed, 3 Feb 2021 23:10:49 +0800 Subject: 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 Signed-off-by: Ilya Maximets --- rhel/openvswitch-fedora.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rhel') 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} -- cgit v1.2.1