search for: vsockmon

Displaying 11 results from an estimated 11 matches for "vsockmon".

2018 Oct 12
0
Bad MAINTAINERS pattern in section 'VIRTIO AND VHOST VSOCK DRIVER'
...com> > 15662 L: kvm at vger.kernel.org > 15663 L: virtualization at lists.linux-foundation.org > 15664 L: netdev at vger.kernel.org > 15665 S: Maintained > 15666 F: include/linux/virtio_vsock.h > 15667 F: include/uapi/linux/virtio_vsock.h > 15668 F: include/uapi/linux/vsockmon.h > 15669 F: include/uapi/linux/vm_sockets_diag.h > 15670 F: net/vmw_vsock/diag.c > 15671 F: net/vmw_vsock/af_vsock_tap.c > 15672 F: net/vmw_vsock/virtio_transport_common.c > 15673 F: net/vmw_vsock/virtio_transport.c > 15674 F: drivers/net/vsockmon.c > 15675 F: drivers/v...
2023 May 02
1
[Patch net] vsock: improve tap delivery accuracy
...t;cong.wang at bytedance.com> When virtqueue_add_sgs() fails, the skb is put back to send queue, we should not deliver the copy to tap device in this case. So we need to move virtio_transport_deliver_tap_pkt() down after all possible failures. Fixes: 82dfb540aeb2 ("VSOCK: Add virtio vsock vsockmon hooks") Cc: Stefan Hajnoczi <stefanha at redhat.com> Cc: Stefano Garzarella <sgarzare at redhat.com> Cc: Bobby Eshleman <bobby.eshleman at bytedance.com> Signed-off-by: Cong Wang <cong.wang at bytedance.com> --- net/vmw_vsock/virtio_transport.c | 5 ++--- 1 file change...
2019 Nov 21
2
[PATCH net-next 4/6] vsock: add vsock_loopback transport
...3ba 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17239,6 +17239,7 @@ F: net/vmw_vsock/diag.c > F: net/vmw_vsock/af_vsock_tap.c > F: net/vmw_vsock/virtio_transport_common.c > F: net/vmw_vsock/virtio_transport.c > +F: net/vmw_vsock/vsock_loopback.c > F: drivers/net/vsockmon.c > F: drivers/vhost/vsock.c > F: tools/testing/vsock/ At this point you are most active in virtio-vsock and I am reviewing patches on a best-effort basis. Feel free to add yourself as maintainer. > diff --git a/net/vmw_vsock/vsock_loopback.c b/net/vmw_vsock/vsock_loopback.c > new...
2019 Nov 21
2
[PATCH net-next 4/6] vsock: add vsock_loopback transport
...3ba 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17239,6 +17239,7 @@ F: net/vmw_vsock/diag.c > F: net/vmw_vsock/af_vsock_tap.c > F: net/vmw_vsock/virtio_transport_common.c > F: net/vmw_vsock/virtio_transport.c > +F: net/vmw_vsock/vsock_loopback.c > F: drivers/net/vsockmon.c > F: drivers/vhost/vsock.c > F: tools/testing/vsock/ At this point you are most active in virtio-vsock and I am reviewing patches on a best-effort basis. Feel free to add yourself as maintainer. > diff --git a/net/vmw_vsock/vsock_loopback.c b/net/vmw_vsock/vsock_loopback.c > new...
2023 Aug 04
0
[PATCH -next] af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()
..., Aug 03, 2023 at 09:45:07PM +0800, Yue Haibing wrote: >> Commit d021c344051a ("VSOCK: Introduce VM Sockets") declared but never implemented >> vsock_release_pending(). Also vsock_init_tap() never implemented since introduction >> in commit 531b374834c8 ("VSOCK: Add vsockmon tap functions"). >> >> Signed-off-by: Yue Haibing <yuehaibing at huawei.com> > >Hi Yue Haibing, > >FWIIW, I think this should be targeted at net-next. Yep, please send to net-next. Looks good also to me: Reviewed-by: Stefano Garzarella <sgarzare at redhat.co...
2019 Nov 21
0
[PATCH net-next 4/6] vsock: add vsock_loopback transport
...gt; > +++ b/MAINTAINERS > > @@ -17239,6 +17239,7 @@ F: net/vmw_vsock/diag.c > > F: net/vmw_vsock/af_vsock_tap.c > > F: net/vmw_vsock/virtio_transport_common.c > > F: net/vmw_vsock/virtio_transport.c > > +F: net/vmw_vsock/vsock_loopback.c > > F: drivers/net/vsockmon.c > > F: drivers/vhost/vsock.c > > F: tools/testing/vsock/ > > At this point you are most active in virtio-vsock and I am reviewing > patches on a best-effort basis. Feel free to add yourself as > maintainer. > Sure, I'd be happy to maintain it. > > diff...
2020 Apr 21
2
[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
...l be sent in the next iteration. This causes the same packet to be delivered multiple times to monitoring devices. This patch fixes this issue, postponing the packet delivery to monitoring devices, only when it is properly queued in the virqueue. Fixes: 82dfb540aeb2 ("VSOCK: Add virtio vsock vsockmon hooks") Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> --- net/vmw_vsock/virtio_transport.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c index dfbaf6bd8b1c..d8db837a96fe 100644...
2020 Apr 21
2
[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
...l be sent in the next iteration. This causes the same packet to be delivered multiple times to monitoring devices. This patch fixes this issue, postponing the packet delivery to monitoring devices, only when it is properly queued in the virqueue. Fixes: 82dfb540aeb2 ("VSOCK: Add virtio vsock vsockmon hooks") Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> --- net/vmw_vsock/virtio_transport.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c index dfbaf6bd8b1c..d8db837a96fe 100644...
2019 Dec 10
7
[PATCH net-next v2 0/6] vsock: add local transport support
v2: - style fixes [Dave] - removed RCU sync and changed 'the_vsock_loopback' in a global static variable [Stefan] - use G2H transport when local transport is not loaded and remote cid is VMADDR_CID_LOCAL [Stefan] - rebased on net-next v1: https://patchwork.kernel.org/cover/11251735/ This series introduces a new transport (vsock_loopback) to handle local communication. This
2019 Nov 21
2
[PATCH net-next 4/6] vsock: add vsock_loopback transport
...; > > @@ -17239,6 +17239,7 @@ F: net/vmw_vsock/diag.c > > > F: net/vmw_vsock/af_vsock_tap.c > > > F: net/vmw_vsock/virtio_transport_common.c > > > F: net/vmw_vsock/virtio_transport.c > > > +F: net/vmw_vsock/vsock_loopback.c > > > F: drivers/net/vsockmon.c > > > F: drivers/vhost/vsock.c > > > F: tools/testing/vsock/ > > > > At this point you are most active in virtio-vsock and I am reviewing > > patches on a best-effort basis. Feel free to add yourself as > > maintainer. > > > > Sure, I...
2019 Nov 21
2
[PATCH net-next 4/6] vsock: add vsock_loopback transport
...; > > @@ -17239,6 +17239,7 @@ F: net/vmw_vsock/diag.c > > > F: net/vmw_vsock/af_vsock_tap.c > > > F: net/vmw_vsock/virtio_transport_common.c > > > F: net/vmw_vsock/virtio_transport.c > > > +F: net/vmw_vsock/vsock_loopback.c > > > F: drivers/net/vsockmon.c > > > F: drivers/vhost/vsock.c > > > F: tools/testing/vsock/ > > > > At this point you are most active in virtio-vsock and I am reviewing > > patches on a best-effort basis. Feel free to add yourself as > > maintainer. > > > > Sure, I...