Re: [dpdk-dev] [PATCH v7 2/5] lib/mbuf: introduce helper to create mempool with flags

2019-03-28 Thread Ferruh Yigit
On 3/27/2019 9:00 AM, Xiaolong Ye wrote: > This allows applications to create mbuf mempool with specific flags > such as MEMPOOL_F_NO_SPREAD if they want fixed size memory objects. > > Signed-off-by: Qi Zhang > Signed-off-by: Xiaolong Ye Hi Olivier, Can you please check this patch? I would lik

[dpdk-dev] [PATCH v7 2/5] lib/mbuf: introduce helper to create mempool with flags

2019-03-27 Thread Xiaolong Ye
This allows applications to create mbuf mempool with specific flags such as MEMPOOL_F_NO_SPREAD if they want fixed size memory objects. Signed-off-by: Qi Zhang Signed-off-by: Xiaolong Ye --- lib/librte_mbuf/rte_mbuf.c | 29 ++ lib/librte_mbuf/rte_mbuf.h | 45