From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTc86-0008QH-Ni for qemu-devel@nongnu.org; Sat, 20 Apr 2013 14:03:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTc83-0006Ec-VK for qemu-devel@nongnu.org; Sat, 20 Apr 2013 14:03:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTc83-0006EN-Nh for qemu-devel@nongnu.org; Sat, 20 Apr 2013 14:03:15 -0400 Date: Sat, 20 Apr 2013 20:04:33 +0300 From: "Michael S. Tsirkin" Message-ID: <20130420170433.GB16115@redhat.com> References: <1365316448-4604-1-git-send-email-dmitry@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable 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: Dmitry Fleytman Cc: Rusty Russell , qemu-devel , Ronen Hod , Anthony Liguori , Yan Vugenfirer , Dmitry Fleytman On Fri, Apr 19, 2013 at 10:10:01AM +0300, Dmitry Fleytman wrote: > Hello All, >=20 > Any news regarding this patch? >=20 > Thanks, > Dmitry >=20 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, Dmitry Fleytman wro= te: >=20 > From: Dmitry Fleytman >=20 > This patch implements recently accepted by virtio-spec > dynamic offloads configuration feature. > See commit message for details. >=20 > V4 changes: > =A0 1. Feature definitions re-used for command bitmask > =A0 2. Command data made uint64 > =A0 3. Commit messsages fixed >=20 > Reported-by: Rusty Russell rusty@rustcorp.com.au >=20 > V3 changes: > =A0 1. Compat macro added > =A0 2. Feature name beautification >=20 > V2 changes: > =A0 1. _GUEST_ added to command and feature names > =A0 2. Live migration logic fixed >=20 > Reported-by: Michael S. Tsirkin >=20 > 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. >=20 > 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. >=20 > The same solution may be used in Linux driver for ethtool interface > implementation. > =20 > -- > 1.8.1.4 >=20 >=20 >=20