Re: [tipc-discussion] [PATCH net v1 1/3] tipc: fix socket wakeup when the transmit queue is empty

2016-10-05 Thread Parthasarathy Bhuvaragan
On 10/04/2016 09:24 PM, Jon Maloy wrote: > > >> -Original Message- >> From: Parthasarathy Bhuvaragan >> Sent: Tuesday, 04 October, 2016 08:29 >> To: tipc-discussion@lists.sourceforge.net; Jon Maloy >> ; >> ma...@donjonn.com; Ying Xue >>

[tipc-discussion] [PATCH net v1 1/3] tipc: fix socket wakeup when the transmit queue is empty

2016-10-04 Thread Parthasarathy Bhuvaragan
Until now, in tipc_link_rcv() the sockets are woken only when we were able to release a frame from the link's transmit queue. However link_prepare_wakeup(), wakes only as many users as permitted by the current link window and the rest of the users are woken the next time a frame is released. In