eventdev: remove unneeded dependencies
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 31 Jan 2017 16:14:19 +0000 (16:14 +0000)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 4 Apr 2017 17:12:00 +0000 (19:12 +0200)
commit2ed019db7cadca69476dfa5937addd4bc9bcac17
tree39243133e22be3a41b23e08c18ef27ba276eae5e
parentd3e281a540567879a1fb65f4af95050de27eddca
eventdev: remove unneeded dependencies

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@intel.com>
Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
lib/Makefile
lib/librte_eventdev/rte_eventdev.h