Re: [PATCH net-next] net: add scheduling point in recvmmsg/sendmmsg
From: David Miller <davem@davemloft.net> Date: 2016-01-11 03:59:39
From: Eric Dumazet <redacted>
Date: Fri, 08 Jan 2016 08:37:20 -0800
From: Eric Dumazet <edumazet@google.com>
Applications often have to reduce number of datagrams
they receive or send per system call to avoid starvation problems.
Really the kernel should take care of this by using cond_resched(),
so that applications can experiment bigger batch sizes.
Signed-off-by: Eric Dumazet <edumazet@google.com>