[dpdk-dev] [RFC 2/7] lib/mbuf: enable parse flags when create mempool

2018-02-27 Thread Qi Zhang
This give the option that applicaiton can configure each memory chunk's size precisely. (by MEMPOOL_F_NO_SPREAD). Signed-off-by: Qi Zhang --- lib/librte_mbuf/rte_mbuf.c | 15 --- lib/librte_mbuf/rte_mbuf.h | 8 +++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a

[dpdk-dev] [RFC 2/7] lib/mbuf: enable parse flags when create mempool

2018-02-27 Thread Qi Zhang
This give the option that applicaiton can configure each memory chunk's size precisely. (by MEMPOOL_F_NO_SPREAD). Signed-off-by: Qi Zhang --- lib/librte_mbuf/rte_mbuf.c | 15 --- lib/librte_mbuf/rte_mbuf.h | 8 +++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a