On Fri, Jan 31, 2020 at 08:41:49AM -0700, Jens Axboe wrote: > On 1/31/20 7:29 AM, Stefano Garzarella wrote: > > This patch add the epoll test case that has four sub-tests: > > - test_epoll > > - test_epoll_sqpoll > > - test_epoll_nodrop > > - test_epoll_sqpoll_nodrop > > Since we have EPOLL_CTL now, any chance you could also include > a test case that uses that instead of epoll_ctl()? Sure, I'll add a test case for EPOLL_CTL! Stefano