Re: [PATCH net-next v2 5/5] gve: Add flow steering ethtool support

From: Jakub Kicinski
Date: Fri Jun 14 2024 - 22:27:31 EST


On Thu, 13 Jun 2024 01:47:44 +0000 Ziwei Xiao wrote:
> + dev_hold(netdev);
> + rtnl_unlock();

If you care about the op being unlocked make the core not take
the lock in the first place. The core itself doesn't need it
either. Add a flag in the ops to tell the core driver doesn't
need the lock.

Disappointing :|