netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Maloy <jon.maloy@ericsson.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org,
	Paul Gortmaker <paul.gortmaker@windriver.com>,
	parthasarathy.xx.bhuvaragan@ericsson.com,
	richard.alpe@ericsson.com, ying.xue@windriver.com,
	maloy@donjonn.com, tipc-discussion@lists.sourceforge.net,
	Jon Maloy <jon.maloy@ericsson.com>
Subject: [PATCH net-next 0/7] tipc: some link level code improvements
Date: Thu, 15 Oct 2015 14:52:39 -0400	[thread overview]
Message-ID: <1444935166-12745-1-git-send-email-jon.maloy@ericsson.com> (raw)

Extensive testing has revealed some weaknesses and non-optimal solutions
in the link level code.

This commit series addresses those issues.


Jon Maloy (7):
  tipc: limit usage of temporary skb list during packet reception
  tipc: simplify tipc_link_rcv() reception loop
  tipc: improve sequence number checking
  tipc: disallow packet duplicates in link deferred queue
  tipc: delay ESTABLISH state event when link is established
  tipc: send out RESET immediately when link goes down
  tipc: update node FSM when peer RESET message is received

 net/tipc/bearer.c    |   8 +--
 net/tipc/link.c      | 170 ++++++++++++++++++++++++++++++---------------------
 net/tipc/link.h      |   5 +-
 net/tipc/msg.c       |  31 ++++++++++
 net/tipc/msg.h       |  34 +----------
 net/tipc/node.c      |  43 +++++++++----
 net/tipc/udp_media.c |   1 -
 7 files changed, 172 insertions(+), 120 deletions(-)

-- 
1.9.1

             reply	other threads:[~2015-10-15 18:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15 18:52 Jon Maloy [this message]
2015-10-15 18:52 ` [PATCH net-next 1/7] tipc: limit usage of temporary skb list during packet reception Jon Maloy
2015-10-15 18:52 ` [PATCH net-next 2/7] tipc: simplify tipc_link_rcv() reception loop Jon Maloy
2015-10-15 18:52 ` [PATCH net-next 3/7] tipc: improve sequence number checking Jon Maloy
2015-10-15 18:52 ` [PATCH net-next 4/7] tipc: disallow packet duplicates in link deferred queue Jon Maloy
2015-10-15 18:52 ` [PATCH net-next 5/7] tipc: delay ESTABLISH state event when link is established Jon Maloy
2015-10-15 18:52 ` [PATCH net-next 6/7] tipc: send out RESET immediately when link goes down Jon Maloy
2015-10-15 18:52 ` [PATCH net-next 7/7] tipc: update node FSM when peer RESET message is received Jon Maloy
2015-10-16  7:17 ` [PATCH net-next 0/7] tipc: some link level code 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=1444935166-12745-1-git-send-email-jon.maloy@ericsson.com \
    --to=jon.maloy@ericsson.com \
    --cc=davem@davemloft.net \
    --cc=maloy@donjonn.com \
    --cc=netdev@vger.kernel.org \
    --cc=parthasarathy.xx.bhuvaragan@ericsson.com \
    --cc=paul.gortmaker@windriver.com \
    --cc=richard.alpe@ericsson.com \
    --cc=tipc-discussion@lists.sourceforge.net \
    --cc=ying.xue@windriver.com \
    /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).