Re: [dpdk-dev] [PATCH v1 2/6] lib/mbuf: enable parse flags when create mempool

2019-03-06 Thread Ye Xiaolong
Hi David, Thanks for you comments. On 03/05, David Marchand wrote: >On Fri, Mar 1, 2019 at 9:13 AM Xiaolong Ye wrote: > >> This give the option that applicaiton can configure each >> memory chunk's size precisely. (by MEMPOOL_F_NO_SPREAD). >> >> Signed-off-by: Qi Zhang >> Signed-off-by: Xiaolon

Re: [dpdk-dev] [PATCH v1 2/6] lib/mbuf: enable parse flags when create mempool

2019-03-05 Thread David Marchand
On Fri, Mar 1, 2019 at 9:13 AM Xiaolong Ye wrote: > This give the option that applicaiton can configure each > memory chunk's size precisely. (by MEMPOOL_F_NO_SPREAD). > > Signed-off-by: Qi Zhang > Signed-off-by: Xiaolong Ye > Cc: maintainer --- > lib/librte_mbuf/rte_mbuf.c | 15

[dpdk-dev] [PATCH v1 2/6] lib/mbuf: enable parse flags when create mempool

2019-03-01 Thread Xiaolong Ye
This give the option that applicaiton can configure each memory chunk's size precisely. (by MEMPOOL_F_NO_SPREAD). Signed-off-by: Qi Zhang Signed-off-by: Xiaolong Ye --- lib/librte_mbuf/rte_mbuf.c | 15 --- lib/librte_mbuf/rte_mbuf.h | 8 +++- 2 files changed, 19 insertions(+),