[dpdk-dev] [PATCH] app test: fix mempool cache_size not match limited cache_size

2015-08-03 Thread Thomas Monjalon
> > From: Marvin Liu > > > > In previous setting, mempool size and cache_size are both 32. > > This is not satisfied with cache_size checking rule by now. > > Cache size should less than CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE and > > mempool size / 1.5. > > > > Signed-off-by: Marvin Liu > > > Acked

[dpdk-dev] [PATCH] app test: fix mempool cache_size not match limited cache_size

2015-08-03 Thread Liu, Yong
Thanks Thomas. > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, August 03, 2015 5:27 AM > To: Liu, Yong > Cc: dev at dpdk.org; olivier.matz at 6wind.com; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH] app test: fix memp

[dpdk-dev] [PATCH] app test: fix mempool cache_size not match limited cache_size

2015-08-02 Thread Thomas Monjalon
2015-07-29 11:22, Yong Liu: > In previous setting, mempool size and cache_size are both 32. > This is not satisfied with cache_size checking rule by now. > Cache size should less than CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE and mempool > size / 1.5. Sorry I don't really understand this explanation. >

[dpdk-dev] [PATCH] app test: fix mempool cache_size not match limited cache_size

2015-07-30 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yong Liu > Sent: Wednesday, July 29, 2015 11:22 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] app test: fix mempool cache_size not match > limited cache_size > > From: Marv

[dpdk-dev] [PATCH] app test: fix mempool cache_size not match limited cache_size

2015-07-29 Thread Yong Liu
From: Marvin Liu In previous setting, mempool size and cache_size are both 32. This is not satisfied with cache_size checking rule by now. Cache size should less than CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE and mempool size / 1.5. Signed-off-by: Marvin Liu diff --git a/app/test/test_sched.c b/app/t