From: Jon M. <jm...@re...> - 2020-03-30 15:47:41
|
On 3/28/20 12:03 AM, Tuong Lien wrote: > Hi Jon, all, > > Please find the full series here, > + For the 1st patch: it's really the last one I sent before, so you have > ack-ed already. > + For the other ones, please help take a look. Also, I will send another > patch for iproute2/tipc which is user-space part of the last one in this > series i.e. broadcast rcv stats dumping. > > Thanks alot! > > Tuong Lien (4): > tipc: introduce Gap ACK blocks for broadcast link > tipc: add back link trace events > tipc: enable broadcast retrans via unicast > tipc: add support for broadcast rcv stats dumping > > net/tipc/bcast.c | 22 ++- > net/tipc/bcast.h | 9 +- > net/tipc/link.c | 500 +++++++++++++++++++++++++++++++---------------------- > net/tipc/link.h | 11 +- > net/tipc/msg.c | 9 +- > net/tipc/msg.h | 16 +- > net/tipc/netlink.c | 2 +- > net/tipc/node.c | 75 ++++++-- > net/tipc/sysctl.c | 9 +- > net/tipc/trace.h | 17 +- > 10 files changed, 424 insertions(+), 246 deletions(-) > Whole series: Acked-by: Jon Maloy <jm...@re...> |