Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ

2024-03-25 Thread Heng Qi
; pab...@redhat.com; Jiri Pirko Subject: Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ 在 2024/3/26 上午5:49, Daniel Jurgens 写道: 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

RE: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ

2024-03-25 Thread Dan Jurgens
at.com; Jiri Pirko > > Subject: Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ > > > > 在 2024/3/26 上午5:49, Daniel Jurgens 写道: > > Currently the buffer used for control VQ commands is protected by the > > RTNL lock. Previously this wasn't a major co

Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ

2024-03-25 Thread Heng Qi
在 2024/3/26 上午5:49, Daniel Jurgens 写道: 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

Re: [PATCH net-next 0/4] Remove RTNL lock protection of CVQ

2024-03-25 Thread Xuan Zhuo
For series: Reviewed-by: Xuan Zhuo On Mon, 25 Mar 2024 16:49:07 -0500, Daniel Jurgens 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 interactio