netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/3] tipc: improve interaction socket-link
@ 2017-01-03 15:26 Jon Maloy
  2017-01-03 15:26 ` [net-next 1/3] tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functions Jon Maloy
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jon Maloy @ 2017-01-03 15:26 UTC (permalink / raw)
  To: davem; +Cc: Jon Maloy, netdev, tipc-discussion, Al Viro

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
  tipc: modify struct tipc_plist to be more versatile
  tipc: reduce risk of user starvation during link congestion

 net/tipc/bcast.c      |   6 +-
 net/tipc/link.c       |  75 ++++-----
 net/tipc/msg.h        |   2 -
 net/tipc/name_table.c | 100 +++++++----
 net/tipc/name_table.h |  21 +--
 net/tipc/node.c       |  15 +-
 net/tipc/socket.c     | 449 ++++++++++++++++++++++----------------------------
 7 files changed, 319 insertions(+), 349 deletions(-)

-- 
2.7.4


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [net-next 0/3] tipc: improve interaction socket-link
@ 2017-01-03 15:55 Jon Maloy
  2017-01-03 15:55 ` [net-next 3/3] tipc: reduce risk of user starvation during link congestion Jon Maloy
  0 siblings, 1 reply; 8+ messages in thread
From: Jon Maloy @ 2017-01-03 15:55 UTC (permalink / raw)
  To: davem; +Cc: Jon Maloy, netdev, tipc-discussion

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
  tipc: modify struct tipc_plist to be more versatile
  tipc: reduce risk of user starvation during link congestion

 net/tipc/bcast.c      |   6 +-
 net/tipc/link.c       |  75 ++++-----
 net/tipc/msg.h        |   2 -
 net/tipc/name_table.c | 100 +++++++----
 net/tipc/name_table.h |  21 +--
 net/tipc/node.c       |  15 +-
 net/tipc/socket.c     | 449 ++++++++++++++++++++++----------------------------
 7 files changed, 319 insertions(+), 349 deletions(-)

-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-01-16 21:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 15:26 [net-next 0/3] tipc: improve interaction socket-link Jon Maloy
2017-01-03 15:26 ` [net-next 1/3] tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functions Jon Maloy
2017-01-03 15:26 ` [net-next 2/3] tipc: modify struct tipc_plist to be more versatile Jon Maloy
2017-01-03 15:26 ` [net-next 3/3] tipc: reduce risk of user starvation during link congestion Jon Maloy
2017-01-16 19:45 ` [net-next 0/3] tipc: improve interaction socket-link David Miller
2017-01-16 20:35   ` Jon Maloy
2017-01-16 21:54     ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2017-01-03 15:55 Jon Maloy
2017-01-03 15:55 ` [net-next 3/3] tipc: reduce risk of user starvation during link congestion Jon Maloy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).