netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tipc: some improvements and fixes
@ 2015-03-25 16:07 Jon Maloy
  2015-03-25 16:07 ` [PATCH net-next 1/3] tipc: introduce starvation free send algorithm Jon Maloy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jon Maloy @ 2015-03-25 16:07 UTC (permalink / raw)
  To: davem; +Cc: Jon Maloy, netdev, Paul Gortmaker, tipc-discussion

We introduce a better algorithm for selecting when and which
users should be subject to link congestion control, plus clean
up some code for that mechanism.
Commit #3 fixes another rare race condition during packet reception.

Jon Maloy (3):
  tipc: introduce starvation free send algorithm
  tipc: clean up handling of link congestion
  tipc: eliminate race condition at dual link establishment

 net/tipc/bcast.c |   2 +-
 net/tipc/link.c  | 207 ++++++++++++++++++++++++++++++++++---------------------
 net/tipc/link.h  |   9 ++-
 net/tipc/msg.h   |  36 +++++-----
 4 files changed, 157 insertions(+), 97 deletions(-)

-- 
1.9.1


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/

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

end of thread, other threads:[~2015-03-25 18:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 16:07 [PATCH net-next 0/3] tipc: some improvements and fixes Jon Maloy
2015-03-25 16:07 ` [PATCH net-next 1/3] tipc: introduce starvation free send algorithm Jon Maloy
2015-03-25 16:07 ` [PATCH net-next 2/3] tipc: clean up handling of link congestion Jon Maloy
2015-03-25 16:07 ` [PATCH net-next 3/3] tipc: eliminate race condition at dual link establishment Jon Maloy
2015-03-25 18:07 ` [PATCH net-next 0/3] tipc: some improvements and fixes David Miller

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).