commit | a786ab36ae6f486d59e05cd5570319508d23477e | [log] [tgz] |
---|---|---|
author | Matias Ezequiel Vara Larsen <matiasevara@gmail.com> | Mon Sep 30 18:25:23 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 01 21:26:51 2019 -0400 |
tree | 3da833fc93443879248e1503c4a44cdeeebb6971 | |
parent | 678799194a5311765263b6aa940910ab232767eb [diff] |
vsock/virtio: add support for MSG_PEEK This patch adds support for MSG_PEEK. In such a case, packets are not removed from the rx_queue and credit updates are not sent. Signed-off-by: Matias Ezequiel Vara Larsen <matiasevara@gmail.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Tested-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>