From: Marcelo Ricardo Leitner <[email protected]>
Date: Fri, 29 Apr 2016 14:17:08 -0300
> Dave Miller pointed out that fb586f25300f ("sctp: delay calls to
> sk_data_ready() as much as possible") may insert latency specially if
> the receiving application is running on another CPU and that it would be
> better if we signalled as early as possible.
>
> This patch thus basically inverts the logic on fb586f25300f and signals
> it as early as possible, similar to what we had before.
>
> Fixes: fb586f25300f ("sctp: delay calls to sk_data_ready() as much as
> possible")
> Reported-by: Dave Miller <[email protected]>
> Signed-off-by: Marcelo Ricardo Leitner <[email protected]>
Applied, thanks Marcelo.