[dpdk-dev] [PATCH v3 2/3] mempool: use bit flags instead of is_mp and is_mc

2016-06-17 Thread Olivier Matz
On 06/16/2016 01:02 PM, Lazaros Koromilas wrote: > Re: [PATCH v3 2/3] mempool: use bit flags instead of is_mp and is_mc There is a script to check the format of title. The underscores are now forbidden, because it often reference function or variable names, which is not ideal in titles. $

[dpdk-dev] [PATCH v3 2/3] mempool: use bit flags instead of is_mp and is_mc

2016-06-16 Thread Lazaros Koromilas
Pass the same flags as in rte_mempool_create(). Changes API calls: rte_mempool_generic_put(mp, obj_table, n, flags) rte_mempool_generic_get(mp, obj_table, n, flags) Signed-off-by: Lazaros Koromilas --- lib/librte_mempool/rte_mempool.h | 58 +--- 1