[dpdk-dev] [PATCH v4] mempool: reduce rte_mempool structure size

2016-02-15 Thread Olivier MATZ
On 02/12/2016 07:36 PM, Keith Wiles wrote: > The rte_mempool structure is changed, which will cause an ABI change > for this structure. Providing backward compat is not reasonable > here as this structure is used in multiple defines/inlines. > > Allow mempool cache support to be dynamic dependin

[dpdk-dev] [PATCH v4] mempool: reduce rte_mempool structure size

2016-02-12 Thread Keith Wiles
The rte_mempool structure is changed, which will cause an ABI change for this structure. Providing backward compat is not reasonable here as this structure is used in multiple defines/inlines. Allow mempool cache support to be dynamic depending on if the mempool being created needs cache support.