netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Maloy <jon.maloy@ericsson.com>
To: davem@davemloft.net
Cc: Jon Maloy <jon.maloy@ericsson.com>,
	netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net
Subject: [PATCH net-next 0/4] tipc: link setup and failover improvements
Date: Tue,  7 Jan 2014 17:02:40 -0500	[thread overview]
Message-ID: <1389132164-32451-1-git-send-email-jon.maloy@ericsson.com> (raw)

This series consists of four unrelated commits with different purposes.

- Commit #1 is purely cosmetic and pedagogic, hopefully making the
  failover/tunneling logics slightly easier to understand. 
- Commit #2 fixes a bug that has always been in the code, but was not
  discovered until very recently.
- Commit #3 fixes a non-fatal race issue in the neighbour discovery
  code.
- Commit #4 removes an unnecessary indirection step during link 
  startup.

Jon Maloy (3):
  tipc: rename functions related to link failover and improve comments
  tipc: remove 'has_redundant_link' flag from STATE link protocol
    messages
  tipc: make link start event synchronous

Ying Xue (1):
  tipc: introduce new spinlock to protect struct link_req

 net/tipc/bcast.c    |    2 +-
 net/tipc/bearer.c   |    2 +-
 net/tipc/bearer.h   |    3 +-
 net/tipc/discover.c |   11 ++++--
 net/tipc/link.c     |   96 +++++++++++++++++++++++++--------------------------
 net/tipc/link.h     |   17 +++++----
 net/tipc/node.c     |    4 +--
 net/tipc/node.h     |    2 --
 8 files changed, 73 insertions(+), 64 deletions(-)

-- 
1.7.9.5


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk

             reply	other threads:[~2014-01-07 22:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-07 22:02 Jon Maloy [this message]
2014-01-07 22:02 ` [PATCH net-next 1/4] tipc: rename functions related to link failover and improve comments Jon Maloy
2014-01-07 22:02 ` [PATCH net-next 2/4] tipc: remove 'has_redundant_link' flag from STATE link protocol messages Jon Maloy
2014-01-07 22:02 ` [PATCH net-next 3/4] tipc: introduce new spinlock to protect struct link_req Jon Maloy
2014-01-07 22:02 ` [PATCH net-next 4/4] tipc: make link start event synchronous Jon Maloy
2014-01-07 23:45 ` [PATCH net-next 0/4] tipc: link setup and failover improvements David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1389132164-32451-1-git-send-email-jon.maloy@ericsson.com \
    --to=jon.maloy@ericsson.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=tipc-discussion@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).