Accepting request 644668 from network
OBS-URL: https://build.opensuse.org/request/show/644668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=32
This commit is contained in:
commit
62d6658232
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 15:26:53 CEST 2018 - ndas@suse.de
|
||||
|
||||
- Enable missed MLX PMDs for SLE12SP4 (bsc#1112307)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese <marco.varlese@suse.com>
|
||||
|
||||
|
@ -71,7 +71,7 @@ BuildRequires: libelf-devel
|
||||
BuildRequires: libnuma-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: pesign-obs-integration
|
||||
%if 0%{?sle_version} >= 150000
|
||||
%if 0%{?sle_version} >= 120400
|
||||
BuildRequires: rdma-core-devel
|
||||
%endif
|
||||
BuildRequires: zlib-devel
|
||||
@ -200,7 +200,7 @@ function setdefaultconf()
|
||||
setconf CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT y $1
|
||||
setconf CONFIG_RTE_LIBRTE_PMD_PCAP y $1
|
||||
setconf CONFIG_RTE_LIBRTE_VHOST_NUMA y $1
|
||||
%if 0%{?sle_version} >= 150000
|
||||
%if 0%{?sle_version} >= 120400
|
||||
setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1
|
||||
setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 15:26:53 CEST 2018 - ndas@suse.de
|
||||
|
||||
- Enable missed MLX PMDs for SLE12SP4 (bsc#1112307)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese <marco.varlese@suse.com>
|
||||
|
||||
|
@ -69,7 +69,7 @@ BuildRequires: libelf-devel
|
||||
BuildRequires: libnuma-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: pesign-obs-integration
|
||||
%if 0%{?sle_version} >= 150000
|
||||
%if 0%{?sle_version} >= 120400
|
||||
BuildRequires: rdma-core-devel
|
||||
%endif
|
||||
BuildRequires: zlib-devel
|
||||
@ -198,7 +198,7 @@ function setdefaultconf()
|
||||
setconf CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT y $1
|
||||
setconf CONFIG_RTE_LIBRTE_PMD_PCAP y $1
|
||||
setconf CONFIG_RTE_LIBRTE_VHOST_NUMA y $1
|
||||
%if 0%{?sle_version} >= 150000
|
||||
%if 0%{?sle_version} >= 120400
|
||||
setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1
|
||||
setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user