From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 145C13F9 for ; Fri, 28 Nov 2014 17:00:32 +0100 (CET) Received: by mail-wg0-f47.google.com with SMTP id n12so9214718wgh.20 for ; Fri, 28 Nov 2014 08:00:32 -0800 (PST) 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=sUqw27ucS3As0uG19NwWDnRcYVAsgw1T9an/oXIGry0=; b=HeWrFjqdk7/RjPDMuXWdqIcsMkF+C1w38hS3H9pgcOAvw8zm9SQvb/U5OE5uvWtmEg EBkESMAWVP0FKHp79hIt7txH9TPc1qSGaTmxGZ1rdFhnCKLGXOlu8ocIJ4XCsyelnXI7 AEkY214Y6TEmXFBncsY9+ZjJFSLQ0gxh7d8fH+2rToXl8AYWncB1MGpYQDb1wOrt3ycI tQYHohMg+o02792kP/IXj/ZY/PxNQYPGUM/aWqGucgqdDr6NslBVrmfshcX6vrmZ2mGN KAAsn/eVQxA+y6IU/ljzn+2UVUNofMlGQDGk4PnpEk37Byt7k8nkRCfPjwNGv6myiLBB x0pg== X-Gm-Message-State: ALoCoQlLzsZOpPqmREop85BIsvw1wHShRG48GSuxY4f0VxknBxJTpZBqNXorWtCXUqbAlKc5h1Y8 X-Received: by 10.180.102.135 with SMTP id fo7mr63356738wib.79.1417190431915; Fri, 28 Nov 2014 08:00:31 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fg2sm10619427wib.2.2014.11.28.08.00.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Nov 2014 08:00:30 -0800 (PST) From: Thomas Monjalon To: Sujith Sankar Date: Fri, 28 Nov 2014 17:00:08 +0100 Message-ID: <1419560.g4kbECHuVC@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20141128155229.GB4556@bricha3-MOBL3> References: <1417167499-4847-1-git-send-email-ssujith@cisco.com> <20141128155229.GB4556@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms 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: Fri, 28 Nov 2014 16:00:32 -0000 > > ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc because > > of types such as u_int32_t. This patch replaces all those with uint32_t and > > similar ones. > > > > Reported-by: David Marchand > > Signed-off-by: Sujith Sankar > > Acked-by: Bruce Richardson > > This patch helps out with getting a clang compile on BSD. However, one error > and a number of warnings remain that should be looked at in another patch. Applied Thanks -- Thomas