From: Jon Maloy <jon.maloy@ericsson.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org,
Paul Gortmaker <paul.gortmaker@windriver.com>,
erik.hugne@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: multicast and internal users to new send functions
Date: Tue, 15 Jul 2014 13:46:03 -0400 [thread overview]
Message-ID: <1405446370-11781-1-git-send-email-jon.maloy@ericsson.com> (raw)
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 | 87 ++++++++------
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, 268 insertions(+), 601 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-07-15 17:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 17:46 Jon Maloy [this message]
2014-07-15 17:46 ` [PATCH net-next 1/7] tipc: make name table distributor use new send function Jon Maloy
2014-07-15 17:46 ` [PATCH net-next 2/7] tipc: let internal link users call the new link " Jon Maloy
2014-07-15 17:46 ` [PATCH net-next 3/7] tipc: add new functions for multicast and broadcast distribution Jon Maloy
2014-07-16 22:10 ` David Miller
2014-07-16 22:21 ` Jon Maloy
2014-07-15 17:46 ` [PATCH net-next 4/7] tipc: start using the new multicast functions Jon Maloy
2014-07-15 17:46 ` [PATCH net-next 5/7] tipc: remove unreferenced functions Jon Maloy
2014-07-15 17:46 ` [PATCH net-next 6/7] tipc: rename temporarily named functions Jon Maloy
2014-07-15 17:46 ` [PATCH net-next 7/7] tipc: ensure sequential message delivery across dual bearers Jon Maloy
-- strict thread matches above, loose matches on Subject: below --
2014-07-15 14:49 [PATCH net-next 0/7] tipc: multicast and internal users to new send functions Jon Maloy
2014-07-15 3:54 Jon Maloy
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=1405446370-11781-1-git-send-email-jon.maloy@ericsson.com \
--to=jon.maloy@ericsson.com \
--cc=davem@davemloft.net \
--cc=erik.hugne@ericsson.com \
--cc=maloy@donjonn.com \
--cc=netdev@vger.kernel.org \
--cc=paul.gortmaker@windriver.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).