Re: [PATCH net-next v3 2/3] virtio-net: refactor dim initialization/destruction

2024-04-03 Thread Heng Qi
在 2024/4/2 下午8:36, Ratheesh Kannoth 写道: On 2024-04-02 at 17:43:07, Heng Qi (hen...@linux.alibaba.com) wrote: Extract the initialization and destruction actions of dim for use in the next patch. Signed-off-by: Heng Qi --- drivers/net/virtio_net.c | 37 ++---

Re: [PATCH net-next v3 2/3] virtio-net: refactor dim initialization/destruction

2024-04-02 Thread Ratheesh Kannoth
On 2024-04-02 at 17:43:07, Heng Qi (hen...@linux.alibaba.com) wrote: > Extract the initialization and destruction actions > of dim for use in the next patch. > > Signed-off-by: Heng Qi > --- > drivers/net/virtio_net.c | 37 ++--- > 1 file changed, 26 insertions(+),

[PATCH net-next v3 2/3] virtio-net: refactor dim initialization/destruction

2024-04-02 Thread Heng Qi
Extract the initialization and destruction actions of dim for use in the next patch. Signed-off-by: Heng Qi --- drivers/net/virtio_net.c | 37 ++--- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c