Re: [PATCH v2 5/5] VSOCK: batch sending rx buffer to increase bandwidth

2018-12-17 Thread jiangyiwen
On 2018/12/13 23:17, Stefan Hajnoczi wrote: > On Wed, Dec 12, 2018 at 05:35:27PM +0800, jiangyiwen wrote: >> Batch sending rx buffer can improve total bandwidth. >> >> Signed-off-by: Yiwen Jiang >> --- > > Please send patches with git-send-email --thread --no-chain-reply-to so > that your patch s

Re: [PATCH v2 5/5] VSOCK: batch sending rx buffer to increase bandwidth

2018-12-16 Thread Stefan Hajnoczi
On Wed, Dec 12, 2018 at 05:35:27PM +0800, jiangyiwen wrote: > Batch sending rx buffer can improve total bandwidth. > > Signed-off-by: Yiwen Jiang > --- Please send patches with git-send-email --thread --no-chain-reply-to so that your patch series email thread looks like this: * [PATCH 00/NN]

[PATCH v2 5/5] VSOCK: batch sending rx buffer to increase bandwidth

2018-12-12 Thread jiangyiwen
Batch sending rx buffer can improve total bandwidth. Signed-off-by: Yiwen Jiang --- drivers/vhost/vsock.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c index 9600133..a4bf0a1 100644 --- a/drivers/vhost/