Re: [PATCH net 3/3] mlxsw: spectrum: Add missing DCB rollback in error path

2016-08-08 Thread Jiri Pirko
Thu, Aug 04, 2016 at 04:36:22PM CEST, ido...@mellanox.com wrote: >We correctly execute mlxsw_sp_port_dcb_fini() when port is removed, but >I missed its rollback in the error path of port creation, so add it. > >Fixes: f00817df2b42 ("mlxsw: spectrum: Introduce support for Data Center >Bridging (DCB

[PATCH net 3/3] mlxsw: spectrum: Add missing DCB rollback in error path

2016-08-04 Thread Ido Schimmel
We correctly execute mlxsw_sp_port_dcb_fini() when port is removed, but I missed its rollback in the error path of port creation, so add it. Fixes: f00817df2b42 ("mlxsw: spectrum: Introduce support for Data Center Bridging (DCB)") Signed-off-by: Ido Schimmel --- drivers/net/ethernet/mellanox/ml