From e5c6123d8e943623bb05398c173d977a7b31c438 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 4 Jun 2020 12:45:53 -0400 Subject: [PATCH] Resolves: bz1843590 --- dpdk.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dpdk.spec b/dpdk.spec index 3d65707..f8a1d45 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -9,7 +9,7 @@ Name: dpdk Version: 19.11.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 2 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -219,6 +219,8 @@ setconf CONFIG_RTE_APP_EVENTDEV n setconf CONFIG_RTE_LIBRTE_NFP_PMD y +setconf CONFIG_RTE_LIBRTE_MLX5_PMD y + %ifarch aarch64 setconf CONFIG_RTE_LIBRTE_DPAA_BUS n setconf CONFIG_RTE_LIBRTE_DPAA_MEMPOOL n @@ -350,6 +352,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi %endif %changelog +* Thu Jun 04 2020 Neil Horman - 2:19.11-3 +- Enable MLX5 PMD (bz 1843590) + * Thu May 07 2020 Neil Horman - 2:19.11-2 - Fix error in python interpreter fixup (bz 1832416)