Re: [dpdk-dev] [PATCH 1/3] eal: move CACHE and IOVA related definitions

2019-08-20 Thread Michel Machado
Acked-by: Michel Machado [ ]'s Michel Machado On 8/16/19 8:53 AM, Konstantin Ananyev wrote: Right now RTE_CACHE_ and IOVA definitions are located inside rte_memory.h That might cause an unwanted inclusions of arch/os specific header files. See [1] for particular problem example. Probably the s

[dpdk-dev] [PATCH 1/3] eal: move CACHE and IOVA related definitions

2019-08-16 Thread Konstantin Ananyev
Right now RTE_CACHE_ and IOVA definitions are located inside rte_memory.h That might cause an unwanted inclusions of arch/os specific header files. See [1] for particular problem example. Probably the simplest way to deal with such problems - move these definitions into rte_commmon.h Note that thi