[dpdk-dev] [PATCH v2 01/15] eventdev: remove unneeded dependencies

Jerin Jacob jerin.jacob at caviumnetworks.com
Mon Feb 6 09:12:34 CET 2017


On Tue, Jan 31, 2017 at 04:14:19PM +0000, Harry van Haaren wrote:
> From: Bruce Richardson <bruce.richardson at 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.richardson at intel.com>
> Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>

Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>

> ---


More information about the dev mailing list