[Bridge] [PATCH] bridge: MTU auto tuning ignores IFLA_MTU on NEWLINK

2023-10-10 Thread Trent Lloyd
Commit 804b854d374e ("net: bridge: disable bridge MTU auto tuning if it was set manually") disabled auto-tuning of the bridge MTU when the MTU was explicitly set by the user, however that would only happen when the MTU was set after creation. This commit ensures auto-tuning is also disabled when th

Re: [Bridge] [PATCH] bridge: MTU auto tuning ignores IFLA_MTU on NEWLINK

2023-09-27 Thread Nikolay Aleksandrov
On 9/27/23 10:57, Trent Lloyd wrote: Commit 804b854d374e ("net: bridge: disable bridge MTU auto tuning if it was set manually") disabled auto-tuning of the bridge MTU when the MTU was explicitly set by the user, however that would only happen when the MTU was set after creation. This commit ensur

Re: [Bridge] [PATCH] bridge: MTU auto tuning ignores IFLA_MTU on NEWLINK

2023-09-27 Thread Nikolay Aleksandrov
On 9/27/23 11:10, Nikolay Aleksandrov wrote: On 9/27/23 10:57, Trent Lloyd wrote: Commit 804b854d374e ("net: bridge: disable bridge MTU auto tuning if it was set manually") disabled auto-tuning of the bridge MTU when the MTU was explicitly set by the user, however that would only happen when the

Re: [Bridge] [PATCH] bridge: MTU auto tuning ignores IFLA_MTU on NEWLINK

2023-09-28 Thread Nikolay Aleksandrov
On 9/27/23 11:10, Nikolay Aleksandrov wrote: On 9/27/23 10:57, Trent Lloyd wrote: Commit 804b854d374e ("net: bridge: disable bridge MTU auto tuning if it was set manually") disabled auto-tuning of the bridge MTU when the MTU was explicitly set by the user, however that would only happen when the