[dpdk-dev] [PATCH v2] eal: remove useless includes of mempool and ring

2016-06-10 Thread Thomas Monjalon
> > The libraries rte_mempool and rte_ring are not used in EAL, > > except for the ivshmem part (CONFIG_RTE_LIBRTE_IVSHMEM). > > > > Signed-off-by: Thomas Monjalon > > Thanks Thomas. > Acked-by: David Marchand Applied

[dpdk-dev] [PATCH v2] eal: remove useless includes of mempool and ring

2016-06-10 Thread David Marchand
On Fri, Jun 10, 2016 at 12:19 AM, Thomas Monjalon wrote: > The libraries rte_mempool and rte_ring are not used in EAL, > except for the ivshmem part (CONFIG_RTE_LIBRTE_IVSHMEM). > > Signed-off-by: Thomas Monjalon Thanks Thomas. Acked-by: David Marchand -- David Marchand

[dpdk-dev] [PATCH v2] eal: remove useless includes of mempool and ring

2016-06-10 Thread Thomas Monjalon
The libraries rte_mempool and rte_ring are not used in EAL, except for the ivshmem part (CONFIG_RTE_LIBRTE_IVSHMEM). Signed-off-by: Thomas Monjalon --- This patch must be applied on top of "log: deprecate history dump". v2: clean up also EAL and ivshmem Makefiles --- lib/librte_eal/bsdapp/eal/M