Merge branch 'sctp-delayed-wakeups'
authorDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 03:04:44 +0000 (23:04 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 03:04:44 +0000 (23:04 -0400)
commitdfb6cbf693536937fc49a7c5822dd39ef9d1a8e5
treec9cd81d9f5ddf626822d059e55f4c4691668de50
parentea019649c37b8aa0d1ac5727d122b2e8ed74f536
parentfb586f25300f4587c7ebd097a604bf269b25bfa7
Merge branch 'sctp-delayed-wakeups'

Marcelo Ricardo Leitner says:

====================
sctp: delay calls to sk_data_ready() as much as possible

1st patch is a preparation for the 2nd. The idea is to not call
->sk_data_ready() for every data chunk processed while processing
packets but only once before releasing the socket.

v2: patchset re-checked, small changelog fixes
v3: on patch 2, make use of local vars to make it more readable
====================

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