[dpdk-dev] [RFC PATCH 0/8] reduce header dependency on rte_mbuf.h

2015-05-11 Thread Thomas Monjalon
> > A large number of our header files and libraries are dependent on one > > another, > > which can lead to problems with circular dependencies if trying to tie some > > of > > those libraries together, e.g. when prototyping with pktdev, or other > > schemes > > to get a common API for ethdev/

[dpdk-dev] [RFC PATCH 0/8] reduce header dependency on rte_mbuf.h

2015-05-04 Thread Olivier MATZ
Hi Bruce, On 04/23/2015 03:03 PM, Bruce Richardson wrote: > A large number of our header files and libraries are dependent on one > another, > which can lead to problems with circular dependencies if trying to tie some of > those libraries together, e.g. when prototyping with pktdev, or other sc

[dpdk-dev] [RFC PATCH 0/8] reduce header dependency on rte_mbuf.h

2015-04-23 Thread Bruce Richardson
A large number of our header files and libraries are dependent on one another, which can lead to problems with circular dependencies if trying to tie some of those libraries together, e.g. when prototyping with pktdev, or other schemes to get a common API for ethdev/rings/KNI. :-) One small way t