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

2015-07-08 Thread Jason Wang
On 07/08/2015 01:44 PM, Fam Zheng wrote: > On Wed, 07/08 13:12, Jason Wang wrote: >> >> On 07/08/2015 11:22 AM, Fam Zheng wrote: >>> On Tue, 07/07 18:58, Jason Wang wrote: Rx should be recovered after cont. Signed-off-by: Jason Wang --- tests/virtio-net-test.c | 48 >>>

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

2015-07-07 Thread Fam Zheng
On Wed, 07/08 13:44, Fam Zheng wrote: > On Wed, 07/08 13:12, Jason Wang wrote: > > > > > > On 07/08/2015 11:22 AM, Fam Zheng wrote: > > > On Tue, 07/07 18:58, Jason Wang wrote: > > >> Rx should be recovered after cont. > > >> > > >> Signed-off-by: Jason Wang > > >> --- > > >> tests/virtio-net-t

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

2015-07-07 Thread Fam Zheng
On Wed, 07/08 13:12, Jason Wang wrote: > > > On 07/08/2015 11:22 AM, Fam Zheng wrote: > > On Tue, 07/07 18:58, Jason Wang wrote: > >> Rx should be recovered after cont. > >> > >> Signed-off-by: Jason Wang > >> --- > >> tests/virtio-net-test.c | 48 > >> +

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

2015-07-07 Thread Jason Wang
On 07/08/2015 11:22 AM, Fam Zheng wrote: > On Tue, 07/07 18:58, Jason Wang wrote: >> Rx should be recovered after cont. >> >> Signed-off-by: Jason Wang >> --- >> tests/virtio-net-test.c | 48 >> >> 1 file changed, 48 insertions(+) >> >> diff --g

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

2015-07-07 Thread Fam Zheng
On Tue, 07/07 18:58, Jason Wang wrote: > Rx should be recovered after cont. > > Signed-off-by: Jason Wang > --- > tests/virtio-net-test.c | 48 > 1 file changed, 48 insertions(+) > > diff --git a/tests/virtio-net-test.c b/tests/virtio-net-test.c

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

2015-07-07 Thread Jason Wang
Rx should be recovered after cont. Signed-off-by: Jason Wang --- tests/virtio-net-test.c | 48 1 file changed, 48 insertions(+) diff --git a/tests/virtio-net-test.c b/tests/virtio-net-test.c index 97aa442..aeae80c 100644 --- a/tests/virtio-net-te