Hi, Cristian,
> -Original Message-
> From: Dumitrescu, Cristian
> Sent: Wednesday, July 22, 2020 5:17 AM
> To: Xu, Ting ; dev@dpdk.org
> Cc: sta...@dpdk.org
> Subject: RE: [PATCH v3] lib/table: fix cache alignment issue
>
>
>
> > -Original Message-
> > From: Xu, Ting
> > Sent:
> -Original Message-
> From: Xu, Ting
> Sent: Tuesday, July 21, 2020 6:16 AM
> To: Dumitrescu, Cristian ; dev@dpdk.org
> Cc: sta...@dpdk.org
> Subject: RE: [PATCH v3] lib/table: fix cache alignment issue
>
> Hi, Cristian
>
> > -Original Message-
> > From: Dumitrescu, Cristian
Hi, Cristian
> -Original Message-
> From: Dumitrescu, Cristian
> Sent: Monday, July 20, 2020 10:38 PM
> To: Xu, Ting ; dev@dpdk.org
> Cc: sta...@dpdk.org
> Subject: RE: [PATCH v3] lib/table: fix cache alignment issue
>
>
>
> > -Original Message-
> > From: Xu, Ting
> > Sent: Th
> -Original Message-
> From: Xu, Ting
> Sent: Thursday, July 9, 2020 2:48 AM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian ; Xu, Ting
> ; sta...@dpdk.org
> Subject: [PATCH v3] lib/table: fix cache alignment issue
>
> When create softnic hash table with 16 keys, it failed on 32bit
> env
When create softnic hash table with 16 keys, it failed on 32bit
environment because of the structure rte_bucket_4_16 alignment
issue. Add __rte_cache_aligned to ensure correct cache align.
Fixes: 8aa327214c ("table: hash")
Cc: sta...@dpdk.org
Signed-off-by: Ting Xu
---
v2->v3: Rebase
v1->v2: Co
When create softnic hash table with 16 keys, it failed on 32bit
environment because of the structure rte_bucket_4_16 alignment
issue. Add __rte_cache_aligned to ensure correct cache align.
Fixes: 8aa327214c ("table: hash")
Cc: sta...@dpdk.org
Signed-off-by: Ting Xu
---
v2->v3: Rebase
v1->v2: Co
6 matches
Mail list logo