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

2019-10-25 Thread Thomas Monjalon
27/09/2019 15:50, Konstantin Ananyev: > Konstantin Ananyev (3): > eal: move CACHE and IOVA related definitions > mbuf: move mbuf definition into a separate file > examples/bpf: remove duplicate mbuf definition Applied, thanks

[dpdk-dev] [PATCH v2 0/3] move mbuf definition into a separate file

2019-09-27 Thread Konstantin Ananyev
v1 -> v2 As per Michel comments included into rte_mbuf_core.h 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