Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers

2024-03-27 Thread Heng Qi
; eduma...@google.com; k...@kernel.org; pab...@redhat.com; Jiri Pirko Subject: Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers 在 2024/3/26 上午5:49, Daniel Jurgens 写道: The rtnl lock is no longer needed to protect the control buffer and command VQ. Signed-off-by

Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers

2024-03-26 Thread Heng Qi
; pab...@redhat.com; Jiri Pirko Subject: Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers 在 2024/3/26 上午5:49, Daniel Jurgens 写道: The rtnl lock is no longer needed to protect the control buffer and command VQ. Signed-off-by: Daniel Jurgens Reviewed-by: Jiri

RE: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers

2024-03-26 Thread Dan Jurgens
at.com; Jiri Pirko > > Subject: Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of > command buffers > > > > 在 2024/3/26 上午5:49, Daniel Jurgens 写道: > > The rtnl lock is no longer needed to protect the control buffer and > > command VQ. > >

Re: [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers

2024-03-26 Thread Heng Qi
在 2024/3/26 上午5:49, Daniel Jurgens 写道: The rtnl lock is no longer needed to protect the control buffer and command VQ. Signed-off-by: Daniel Jurgens Reviewed-by: Jiri Pirko --- drivers/net/virtio_net.c | 27 +-- 1 file changed, 5 insertions(+), 22 deletions(-) di