Re: [PATCH net] sctp: fix missing wake ups in some situations

2017-09-08 Thread David Miller
From: Marcelo Ricardo Leitner Date: Fri, 8 Sep 2017 11:35:21 -0300 > Commit fb586f25300f ("sctp: delay calls to sk_data_ready() as much as > possible") minimized the number of wake ups that are triggered in case > the association receives a packet with multiple data chunks on it and/or > when io

[PATCH net] sctp: fix missing wake ups in some situations

2017-09-08 Thread Marcelo Ricardo Leitner
Commit fb586f25300f ("sctp: delay calls to sk_data_ready() as much as possible") minimized the number of wake ups that are triggered in case the association receives a packet with multiple data chunks on it and/or when io_events are enabled and then commit 0970f5b36659 ("sctp: signal sk_data_ready