From 76d6fa84dd73cd9bac932ad65f15636d501d621c Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 27 Oct 2015 10:59:24 -0400 Subject: [PATCH] dpdk.spec: PMD builds: Enable the bnx2x build This commit enables building the Broadcom NetXtreme II poll mode driver. Signed-off-by: Aaron Conole --- dpdk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dpdk.spec b/dpdk.spec index 1def053..7746388 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -37,7 +37,7 @@ ExclusiveArch: x86_64 -BuildRequires: kernel-headers, libpcap-devel, doxygen, python-sphinx +BuildRequires: kernel-headers, libpcap-devel, doxygen, python-sphinx, zlib-devel %if %{with pdfdoc} BuildRequires: texlive-dejavu inkscape texlive-latex-bin-bin BuildRequires: texlive-kpathsea-bin texlive-metafont-bin texlive-cm @@ -117,6 +117,7 @@ make V=1 O=%{target} T=%{target} %{?_smp_mflags} config setconf CONFIG_RTE_MACHINE "default" setconf CONFIG_RTE_NEXT_ABI n +setconf CONFIG_RTE_LIBRTE_BNX2X_PMD y setconf CONFIG_RTE_LIBRTE_PMD_PCAP y setconf CONFIG_RTE_LIBRTE_VHOST y