Re: [net 1/2] tipc: re-configure queue limit for broadcast link

2020-10-16 Thread patchwork-bot+netdevbpf
ation etc.,) we do not re-calculate queue limit. > This gives throughput does not reflect with the change. > > So fix it by calling the function to re-calculate queue limit of the > broadcast link. > > [...] Here is the summary with links: - [net,1/2] tipc: re-configure que

Re: [net 1/2] tipc: re-configure queue limit for broadcast link

2020-10-16 Thread Jakub Kicinski
On Fri, 16 Oct 2020 09:31:18 +0700 Hoang Huu Le wrote: > The queue limit of the broadcast link is being calculated base on initial > MTU. However, when MTU value changed (e.g manual changing MTU on NIC > device, MTU negotiation etc.,) we do not re-calculate queue limit. > This gives throughput does

[net 1/2] tipc: re-configure queue limit for broadcast link

2020-10-15 Thread Hoang Huu Le
The queue limit of the broadcast link is being calculated base on initial MTU. However, when MTU value changed (e.g manual changing MTU on NIC device, MTU negotiation etc.,) we do not re-calculate queue limit. This gives throughput does not reflect with the change. So fix it by calling the functio