Re: [Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2017-01-09 Thread Michael S. Tsirkin
On Tue, Dec 13, 2016 at 02:17:11PM +0100, Maxime Coquelin wrote: > > > On 12/13/2016 02:07 PM, Daniel P. Berrange wrote: > > On Tue, Dec 13, 2016 at 02:04:52PM +0100, Maxime Coquelin wrote: > > > > > > > > > On 12/12/2016 11:34 AM, Daniel P. Berrange wrote: > > > > On Mon, Dec 12, 2016 at 11:12

Re: [Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2016-12-13 Thread Maxime Coquelin
On 12/13/2016 02:07 PM, Daniel P. Berrange wrote: On Tue, Dec 13, 2016 at 02:04:52PM +0100, Maxime Coquelin wrote: On 12/12/2016 11:34 AM, Daniel P. Berrange wrote: On Mon, Dec 12, 2016 at 11:12:56AM +0100, Maxime Coquelin wrote: Hi Daniel, On 12/12/2016 11:02 AM, Daniel P. Berrange wrote

Re: [Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2016-12-13 Thread Daniel P. Berrange
On Tue, Dec 13, 2016 at 02:04:52PM +0100, Maxime Coquelin wrote: > > > On 12/12/2016 11:34 AM, Daniel P. Berrange wrote: > > On Mon, Dec 12, 2016 at 11:12:56AM +0100, Maxime Coquelin wrote: > > > Hi Daniel, > > > > > > On 12/12/2016 11:02 AM, Daniel P. Berrange wrote: > > > > On Sat, Dec 10, 201

Re: [Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2016-12-13 Thread Maxime Coquelin
On 12/12/2016 11:34 AM, Daniel P. Berrange wrote: On Mon, Dec 12, 2016 at 11:12:56AM +0100, Maxime Coquelin wrote: Hi Daniel, On 12/12/2016 11:02 AM, Daniel P. Berrange wrote: On Sat, Dec 10, 2016 at 04:30:35PM +0100, Maxime Coquelin wrote: Thanks for the reviews, This series implements Vi

Re: [Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2016-12-12 Thread Daniel P. Berrange
On Mon, Dec 12, 2016 at 11:12:56AM +0100, Maxime Coquelin wrote: > Hi Daniel, > > On 12/12/2016 11:02 AM, Daniel P. Berrange wrote: > > On Sat, Dec 10, 2016 at 04:30:35PM +0100, Maxime Coquelin wrote: > > > Thanks for the reviews, > > > > > > This series implements Virtio spec update from Aaron C

Re: [Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2016-12-12 Thread Maxime Coquelin
Hi Daniel, On 12/12/2016 11:02 AM, Daniel P. Berrange wrote: On Sat, Dec 10, 2016 at 04:30:35PM +0100, Maxime Coquelin wrote: Thanks for the reviews, This series implements Virtio spec update from Aaron Conole which defines a way for the host to expose its max MTU to the guest. "host_mtu" par

Re: [Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2016-12-12 Thread Daniel P. Berrange
On Sat, Dec 10, 2016 at 04:30:35PM +0100, Maxime Coquelin wrote: > Thanks for the reviews, > > This series implements Virtio spec update from Aaron Conole which > defines a way for the host to expose its max MTU to the guest. > > "host_mtu" parameter is added to provide QEMU with the MTU value, >

[Qemu-devel] [PATCH v4 0/3] virtio-net: Add support to MTU feature

2016-12-10 Thread Maxime Coquelin
Thanks for the reviews, This series implements Virtio spec update from Aaron Conole which defines a way for the host to expose its max MTU to the guest. "host_mtu" parameter is added to provide QEMU with the MTU value, and the backend, if supported, gets notified of the MTU value when the MTU fea