Re: [Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-14 Thread Michael S. Tsirkin
On Fri, Dec 14, 2018 at 05:43:28PM +0800, jiangyiwen wrote: > On 2018/12/13 22:54, Michael S. Tsirkin wrote: > > On Thu, Dec 13, 2018 at 11:27:24AM +0800, jiangyiwen wrote: > >> On 2018/12/12 21:19, Michael S. Tsirkin wrote: > >>> On Wed, Dec 12, 2018 at 05:54:49PM +0800, jiangyiwen wrote: > C

Re: [Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-14 Thread jiangyiwen
On 2018/12/13 23:34, Stefan Hajnoczi wrote: > On Thu, Dec 13, 2018 at 11:27:24AM +0800, jiangyiwen wrote: >> On 2018/12/12 21:19, Michael S. Tsirkin wrote: >>> On Wed, Dec 12, 2018 at 05:54:49PM +0800, jiangyiwen wrote: Currently vhost-vsock doesn't have any feature bits, so it don't supp

Re: [Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-14 Thread jiangyiwen
On 2018/12/13 22:54, Michael S. Tsirkin wrote: > On Thu, Dec 13, 2018 at 11:27:24AM +0800, jiangyiwen wrote: >> On 2018/12/12 21:19, Michael S. Tsirkin wrote: >>> On Wed, Dec 12, 2018 at 05:54:49PM +0800, jiangyiwen wrote: Currently vhost-vsock doesn't have any feature bits, so it don't s

Re: [Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-13 Thread Stefan Hajnoczi
On Thu, Dec 13, 2018 at 11:27:24AM +0800, jiangyiwen wrote: > On 2018/12/12 21:19, Michael S. Tsirkin wrote: > > On Wed, Dec 12, 2018 at 05:54:49PM +0800, jiangyiwen wrote: > >> Currently vhost-vsock doesn't have any feature bits, so it > >> don't support parse mergeable rx buffer feature. And the

Re: [Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-13 Thread Michael S. Tsirkin
On Thu, Dec 13, 2018 at 11:27:24AM +0800, jiangyiwen wrote: > On 2018/12/12 21:19, Michael S. Tsirkin wrote: > > On Wed, Dec 12, 2018 at 05:54:49PM +0800, jiangyiwen wrote: > >> Currently vhost-vsock doesn't have any feature bits, so it > >> don't support parse mergeable rx buffer feature. And the

Re: [Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-12 Thread jiangyiwen
On 2018/12/12 21:19, Michael S. Tsirkin wrote: > On Wed, Dec 12, 2018 at 05:54:49PM +0800, jiangyiwen wrote: >> Currently vhost-vsock doesn't have any feature bits, so it >> don't support parse mergeable rx buffer feature. And the >> feature is support in another series of patches named >> "VSOCK:

Re: [Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-12 Thread Michael S. Tsirkin
On Wed, Dec 12, 2018 at 05:54:49PM +0800, jiangyiwen wrote: > Currently vhost-vsock doesn't have any feature bits, so it > don't support parse mergeable rx buffer feature. And the > feature is support in another series of patches named > "VSOCK: support mergeable rx buffer in vhost-vsock". > > So

[Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature

2018-12-12 Thread jiangyiwen
Currently vhost-vsock doesn't have any feature bits, so it don't support parse mergeable rx buffer feature. And the feature is support in another series of patches named "VSOCK: support mergeable rx buffer in vhost-vsock". So we neet to support parse mergeable feature in vhost-vsock if above patch