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 59AF64C6E for ; Wed, 31 Jul 2013 13:36:28 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id f14so3488198wiw.15 for ; Wed, 31 Jul 2013 04:36:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=0IZb1FGwC2gYDHrAh6hX60Lp2W7FyUo9zHYZy4dPJHE=; b=Konz87cgpmd63VZEHLFFGa3OpSqhhybQTxVeUCxd6bHLOB6WLz7OZ9TXLXY0AiTeHD nxpL1b029lw13te6gKVHKCFoZg41yOeQVdABFPmgmf4LmrQwTrs2P/m22/BPvSGc6I5i t6rGHgLHdDl7o6F2aoeBE9j36M4iD1bQNMzSTHFxk1nK5sebsIqOLDSPVg/kTTqVXBwb yhRoIAt1uWod2hKyKFcn+MfhWt4YzvadwLZ5M0VCitaYbS78FXpT4dJEyz4Uyh8FxTSV l3jhbtEbtghS3gGXNncF/bZOUtrMs9DNCH2hNYBf1Uv8W5n4E2fbATHSNt2r4Dmv1AJl 1ToQ== X-Received: by 10.180.10.202 with SMTP id k10mr3978522wib.17.1375270612309; Wed, 31 Jul 2013 04:36:52 -0700 (PDT) Received: from [10.16.0.123] (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id nb12sm34721924wic.7.2013.07.31.04.36.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 04:36:51 -0700 (PDT) Message-ID: <51F8F6D2.8000609@6wind.com> Date: Wed, 31 Jul 2013 13:36:50 +0200 From: "didier.pallard" Organization: 6wind User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: Thomas Monjalon References: <581E2E1085FAEF45B48CF8A139824CF804E64C5644@ACNMAIL1.ACN.ADVANTECH.CORP> <1375262325-5348-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1375262325-5348-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQm98ZVVZfOFzvKDm5N/mKDafKNiiqwymv1Obd73pLA7WplDNDZOwDyjXA5RKWoSVHiLg8X5 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mem: fix include in rte_malloc 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: Wed, 31 Jul 2013 11:36:28 -0000 On 07/31/2013 11:18 AM, Thomas Monjalon wrote: > The function rte_malloc_virt2phy has a dependency on rte_memory.h: > phys_addr_t must be defined. > > The dependency handling for apps was wrong in the commit 8c86825cbf. > Let's revert this part. > > Reported-by: Jia Sui > Signed-off-by: Thomas Monjalon Acked-by: Didier Pallard