From: Thomas Monjalon Date: Tue, 28 Jul 2015 16:22:39 +0000 (+0200) Subject: config: disable bnx2x driver X-Git-Tag: spdx-start~8604 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ce9b8bb8b99877026fcca00fdb253fa3ec3a7e06;p=dpdk.git config: disable bnx2x driver This driver has too many issues: - too big - bad coding style - no git history (dropped in 2 patches) - no documentation - no BSD support - no maintainer And the biggest one, constraining this disabling: - many build issues If the last 4 issues are not fixed in the next release 2.2, the driver must be removed. Signed-off-by: Thomas Monjalon --- diff --git a/config/common_linuxapp b/config/common_linuxapp index 72373b6aaa..bda9a6383b 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -214,7 +214,7 @@ CONFIG_RTE_LIBRTE_MLX4_SOFT_COUNTERS=1 # # Compile burst-oriented Broadcom PMD driver # -CONFIG_RTE_LIBRTE_BNX2X_PMD=y +CONFIG_RTE_LIBRTE_BNX2X_PMD=n CONFIG_RTE_LIBRTE_BNX2X_DEBUG=n CONFIG_RTE_LIBRTE_BNX2X_DEBUG_INIT=n CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n