From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] some fixes for bnx2x Date: Mon, 03 Aug 2015 17:42:41 +0200 Message-ID: <1857836.bfEc03vuzz@xps13> References: <1438098424-30515-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 , Harish Patil Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 690A3C3E0 for ; Mon, 3 Aug 2015 17:43:56 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so127445169wib.0 for ; Mon, 03 Aug 2015 08:43:56 -0700 (PDT) In-Reply-To: <1438098424-30515-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 17:47, Thomas Monjalon: > The basic build tests fail in many ways. > The driver was disabled by error in first test before applying it. > That's why it has been accepted. > > This is a first try to fix most of the errors. > It has not been tested with old compilers, nor icc. > The 32-bit build fix is not complete. > Please review it and send other patches to completely fix it ASAP. > > Thomas Monjalon (4): > bnx2x: fix build as shared library > bnx2x: fix build with debug enabled > bnx2x: fix build with clang > bnx2x: fix part of 32-bit build Applied