Re: [Qemu-devel] [RFC v3 2/3] vhost-net: Notify the backend about the host MTU

2016-12-06 Thread Maxime Coquelin
On 12/06/2016 07:31 PM, Aaron Conole wrote: Maxime Coquelin writes: This patch provides a way for virtio-net to notify the backend about the host MTU set by the user. Cc: Michael S. Tsirkin Cc: Aaron Conole Signed-off-by: Maxime Coquelin --- hw/net/vhost_net.c | 22

Re: [Qemu-devel] [RFC v3 2/3] vhost-net: Notify the backend about the host MTU

2016-12-06 Thread Aaron Conole
Maxime Coquelin writes: > This patch provides a way for virtio-net to notify the > backend about the host MTU set by the user. > > Cc: Michael S. Tsirkin > Cc: Aaron Conole > Signed-off-by: Maxime Coquelin > --- > hw/net/vhost_net.c | 22 ++ > include/net/vhost_net.h

[Qemu-devel] [RFC v3 2/3] vhost-net: Notify the backend about the host MTU

2016-11-30 Thread Maxime Coquelin
This patch provides a way for virtio-net to notify the backend about the host MTU set by the user. Cc: Michael S. Tsirkin Cc: Aaron Conole Signed-off-by: Maxime Coquelin --- hw/net/vhost_net.c | 22 ++ include/net/vhost_net.h | 2 ++ 2 files changed, 24 insertions(+)