Re: [net-next 0/3] tipc: improve interaction socket-link

2017-01-16 Thread David Miller
oy >> Cc: netdev@vger.kernel.org; v...@zeniv.linux.org.uk; Parthasarathy Bhuvaragan >> ; Ying Xue >> ; ma...@donjonn.com; tipc- >> discuss...@lists.sourceforge.net >> Subject: Re: [net-next 0/3] tipc: improve interaction socket-link >> >> From: Jon Maloy >>

RE: [net-next 0/3] tipc: improve interaction socket-link

2017-01-16 Thread Jon Maloy
gt; ; Ying Xue > ; ma...@donjonn.com; tipc- > discuss...@lists.sourceforge.net > Subject: Re: [net-next 0/3] tipc: improve interaction socket-link > > From: Jon Maloy > Date: Tue, 3 Jan 2017 10:26:45 -0500 > > > We fix a very real starvation problem that may occur when a li

Re: [net-next 0/3] tipc: improve interaction socket-link

2017-01-16 Thread David Miller
From: Jon Maloy Date: Tue, 3 Jan 2017 10:26:45 -0500 > We fix a very real starvation problem that may occur when a link > encounters send buffer congestion. At the same time we make the > interaction between the socket and link layer simpler and more > consistent. This doesn't apply to net-ne

[net-next 0/3] tipc: improve interaction socket-link

2017-01-14 Thread Jon Maloy
We fix a very real starvation problem that may occur when a link encounters send buffer congestion. At the same time we make the interaction between the socket and link layer simpler and more consistent. Jon Maloy (3): tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functions

Re: [net-next 0/3] tipc: improve interaction socket-link

2017-01-03 Thread David Miller
From: Jon Maloy Date: Tue, 3 Jan 2017 10:55:08 -0500 > We fix a very real starvation problem that may occur when a link > encounters send buffer congestion. At the same time we make the > interaction between the socket and link layer simpler and more > consistent. Series applied, thanks Jon.

[net-next 0/3] tipc: improve interaction socket-link

2017-01-03 Thread Jon Maloy
We fix a very real starvation problem that may occur when a link encounters send buffer congestion. At the same time we make the interaction between the socket and link layer simpler and more consistent. Jon Maloy (3): tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functions