OSDN Git Service

Merge branch 'tcp-mem-pressure-vs-SO_RCVLOWAT'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 01:28:26 +0000 (17:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 01:28:26 +0000 (17:28 -0800)
commit762d17b991608a6845704b500a5712900779c4b4
tree22d94eb4e97e02482f4528a7590f112f819a10ac
parent5cdaf9d6fad1b458a29e0890fd9f852568512f26
parent05dc72aba364d374a27de567fac58c199ff5ee97
Merge branch 'tcp-mem-pressure-vs-SO_RCVLOWAT'

Eric Dumazet says:

====================
tcp: mem pressure vs SO_RCVLOWAT

First patch fixes an issue for applications using SO_RCVLOWAT
to reduce context switches.

Second patch is a cleanup.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>