Re: [dpdk-dev] [PATCH v2] net/mlx5: mmap uar address around huge pages

2018-01-25 Thread Shahaf Shuler
Thursday, January 25, 2018 6:01 PM, Nélio Laranjeiro: > Subject: Re: [PATCH v2] net/mlx5: mmap uar address around huge pages > > On Thu, Jan 25, 2018 at 11:00:24PM +0800, Xueming Li wrote: > > Reserving the memory space for the UAR near huge pages helps to > > **reduce** the cases where the second

Re: [dpdk-dev] [PATCH v2] net/mlx5: mmap uar address around huge pages

2018-01-25 Thread Nélio Laranjeiro
On Thu, Jan 25, 2018 at 11:00:24PM +0800, Xueming Li wrote: > Reserving the memory space for the UAR near huge pages helps to > **reduce** the cases where the secondary process cannot start. Those > pages being physical pages they must be mapped at the same virtual > address as in the primary proce