From: Marcelo Ricardo Leitner <marcelo.leit...@gmail.com> 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 <da...@davemloft.net> > Signed-off-by: Marcelo Ricardo Leitner <marcelo.leit...@gmail.com> Applied, thanks Marcelo.