Re: [dpdk-dev] [PATCH 2/3] mbuf: move mbuf definition into a separate file

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 inclusion of rte_mbuf.h header can cause inclusion of some arch/os specific headers. That prevents it to be included directly by some non-DPDK (but related) entities: KNI, BPF programs, etc. T

[dpdk-dev] [PATCH 2/3] mbuf: move mbuf definition into a separate file

2019-08-16 Thread Konstantin Ananyev
Right now inclusion of rte_mbuf.h header can cause inclusion of some arch/os specific headers. That prevents it to be included directly by some non-DPDK (but related) entities: KNI, BPF programs, etc. To overcome that problem usually a separate definitions of rte_mbuf structure is created within th