Re: [PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput

2019-05-20 Thread Stefano Garzarella
On Mon, May 13, 2019 at 05:33:40PM +0800, Jason Wang wrote: > > On 2019/5/10 下午8:58, Stefano Garzarella wrote: > > While I was testing this new series (v2) I discovered an huge use of memory > > and a memory leak in the virtio-vsock driver in the guest when I sent > > 1-byte packets to the guest.

Re: [PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput

2019-05-13 Thread Stefano Garzarella
On Mon, May 13, 2019 at 05:33:40PM +0800, Jason Wang wrote: > > On 2019/5/10 下午8:58, Stefano Garzarella wrote: > > While I was testing this new series (v2) I discovered an huge use of memory > > and a memory leak in the virtio-vsock driver in the guest when I sent > > 1-byte packets to the guest.

Re: [PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput

2019-05-13 Thread Jason Wang
On 2019/5/10 下午8:58, Stefano Garzarella wrote: While I was testing this new series (v2) I discovered an huge use of memory and a memory leak in the virtio-vsock driver in the guest when I sent 1-byte packets to the guest. These issues are present since the introduction of the virtio-vsock

[PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput

2019-05-10 Thread Stefano Garzarella
While I was testing this new series (v2) I discovered an huge use of memory and a memory leak in the virtio-vsock driver in the guest when I sent 1-byte packets to the guest. These issues are present since the introduction of the virtio-vsock driver. I added the patches 1 and 2 to fix them in