OSDN Git Service

Merge branch 'tipc-separate-link-and-aggregation'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 03:41:16 +0000 (20:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 03:41:16 +0000 (20:41 -0700)
commit7781e5d10a457b7e456c8193896c2141cdbf2ad4
treeb476768ed4799eb009a19f7ff348b3ebd54212fa
parent6acc23266054a9969737b435fa012f87465dbc50
parentd999297c3dbbe7fdd832f7fa4ec84301e170b3e6
Merge branch 'tipc-separate-link-and-aggregation'

Jon Maloy says:

====================
tipc: separate link and link aggregation layer

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

Signed-off-by: David S. Miller <davem@davemloft.net>