dpdk.spec: PMD builds: Enable the bnx2x build
This commit enables building the Broadcom NetXtreme II poll mode driver. Signed-off-by: Aaron Conole <aconole@redhat.com>
This commit is contained in:
parent
8f01de6aa6
commit
76d6fa84dd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user