From: Eric Dumazet <edumazet@google.com> Date: 2025-01-14 12:50:38
On Tue, Jan 14, 2025 at 4:51 AM Jakub Kicinski [off-list ref] wrote:
Add helpers for locking the netdev instance and use it in drivers
and the shaper code. This will make grepping for the lock usage
much easier, as we extend the lock to cover more fields.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: anthony.l.nguyen@intel.com
CC: przemyslaw.kitszel@intel.com
CC: jiri@resnulli.us
---