Re: [PATCH 07/16] virtio-net: support queue reset

2022-07-27 Thread Kangjie Xu
在 2022/7/27 14:59, Jason Wang 写道: On Wed, Jul 27, 2022 at 2:25 PM Kangjie Xu wrote: 在 2022/7/27 13:00, Jason Wang 写道: On Tue, Jul 26, 2022 at 3:02 PM Kangjie Xu wrote: 在 2022/7/26 11:43, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: From: Xuan Zhuo virtio-net implements queue

Re: [PATCH 07/16] virtio-net: support queue reset

2022-07-27 Thread Jason Wang
On Wed, Jul 27, 2022 at 2:25 PM Kangjie Xu wrote: > > > 在 2022/7/27 13:00, Jason Wang 写道: > > On Tue, Jul 26, 2022 at 3:02 PM Kangjie Xu > > wrote: > >> > >> 在 2022/7/26 11:43, Jason Wang 写道: > >>> 在 2022/7/18 19:17, Kangjie Xu 写道: > From: Xuan Zhuo > > virtio-net implements

Re: [PATCH 07/16] virtio-net: support queue reset

2022-07-27 Thread Kangjie Xu
在 2022/7/27 13:00, Jason Wang 写道: On Tue, Jul 26, 2022 at 3:02 PM Kangjie Xu wrote: 在 2022/7/26 11:43, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: From: Xuan Zhuo virtio-net implements queue reset. Queued packets in the corresponding queue pair are flushed or purged. Queue reset

Re: [PATCH 07/16] virtio-net: support queue reset

2022-07-26 Thread Jason Wang
On Tue, Jul 26, 2022 at 3:02 PM Kangjie Xu wrote: > > > 在 2022/7/26 11:43, Jason Wang 写道: > > > > 在 2022/7/18 19:17, Kangjie Xu 写道: > >> From: Xuan Zhuo > >> > >> virtio-net implements queue reset. Queued packets in the corresponding > >> queue pair are flushed or purged. > >> > >> Queue reset

Re: [PATCH 07/16] virtio-net: support queue reset

2022-07-26 Thread Kangjie Xu
在 2022/7/26 11:43, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: From: Xuan Zhuo virtio-net implements queue reset. Queued packets in the corresponding queue pair are flushed or purged. Queue reset is currently only implemented for non-vhosts. Signed-off-by: Xuan Zhuo ---  

Re: [PATCH 07/16] virtio-net: support queue reset

2022-07-25 Thread Jason Wang
在 2022/7/18 19:17, Kangjie Xu 写道: From: Xuan Zhuo virtio-net implements queue reset. Queued packets in the corresponding queue pair are flushed or purged. Queue reset is currently only implemented for non-vhosts. Signed-off-by: Xuan Zhuo --- hw/net/virtio-net.c | 15 +++ 1

[PATCH 07/16] virtio-net: support queue reset

2022-07-18 Thread Kangjie Xu
From: Xuan Zhuo virtio-net implements queue reset. Queued packets in the corresponding queue pair are flushed or purged. Queue reset is currently only implemented for non-vhosts. Signed-off-by: Xuan Zhuo --- hw/net/virtio-net.c | 15 +++ 1 file changed, 15 insertions(+) diff