From: Jon M. <jon...@er...> - 2019-06-05 17:27:56
|
Both patches acked by me. ///jon > -----Original Message----- > From: Tuong Lien <tuo...@de...> > Sent: 4-Jun-19 01:23 > To: tip...@li...; Jon Maloy > <jon...@er...>; ma...@do...; yin...@wi... > Subject: [PATCH RFC 0/2] tipc: link changeover issues > > 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 | 118 > +++++++++++++++++++++++++++++++++++++++++++++++++------- > net/tipc/msg.c | 62 +++++++++++++++++++++++++++++ net/tipc/msg.h | > 28 +++++++++++++- > net/tipc/node.c | 6 ++- > net/tipc/node.h | 6 ++- > 5 files changed, 202 insertions(+), 18 deletions(-) > > -- > 2.13.7 |