]> git.baikalelectronics.ru Git - kernel.git/commit
net: devlink: split reload op into two
authorJiri Pirko <jiri@mellanox.com>
Thu, 12 Sep 2019 08:49:45 +0000 (10:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Sep 2019 20:11:14 +0000 (22:11 +0200)
commit115d1a810c58d3442afc8de337d35cd54b985b08
tree2f4e2610bb8dc72be3affba651b57d10b73f9a6e
parentdbf9491b64499dc129ac492d8ac39ddcc2d8c1b2
net: devlink: split reload op into two

In order to properly implement failure indication during reload,
split the reload op into two ops, one for down phase and one for
up phase.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/main.c
drivers/net/ethernet/mellanox/mlxsw/core.c
drivers/net/netdevsim/dev.c
include/net/devlink.h
net/core/devlink.c