On Mon, Feb 06, 2017 at 01:42:33PM +0530, Jerin Jacob wrote: > On Tue, Jan 31, 2017 at 04:14:19PM +0000, Harry van Haaren wrote: > > From: Bruce Richardson <bruce.richard...@intel.com> > > > > 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 <bruce.richard...@intel.com> > > Signed-off-by: Harry van Haaren <harry.van.haa...@intel.com> > > Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>
Applied to dpdk-next-eventdev/master. Thanks. > > > ---