[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403746902-20408-1-git-send-email-jon.maloy@ericsson.com>
Date: Wed, 25 Jun 2014 20:41:29 -0500
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 00/13] tipc: new unicast transmission code
As a step towards making the data transmission code more maintainable
and performant, we introduce a number of new functions, both for
building, sending and rejecting messages. The new functions will
eventually be used for alla data transmission, user data unicast,
service internal messaging, and multicast/broadcast.
We start with this series, where we introduce the functions, and
let user data unicast and the internal connection protocol use them.
The remaining users will come in a later series.
There are only minor changes to data structures, and no protocol
changes, so the older functions can still be used in parallel for
some time. Until the old functions are removed, we use temporary
names for the new functions, such as tipc_build_msg2, tipc_link_xmit2.
It should be noted that the first two commits are unrelated to the
rest of the series.
Jon Maloy (13):
tipc: eliminate case of writing to freed memory
tipc: use negative error return values in functions
tipc: introduce send functions for chained buffers in link
tipc: make link mtu easily accessible from socket
tipc: introduce direct iovec to buffer chain fragmentation function
tipc: separate building and sending of rejected messages
tipc: introduce message evaluation function
tipc: RDM/DGRAM transport uses new fragmenting and sending functions
tipc: connection oriented transport uses new send functions
tipc: let port protocol senders use new link send function
tipc: same receive code path for connection protocol and data
messages
tipc: clean up connection protocol reception function
tipc: simplify connection congestion handling
net/tipc/link.c | 417 ++++++++++++++++-------------------------
net/tipc/link.h | 2 +
net/tipc/msg.c | 282 ++++++++++++++++++++++++++--
net/tipc/msg.h | 32 +++-
net/tipc/net.c | 63 +------
net/tipc/net.h | 2 -
net/tipc/node.c | 25 ++-
net/tipc/node.h | 17 ++
net/tipc/node_subscr.c | 6 +-
net/tipc/port.c | 328 +++-----------------------------
net/tipc/port.h | 40 ----
net/tipc/socket.c | 487 ++++++++++++++++++++++++++++--------------------
net/tipc/socket.h | 14 ++
13 files changed, 827 insertions(+), 888 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