[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1405396466-4594-1-git-send-email-jon.maloy@ericsson.com>
Date: Mon, 14 Jul 2014 23:54:19 -0400
From: Jon Maloy <jon.maloy@...csson.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
Paul Gortmaker <paul.gortmaker@...driver.com>,
erik.hugne@...csson.com, ying.xue@...driver.com, maloy@...jonn.com,
tipc-discussion@...ts.sourceforge.net,
Jon Maloy <jon.maloy@...csson.com>
Subject: [PATCH net-next 0/7] tipc: multicast and internal users to new send functions
We move the remaining data transmit users: multicast, name table
distributor, and link internal protocols to use the new data
transmission framework introduced in a previous commit series
("tipc: new unicast transmission code").
Finally, we remove the code obsoleted by the new functions.
Jon Maloy (7):
tipc: make name table distributor use new send function
tipc: let internal link users call the new link send function
tipc: add new functions for multicast and broadcast distribution
tipc: start using the new multicast functions
tipc: remove unreferenced functions
tipc: rename temporarily named functions
tipc: ensure sequential message delivery across dual bearers
net/tipc/bcast.c | 82 +++++++------
net/tipc/bcast.h | 5 +-
net/tipc/link.c | 307 ++-----------------------------------------------
net/tipc/link.h | 9 +-
net/tipc/msg.c | 79 +++++++------
net/tipc/msg.h | 9 +-
net/tipc/name_distr.c | 76 ++++++------
net/tipc/name_distr.h | 2 +-
net/tipc/node.c | 13 +--
net/tipc/port.c | 122 +-------------------
net/tipc/port.h | 10 --
net/tipc/socket.c | 148 ++++++++++++++++--------
net/tipc/socket.h | 2 +
13 files changed, 263 insertions(+), 601 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists