Re: [PATCH iproute2 2/3] include: add

2017-10-04 Thread Stefan Hajnoczi
On Tue, Oct 03, 2017 at 11:24:55AM -0700, Stephen Hemminger wrote: > On Tue, 3 Oct 2017 13:57:43 -0400 > Stefan Hajnoczi wrote: > > > This new Linux header file defines the sock_diag interface used by > > AF_VSOCK. > > > > Signed-off-by: Stefan Hajnoczi > > --- > > include/linux/vm_sockets_di

Re: [PATCH iproute2 2/3] include: add

2017-10-03 Thread Stephen Hemminger
On Tue, 3 Oct 2017 13:57:43 -0400 Stefan Hajnoczi wrote: > This new Linux header file defines the sock_diag interface used by > AF_VSOCK. > > Signed-off-by: Stefan Hajnoczi > --- > include/linux/vm_sockets_diag.h | 33 + > 1 file changed, 33 insertions(+) > cr

[PATCH iproute2 2/3] include: add

2017-10-03 Thread Stefan Hajnoczi
This new Linux header file defines the sock_diag interface used by AF_VSOCK. Signed-off-by: Stefan Hajnoczi --- include/linux/vm_sockets_diag.h | 33 + 1 file changed, 33 insertions(+) create mode 100644 include/linux/vm_sockets_diag.h diff --git a/include/linux