[dpdk-dev] [PATCH] mem: fix include in rte_malloc

2013-07-31 Thread Thomas Monjalon
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. > >

[dpdk-dev] [PATCH] mem: fix include in rte_malloc

2013-07-31 Thread 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 Mon

[dpdk-dev] [PATCH] mem: fix include in rte_malloc

2013-07-31 Thread Thomas Monjalon
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 --- app/test/test_hash.c |2 +- app/tes