All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration
@ 2013-04-07  6:42 Dmitry Fleytman
  2013-04-07  6:42 ` [Qemu-devel] [PATCH 1/1 " Dmitry Fleytman
  0 siblings, 1 reply; 12+ messages in thread
From: Dmitry Fleytman @ 2013-04-07  6:42 UTC (permalink / raw)
  To: qemu-devel

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:
  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 <mst@redhat.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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-05-19 23:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1365316448-4604-1-git-send-email-dmitry@daynix.com>
2013-04-19  7:10 ` [Qemu-devel] [PATCH 0/1 V4] virtio-net: dynamic network offloads configuration Dmitry Fleytman
2013-04-20 17:04   ` Michael S. Tsirkin
2013-04-20 20:11     ` Dmitry Fleytman
2013-04-22  2:09       ` Rusty Russell
     [not found] ` <1365316448-4604-2-git-send-email-dmitry@daynix.com>
2013-04-22 17:00   ` [Qemu-devel] [PATCH 1/1 " Michael S. Tsirkin
2013-04-22 17:58     ` Anthony Liguori
2013-04-22 21:02       ` Michael S. Tsirkin
2013-05-02  5:20       ` Michael S. Tsirkin
2013-05-07  7:23         ` Dmitry Fleytman
2013-05-19 11:56       ` Michael S. Tsirkin
2013-05-19 23:40         ` Anthony Liguori
2013-04-07  6:42 [Qemu-devel] [PATCH 0/1 " Dmitry Fleytman
2013-04-07  6:42 ` [Qemu-devel] [PATCH 1/1 " Dmitry Fleytman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.