From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=dK8NlGEe8rHGIRz3E59TwFfWCFIgouqG/BJA70oJy3I=; b=mpScU9PqvoLmuGk60WBS4ctNweniZayUec/MLO0YkmOBeDDA28COmc/xmqPinzFxlZ bVrQ/oi4NvJ4aM/J1flJdjCDIuKn8jbCZlwAJUxDppGxg0MUcpqWscfXcLAev3DQxyoR NZ97UWtwhwd2/fW4MhTGJDurm9coQA7UISkoabNZ7ylE3g3HjdA2c/aduhbW06Ak7zd6 KwOSLfPF70geuYHLKwkzbeMGPS1fQ3h46F3e5QAKKHO3czTsZJ39NWAkEruAzj80pUNL 4qYwSyXszwf66LpI1aev8Htd8qC0E1GkGa4iFdgda1WH5b/N/j0/sIkHWDxCJ1Bth/ne Sd3Q== X-Gm-Message-State: ALoCoQk6eiV6o7MN8HXGGTFCcmVT8JSjL4e8kh6IDHy4pFBB99Z6ieru1VFoAFXTL8s19o0wXxfi X-Received: by 10.180.99.71 with SMTP id eo7mr10940770wib.25.1438118329285; Tue, 28 Jul 2015 14:18:49 -0700 (PDT) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by smtp.gmail.com with ESMTPSA id hd6sm20879946wib.19.2015.07.28.14.18.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jul 2015 14:18:48 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Tue, 28 Jul 2015 23:17:27 +0200 Message-ID: <22831881.TPP2R9bdJg@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438103799-31340-1-git-send-email-thomas.monjalon@6wind.com> References: <1438103799-31340-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] config: disable bnx2x driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 21:18:49 -0000 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