On Mon, 8 Jan 2018 09:18:08 +0000, Nogah Frankel wrote: > > Unlike for other statistics new_hw_stat < prev_hw_stat can be true. > > Adjust mlxsw. > > There is one problem with this patch, and that is that we can fail in > changing RED that is offloaded. In this case, we delete RED from the driver > but the backlog will still include the hardware backlog. > The solution is to send in the offload-replace command a pointer to the > backlog, so failure in updating the hardware can be follow by backlog update, > if needed.
Thanks, will fix.