[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426277291-2427-1-git-send-email-jon.maloy@ericsson.com>
Date: Fri, 13 Mar 2015 16:08:04 -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 v2 0/7] tipc: some optimizations and impovements
The commits in this series contain some relatively simple changes that
lead to better throughput across TIPC connections. We also make changes
to the implementation of link transmission queueing and priority
handling, in order to make the code more comprehensible and maintainable.
v2: Commit #2: Redesigned tipc_msg_validate() to use pskb_may_pull(),
as per feedback from David Miller.
Commit #3: Some cosmetic changes to tipc_msg_extract(). I tried to
replace the unconditional skb_linearize() with calls to
pskb_may_pull() at selected locations, but I gave up.
First, skb_trim() requires a fully linearized buffer.
Second, it doesn't make much sense; the whole buffer
will end up linearized, one way or another.
Jon Maloy (7):
tipc: add framework for node capabilities exchange
tipc: move message validation function to msg.c
tipc: eliminate unnecessary linearization of incoming buffers
tipc: extract bundled buffers by cloning instead of copying
tipc: eliminate unnecessary call to broadcast ack function
tipc: split link outqueue
tipc: clean up handling of message priorities
net/tipc/bcast.c | 53 ++++----
net/tipc/discover.c | 3 +
net/tipc/link.c | 352 +++++++++++++++++++---------------------------------
net/tipc/link.h | 17 ++-
net/tipc/msg.c | 119 ++++++++++++------
net/tipc/msg.h | 87 +++++++------
net/tipc/node.c | 4 +-
net/tipc/node.h | 6 +-
8 files changed, 300 insertions(+), 341 deletions(-)
--
1.9.1
--
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