commit | 0038ff357f05fee242aa4e5ec5e75f83fa1ed28c | [log] [tgz] |
---|---|---|
author | Stefano Garzarella <sgarzare@redhat.com> | Tue Jul 30 17:43:34 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 30 15:00:00 2019 -0700 |
tree | a9ed7a8ed2f4840668e287c5e4c26be8642826a1 | |
parent | 6dbd3e66e7785a2f055bf84d98de9b8fd31ff3f5 [diff] |
vsock/virtio: change the maximum packet size allowed Since now we are able to split packets, we can avoid limiting their sizes to VIRTIO_VSOCK_DEFAULT_RX_BUF_SIZE. Instead, we can use VIRTIO_VSOCK_MAX_PKT_BUF_SIZE as the max packet size. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>