[tipc-discussion] [PATCH net v1 2/3] tipc: return early for non-blocking sockets at link congestion

2016-10-04 Thread Parthasarathy Bhuvaragan
Until now, in stream/mcast send() we pass the message to the link layer even when the link is congested and add the socket to the link's wakeup queue. This is unnecessary for non-blocking sockets. If a socket is set to non-blocking and sends multicast with zero back off time while receiving EAGAIN,

Re: [tipc-discussion] [PATCH net v1 2/3] tipc: return early for non-blocking sockets at link congestion

2016-10-04 Thread Jon Maloy
> -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 > Subject: [PATCH net v1 2/3] tipc: return early for non-blocking sockets at > link > congestion > > Unti

Re: [tipc-discussion] [PATCH net v1 2/3] tipc: return early for non-blocking sockets at link congestion

2016-10-05 Thread Parthasarathy Bhuvaragan
On 10/04/2016 09:26 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 >> Subject: [PATCH net v1 2/3] tipc: return early for n

Re: [tipc-discussion] [PATCH net v1 2/3] tipc: return early for non-blocking sockets at link congestion

2016-10-05 Thread Jon Maloy
> -Original Message- > From: Parthasarathy Bhuvaragan > Sent: Wednesday, 05 October, 2016 04:18 > To: Jon Maloy ; tipc-discussion@lists.sourceforge.net; > ma...@donjonn.com; Ying Xue > Subject: Re: [PATCH net v1 2/3] tipc: return early for non-blocking sockets > at link > congestion >

Re: [tipc-discussion] [PATCH net v1 2/3] tipc: return early for non-blocking sockets at link congestion

2016-10-06 Thread Parthasarathy Bhuvaragan
On 10/05/2016 05:25 PM, Jon Maloy wrote: > > >> -Original Message- >> From: Parthasarathy Bhuvaragan >> Sent: Wednesday, 05 October, 2016 04:18 >> To: Jon Maloy ; >> tipc-discussion@lists.sourceforge.net; >> ma...@donjonn.com; Ying Xue >> Subject: Re: [PATCH net v1 2/3] tipc: return ear

Re: [tipc-discussion] [PATCH net v1 2/3] tipc: return early for non-blocking sockets at link congestion

2016-10-06 Thread Jon Maloy
> -Original Message- > From: Parthasarathy Bhuvaragan > Sent: Thursday, 06 October, 2016 04:35 > To: Jon Maloy ; tipc-discussion@lists.sourceforge.net; > ma...@donjonn.com; Ying Xue > Subject: Re: [PATCH net v1 2/3] tipc: return early for non-blocking sockets > at link > congestion > >