From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT5Sn-0006O0-J6 for qemu-devel@nongnu.org; Fri, 19 Apr 2013 03:10:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT5Sh-0005RS-CZ for qemu-devel@nongnu.org; Fri, 19 Apr 2013 03:10:29 -0400 Received: from mail-ia0-x232.google.com ([2607:f8b0:4001:c02::232]:58667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT5Sh-0005RN-8F for qemu-devel@nongnu.org; Fri, 19 Apr 2013 03:10:23 -0400 Received: by mail-ia0-f178.google.com with SMTP id w21so3127212iac.23 for ; Fri, 19 Apr 2013 00:10:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1365316448-4604-1-git-send-email-dmitry@daynix.com> References: <1365316448-4604-1-git-send-email-dmitry@daynix.com> From: Dmitry Fleytman Date: Fri, 19 Apr 2013 10:10:01 +0300 Message-ID: Content-Type: multipart/alternative; boundary=047d7b3a98ac987b3804dab16935 Subject: Re: [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: "Michael S. Tsirkin" , Rusty Russell , Yan Vugenfirer , Ronen Hod , Anthony Liguori , Dmitry Fleytman , Dmitry Fleytman --047d7b3a98ac987b3804dab16935 Content-Type: text/plain; charset=ISO-8859-1 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. Feature definitions re-used for command bitmask > 2. Command data made uint64 > 3. Commit messsages fixed > > Reported-by: Rusty Russell rusty@rustcorp.com.au > > V3 changes: > 1. Compat macro added > 2. Feature name beautification > > V2 changes: > 1. _GUEST_ added to command and feature names > 2. Live migration logic fixed > > Reported-by: Michael S. Tsirkin > > One of recently introduced Windows features (RSC) > requires network driver to be able to enable and disable > HW LRO offload on the fly without device reinitialization. > > Current Virtio specification doesn't support this requirement. > The solution proposed by following spec patch is to add > a new control command for this purpose. > > The same solution may be used in Linux driver for ethtool interface > implementation. > > -- > 1.8.1.4 > > --047d7b3a98ac987b3804dab16935 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello All,

Any news regarding thi= s patch?

Thanks,
Dmitr= y


On Sun= , Apr 7, 2013 at 9:34 AM, Dmitry Fleytman <dmitry@daynix.com> wrote:
From: Dmitry Fleytman <dfleytma@redhat.com>

This patch implements recently accepted by virtio-spec
dynamic offloads configuration feature.
See commit message for details.

V4 changes:
=A0 1. Feature definitions re-used for command bitmask
=A0 2. Command data made uint64
=A0 3. Commit messsages fixed

Reported-by: Rusty Russell rusty@r= ustcorp.com.au

V3 changes:
=A0 1. Compat macro added
=A0 2. Feature name beautification

V2 changes:
=A0 1. _GUEST_ added to command and feature names
=A0 2. Live migration logic fixed

Reported-by: Michael S. Tsirkin <mst@r= edhat.com>

One of recently introduced Windows features (RSC)
requires network driver to be able to enable and disable
HW LRO offload on the fly without device reinitialization.

Current Virtio specification doesn't support this requirement.
The solution proposed by following spec patch is to add
a new control command for this purpose.

The same solution may be used in Linux driver for ethtool interface
implementation.

--
1.8.1.4


--047d7b3a98ac987b3804dab16935--