netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: stefanha@redhat.com
Cc: netdev@vger.kernel.org, jhansen@vmware.com, decui@microsoft.com
Subject: Re: [PATCH v3 0/5] VSOCK: add sock_diag interface
Date: Thu, 05 Oct 2017 20:40:30 -0700 (PDT)	[thread overview]
Message-ID: <20171005.204030.522329909569141573.davem@davemloft.net> (raw)
In-Reply-To: <20171005204654.2737-1-stefanha@redhat.com>

From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu,  5 Oct 2017 16:46:49 -0400

> v3:
>  * Rebased onto net-next/master and resolved Hyper-V transport conflict
> 
> v2:
>  * Moved tests to tools/testing/vsock/.  I was unable to put them in selftests/
>    because they require manual setup of a VMware/KVM guest.
>  * Moved to __vsock_in_bound/connected_table() to af_vsock.h
>  * Fixed local variable ordering in Patch 4
> 
> There is currently no way for userspace to query open AF_VSOCK sockets.  This
> means ss(8), netstat(8), and other utilities cannot display AF_VSOCK sockets.
> 
> This patch series adds the netlink sock_diag interface for AF_VSOCK.  Userspace
> programs sent a DUMP request including an sk_state bitmap to filter sockets
> based on their state (connected, listening, etc).  The vsock_diag.ko module
> replies with information about matching sockets.  This userspace ABI is defined
> in <linux/vm_sockets_diag.h>.
> 
> The final patch adds a test suite that exercises the basic cases.
> 
> Jorgen and Dexuan: I have only tested the virtio transport but this should also
> work for VMCI and Hyper-V.  Please give it a shot if you have time.

Series applied, thanks.

      parent reply	other threads:[~2017-10-06  3:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05 20:46 [PATCH v3 0/5] VSOCK: add sock_diag interface Stefan Hajnoczi
2017-10-05 20:46 ` [PATCH v3 1/5] VSOCK: export socket tables for " Stefan Hajnoczi
2017-10-05 20:46 ` [PATCH v3 2/5] VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h Stefan Hajnoczi
2017-10-05 20:46 ` [PATCH v3 3/5] VSOCK: use TCP state constants for sk_state Stefan Hajnoczi
2017-10-05 20:46 ` [PATCH v3 4/5] VSOCK: add sock_diag interface Stefan Hajnoczi
2017-10-05 20:46 ` [PATCH v3 5/5] VSOCK: add tools/testing/vsock/vsock_diag_test Stefan Hajnoczi
2017-10-06  3:40 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171005.204030.522329909569141573.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=decui@microsoft.com \
    --cc=jhansen@vmware.com \
    --cc=netdev@vger.kernel.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).