From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: disable bnx2x driver Date: Tue, 28 Jul 2015 23:17:27 +0200 Message-ID: <22831881.TPP2R9bdJg@xps13> References: <1438103799-31340-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 82EFEC4E4 for ; Tue, 28 Jul 2015 23:18:49 +0200 (CEST) Received: by wibud3 with SMTP id ud3so196768836wib.1 for ; Tue, 28 Jul 2015 14:18:49 -0700 (PDT) In-Reply-To: <1438103799-31340-1-git-send-email-thomas.monjalon@6wind.com> 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" 2015-07-28 19:16, Thomas Monjalon: > 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 Applied