Re: [dpdk-dev] [PATCH v3 17/22] net/ena: support SMP for mz alloc counter

2021-05-10 Thread Stanislaw Kardach
On Sun, May 09, 2021 at 02:41:18PM +0100, Ferruh Yigit wrote: > On 5/7/2021 6:18 PM, Stanislaw Kardach wrote: > > On Fri, May 07, 2021 at 05:48:50PM +0100, Ferruh Yigit wrote: > >> On 5/6/2021 3:25 PM, Michal Krawczyk wrote: > >>> From: Stanislaw Kardach > >>> > >>> Introduce a memory area for ENA

Re: [dpdk-dev] [PATCH v3 17/22] net/ena: support SMP for mz alloc counter

2021-05-09 Thread Ferruh Yigit
On 5/7/2021 6:18 PM, Stanislaw Kardach wrote: > On Fri, May 07, 2021 at 05:48:50PM +0100, Ferruh Yigit wrote: >> On 5/6/2021 3:25 PM, Michal Krawczyk wrote: >>> From: Stanislaw Kardach >>> >>> Introduce a memory area for ENA driver shared between all the processes >>> of a same prefix (memzone bac

Re: [dpdk-dev] [PATCH v3 17/22] net/ena: support SMP for mz alloc counter

2021-05-07 Thread Stanislaw Kardach
On Fri, May 07, 2021 at 05:48:50PM +0100, Ferruh Yigit wrote: > On 5/6/2021 3:25 PM, Michal Krawczyk wrote: > > From: Stanislaw Kardach > > > > Introduce a memory area for ENA driver shared between all the processes > > of a same prefix (memzone backed). > > Move the memzone allocation counter fo

Re: [dpdk-dev] [PATCH v3 17/22] net/ena: support SMP for mz alloc counter

2021-05-07 Thread Ferruh Yigit
On 5/6/2021 3:25 PM, Michal Krawczyk wrote: > From: Stanislaw Kardach > > Introduce a memory area for ENA driver shared between all the processes > of a same prefix (memzone backed). > Move the memzone allocation counter for ENA_MEM_ALLOC_COHERENT there so > that all processes may utilize it. De

[dpdk-dev] [PATCH v3 17/22] net/ena: support SMP for mz alloc counter

2021-05-06 Thread Michal Krawczyk
From: Stanislaw Kardach Introduce a memory area for ENA driver shared between all the processes of a same prefix (memzone backed). Move the memzone allocation counter for ENA_MEM_ALLOC_COHERENT there so that all processes may utilize it. Signed-off-by: Stanislaw Kardach Reviewed-by: Michal Kraw