netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tipc: remove some unnecessary complexity
@ 2015-04-02 13:32 Jon Maloy
  2015-04-02 13:33 ` [PATCH net-next 1/3] tipc: drop tunneled packet duplicates at reception Jon Maloy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jon Maloy @ 2015-04-02 13:32 UTC (permalink / raw)
  To: davem
  Cc: netdev, Paul Gortmaker, erik.hugne, ying.xue, maloy,
	tipc-discussion, Jon Maloy

The TIPC code is unnecessarily complex in some places, often because
the conditions or assumptions that were the cause for the complexity
are not valid anymore.

In these three commits, we eliminate some cases of such redundant
complexity.

Jon Maloy (3):
  tipc: drop tunneled packet duplicates at reception
  tipc: eliminate delayed link deletion at link failover
  tipc: simplify link mtu negotiation

 net/tipc/bcast.c |   4 +-
 net/tipc/link.c  | 343 ++++++++++++++++++-------------------------------------
 net/tipc/link.h  |  29 +++--
 net/tipc/msg.c   |   4 +-
 net/tipc/msg.h   |  10 +-
 net/tipc/node.c  |  22 ++--
 6 files changed, 147 insertions(+), 265 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-04-02 20:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 13:32 [PATCH net-next 0/3] tipc: remove some unnecessary complexity Jon Maloy
2015-04-02 13:33 ` [PATCH net-next 1/3] tipc: drop tunneled packet duplicates at reception Jon Maloy
2015-04-02 13:33 ` [PATCH net-next 2/3] tipc: eliminate delayed link deletion at link failover Jon Maloy
2015-04-02 13:33 ` [PATCH net-next 3/3] tipc: simplify link mtu negotiation Jon Maloy
2015-04-02 20:27 ` [PATCH net-next 0/3] tipc: remove some unnecessary complexity 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).