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

2024-04-26 Thread Dan Jurgens
o > > Subject: Re: [PATCH net-next v5 0/6] Remove RTNL lock protection of CVQ > > On Tue, 2024-04-23 at 06:57 +0300, Daniel Jurgens wrote: > > Currently the buffer used for control VQ commands is protected by the > > RTNL lock. Previously this wasn't a major concern

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

2024-04-26 Thread Heng Qi
在 2024/4/23 上午11:57, 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 v5 0/6] Remove RTNL lock protection of CVQ

2024-04-26 Thread Paolo Abeni
On Tue, 2024-04-23 at 06:57 +0300, 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 interaction. With the recent > addition of dynamic