From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=TwSQm2kARudf0zloC9vsp1NE9KQY+fVuVXoJkMUVxYg=; b=WY6Af77p9EbAZth97xk9mY1ZG7tMS6035OYfUUzOsHsv5HYg5l9z0jUQqum5aavr5y vNozXSidxHP2fZl71I1eeNAxAfNHK8yPJ3pjlGb/0xsr2aeBAQjHREjri9EFufxbqvJg MQzsmo4dl3qwWmfmp1R/hRvv3dhoIr5ZQzaHBR6TM6IzU2EbdpLDraNDfkTdSm3oB28P L0Q5V7civKgDU34fJAorfoYq7MIVb2kxp2a9o5Mg1nJ49RnpVs9Pd336BTKnhohFH9Hr cCx5pnVnr3RV+FrCxzMRm5w+lQqI5RdkFydRfk/5yocvsB2Tp/BX4nXHlxzFmkFmMbNk MpsA== X-Gm-Message-State: ALoCoQlsqf7+kw34vKFE8rMskgxkSXNxvtRsSyoyKiFhreCG46WzGLIAEgTAFAXb4R1td6k+huB2 X-Received: by 10.194.103.130 with SMTP id fw2mr37741994wjb.121.1438616636297; Mon, 03 Aug 2015 08:43:56 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id gm20sm11834842wjc.17.2015.08.03.08.43.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 08:43:55 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger , Harish Patil Date: Mon, 03 Aug 2015 17:42:41 +0200 Message-ID: <1857836.bfEc03vuzz@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> References: <1438098424-30515-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 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: Mon, 03 Aug 2015 15:43:56 -0000 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