Re: [PATCH] net: make netdev_wait_allrefs wake-able
From: Francesco Ruggeri
Date: Thu Sep 17 2020 - 15:18:53 EST
On Wed, Sep 16, 2020 at 11:51 PM Eric Dumazet <edumazet@xxxxxxxxxx> wrote:
>
> Honestly I would not touch dev_put() at all.
>
> Simply change the msleep(250) to something better, with maybe
> exponential backoff.
OK, I will try that.
Francesco