search for: e1f8a240

Displaying 3 results from an estimated 3 matches for "e1f8a240".

2020 Apr 21
0
[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
...packet capture before the transmitted packet? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20200421/e1f8a240/attachment.sig>
2020 Apr 21
2
[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
We delivering packets to monitoring devices, before to check if the virtqueue has enough space. If the virtqueue is full, the transmitting packet is queued up and it will 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
2020 Apr 21
2
[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
We delivering packets to monitoring devices, before to check if the virtqueue has enough space. If the virtqueue is full, the transmitting packet is queued up and it will 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