All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] virtio-net: allow linkspeed and duplex setting
@ 2018-03-02  3:46 Jason Baron
  2018-03-02  3:46   ` [virtio-dev] " Jason Baron
                   ` (9 more replies)
  0 siblings, 10 replies; 43+ messages in thread
From: Jason Baron @ 2018-03-02  3:46 UTC (permalink / raw)
  To: mst; +Cc: jasowang, qemu-devel

Hi,

Linux can now read linkspeed and duplex settings as set by the
hypervisor:

faa9b39 virtio_net: propagate linkspeed/duplex settings from the hypervisor

This series thus adds qemu support. Michael Tsirkin requested that we pull
in the linkspeed/duplex defines from include/linux/ethtool.h. I started to
do that and it seems to require a number of addtional headers. It seemed
like a lot of extra headers for only a few defines so I've added them all
to include/net/eth.h.

Also, this patchset depends on this header sync:

https://lists.gnu.org/archive/html/qemu-devel/2018-02/msg07072.html

Thanks,

-Jason

Jason Baron (4):
  eth: add speed and duplex definitions
  rocker: drop local duplex definitions
  virtio-net: use 64-bit values for feature flags
  virtio-net: add linkspeed and duplex settings to virtio-net

 hw/net/rocker/rocker_fp.c      |  6 +---
 hw/net/virtio-net.c            | 81 ++++++++++++++++++++++++++++--------------
 include/hw/virtio/virtio-net.h |  5 ++-
 include/net/eth.h              |  7 ++++
 4 files changed, 66 insertions(+), 33 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-03-08 12:49 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-02  3:46 [Qemu-devel] [PATCH 0/4] virtio-net: allow linkspeed and duplex setting Jason Baron
2018-03-02  3:46 ` [Qemu-devel] [PATCH 1/4] eth: add speed and duplex definitions Jason Baron
2018-03-02  3:46   ` [virtio-dev] " Jason Baron
2018-03-02 17:54   ` [Qemu-devel] " Michael S. Tsirkin
2018-03-02 17:54     ` [virtio-dev] " Michael S. Tsirkin
2018-03-06 17:53     ` [Qemu-devel] " Jason Baron
2018-03-06 17:53       ` [virtio-dev] " Jason Baron
2018-03-06 18:15       ` [Qemu-devel] " Michael S. Tsirkin
2018-03-06 18:15         ` [virtio-dev] " Michael S. Tsirkin
2018-03-08  3:46         ` [Qemu-devel] " Jason Baron
2018-03-08  3:46           ` [virtio-dev] " Jason Baron
2018-03-02  3:46 ` [Qemu-devel] [PATCH 2/4] rocker: drop local " Jason Baron
2018-03-02  3:46   ` [virtio-dev] " Jason Baron
2018-03-02 17:57   ` [Qemu-devel] " Michael S. Tsirkin
2018-03-02 17:57     ` [virtio-dev] " Michael S. Tsirkin
2018-03-02  3:46 ` [Qemu-devel] [PATCH 3/4] virtio-net: use 64-bit values for feature flags Jason Baron
2018-03-02  3:46   ` [virtio-dev] " Jason Baron
2018-03-02  3:46 ` [Qemu-devel] [PATCH 4/4] virtio-net: add linkspeed and duplex settings to virtio-net Jason Baron
2018-03-02  3:46   ` [virtio-dev] " Jason Baron
2018-03-02  7:14   ` [Qemu-devel] " Jason Wang
2018-03-02  7:14     ` [virtio-dev] " Jason Wang
2018-03-02 16:59     ` [Qemu-devel] " Jason Baron
2018-03-02 16:59       ` [virtio-dev] " Jason Baron
2018-03-02 20:22       ` [Qemu-devel] " Michael S. Tsirkin
2018-03-02 20:22         ` [virtio-dev] " Michael S. Tsirkin
2018-03-06 17:57         ` [Qemu-devel] " Jason Baron
2018-03-06 17:57           ` [virtio-dev] " Jason Baron
2018-03-02 20:19     ` [Qemu-devel] " Michael S. Tsirkin
2018-03-02 20:19       ` [virtio-dev] " Michael S. Tsirkin
2018-03-04 13:05       ` [Qemu-devel] [virtio-dev] " Yan Vugenfirer
2018-03-04 13:05         ` Yan Vugenfirer
2018-03-06 18:02         ` [Qemu-devel] " Jason Baron
2018-03-06 18:02           ` Jason Baron
2018-03-06 18:13           ` [Qemu-devel] " Michael S. Tsirkin
2018-03-06 18:13             ` Michael S. Tsirkin
2018-03-08 12:48             ` [Qemu-devel] " Yan Vugenfirer
2018-03-08 12:48               ` Yan Vugenfirer
2018-03-02  3:56 ` [Qemu-devel] [PATCH 0/4] virtio-net: allow linkspeed and duplex setting no-reply
2018-03-02  3:56 ` no-reply
2018-03-02  3:58 ` no-reply
2018-03-02  3:59 ` no-reply
2018-03-02  4:24 ` no-reply
2018-03-02  4:25 ` no-reply

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.