Skip to content
Commit dfb6cbf6 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents ea019649 fb586f25
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment