Re: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-12 Thread Ferruh Yigit
; Satha Koteswara Rao Kottidi ; Pavan Nikhilesh Bhagavatula ; Kiran Kumar Kokkilagadda ; Satheesh Paul ; Anoob Joseph ; Akhil Goyal Subject: Re: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc On 1/11/2022 12:26 PM, Ashwin Sekhar Thalakalath Kottilveetil wrote: CAS is

Re: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-12 Thread Ferruh Yigit
; Satha Koteswara Rao Kottidi ; Pavan Nikhilesh Bhagavatula ; Kiran Kumar Kokkilagadda ; Satheesh Paul ; Anoob Joseph ; Akhil Goyal ; nd Subject: RE: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc -Original Message- From: Ferruh Yigit Sent: Tuesday, January

RE: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-11 Thread Ruifeng Wang
; Satha > Koteswara Rao Kottidi ; Pavan Nikhilesh > Bhagavatula ; Kiran Kumar Kokkilagadda > ; Satheesh Paul ; > Anoob Joseph ; Akhil Goyal ; > nd > Subject: RE: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics > for batch alloc > > > -Original Message--

RE: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-11 Thread Ruifeng Wang
> Koteswara Rao Kottidi ; Pavan Nikhilesh > Bhagavatula ; Kiran Kumar Kokkilagadda > ; Satheesh Paul ; > Anoob Joseph ; Akhil Goyal > Subject: Re: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics > for batch alloc > > On 1/11/2022 12:26 PM, Ashwin Sekhar Thalak

Re: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-11 Thread Ferruh Yigit
Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc External Email -- On 1/11/2022 12:08 PM, Ferruh Yigit wrote: On 11/30/2021 5:45 AM, Ashwin Sekhar T K wrote: Before issuing the batch alloc, we clear the

RE: [EXT] Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-11 Thread Ashwin Sekhar Thalakalath Kottilveetil
t; Kollanukkaran ; Sunil Kumar Kori > ; Satha Koteswara Rao Kottidi > ; Pavan Nikhilesh Bhagavatula > ; Kiran Kumar Kokkilagadda > ; Satheesh Paul ; > Anoob Joseph ; Akhil Goyal > Subject: [EXT] Re: [PATCH] common/cnxk: use cas with release seman

Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-11 Thread Ferruh Yigit
On 1/11/2022 12:08 PM, Ferruh Yigit wrote: On 11/30/2021 5:45 AM, Ashwin Sekhar T K wrote: Before issuing the batch alloc, we clear the first word of cache lines so that NPA can update the status. Make sure that this line clear is flushed before the batch alloc is issued. Signed-off-by: Ashwin

Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-11 Thread Ferruh Yigit
On 11/30/2021 5:45 AM, Ashwin Sekhar T K wrote: Before issuing the batch alloc, we clear the first word of cache lines so that NPA can update the status. Make sure that this line clear is flushed before the batch alloc is issued. Signed-off-by: Ashwin Sekhar T K --- drivers/common/cnxk/roc_io

Re: [PATCH] common/cnxk: use cas with release semantics for batch alloc

2022-01-06 Thread Jerin Jacob
On Tue, Nov 30, 2021 at 11:17 AM Ashwin Sekhar T K wrote: > > Before issuing the batch alloc, we clear the first word of > cache lines so that NPA can update the status. Make sure that > this line clear is flushed before the batch alloc is issued. > > Signed-off-by: Ashwin Sekhar T K Changed cas

[PATCH] common/cnxk: use cas with release semantics for batch alloc

2021-11-29 Thread Ashwin Sekhar T K
Before issuing the batch alloc, we clear the first word of cache lines so that NPA can update the status. Make sure that this line clear is flushed before the batch alloc is issued. Signed-off-by: Ashwin Sekhar T K --- drivers/common/cnxk/roc_io.h | 12 drivers/common/cnxk/r