On Mon, May 6, 2024 at 2:20 PM Heng Qi [off-list ref] wrote:
On Fri, 3 May 2024 23:24:39 +0300, Daniel Jurgens [off-list ref] wrote:
quoted
Currently the buffer used for control VQ commands is protected by the
RTNL lock. Previously this wasn't a major concern because the control VQ
was only used during device setup and user interaction. With the recent
addition of dynamic interrupt moderation the control VQ may be used
frequently during normal operation.
This series removes the RNTL lock dependency by introducing a mutex
to protect the control buffer and writing SGs to the control VQ.
For the series, keep tags:
Reviewed-by: Heng Qi <redacted>
Tested-by: Heng Qi <redacted>
Acked-by: Jason Wang <redacted>
Thanks