[dpdk-dev] [PATCH v6 9/9] table: align rte table hash structs for cache line size

2016-09-08 Thread gowrishankar muthukrishnan
Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] >> Sent: Thursday, September 8, 2016 10:36 AM >> To: Gowrishankar Muthukrishnan >> Cc: dev at dpdk.org; Dumitrescu, Cristian ; >> Chao Zhu ; Richardson, Bruce >> ; Ananyev, Konstantin >> ; Pradeep >> Subject: Re: [dpd

[dpdk-dev] [PATCH v6 9/9] table: align rte table hash structs for cache line size

2016-09-08 Thread Thomas Monjalon
2016-08-31 17:29, Dumitrescu, Cristian: > From: Gowrishankar Muthukrishnan > > rte table hash structs rte_bucket_4_8, rte_bucket_4_16 and > > rte_bucket_4_32 have > > to be cache aligned as required by their corresponding hash create functions > > rte_table_hash_create_key8_lru etc. > > Hi

[dpdk-dev] [PATCH v6 9/9] table: align rte table hash structs for cache line size

2016-09-08 Thread Dumitrescu, Cristian
gt; ; Pradeep > Subject: Re: [dpdk-dev] [PATCH v6 9/9] table: align rte table hash structs for > cache line size > > 2016-08-31 17:29, Dumitrescu, Cristian: > > From: Gowrishankar Muthukrishnan > > > rte table hash structs rte_bucket_4_8, rte_bucket_4_16 and > > >

[dpdk-dev] [PATCH v6 9/9] table: align rte table hash structs for cache line size

2016-08-31 Thread Dumitrescu, Cristian
> -Original Message- > From: Gowrishankar Muthukrishnan > [mailto:gowrishankar.m at linux.vnet.ibm.com] > Sent: Tuesday, August 16, 2016 11:28 AM > To: dev at dpdk.org > Cc: Chao Zhu ; Richardson, Bruce > ; Ananyev, Konstantin > ; Thomas Monjalon > ; Dumitrescu, Cristian > ; Pradeep >

[dpdk-dev] [PATCH v6 9/9] table: align rte table hash structs for cache line size

2016-08-16 Thread Gowrishankar Muthukrishnan
rte table hash structs rte_bucket_4_8, rte_bucket_4_16 and rte_bucket_4_32 have to be cache aligned as required by their corresponding hash create functions rte_table_hash_create_key8_lru etc. Signed-off-by: Gowrishankar Muthukrishnan --- lib/librte_table/rte_table_hash_key16.c | 4 ++--