commit | a78cb84c62c427807d917c5aa8797740f00b0bbe | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jan 08 08:37:20 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 10 22:56:29 2016 -0500 |
tree | 99dbd793f182a509ed68d5542924fe99b9325187 | |
parent | 3d171f3907329d4b1ce31d5ec9c852c5f0269578 [diff] |
net: add scheduling point in recvmmsg/sendmmsg 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> Signed-off-by: David S. Miller <davem@davemloft.net>