> -----Original Message----- > From: Yipeng Wang <yipeng1.w...@intel.com> > Sent: Friday, September 21, 2018 12:17 PM > To: bruce.richard...@intel.com > Cc: dev@dpdk.org; yipeng1.w...@intel.com; mic...@digirati.com.br; > Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Subject: [PATCH v2 1/7] test/hash: fix bucket size in hash perf test > > The bucket size was changed from 4 to 8 but the corresponding perf test was > not changed accordingly. > > Fixes: 58017c98ed53 ("hash: add vectorized comparison") > Cc: sta...@dpdk.org > > Signed-off-by: Yipeng Wang <yipeng1.w...@intel.com> > --- > test/test/test_hash_perf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/test/test_hash_perf.c b/test/test/test_hash_perf.c index > 33dcb9f..9ed7125 100644 > --- a/test/test/test_hash_perf.c > +++ b/test/test/test_hash_perf.c > @@ -20,7 +20,7 @@ > #define MAX_ENTRIES (1 << 19) > #define KEYS_TO_ADD (MAX_ENTRIES * 3 / 4) /* 75% table utilization */ > #define NUM_LOOKUPS (KEYS_TO_ADD * 5) /* Loop among keys added, > several times */ -#define BUCKET_SIZE 4 > +#define BUCKET_SIZE 8 May be we should add a comment to warn that it should be same as ' RTE_HASH_BUCKET_ENTRIES'? > #define NUM_BUCKETS (MAX_ENTRIES / BUCKET_SIZE) #define > MAX_KEYSIZE 64 #define NUM_KEYSIZES 10 > -- > 2.7.4
- [dpdk-dev] [PATCH v2 0/7] hash: add extendable bucket... Yipeng Wang
- [dpdk-dev] [PATCH v2 2/7] test/hash: more accura... Yipeng Wang
- Re: [dpdk-dev] [PATCH v2 2/7] test/hash: mor... Bruce Richardson
- [dpdk-dev] [PATCH v2 6/7] test/hash: implement e... Yipeng Wang
- Re: [dpdk-dev] [PATCH v2 6/7] test/hash: imp... Honnappa Nagarahalli
- [dpdk-dev] [PATCH v2 4/7] hash: fix unnecessary ... Yipeng Wang
- Re: [dpdk-dev] [PATCH v2 4/7] hash: fix unne... Bruce Richardson
- [dpdk-dev] [PATCH v2 1/7] test/hash: fix bucket ... Yipeng Wang
- Re: [dpdk-dev] [PATCH v2 1/7] test/hash: fix... Bruce Richardson
- Re: [dpdk-dev] [PATCH v2 1/7] test/hash:... Wang, Yipeng1
- Re: [dpdk-dev] [PATCH v2 1/7] test/hash: fix... Honnappa Nagarahalli
- Re: [dpdk-dev] [PATCH v2 1/7] test/hash:... Wang, Yipeng1
- [dpdk-dev] [PATCH v2 3/7] test/hash: fix rw test... Yipeng Wang
- Re: [dpdk-dev] [PATCH v2 3/7] test/hash: fix... Bruce Richardson
- Re: [dpdk-dev] [PATCH v2 3/7] test/hash:... Wang, Yipeng1
- Re: [dpdk-dev] [PATCH v2 3/7] test/hash: fix... Bruce Richardson
- [dpdk-dev] [PATCH v2 5/7] hash: add extendable b... Yipeng Wang
- Re: [dpdk-dev] [PATCH v2 5/7] hash: add exte... Honnappa Nagarahalli
- Re: [dpdk-dev] [PATCH v2 5/7] hash: add ... Bruce Richardson
- Re: [dpdk-dev] [PATCH v2 5/7] hash: ... Ananyev, Konstantin
- Re: [dpdk-dev] [PATCH v2 5/7] h... Bruce Richardson