Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sun, 14 Mar 2021 22:56:29 +0800 you wrote:
> When the incorrect interface name is stored in the slaves/active_slave
> option of the bonding sysfs, the kernel does not record the log that
> interface does not exist.
>
>
When the incorrect interface name is stored in the slaves/active_slave
option of the bonding sysfs, the kernel does not record the log that
interface does not exist.
This patch adds a log for -ENODEV error, which will facilitate users to
figure out such issue.
Signed-off-by: Jianlin Lv
---
v2: U