On Wed, 15 Jul 2020 18:08:09 +0530 Subbaraya Sundeep wrote:
> @@ -1730,10 +1745,149 @@ static void otx2_reset_task(struct work_struct *work)
>       if (!netif_running(pf->netdev))
>               return;
>  
> +     rtnl_lock();
>       otx2_stop(pf->netdev);
>       pf->reset_count++;
>       otx2_open(pf->netdev);
>       netif_trans_update(pf->netdev);
> +     rtnl_unlock();
> +}
> +

This looks unrelated, otherwise for the patches:

Acked-by: Jakub Kicinski <k...@kernel.org>

Reply via email to