[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1394638273-6127-1-git-send-email-jon.maloy@ericsson.com>
Date: Wed, 12 Mar 2014 11:31:06 -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: simplifications in socket and port layer
After the removal of the tipc native API the relation between
tipc_port and its API types is strictly one-to-one, i.e, the latter
can now only be a socket API. This change opens up for
simplifications both in the code, data and locking structure.
We start with this series, where we ensure that port and socket
structures are co-allocated. Note that the first commit in the
series is unrelated to the above.
Jon Maloy (7):
tipc: replace reference table rwlock with spinlock
tipc: remove redundant 'peer_name' field in struct tipc_sock
tipc: aggregate port structure into socket structure
tipc: eliminate upcall function pointers between port and socket
tipc: eliminate redundant locking
tipc: align usage of variable names and macros in socket
tipc: eliminate redundant lookups in registry
net/tipc/link.c | 4 +-
net/tipc/port.c | 208 +++++++++++-----------------------------------
net/tipc/port.h | 112 ++++++++++++++++---------
net/tipc/ref.c | 27 ++----
net/tipc/ref.h | 1 -
net/tipc/socket.c | 240 +++++++++++++++++++++++++----------------------------
net/tipc/socket.h | 72 ++++++++++++++++
7 files changed, 314 insertions(+), 350 deletions(-)
create mode 100644 net/tipc/socket.h
--
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