Re: [Qemu-devel] [PATCH V2 2/2] tests: test rx recovery from cont

2015-07-13 Thread Jason Wang
On 07/13/2015 04:52 PM, Fam Zheng wrote: > On Mon, 07/13 14:04, Jason Wang wrote: >> > Rx should be recovered after cont. >> > >> > Signed-off-by: Jason Wang >> > --- >> > Changes from V1: >> > - query status before sending cont, this makes sure that the packet >> > were queued. >> > --- >> >

Re: [Qemu-devel] [PATCH V2 2/2] tests: test rx recovery from cont

2015-07-13 Thread Fam Zheng
On Mon, 07/13 14:04, Jason Wang wrote: > Rx should be recovered after cont. > > Signed-off-by: Jason Wang > --- > Changes from V1: > - query status before sending cont, this makes sure that the packet > were queued. > --- > tests/virtio-net-test.c | 52 > ++

[Qemu-devel] [PATCH V2 2/2] tests: test rx recovery from cont

2015-07-12 Thread Jason Wang
Rx should be recovered after cont. Signed-off-by: Jason Wang --- Changes from V1: - query status before sending cont, this makes sure that the packet were queued. --- tests/virtio-net-test.c | 52 + 1 file changed, 52 insertions(+) diff --git a/