On Tue, Jan 31, 2017 at 04:14:19PM +0000, Harry van Haaren wrote: > From: Bruce Richardson <[email protected]> > > Since eventdev uses event structures rather than working directly on > mbufs, there is no actual dependencies on the mbuf library. The > inclusion of an mbuf pointer element inside the event itself does not > require the inclusion of the mbuf header file. Similarly the pci > header is not needed, but following their removal, rte_memory.h is > needed for the definition of the __rte_cache_aligned macro. > > Signed-off-by: Bruce Richardson <[email protected]> > Signed-off-by: Harry van Haaren <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > ---

