From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] config: disable bnx2x driver Date: Tue, 28 Jul 2015 19:16:39 +0200 Message-ID: <1438103799-31340-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id DF29CFFA for ; Tue, 28 Jul 2015 19:18:02 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so166277091wic.1 for ; Tue, 28 Jul 2015 10:18:02 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- config/common_linuxapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common_linuxapp b/config/common_linuxapp index 72373b6..bda9a63 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 -- 2.4.2