[dpdk-dev] [PATCH v7 2/5] mempool: remove rte_ring from rte_mempool struct

2016-06-03 Thread Hunt, David
On 6/3/2016 1:28 PM, Olivier MATZ wrote: > > On 06/02/2016 03:27 PM, David Hunt wrote: >> Now that we're moving to an external mempoool handler, which >> uses a void *pool_data as a pointer to the pool data, remove the >> unneeded ring pointer from the mempool struct. >> >> Signed-off-by: David

[dpdk-dev] [PATCH v7 2/5] mempool: remove rte_ring from rte_mempool struct

2016-06-03 Thread Olivier MATZ
On 06/02/2016 03:27 PM, David Hunt wrote: > Now that we're moving to an external mempoool handler, which > uses a void *pool_data as a pointer to the pool data, remove the > unneeded ring pointer from the mempool struct. > > Signed-off-by: David Hunt > --- > app/test/test_mempool_perf.c |

[dpdk-dev] [PATCH v7 2/5] mempool: remove rte_ring from rte_mempool struct

2016-06-02 Thread David Hunt
Now that we're moving to an external mempoool handler, which uses a void *pool_data as a pointer to the pool data, remove the unneeded ring pointer from the mempool struct. Signed-off-by: David Hunt --- app/test/test_mempool_perf.c | 1 - lib/librte_mempool/rte_mempool.h | 1 - 2 files