Re: [Qemu-devel] [PATCH] vhost_net: do not expose MTU feature bit to kernel backend

2017-05-23 Thread Maxime Coquelin
On 05/22/2017 07:24 PM, Michael S. Tsirkin wrote: On Sat, May 20, 2017 at 10:06:58AM +0200, Maxime Coquelin wrote: This patch removes MTU from the list of features supported by the kernel backend, so that vhost kernel backend does not have to advertise it to be negotiated. Cc: Aaron Conole S

Re: [Qemu-devel] [PATCH] vhost_net: do not expose MTU feature bit to kernel backend

2017-05-22 Thread Michael S. Tsirkin
On Sat, May 20, 2017 at 10:06:58AM +0200, Maxime Coquelin wrote: > This patch removes MTU from the list of features supported by > the kernel backend, so that vhost kernel backend does not have > to advertise it to be negotiated. > > Cc: Aaron Conole > Suggested-by: Michael S. Tsirkin > Signed-o

Re: [Qemu-devel] [PATCH] vhost_net: do not expose MTU feature bit to kernel backend

2017-05-20 Thread Aaron Conole
Maxime Coquelin writes: > This patch removes MTU from the list of features supported by > the kernel backend, so that vhost kernel backend does not have > to advertise it to be negotiated. > > Cc: Aaron Conole > Suggested-by: Michael S. Tsirkin > Signed-off-by: Maxime Coquelin > --- Acked-by:

[Qemu-devel] [PATCH] vhost_net: do not expose MTU feature bit to kernel backend

2017-05-20 Thread Maxime Coquelin
This patch removes MTU from the list of features supported by the kernel backend, so that vhost kernel backend does not have to advertise it to be negotiated. Cc: Aaron Conole Suggested-by: Michael S. Tsirkin Signed-off-by: Maxime Coquelin --- hw/net/vhost_net.c | 1 - 1 file changed, 1 deleti