qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Dmitry Fleytman
Subject: Re: [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration
Date: Fri, 19 Apr 2013 10:10:01 +0300

Hello All,

Any news regarding this patch?

Thanks,
Dmitry


On Sun, Apr 7, 2013 at 9:34 AM, Dmitry Fleytman <address@hidden> wrote:
From: Dmitry Fleytman <address@hidden>

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 address@hidden

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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]