From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 5CCD33772 for ; Tue, 28 Jul 2015 17:48:26 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so185203178wic.0 for ; Tue, 28 Jul 2015 08:48:26 -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:mime-version :content-type:content-transfer-encoding; bh=00HFY0I2LMYd979Ekw1Gq4D9Qv7tVSnzcjzCRDV5LOk=; b=MFh30NLpv4IWCGFLZorZZH1R0hxj5yaE2EIeDojgYKtMPTta52scs3A1Rao15mixeg 86Y9VZ7eV++sO18mbcXOnDHvWD2Ij5fDw5ZY5mkT8t4tTHy7z7jDWA2miWqjnImaGu2N KZ4o9N5YKXI7M99yiPIW17Glj3mP7THYIDI19HeWDBNX58fMivcKewLcSuD/yuxknWYi h1qioIIj6cvh+DOqk4VZ4pMowBdtXRd4Qzx2bRAY/11JBN2zFd14adgsxbSh4lR1GZGf Nf62s+Frf8Ajtsieis9+6YqrCk8hJ8l3u1UlRQIlQcyV/lTQXFSOEH2Ne7VK9APrB9hS TZnw== X-Gm-Message-State: ALoCoQlPl4b19q32MMLEzaUMqhOmqKBGNn9id7W8VL4Ul7H9V2y+S2Dg84USKCsNqeV/SelJFFDU X-Received: by 10.194.58.7 with SMTP id m7mr64524706wjq.109.1438098506225; Tue, 28 Jul 2015 08:48:26 -0700 (PDT) Received: from XPS13.dev.6wind.com (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id hn2sm33861596wjc.45.2015.07.28.08.48.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Jul 2015 08:48:25 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Tue, 28 Jul 2015 17:47:00 +0200 Message-Id: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/4] some fixes for bnx2x 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 15:48:26 -0000 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 drivers/net/bnx2x/Makefile | 4 +++ drivers/net/bnx2x/bnx2x.c | 79 +++++++++++++++++++++-------------------- drivers/net/bnx2x/bnx2x.h | 2 +- drivers/net/bnx2x/bnx2x_logs.h | 2 +- drivers/net/bnx2x/bnx2x_stats.c | 12 ------- drivers/net/bnx2x/ecore_init.h | 3 +- drivers/net/bnx2x/ecore_sp.c | 12 +++---- 7 files changed, 52 insertions(+), 62 deletions(-) -- 2.4.2