mbox series

[net-next,0/2] tipc: link changeover issues

Message ID 20190712051537.10826-1-tuong.t.lien@dektech.com.au
Headers show
Series tipc: link changeover issues | expand

Message

Tuong Lien July 12, 2019, 5:15 a.m. UTC
This patch series is to resolve some issues found with the current link
changeover mechanism, it also includes an optimization for the link
synching.

Tuong Lien (2):
  tipc: optimize link synching mechanism
  tipc: fix changeover issues due to large packet

 net/tipc/link.c | 119 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 net/tipc/msg.c  |  59 ++++++++++++++++++++++++++++
 net/tipc/msg.h  |  28 ++++++++++++-
 net/tipc/node.c |   6 ++-
 net/tipc/node.h |   6 ++-
 5 files changed, 199 insertions(+), 19 deletions(-)

Comments

David Miller July 12, 2019, 5:45 p.m. UTC | #1
net-next is closed right now, resubmit this when the tree opens back up.