From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/4] some fixes for bnx2x Date: Tue, 28 Jul 2015 17:47:00 +0200 Message-ID: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Stephen Hemminger 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) 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" 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(-) --=20 2.4.2