mbox series

[net-next,0/3] tipc: improve TIPC unicast link throughput

Message ID 20190404040953.1569-1-tuong.t.lien@dektech.com.au
Headers show
Series tipc: improve TIPC unicast link throughput | expand

Message

Tuong Lien April 4, 2019, 4:09 a.m. UTC
The series introduces an algorithm to improve TIPC throughput especially
in terms of packet loss, also tries to reduce packet duplication due to
overactive NACK sending mechanism.

The link failover situation is also covered by the patches.

Tuong Lien (3):
  tipc: improve TIPC throughput by Gap ACK blocks
  tipc: reduce duplicate packets for unicast traffic
  tipc: adapt link failover for new Gap-ACK algorithm

 net/tipc/link.c | 266 ++++++++++++++++++++++++++++++++++++++++++++++----------
 net/tipc/msg.h  |  52 +++++++++++
 net/tipc/node.h |   6 +-
 3 files changed, 276 insertions(+), 48 deletions(-)

Comments

David Miller April 5, 2019, 1:29 a.m. UTC | #1
From: Tuong Lien <tuong.t.lien@dektech.com.au>
Date: Thu,  4 Apr 2019 11:09:50 +0700

> The series introduces an algorithm to improve TIPC throughput especially
> in terms of packet loss, also tries to reduce packet duplication due to
> overactive NACK sending mechanism.
> 
> The link failover situation is also covered by the patches.

Series applied, thanks.