Re: [PATCH v2 01/15] eventdev: remove unneeded dependencies
From: Jerin Jacob <hidden>
Date: 2017-02-06 08:12:57
From: Jerin Jacob <hidden>
Date: 2017-02-06 08:12:57
On Tue, Jan 31, 2017 at 04:14:19PM +0000, Harry van Haaren wrote:
From: Bruce Richardson <redacted> 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 <redacted> Signed-off-by: Harry van Haaren <redacted>
Acked-by: Jerin Jacob <redacted>
---