[PATCH 00/16] KFD interrupt and signal event handling improvements

2017-10-20 Thread Felix Kuehling
This patch series improves interrupt handling latency, signal event processing overhead and replaces some custom data structures with standard kernel data structures (idr, kfifo, waitqueue). It also increases the capacity of the number of signals that can be processed from 256 to 4096. This breaks

Re: [PATCH 00/16] KFD interrupt and signal event handling improvements

2017-10-24 Thread Oded Gabbay
On Sat, Oct 21, 2017 at 3:23 AM, Felix Kuehling wrote: > This patch series improves interrupt handling latency, signal event > processing overhead and replaces some custom data structures with > standard kernel data structures (idr, kfifo, waitqueue). > > It also increases the capacity of the numb

Re: [PATCH 00/16] KFD interrupt and signal event handling improvements

2017-10-25 Thread Christian König
Am 25.10.2017 um 08:57 schrieb Oded Gabbay: On Sat, Oct 21, 2017 at 3:23 AM, Felix Kuehling wrote: This patch series improves interrupt handling latency, signal event processing overhead and replaces some custom data structures with standard kernel data structures (idr, kfifo, waitqueue). It a

Re: [PATCH 00/16] KFD interrupt and signal event handling improvements

2017-10-25 Thread Felix Kuehling
On 2017-10-25 02:57 AM, Oded Gabbay wrote: > On Sat, Oct 21, 2017 at 3:23 AM, Felix Kuehling > wrote: >> This patch series improves interrupt handling latency, signal event >> processing overhead and replaces some custom data structures with >> standard kernel data structures (idr, kfifo, waitque