]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'udp-receive-path-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Dec 2016 03:12:30 +0000 (22:12 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Dec 2016 03:12:30 +0000 (22:12 -0500)
commit0ec45d66c5bc04fdaa01488d8458e204a73a9315
tree7aea980802490b448bedac089074929b9c47d13b
parent3be61d24a08d292002a3b1a12c957726b57d38cd
parent52c380f8879d8a47b0bb34df40424d509248d6d4
Merge branch 'udp-receive-path-optimizations'

Eric Dumazet says:

====================
udp: receive path optimizations

This patch series provides about 100 % performance increase under flood.

v2: added Paolo feedback on udp_rmem_release() for tiny sk_rcvbuf
    added the last patch touching sk_rmem_alloc later
====================

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