Re: [PATCH v5] virtio-vsock: Add timer to handle OOM situations

2016-09-26 Thread Stefan Hajnoczi
On Mon, Sep 05, 2016 at 12:30:29PM +0200, Gerard Garcia wrote: > On 08/12/2016 04:02 PM, ggar...@deic.uab.cat wrote: > > From: Gerard Garcia > > > > Set up a rx timer to avoid packets being discarded when there is no > > available memory in the host. > > > > Signed-off-by: Gerard Garcia > > Rev

Re: [PATCH v5] virtio-vsock: Add timer to handle OOM situations

2016-09-05 Thread Gerard Garcia
On 08/12/2016 04:02 PM, ggar...@deic.uab.cat wrote: From: Gerard Garcia Set up a rx timer to avoid packets being discarded when there is no available memory in the host. Signed-off-by: Gerard Garcia Reviewed-by: Stefan Hajnoczi Seems that this patch and [PATCH v3] virtio-vsock: Fix unboun