virtio-dev.lists.oasis-open.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-23 04:41:52 to 2023-03-01 15:11:06 UTC [more...]

[PATCH v9] virtio-net: support inner header hash
 2023-03-01 15:10 UTC  (53+ messages)
  ` [virtio-dev] "
            ` [virtio-comment] "
  ` [virtio-comment] "
        ` [virtio-dev] "
  ` [virtio-comment] "
    ` [virtio-dev] "

[virtio-dev] [PATCH v10] virtio-net: support the virtqueue coalescing moderation
 2023-03-01 14:10 UTC 

[PATCH v2 0/1] introduce virtio-ism: internal shared memory device
 2023-03-01  9:34 UTC  (4+ messages)
    ` [virtio-dev] "

[virtio-comment] [PATCH v9] virtio-net: support the virtqueue coalescing moderation
 2023-02-28  8:10 UTC  (25+ messages)
` [virtio-dev] "
` [virtio-comment] "
  ` [virtio-dev] "
    ` [virtio-comment] "
        ` [virtio-dev] "
              ` [virtio-dev] "
` [virtio-comment] "
  ` [virtio-dev] "
    ` [virtio-dev] Re: [virtio-comment] "

[PATCH 0/3] Rename queue index to queue number
 2023-02-27 17:39 UTC  (16+ messages)
` [PATCH 1/3] transport-pci: Refer to the vq by its number
  ` [virtio-dev] "
` [PATCH 2/3] transport-mmio: Rename QueueNum register
  ` [virtio-dev] "
    ` [virtio-dev] "
` [PATCH 3/3] transport-mmio: Refer to the vq by its number
  ` [virtio-dev] "
` [virtio-comment] Re: [PATCH 0/3] Rename queue index to queue number
  ` [virtio-dev] "
    ` [virtio-dev] "

[PATCH 0/3] Cleanup for PCI transitional common cfg
 2023-02-27  8:59 UTC  (26+ messages)
` [virtio-dev] "
` [PATCH 1/3] transport-pci: Improve PCI legacy device layout description
  ` [virtio-dev] "
    ` [virtio-dev] "
      ` [virtio-dev] "
` [PATCH 2/3] transport-pci: Split notes of PCI Device Layout
  ` [virtio-dev] "
    ` [virtio-dev] "
      ` [virtio-dev] "
` [PATCH 3/3] transport-pci: Relocate common config legacy interface
  ` [virtio-dev] "
    ` [virtio-dev] "
      ` [virtio-dev] "
  ` [virtio-dev] Re: [PATCH 0/3] Cleanup for PCI transitional common cfg

[virtio-dev] [PATCH] virtio-spi: add the device specification
 2023-02-27  8:23 UTC  (2+ messages)

[PATCH v1 0/2] Move transitional dev req to legacy interface
 2023-02-27  7:29 UTC  (12+ messages)
` [virtio-dev] "
` [PATCH v1 1/2] transport-pci: Use lowecase alphabets
  ` [virtio-dev] "
` [PATCH v1 2/2] transport-pci: Move transitional device id to legacy section
  ` [virtio-dev] "
    ` [virtio-dev] "
      ` [virtio-dev] "

[PATCH 0/2] Move transitional dev req to legacy interface
 2023-02-27  7:24 UTC  (19+ messages)
` [virtio-dev] "
` [virtio-comment] [PATCH 1/2] transport-pci: Use capital alphabets
  ` [virtio-dev] "
  `  "
    ` [virtio-dev] "
    ` [virtio-dev] "
` [PATCH 2/2] transport-pci: Move transitional device id to legacy section
  ` [virtio-dev] "
    ` [virtio-dev] "
      ` [virtio-dev] "

[virtio-dev] [PATCH v2] virtio-net: define the VIRTIO_NET_F_CTRL_RX_EXTRA feature bit
 2023-02-26  7:59 UTC  (3+ messages)
` [virtio-comment] "
` [virtio-dev] "

[PATCH v8] virtio-net: support the virtqueue coalescing moderation
 2023-02-25 15:39 UTC  (7+ messages)
  ` [virtio-dev] "

[PATCH v1 0/3] Rename queue index to queue number
 2023-02-24 22:27 UTC  (8+ messages)
` [virtio-dev] "
` [PATCH v1 1/3] transport-pci: Refer to the vq by its number
  ` [virtio-dev] "
` [PATCH v1 2/3] transport-mmio: Rename QueueNum register
  ` [virtio-dev] "
` [virtio-comment] [PATCH v1 3/3] transport-mmio: Refer to the vq by its number
  ` [virtio-dev] "

[PATCH v5 0/6] Split transport specific files
 2023-02-24 22:22 UTC  (14+ messages)
` [virtio-dev] "
` [PATCH v5 1/6] transport-pci: Split PCI transport to its own file
  ` [virtio-dev] "
` [PATCH v5 2/6] transport-mmio: Split MMIO "
  ` [virtio-dev] "
` [PATCH v5 3/6] transport-ccw: Split Channel IO "
  ` [virtio-dev] "
` [PATCH v5 4/6] transport-pci: Fix spellings and white spaces
  ` [virtio-dev] "
` [PATCH v5 5/6] transport-mmio: "
  ` [virtio-dev] "
` [PATCH v5 6/6] transport-ccw: "
  ` [virtio-dev] "

[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-02-24 18:20 UTC  (2+ messages)
` [virtio-dev] "

[PATCH] virtio-blk: Define dev cfg layout before its fields
 2023-02-23 20:46 UTC  (2+ messages)
` [virtio-comment] "

[virtio-comment] [PATCH v4 0/2] virtio-net: Improve dev config layout
 2023-02-23 18:16 UTC  (6+ messages)
` [PATCH v4 1/2] virtio-net: Describe dev cfg fields read only
` [PATCH v4 2/2] virtio-net: Define cfg fields before description
  ` [virtio-comment] "

[virtio-comment] [PATCH v5 0/2] virtio-net: Improve dev config layout
 2023-02-23 18:13 UTC  (3+ messages)
` [PATCH v5 1/2] virtio-net: Describe dev cfg fields read only
` [PATCH v5 2/2] virtio-net: Define cfg fields before description

[virtio-dev] [PATCH v7] virtio-net: support the virtqueue coalescing moderation
 2023-02-23 16:34 UTC  (9+ messages)
` [virtio-comment] "
        ` [virtio-comment] Re: [virtio-dev] "

[PATCH v6] virtio-net: support the virtqueue coalescing moderation
 2023-02-23 10:01 UTC  (3+ messages)
  ` [virtio-comment] "

[PATCH v3 1/2] virtio-net: Describe dev cfg fields read only
 2023-02-23  5:50 UTC  (13+ messages)
` [virtio-dev] "
                ` [virtio-comment] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).