From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mem: fix include in rte_malloc Date: Wed, 31 Jul 2013 13:48:01 +0200 Message-ID: <201307311348.01502.thomas.monjalon@6wind.com> References: <581E2E1085FAEF45B48CF8A139824CF804E64C5644@ACNMAIL1.ACN.ADVANTECH.CORP> <1375262325-5348-1-git-send-email-thomas.monjalon@6wind.com> <51F8F6D2.8000609@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Didier Pallard , Jia Sui Return-path: In-Reply-To: <51F8F6D2.8000609-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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