From: Jiri Pirko <j...@resnulli.us> Date: Fri, 16 Dec 2016 19:29:03 +0100
> From: Ido Schimmel <ido...@mellanox.com> > > When a port is split we should mark it as such, as otherwise the split > ports aren't renamed correctly (e.g. sw1p3 -> sw1p3s1) and the unsplit > operation fails: > > $ devlink port split sw1p3 count 4 > $ devlink port unsplit eth0 > devlink answers: Invalid argument > [ 598.565307] mlxsw_spectrum 0000:03:00.0 eth0: Port wasn't split > > Fixes: 67963a33b4fd ("mlxsw: Make devlink port instances independent of > spectrum/switchx2 port instances") > Signed-off-by: Ido Schimmel <ido...@mellanox.com> > Reported-by: Tamir Winetroub <tam...@mellanox.com> > Reviewed-by: Elad Raz <el...@mellanox.com> > Tested-by: Tamir Winetroub <tam...@mellanox.com> > Signed-off-by: Jiri Pirko <j...@mellanox.com> Applied, thanks Jiri.