Displaying 4 results from an estimated 4 matches for "msg00093".
Did you mean:
msg00053
2016 Jan 06
1
Question how to implement remote access
Hello.
I've been finding a good solution to monitor virtual machines' status such
as memory, disk, cpu, etc, and I found this as a tool for measuring
disk/image status.
I have a question while using the libguestfs-java library; I'd wanted to
implement a sample app which retrieve the disk information remotely. Is
there any way, i.e., specific API(s) to connect with a host where
2023 Sep 02
0
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...>
> > > In the Linux proof-of-concept, it is 64KB. I can add that here too.
> >
> > or device driven maybe ...
> >
>
> Ah yes, I think Stefano was suggesting something like Laura's proposal:
> https://lists.oasis-open.org/archives/virtio-comment/202206/msg00093.html
>
> > > > also with no flow control at all there's a performance problem:
> > > > imagine queue gets full. now buffers begin to be dropped.
> > > > problem is, dropping is faster than delivering to application.
> > > > so now application...
2023 Sep 02
0
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...>
> > > In the Linux proof-of-concept, it is 64KB. I can add that here too.
> >
> > or device driven maybe ...
> >
>
> Ah yes, I think Stefano was suggesting something like Laura's proposal:
> https://lists.oasis-open.org/archives/virtio-comment/202206/msg00093.html
>
> > > > also with no flow control at all there's a performance problem:
> > > > imagine queue gets full. now buffers begin to be dropped.
> > > > problem is, dropping is faster than delivering to application.
> > > > so now application...
2023 Sep 06
0
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...KB. I can add that here too.
> > > >
> > > > or device driven maybe ...
> > > >
> > >
> > > Ah yes, I think Stefano was suggesting something like Laura's proposal:
> > > https://lists.oasis-open.org/archives/virtio-comment/202206/msg00093.html
> > >
> > > > > > also with no flow control at all there's a performance problem:
> > > > > > imagine queue gets full. now buffers begin to be dropped.
> > > > > > problem is, dropping is faster than delivering to application....