Re: [PATCH] powerpc: Wire up io_pgetevents

2018-06-21 Thread Christoph Hellwig
On Wed, Jun 20, 2018 at 04:35:16PM -0300, Breno Leitao wrote: > Wire up io_pgetevents system call on powerpc. > > io_pgetevents is a new syscall to read asynchronous I/O events from the > completion queue. > > Tested with libaio branch aio-poll[1] and the io_pgetevents test (#22) passed > on

[PATCH] powerpc: Wire up io_pgetevents

2018-06-20 Thread Breno Leitao
Wire up io_pgetevents system call on powerpc. io_pgetevents is a new syscall to read asynchronous I/O events from the completion queue. Tested with libaio branch aio-poll[1] and the io_pgetevents test (#22) passed on both ppc64 LE and BE modes. [1] https://pagure.io/libaio/branch/aio-poll CC: