[TEST PATCH net-next] vhost: accumulate multiple used and sigal in vhost TX test

2011-05-17 Thread Shirley Ma
Hello Michael, Here is the patch I used to test out of order before: add used in a pend array, and swap the last two ids. I used to hit an issue, but now it seems working well. This won't impact zero-copy patch since we need to maintain the pend used ids anyway. Signed-off-by: Shirley Ma ---

Re: [TEST PATCH net-next] vhost: accumulate multiple used and sigal in vhost TX test

2011-05-17 Thread Michael S. Tsirkin
On Tue, May 17, 2011 at 01:46:21PM -0700, Shirley Ma wrote: > Hello Michael, > > Here is the patch I used to test out of order before: add used in a pend > array, and swap the last two ids. > > I used to hit an issue, but now it seems working well. Aha, so if I apply this guest will *not* crash