Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
 messages from 2018-04-11 12:35:23 to 2018-04-30 15:58:26 UTC [more...]

[virtio-dev] [PATCH v4 0/3] Introducing RSS to virtio-net
 2018-04-30 15:58 UTC  (2+ messages)
` [virtio-dev] [PATCH v4 1/3] content: net: Add VIRTIO_NET_F_CTRL_STEERING_MODE feature

[virtio-dev] [PATCH net-next v9 0/4] Enable virtio_net to act as a standby for a passthru device
 2018-04-30  4:16 UTC  (12+ messages)
` [virtio-dev] [PATCH net-next v9 1/4] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
    ` [virtio-dev] "
` [virtio-dev] [PATCH net-next v9 2/4] net: Introduce generic failover module
    ` [virtio-dev] "
` [virtio-dev] [PATCH net-next v9 3/4] virtio_net: Extend virtio to use VF datapath when available
    ` [virtio-dev] "
` [virtio-dev] [PATCH net-next v9 4/4] netvsc: refactor notifier/event handling code to use the failover framework
  ` [virtio-dev] Re: [PATCH net-next v9 0/4] Enable virtio_net to act as a standby for a passthru device

[virtio-dev] [PATCH v3 0/2] Introducing RSS to virtio-net
 2018-04-29 10:23 UTC  (8+ messages)
` [virtio-dev] [PATCH v3 1/2] content: net: Add VIRTIO_NET_F_CTRL_STEERING_MODE feature
` [virtio-dev] [PATCH v3 2/2] content: net: steering mode: Add RSS
` [virtio-dev] Re: [PATCH v3 0/2] Introducing RSS to virtio-net

[virtio-dev] [PATCH v1] content: reserve virtio device ID for memory devices
 2018-04-29  9:05 UTC  (5+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH v1] VIRTIO_F_IO_BARRIER: use I/O barriers in driver
 2018-04-28  3:50 UTC  (5+ messages)

[virtio-dev] [RFC] VIRTIO_F_IO_BARRIER: use I/O barriers in driver
 2018-04-28  1:42 UTC  (7+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH net-next v7 0/4] Enable virtio_net to act as a standby for a passthru device
 2018-04-28  0:43 UTC  (29+ messages)
` [virtio-dev] [PATCH v7 net-next 1/4] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
` [virtio-dev] [PATCH v7 net-next 2/4] net: Introduce generic failover module
  ` [virtio-dev] "
` [virtio-dev] [PATCH v7 net-next 3/4] virtio_net: Extend virtio to use VF datapath when available
  ` [virtio-dev] "
` [virtio-dev] [PATCH v7 net-next 4/4] netvsc: refactor notifier/event handling code to use the failover framework
    ` [virtio-dev] "

[virtio] [PATCH 0/5] fixes and tweaks for virtio v1.1
 2018-04-27 16:07 UTC  (12+ messages)
` [virtio] [PATCH 4/5] packed-ring: reposition drivernormative on driver notifications

[virtio-dev] Handling large VIRTIO_PCI_QUEUE_NUM values on Google Cloud Platform (GCP)
 2018-04-27 15:25 UTC  (3+ messages)

[virtio-dev] [PATCH net-next v8 0/4] Enable virtio_net to act as a standby for a passthru device
 2018-04-27  0:30 UTC  (8+ messages)
` [virtio-dev] [PATCH net-next v8 1/4] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
` [virtio-dev] [PATCH net-next v8 2/4] net: Introduce generic failover module
` [virtio-dev] [PATCH net-next v8 3/4] virtio_net: Extend virtio to use VF datapath when available
` [virtio-dev] [PATCH net-next v8 4/4] netvsc: refactor notifier/event handling code to use the failover framework
    ` [virtio-dev] "

[virtio] [PATCH 0/6] rework notifications terminology
 2018-04-26 11:00 UTC  (7+ messages)
` [virtio] [PATCH 1/6] notifications: unify notifications wording in core
` [virtio] [PATCH 2/6] notifications: notifications as basic virtio facility
` [virtio] [PATCH 3/6] ccw: map common notifications terminology to ccw
` [virtio] [PATCH 4/6] pci: map common notifications terminology to PCI
` [virtio] [PATCH 5/6] mmio: map common notifications terminology to MMIO
` [virtio] [PATCH 6/6] notifications: update notifications terminology for devices

[virtio-dev] [PATCH] content: document hugetlb page allocation counts
 2018-04-25 22:25 UTC  (6+ messages)
` [virtio-dev] "

