RE: [PATCH net-next v2 4/6] virtio_net: Do DIM update for specified queue only

2024-03-27 Thread Dan Jurgens
.@redhat.com; Jiri Pirko > > Subject: Re: [PATCH net-next v2 4/6] virtio_net: Do DIM update for specified > queue only > > > > 在 2024/3/28 下午12:47, Daniel Jurgens 写道: > > Since we no longer have to hold the RTNL lock here just do updates for > > the spe

Re: [PATCH net-next v2 4/6] virtio_net: Do DIM update for specified queue only

2024-03-27 Thread Heng Qi
在 2024/3/28 下午12:47, Daniel Jurgens 写道: Since we no longer have to hold the RTNL lock here just do updates for the specified queue. Signed-off-by: Daniel Jurgens --- drivers/net/virtio_net.c | 38 ++ 1 file changed, 14 insertions(+), 24 deletions(-) di