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

2019-10-02 Thread Michel Machado
Acked-by: Michel Machado [ ]'s Michel Machado On 9/27/19 9:50 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 v2 1/3] eal: move CACHE and IOVA related definitions

2019-09-27 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