From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by dpdk.org (Postfix) with ESMTP id 304464C6E for ; Wed, 31 Jul 2013 13:47:40 +0200 (CEST) Received: by mail-we0-f171.google.com with SMTP id q55so503502wes.16 for ; Wed, 31 Jul 2013 04:48:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id:x-gm-message-state; bh=ItpeRyz4kood/SZe28j+bokdCIzh3D2yOnAhr7JI5NU=; b=ZaNOWGPoLUpo869RBv8uPT3yQdiW2rQjjuQdseGaI38mPcBEv2noETN/u6i7/4N03t szCwI4T4zwwfRBe+S79r+TjKZlEYtUAIa1FNquzA5bOwhTVmCMq5Jb7uww44sPnD/uKD brIe1FLPezlQ9ABoYd/WSk306jvtaEd7mvqKni9M2XEXMhozR1MDTZDTJIi+Jji6ZOfr tMwDl5iom6/SOfdo3qz01FWQr0b0R53VYQVkI50xWnwggrvkznYDDo/nZtVDa8eadNwJ aUJzV3+xM9Xf51/SifQvQq24zyIkB9ebaFBrpLJ9ZLWGzjBKP5k9yXfQ3OPSyRes6mPv TdjA== X-Received: by 10.180.91.6 with SMTP id ca6mr4087005wib.4.1375271284325; Wed, 31 Jul 2013 04:48:04 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id li9sm34817418wic.2.2013.07.31.04.48.02 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 04:48:03 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: Didier Pallard , Jia Sui Date: Wed, 31 Jul 2013 13:48:01 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <581E2E1085FAEF45B48CF8A139824CF804E64C5644@ACNMAIL1.ACN.ADVANTECH.CORP> <1375262325-5348-1-git-send-email-thomas.monjalon@6wind.com> <51F8F6D2.8000609@6wind.com> In-Reply-To: <51F8F6D2.8000609@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201307311348.01502.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQk2RFYKlEmagBsx6WwnYWZm/Km53AS0Q57bSZx3rXfRjo0wW66y/vJWKClzo0APEAl56TdX 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:47:40 -0000 31/07/2013 13:36, didier.pallard : > 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 pushed Thanks to Jia Sui for reporting. Side note: please do not reply to an old email when creating new thread. (see http://dpdk.org/ml/archives/dev/2013-July/thread.html) -- Thomas