[virtio-dev] Re: [pci PATCH v8 0/4] Add support for unmanaged SR-IOV
 2018-04-24 22:22 UTC  (4+ messages)

[virtio-dev] [PATCH v7 0/5] virtio-balloon: free page hint reporting support
 2018-04-24  6:42 UTC  (7+ messages)
` [virtio-dev] [PATCH v7 1/5] bitmap: bitmap_count_one_with_offset
` [virtio-dev] [PATCH v7 2/5] migration: use bitmap_mutex in migration_bitmap_clear_dirty
` [virtio-dev] [PATCH v7 3/5] migration: API to clear bits of guest free pages from the dirty bitmap
` [virtio-dev] [PATCH v7 4/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [virtio-dev] [PATCH v7 5/5] migration: use the free page hint feature from balloon
` [virtio-dev] Re: [PATCH v7 0/5] virtio-balloon: free page hint reporting support

[virtio-dev] [pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-04-20 16:14 UTC  (15+ messages)
` [virtio-dev] [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
` [virtio-dev] Re: [pci PATCH v7 0/5] Add support for unmanaged SR-IOV

[virtio] [RFC PATCH 0/3] rework notifications terminology
 2018-04-20 15:44 UTC  (16+ messages)
` [virtio] [RFC PATCH 1/3] notifications: unify notifications wording in core
    ` [virtio] Re: [virtio-dev] "
` [virtio] [RFC PATCH 2/3] notifications:notifications as basic virtio facility
  ` [virtio] "
` [virtio] [RFC PATCH 3/3] ccw: map common notifications terminology to ccw
  ` [virtio] "
    ` [virtio] Re: [virtio-dev] "
` [virtio] Re: [RFC PATCH 0/3] rework notifications terminology

[virtio-dev] [RFC] vhost: introduce mdev based hardware vhost backend
 2018-04-20 14:12 UTC  (11+ messages)
` [virtio-dev] "
          ` [virtio-dev] "

[virtio-dev] [PATCH v3 0/6] Extend vhost-user to support registering external host notifiers
 2018-04-20  3:01 UTC  (30+ messages)
` [virtio-dev] [PATCH v3 1/6] vhost-user: add Net prefix to internal state structure
` [virtio-dev] [PATCH v3 2/6] vhost-user: introduce shared vhost-user state
` [virtio-dev] [PATCH v3 3/6] vhost-user: support receiving file descriptors in slave_read
` [virtio-dev] [PATCH v3 4/6] virtio: support setting memory region based host notifier
` [virtio-dev] [PATCH v3 5/6] vhost: allow backends to filter memory sections
` [virtio-dev] [PATCH v3 6/6] vhost-user: support registering external host notifiers
  ` [virtio-dev] "
      ` [virtio-dev] "

[virtio-dev] Re: [RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
 2018-04-19  6:43 UTC  (10+ messages)

[virtio-dev] [RFC PATCH net-next v6 0/4] Enable virtio_net to act as a backup for a passthru device
 2018-04-19  4:08 UTC  (7+ messages)
` [virtio-dev] [RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
    ` [virtio-dev] "

[virtio-dev] [PATCH v2 0/2] Introducing RSS virtio-net
 2018-04-18 16:09 UTC  (15+ messages)
` [virtio-dev] [PATCH v2 1/2] content: net: Add VIRTIO_NET_F_CTRL_STEERING_MODE feature
  ` [virtio-dev] "
` [virtio-dev] [PATCH v2 2/2] content: net: steering mode: Add RSS
  ` [virtio-dev] "

[virtio-dev] [PATCH v2] virtio_balloon: export hugetlb page allocation counts
 2018-04-13 22:03 UTC  (14+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH 0/4] Add virtio-iommu driver
 2018-04-11 18:35 UTC  (9+ messages)
` [virtio-dev] [PATCH 1/4] iommu: "
  ` [virtio-dev] "
    ` [virtio-dev] "
` [virtio-dev] [PATCH 2/4] iommu/virtio: Add probe request
    ` [virtio-dev] "

[virtio-dev] Re: [RFC PATCH net-next v5 3/4] virtio_net: Extend virtio to use VF datapath when available
 2018-04-11 14:45 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox