Re: [Qemu-devel] [RFC v2 1/3] vhost-user: Add new protocol feature MTU

2016-11-21 Thread Maxime Coquelin
On 11/18/2016 03:26 PM, Aaron Conole wrote: Maxime Coquelin writes: This patch adds VHOST_USER_PROTOCOL_F_MTU protocol feature. If supported, QEMU sends VHOST_USER_GET_MTU request to the client, and expects a u64 reply containing the MTU advised for the guest. Cc: Michael S. Tsirkin Cc: A

Re: [Qemu-devel] [RFC v2 1/3] vhost-user: Add new protocol feature MTU

2016-11-18 Thread Aaron Conole
Maxime Coquelin writes: > This patch adds VHOST_USER_PROTOCOL_F_MTU protocol feature. > > If supported, QEMU sends VHOST_USER_GET_MTU request to the client, > and expects a u64 reply containing the MTU advised for the guest. > > Cc: Michael S. Tsirkin > Cc: Aaron Conole > Signed-off-by: Maxime

[Qemu-devel] [RFC v2 1/3] vhost-user: Add new protocol feature MTU

2016-11-17 Thread Maxime Coquelin
This patch adds VHOST_USER_PROTOCOL_F_MTU protocol feature. If supported, QEMU sends VHOST_USER_GET_MTU request to the client, and expects a u64 reply containing the MTU advised for the guest. Cc: Michael S. Tsirkin Cc: Aaron Conole Signed-off-by: Maxime Coquelin --- hw/virtio/vhost-user.c