]> git.itanic.dy.fi Git - linux-stable/commit
net: dsa: propagate extack to ds->ops->port_hsr_join()
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 22 Sep 2023 13:31:04 +0000 (15:31 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 3 Oct 2023 11:51:02 +0000 (13:51 +0200)
commitfefe5dc4afeafe896c90d5b20b605f2759343c3b
treecdd78d643bcb7b1de5afd9c22eeb918ce564d8b8
parente27aca3760c08b7b05aea71068bd609aa93e7b35
net: dsa: propagate extack to ds->ops->port_hsr_join()

Drivers can provide meaningful error messages which state a reason why
they can't perform an offload, and dsa_slave_changeupper() already has
the infrastructure to propagate these over netlink rather than printing
to the kernel log. So pass the extack argument and modify the xrs700x
driver's port_hsr_join() prototype.

Also take the opportunity and use the extack for the 2 -EOPNOTSUPP cases
from xrs700x_hsr_join().

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/dsa/xrs700x/xrs700x.c
include/net/dsa.h
net/dsa/port.c
net/dsa/port.h
net/dsa/slave.c