netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/13] tipc: separate link and link aggregation layer
@ 2015-07-16 20:54 Jon Maloy
  2015-07-16 20:54 ` [PATCH net-next 01/13] tipc: introduce link entry structure to struct tipc_node Jon Maloy
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jon Maloy @ 2015-07-16 20:54 UTC (permalink / raw)
  To: davem
  Cc: netdev, Paul Gortmaker, erik.hugne, ying.xue, maloy,
	tipc-discussion, Jon Maloy

This is the first batch of a longer series that has two main objectives:

o Finer lock granularity during message sending and reception,
  especially regarding usage of the node spinlock.

o Better separation between the link layer implementation and the link
  aggregation layer, represented by node.c::struct tipc_node.

Hopefully these changes also make this part of code somewhat easier
to comprehend and maintain.


Jon Maloy (13):
  tipc: introduce link entry structure to struct tipc_node
  tipc: move link creation from neighbor discoverer to node
  tipc: move link input queue to tipc_node
  tipc: use bearer index when looking up active links
  tipc: change sk_buffer handling in tipc_link_xmit()
  tipc: make media xmit call outside node spinlock context
  tipc: clean up definitions and usage of link flags
  tipc: introduce new link protocol msg create function
  tipc: improve link FSM implementation
  tipc: simplify link timer implementation
  tipc: move link supervision timer to node level
  tipc: introduce node contact FSM
  tipc: reduce locking scope during packet reception

 net/tipc/bcast.c      |   31 +-
 net/tipc/bcast.h      |    1 +
 net/tipc/bearer.c     |   26 +
 net/tipc/bearer.h     |    3 +
 net/tipc/core.h       |    5 +
 net/tipc/discover.c   |   20 +-
 net/tipc/link.c       | 1517 ++++++++++++++++++++++++-------------------------
 net/tipc/link.h       |   74 +--
 net/tipc/msg.h        |   53 +-
 net/tipc/name_distr.c |    6 +-
 net/tipc/node.c       |  549 ++++++++++++++----
 net/tipc/node.h       |   93 ++-
 net/tipc/socket.c     |   71 +--
 13 files changed, 1431 insertions(+), 1018 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-07-21  3:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 20:54 [PATCH net-next 00/13] tipc: separate link and link aggregation layer Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 01/13] tipc: introduce link entry structure to struct tipc_node Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 02/13] tipc: move link creation from neighbor discoverer to node Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 03/13] tipc: move link input queue to tipc_node Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 04/13] tipc: use bearer index when looking up active links Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 05/13] tipc: change sk_buffer handling in tipc_link_xmit() Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 06/13] tipc: make media xmit call outside node spinlock context Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 07/13] tipc: clean up definitions and usage of link flags Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 08/13] tipc: introduce new link protocol msg create function Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 09/13] tipc: improve link FSM implementation Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 10/13] tipc: simplify link timer implementation Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 11/13] tipc: move link supervision timer to node level Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 12/13] tipc: introduce node contact FSM Jon Maloy
2015-07-16 20:54 ` [PATCH net-next 13/13] tipc: reduce locking scope during packet reception Jon Maloy
2015-07-21  3:41 ` [PATCH net-next 00/13] tipc: separate link and link aggregation layer 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).