Re: [PATCH V2 05/13] powerpc/vas: Setup thread IRQ handler per VAS instance

2019-12-12 Thread Christoph Hellwig
On Sun, Dec 08, 2019 at 07:31:24PM -0800, Haren Myneni wrote: > > 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

[PATCH V2 05/13] powerpc/vas: Setup thread IRQ handler per VAS instance

2019-12-08 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: