On Mon, May 6, 2024 at 2:20 PM Heng Qi <hengqi@xxxxxxxxxxxxxxxxx> wrote: > > On Fri, 3 May 2024 23:24:39 +0300, Daniel Jurgens <danielj@xxxxxxxxxx> wrote: > > 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 <hengqi@xxxxxxxxxxxxxxxxx> > Tested-by: Heng Qi <hengqi@xxxxxxxxxxxxxxxxx> > Acked-by: Jason Wang <jasowang@xxxxxxxxxx> Thanks