Re: [PATCH 2/3] vsockmon: Add vsockmon device.

2016-08-22 Thread Gerard Garcia
On 08/15/2016 07:23 PM, David Miller wrote: From: David Laight Date: Mon, 15 Aug 2016 16:38:36 + From: Stefan Hajnoczi Sent: 10 August 2016 12:52 On Mon, Aug 08, 2016 at 06:14:41PM +0200, ggar...@abra.uab.cat wrote: diff --git a/include/uapi/linux/vsockmon.h b/include/uapi/linux/vsockmon

Re: [PATCH 2/3] vsockmon: Add vsockmon device.

2016-08-15 Thread David Miller
From: David Laight Date: Mon, 15 Aug 2016 16:38:36 + > From: Stefan Hajnoczi >> Sent: 10 August 2016 12:52 >> On Mon, Aug 08, 2016 at 06:14:41PM +0200, ggar...@abra.uab.cat wrote: >> > diff --git a/include/uapi/linux/vsockmon.h b/include/uapi/linux/vsockmon.h >> > new file mode 100644 >> > in

RE: [PATCH 2/3] vsockmon: Add vsockmon device.

2016-08-15 Thread David Laight
From: Stefan Hajnoczi > Sent: 10 August 2016 12:52 > On Mon, Aug 08, 2016 at 06:14:41PM +0200, ggar...@abra.uab.cat wrote: > > diff --git a/include/uapi/linux/vsockmon.h b/include/uapi/linux/vsockmon.h > > new file mode 100644 > > index 000..739b4bf > > --- /dev/null > > +++ b/include/uapi/linu

Re: [PATCH 2/3] vsockmon: Add vsockmon device.

2016-08-12 Thread Gerard Garcia
On 08/10/2016 01:51 PM, Stefan Hajnoczi wrote: On Mon, Aug 08, 2016 at 06:14:41PM +0200, ggar...@abra.uab.cat wrote: diff --git a/include/uapi/linux/vsockmon.h b/include/uapi/linux/vsockmon.h new file mode 100644 index 000..739b4bf --- /dev/null +++ b/include/uapi/linux/vsockmon.h @@ -0,0 +1

Re: [PATCH 2/3] vsockmon: Add vsockmon device.

2016-08-10 Thread Stefan Hajnoczi
On Mon, Aug 08, 2016 at 06:14:41PM +0200, ggar...@abra.uab.cat wrote: > diff --git a/include/uapi/linux/vsockmon.h b/include/uapi/linux/vsockmon.h > new file mode 100644 > index 000..739b4bf > --- /dev/null > +++ b/include/uapi/linux/vsockmon.h > @@ -0,0 +1,35 @@ > +#ifndef _UAPI_VSOCKMON_H > +

[PATCH 2/3] vsockmon: Add vsockmon device.

2016-08-08 Thread ggarcia
From: Gerard Garcia Add vsockmon virtual network device that receives packets from the vsock transports and exposes them to user space. Based on the nlmon device. Signed-off-by: Gerard Garcia --- drivers/net/Kconfig | 8 ++ drivers/net/Makefile | 1 + drivers/net/vsockm