Re: [dpdk-dev] [PATCH v3 0/7] virtio_user as an alternative exception path

2017-01-10 Thread Tan, Jianfeng
On 1/9/2017 10:06 PM, Bruce Richardson wrote: On Wed, Jan 04, 2017 at 03:59:19AM +, Jianfeng Tan wrote: v3: - Drop the patch to postpone driver ok sending patch, superseded it with a bug fix to disable all virtqueues and re-init the device. (you might wonder why not just send

Re: [dpdk-dev] [PATCH v3 0/7] virtio_user as an alternative exception path

2017-01-09 Thread Bruce Richardson
On Wed, Jan 04, 2017 at 03:59:19AM +, Jianfeng Tan wrote: > v3: > - Drop the patch to postpone driver ok sending patch, superseded it > with a bug fix to disable all virtqueues and re-init the device. > (you might wonder why not just send reset owner msg. Under my test, > it caus

[dpdk-dev] [PATCH v3 0/7] virtio_user as an alternative exception path

2017-01-03 Thread Jianfeng Tan
v3: - Drop the patch to postpone driver ok sending patch, superseded it with a bug fix to disable all virtqueues and re-init the device. (you might wonder why not just send reset owner msg. Under my test, it causes spinlock deadlock problem when killing the program). - Avoid compil