mbox series

[net-next,v2,0/3] tipc: some minor improvements

Message ID 20201125182915.711370-1-jmaloy@redhat.com (mailing list archive)
Headers show
Series tipc: some minor improvements | expand

Message

Jon Maloy Nov. 25, 2020, 6:29 p.m. UTC
From: Jon Maloy <jmaloy@redhat.com>

We add some improvements that will be useful in future commits.

---
v2: fixed sparse warning in patch #2

Jon Maloy (3):
  tipc: refactor tipc_sk_bind() function
  tipc: make node number calculation reproducible
  tipc: update address terminology in code

 net/tipc/addr.c       |   7 ++-
 net/tipc/addr.h       |   1 +
 net/tipc/core.h       |  12 +++++
 net/tipc/group.c      |   3 +-
 net/tipc/group.h      |   3 +-
 net/tipc/name_table.c |  11 +++--
 net/tipc/net.c        |   2 +-
 net/tipc/socket.c     | 110 ++++++++++++++++++++----------------------
 net/tipc/subscr.c     |   5 +-
 net/tipc/subscr.h     |   5 +-
 net/tipc/topsrv.c     |   4 +-
 11 files changed, 87 insertions(+), 76 deletions(-)

Comments

Jakub Kicinski Nov. 28, 2020, 1:37 a.m. UTC | #1
On Wed, 25 Nov 2020 13:29:12 -0500 jmaloy@redhat.com wrote:
> From: Jon Maloy <jmaloy@redhat.com>
> 
> We add some improvements that will be useful in future commits.

Applied, thanks!