Re: [PATCH] epoll: remove ep_call_nested() from ep_eventpoll_poll()

From: Davidlohr Bueso
Date: Wed Nov 01 2017 - 17:10:09 EST


On Wed, 01 Nov 2017, Andrew Morton wrote:

This is tempting, but boy it is late in the -rc cycle.

How important are these workloads? Would the world end if we held off
on this for 4.15?

While it's very important to one customer, nested epoll is certainly not
the common case, and this performance bottleneck has been there for 7+
years, so no hurry in that regard.

I'd like to target for v4.16 some of the series of epoll patches out there
to (1) remove the remaining loop_ncalls list, and (2) remove the epmutex
global lock. So this patch would fit in fine there.

Now, could you please pick this patch up and just leave it in linux-next
for a while to get some more testing/exposure? I mainly ask because the
patch will most likely be running in production before this time.

Thanks,
Davidlohr