RE: [PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory

2022-05-03 Thread Wang, Haiyue
nagaraha...@arm.com; > n...@arm.com > Subject: Re: [PATCH] eal: allow worker lcore stacks to be allocated from > hugepage memory > > On 5/3/2022 9:08 AM, Wang, Haiyue wrote: > >> -Original Message- > >> From: Don Wallwork > >> Sent: Monday, May 2, 2

Re: [PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory

2022-05-03 Thread Don Wallwork
; honnappa.nagaraha...@arm.com; n...@arm.com Subject: [PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory Add support for using hugepages for worker lcore stack memory. The intent is to improve performance by reducing stack memory related TLB misses and also by using memory local to

RE: [PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory

2022-05-03 Thread Wang, Haiyue
appa.nagaraha...@arm.com; n...@arm.com > Subject: [PATCH] eal: allow worker lcore stacks to be allocated from hugepage > memory > > Add support for using hugepages for worker lcore stack memory. The > intent is to improve performance by reducing stack memory related TLB > misses an

RE: [PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory

2022-05-02 Thread Morten Brørup
> From: Don Wallwork [mailto:d...@xsightlabs.com] > Sent: Monday, 2 May 2022 16.11 > > Add support for using hugepages for worker lcore stack memory. The > intent is to improve performance by reducing stack memory related TLB > misses and also by using memory local to the NUMA node of each lcore.

[PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory

2022-05-02 Thread Don Wallwork
Add support for using hugepages for worker lcore stack memory. The intent is to improve performance by reducing stack memory related TLB misses and also by using memory local to the NUMA node of each lcore. EAL option '--huge-worker-stack [stack-size-kbytes]' is added to allow the feature to be e