Re: [PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset

From: Jakub Kicinski
Date: Tue Jun 11 2024 - 22:38:52 EST


On Mon, 10 Jun 2024 17:37:12 +0200 Larysa Zaremba wrote:
> Fix the problems that are triggered by tx_timeout and ice_xdp() calls,
> including both pool and program operations.

Is there really no way for ice to fix the locking? :(
The busy loops and trylocks() are not great, and seem like duct tape.