Re: [PATCH v8 06/14] powerpc/vas: Setup thread IRQ handler per VAS instance

2020-03-24 Thread Haren Myneni
On Mon, 2020-03-23 at 12:23 +1000, Nicholas Piggin wrote: > Haren Myneni's on March 19, 2020 4:15 pm: > > > > Setup thread IRQ handler per each VAS instance. When NX sees a fault > > on CRB, kernel gets an interrupt and vas_fault_handler will be > > executed to process fault CRBs. Read all valid C

Re: [PATCH v8 06/14] powerpc/vas: Setup thread IRQ handler per VAS instance

2020-03-22 Thread Nicholas Piggin
Haren Myneni's on March 19, 2020 4:15 pm: > > Setup thread IRQ handler per each VAS instance. When NX sees a fault > on CRB, kernel gets an interrupt and vas_fault_handler will be > executed to process fault CRBs. Read all valid CRBs from fault FIFO, > determine the corresponding send window from

[PATCH v8 06/14] powerpc/vas: Setup thread IRQ handler per VAS instance

2020-03-18 Thread Haren Myneni
Setup thread IRQ handler per each VAS instance. When NX sees a fault on CRB, kernel gets an interrupt and vas_fault_handler will be executed to process fault CRBs. Read all valid CRBs from fault FIFO, determine the corresponding send window from CRB and process fault requests. Signed-off-by: Suk