From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 9C6E3B0FE for ; Fri, 27 Jun 2014 02:11:06 +0200 (CEST) Received: by mail-wi0-f182.google.com with SMTP id bs8so1908860wib.9 for ; Thu, 26 Jun 2014 17:11:25 -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=0Flih7uqEbAdhQx9Qrm35OtrOwnJnQ1m1XDMkDYhKpg=; b=UiJAq79mBh4QcW3y599dpEKuosrxISvXwqtKcGHFKlS/EWPVHlIhYLt7fG5JAz1d6h INp4cKs9H1ro3jenGkuR/50SPy0zLZMM0GRuQm5nAuZAmhUZVbgJCitLYr60BqYCdeRK OzqPOpsGql5gYvqOnf29qy3m/oT968mvklWeqCT7088/qtsg9elF5J2dwe5mJdhPf3pS NHCqe0uyoX4dx8QuMhsmC7wMsRn5K6nMx0U50qIHb0We3ZzO+JdqYqUk+IdhLzT7zlmT pxac7U1RypxkAsruN9+0krJ9u0No28aAZGrx8TsSvZLvGpaV8qSiH0M4EvdKnzs2Ineu EU/Q== X-Gm-Message-State: ALoCoQlIqiD7fLhCtvC93OVlGDZpp9BE7p9dNkgfdc7UkNT7LDiKfVQwlY6usFrRg9ALLs90vTWl X-Received: by 10.181.11.166 with SMTP id ej6mr7608982wid.75.1403827885738; Thu, 26 Jun 2014 17:11:25 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ex4sm71372935wic.2.2014.06.26.17.11.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 17:11:25 -0700 (PDT) From: Thomas Monjalon To: Hiroshi Shimamoto Date: Fri, 27 Jun 2014 02:11:19 +0200 Message-ID: <1465279.oYkyYahRlY@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD0110E6A2@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD0110E6A2@BPXM14GP.gisp.nec.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org, Hayato Momma Subject: Re: [dpdk-dev] [PATCH] rte_memory.h: include stdio.h for FILE 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, 27 Jun 2014 00:11:06 -0000 > The below commit requires stdio FILE structure. >=20 > commit 591a9d7985c1230652d9f7ea1f9221e8c66ec188 > Author: Stephen Hemminger > Date: Fri May 2 16:42:56 2014 -0700 >=20 > add FILE argument to debug functions >=20 > Application which includes rte_memory.h without stdio.h will be hit > compilation failure. >=20 > /path/to/include/rte_memory.h:146:30: error: unknown type name =E2=80= =98FILE=E2=80=99 > void rte_dump_physmem_layout(FILE *f); >=20 > Signed-off-by: Hiroshi Shimamoto > Reviewed-by: Hayato Momma Acked-by: Thomas Monjalon Applied for version 1.7.0. Thanks --=20 Thomas