The comparison in enic_change_mtu() incorrectly used the current
netdev->mtu instead of the new new_mtu value when warning about
an MTU exceeding the port MTU. This could suppress valid warnings
or issue incorrect ones.
Fix the condition and log to properly reflect the new_mtu.
Fixes:
|
||
|---|---|---|
| .. | ||
| enic | ||
| Kconfig | ||
| Makefile | ||