Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-17 Thread Ján Tomko
On 09/16/2014 12:24 AM, John Ferlan wrote: On 09/11/2014 07:43 AM, Ján Tomko wrote: Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to the driver element of network interface which control the virtio-net device properties of the same names. ---

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-17 Thread Ján Tomko
On 09/16/2014 12:30 AM, Eric Blake wrote: On 09/11/2014 05:43 AM, Ján Tomko wrote: Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to the driver element of network interface which control the virtio-net device properties of the same names. ---

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-17 Thread Daniel P. Berrange
On Mon, Sep 15, 2014 at 04:30:46PM -0600, Eric Blake wrote: On 09/11/2014 05:43 AM, Ján Tomko wrote: Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to the driver element of network interface which control the virtio-net device properties of the same names.

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-17 Thread Eric Blake
On 09/17/2014 08:57 AM, Daniel P. Berrange wrote: + blt;driver csum='off' gso='off' guest_tso4='off' guest_tso6='off' guest_ecn='off'/gt;/b +lt;/interfacegt; Are we stuck with names with underscores in our XML? I'm still not sure if we've come up with the best naming for exposing

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-17 Thread Ján Tomko
On 09/17/2014 04:57 PM, Daniel P. Berrange wrote: On Mon, Sep 15, 2014 at 04:30:46PM -0600, Eric Blake wrote: On 09/11/2014 05:43 AM, Ján Tomko wrote: Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to the driver element of network interface which control the

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-17 Thread Daniel P. Berrange
On Wed, Sep 17, 2014 at 05:36:18PM +0200, Ján Tomko wrote: On 09/17/2014 04:57 PM, Daniel P. Berrange wrote: On Mon, Sep 15, 2014 at 04:30:46PM -0600, Eric Blake wrote: On 09/11/2014 05:43 AM, Ján Tomko wrote: Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-17 Thread Eric Blake
On 09/17/2014 09:52 AM, Daniel P. Berrange wrote: Ah, so this is why you shouldn't take the precise solution requested in a bug too literally, and instead look at the general picture :-) So QEMU exposes alot of stuff: $ qemu-kvm -device virtio-net,? virtio-net-pci.guest_tso4=on/off

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-15 Thread John Ferlan
On 09/11/2014 07:43 AM, Ján Tomko wrote: Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to the driver element of network interface which control the virtio-net device properties of the same names. --- docs/formatdomain.html.in | 27

Re: [libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-15 Thread Eric Blake
On 09/11/2014 05:43 AM, Ján Tomko wrote: Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to the driver element of network interface which control the virtio-net device properties of the same names. --- docs/formatdomain.html.in | 27

[libvirt] [PATCH 4/5] conf: add options for disabling segment offloading

2014-09-11 Thread Ján Tomko
Add the following attributes: csum, gso, guest_tso4, guest_tso6, guest_ecn to the driver element of network interface which control the virtio-net device properties of the same names. --- docs/formatdomain.html.in | 27 docs/schemas/domaincommon.rng