Re: [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration

2013-04-21 Thread Rusty Russell
Dmitry Fleytman writes: > Spec patch already inside. > > Sent from my iPad > > On Apr 20, 2013, at 8:04 PM, "Michael S. Tsirkin" wrote: > >> On Fri, Apr 19, 2013 at 10:10:01AM +0300, Dmitry Fleytman wrote: >>> Hello All, >>> >>> Any news regarding this patch? >>> >>> Thanks, >>> Dmitry >> >> R

Re: [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration

2013-04-20 Thread Dmitry Fleytman
Spec patch already inside. Sent from my iPad On Apr 20, 2013, at 8:04 PM, "Michael S. Tsirkin" wrote: > On Fri, Apr 19, 2013 at 10:10:01AM +0300, Dmitry Fleytman wrote: >> Hello All, >> >> Any news regarding this patch? >> >> Thanks, >> Dmitry > > Rusty could you comment on the spec change s

Re: [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration

2013-04-20 Thread Michael S. Tsirkin
On Fri, Apr 19, 2013 at 10:10:01AM +0300, Dmitry Fleytman wrote: > Hello All, > > Any news regarding this patch? > > Thanks, > Dmitry > Rusty could you comment on the spec change soon please? If you pick it up I think we can include the feature in QEMU 1.5. > On Sun, Apr 7, 2013 at 9:34 AM, Dm

Re: [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration

2013-04-19 Thread Dmitry Fleytman
Hello All, Any news regarding this patch? Thanks, Dmitry On Sun, Apr 7, 2013 at 9:34 AM, Dmitry Fleytman wrote: > From: Dmitry Fleytman > > This patch implements recently accepted by virtio-spec > dynamic offloads configuration feature. > See commit message for details. > > V4 changes: > 1

[Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration

2013-04-06 Thread Dmitry Fleytman
From: Dmitry Fleytman This patch implements recently accepted by virtio-spec dynamic offloads configuration feature. See commit message for details. V4 changes: 1. Feature definitions re-used for command bitmask 2. Command data made uint64 3. Commit messsages fixed Reported-by: Rusty Russ