Re: [RFC 2/3] vsockmon: Add vsockmon device

2016-06-10 Thread Stefan Hajnoczi
On Thu, Jun 09, 2016 at 05:21:26PM +0200, Gerard Garcia wrote: > > > diff --git a/include/uapi/linux/vsockmon.h b/include/uapi/linux/vsockmon.h > > > new file mode 100644 > > > index 000..c73166f > > > --- /dev/null > > > +++ b/include/uapi/linux/vsockmon.h > > > @@ -0,0 +1,37 @@ > > > +#ifndef

Re: [RFC 2/3] vsockmon: Add vsockmon device

2016-06-09 Thread Gerard Garcia
On 06/01/2016 11:15 PM, Stefan Hajnoczi wrote: On Sat, May 28, 2016 at 06:29:06PM +0200, ggar...@abra.uab.cat wrote: From: Gerard Garcia Signed-off-by: Gerard Garcia --- drivers/net/Kconfig | 8 ++ drivers/net/Makefile | 1 + drivers/net/vsockmon.c| 171 ++

Re: [RFC 2/3] vsockmon: Add vsockmon device

2016-06-01 Thread Stefan Hajnoczi
On Sat, May 28, 2016 at 06:29:06PM +0200, ggar...@abra.uab.cat wrote: > From: Gerard Garcia > > Signed-off-by: Gerard Garcia > --- > drivers/net/Kconfig | 8 ++ > drivers/net/Makefile | 1 + > drivers/net/vsockmon.c| 171 >

[RFC 2/3] vsockmon: Add vsockmon device

2016-05-28 Thread ggarcia
From: Gerard Garcia Signed-off-by: Gerard Garcia --- drivers/net/Kconfig | 8 ++ drivers/net/Makefile | 1 + drivers/net/vsockmon.c| 171 ++ include/uapi/linux/Kbuild | 1 + include/uapi/linux/vsockmon.h | 37