From: Jiri Pirko <j...@resnulli.us> Date: Thu, 2 Nov 2017 15:07:01 +0100
> From: Jiri Pirko <j...@mellanox.com> > > Currently, the offload unbind is done before the chains are flushed. > That causes driver to unregister block callback before it can get all > the callback calls done during flush, leaving the offloaded tps inside > the HW. So fix the order to prevent this situation and restore the > original behaviour. > > Reported-by: Alexander Duyck <alexander.du...@gmail.com> > Reported-by: Jakub Kicinski <kubak...@wp.pl> > Signed-off-by: Jiri Pirko <j...@mellanox.com> I'm pretty sure this was my fault during the merge, I had to pick whether to do it before or after the offload unbind and I picked the latter. Applied, thank you.