Re: [PATCH net-next] openvswitch: Warn over-mtu packets only if iface is UP.

2021-03-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Mar 2021 17:14:27 -0300 you wrote: > It is not unusual to have the bridge port down. Sometimes > it has the old MTU, which is fine since it's not being used. > > However, the kernel spams the log with a warning

[PATCH net-next] openvswitch: Warn over-mtu packets only if iface is UP.

2021-03-16 Thread Flavio Leitner
It is not unusual to have the bridge port down. Sometimes it has the old MTU, which is fine since it's not being used. However, the kernel spams the log with a warning message when a packet is going to be sent over such port. Fix that by warning only if the interface is UP. Signed-off-by: Flavio