Netdev List
 help / color / mirror / Atom feed
* [PATCH] virtio-vsock: Add timer to handle OOM situations
@ 2016-07-18 15:11 ggarcia
  2016-07-18 15:11 ` [PATCH] " ggarcia
  0 siblings, 1 reply; 3+ messages in thread
From: ggarcia @ 2016-07-18 15:11 UTC (permalink / raw)
  To: netdev; +Cc: stefanha, Gerard Garcia

From: Gerard Garcia <ggarcia@deic.uab.cat>

This patch applies over the stefanha/vsock-next repository:
https://github.com/stefanha/linux/tree/vsock-next

Once the guest puts a packet in the virtqueue it is guaranteed
that it will be delivered. 

This patch addresses the problem of packets being discarded when 
there is not available memory in the host.

Gerard Garcia (1):
  Add timer to handle OOM situations

 drivers/vhost/vsock.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 47 insertions(+), 5 deletions(-)

-- 
2.9.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-20 11:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-18 15:11 [PATCH] virtio-vsock: Add timer to handle OOM situations ggarcia
2016-07-18 15:11 ` [PATCH] " ggarcia
2016-07-20  9:36   ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox