Re: [PATCH net-next v2] bonding: Added -ENODEV interpret for slaves option

2021-03-15 Thread patchwork-bot+netdevbpf
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. > >

[PATCH net-next v2] bonding: Added -ENODEV interpret for slaves option

2021-03-14 Thread Jianlin Lv
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