virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-28 01:09:33 to 2023-05-11 13:00:37 UTC [more...]

[PATCH net v2] vsock: avoid to close connected socket after the timeout
 2023-05-11 13:00 UTC 

[PATCH] vsock: bugfix port residue in server
 2023-05-11  8:05 UTC  (2+ messages)

[PATCH v2] vhost_net: revert upend_idx only on retriable error
 2023-05-11  7:31 UTC 

[PATCH] vdpa/snet: implement the resume vDPA callback
 2023-05-11  7:23 UTC  (2+ messages)

[PATCH] vhost_net: Use fdget() and fdput()
 2023-05-11  5:31 UTC  (3+ messages)

[PATCH] virtio: Add missing documentation for structure fields
 2023-05-10 20:40 UTC  (3+ messages)

[PATCH] iommu/virtio: Detach domain on endpoint release
 2023-05-10 16:20 UTC  (4+ messages)

[PATCH net v3] virtio_net: Fix error unwinding of XDP initialization
 2023-05-10 11:54 UTC  (10+ messages)

[RFC PATCH 2/2] virtio-balloon: Add Working Set reporting
 2023-05-10  8:25 UTC  (2+ messages)
  ` [RFC PATCH 1/2] mm: multigen-LRU: working set reporting

[PATCH] virtio_ring: use u32 for virtio_max_dma_size
 2023-05-10  7:52 UTC  (8+ messages)
  `  "

[PATCH net-next V2 0/2] virtio-net: don't busy poll for cvq command
 2023-05-10  5:32 UTC  (8+ messages)
` [PATCH net-next V2 1/2] virtio-net: convert rx mode setting to use workqueue

[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
 2023-05-10  3:49 UTC  (13+ messages)
` [RFC PATCH v2 1/3] PCI: endpoint: introduce a helper to implement pci ep virtio function
` [RFC PATCH v2 2/3] virtio_pci: add a definition of queue flag in ISR
` [RFC PATCH v2 3/3] PCI: endpoint: Add EP function driver to provide virtio-console functionality

[PATCH net v5] virtio_net: Fix error unwinding of XDP initialization
 2023-05-09 15:58 UTC 

[PATCH net v4] virtio_net: Fix error unwinding of XDP initialization
 2023-05-09 14:08 UTC  (3+ messages)

[PATCH v2 0/3] vhost_vdpa: better PACKED support
 2023-05-09  8:46 UTC  (3+ messages)
` [PATCH v2 2/3] vhost: support PACKED when setting-getting vring_base

[PATCH vhost v8 00/12] virtio core prepares for AF_XDP
 2023-05-09  8:09 UTC  (13+ messages)
` [PATCH vhost v8 01/12] virtio_ring: split: separate dma codes
` [PATCH vhost v8 02/12] virtio_ring: packed: "
` [PATCH vhost v8 03/12] virtio_ring: packed-indirect: "
` [PATCH vhost v8 04/12] virtio_ring: split: support premapped
` [PATCH vhost v8 05/12] virtio_ring: packed: "
` [PATCH vhost v8 06/12] virtio_ring: packed-indirect: "
` [PATCH vhost v8 07/12] virtio_ring: remove unused code
` [PATCH vhost v8 08/12] virtio_ring: update document for virtqueue_add_*
` [PATCH vhost v8 09/12] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v8 10/12] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v8 11/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v8 12/12] virtio_ring: introduce virtqueue_reset()

[PATCH v4] virtio_net: suppress cpu stall when free_unused_bufs
 2023-05-09  3:14 UTC  (9+ messages)

[PATCH] virtio_net: set default mtu to 1500 when 'Device maximum MTU' bigger than 1500
 2023-05-09  1:51 UTC  (13+ messages)

[PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver
 2023-05-08 13:59 UTC  (3+ messages)

[PATCH V2 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-05-08 18:05 UTC  (6+ messages)
` [PATCH V2 1/5] vDPA/ifcvf: virt queue ops take immediate actions
` [PATCH V2 2/5] vDPA/ifcvf: get_driver_features from virtio registers
` [PATCH V2 3/5] vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status
` [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine
` [PATCH V2 5/5] vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILED

[PATCH net-next v5 00/15] virtio_net: refactor xdp codes
 2023-05-08  6:46 UTC  (18+ messages)
` [PATCH net-next v5 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v5 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v5 03/15] virtio_net: optimize mergeable_xdp_get_buf()
` [PATCH net-next v5 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v5 05/15] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v5 06/15] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v5 07/15] virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
` [PATCH net-next v5 08/15] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v5 09/15] virtio_net: merge: remove skip_xdp
` [PATCH net-next v5 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v5 11/15] virtio_net: small: remove the delta
` [PATCH net-next v5 12/15] virtio_net: small: avoid code duplication in xdp scenarios
` [PATCH net-next v5 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v5 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v5 15/15] virtio_net: introduce virtnet_build_skb()

[PATCH V2] tools/virtio: fix build break for aarch64
 2023-05-08  3:07 UTC 

[PATCH vhost v7 00/11] virtio core prepares for AF_XDP
 2023-05-06  3:08 UTC  (4+ messages)
` [PATCH vhost v7 01/11] virtio_ring: split: separate dma codes

[PATCH v11 0/8] Use copy_process in vhost layer
 2023-05-06  1:53 UTC  (5+ messages)
` [PATCH v11 8/8] vhost: use vhost_tasks for worker threads

[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
 2023-05-04 22:47 UTC  (7+ messages)

[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
 2023-05-04 12:13 UTC  (6+ messages)

[PATCH v5 virtio 00/11] pds_vdpa driver
 2023-05-03 18:12 UTC  (12+ messages)
` [PATCH v5 virtio 01/11] virtio: allow caller to override device id in vp_modern
` [PATCH v5 virtio 02/11] virtio: allow caller to override device DMA mask "
` [PATCH v5 virtio 03/11] pds_vdpa: Add new vDPA driver for AMD/Pensando DSC
` [PATCH v5 virtio 04/11] pds_vdpa: move enum from common to adminq header
` [PATCH v5 virtio 05/11] pds_vdpa: new adminq entries
` [PATCH v5 virtio 06/11] pds_vdpa: get vdpa management info
` [PATCH v5 virtio 07/11] pds_vdpa: virtio bar setup for vdpa
` [PATCH v5 virtio 08/11] pds_vdpa: add vdpa config client commands
` [PATCH v5 virtio 09/11] pds_vdpa: add support for vdpa and vdpamgmt interfaces
` [PATCH v5 virtio 10/11] pds_vdpa: subscribe to the pds_core events
` [PATCH v5 virtio 11/11] pds_vdpa: pds_vdps.rst and Kconfig

[Patch net] vsock: improve tap delivery accuracy
 2023-05-03 13:39 UTC  (4+ messages)

[PATCH v4 virtio 00/10] pds_vdpa driver
 2023-05-03 14:21 UTC  (3+ messages)
` [PATCH v4 virtio 01/10] virtio: allow caller to override device id and DMA mask

[RFC PATCH v2 00/15] vsock: MSG_ZEROCOPY flag support
 2023-05-03 13:54 UTC  (3+ messages)

[PATCH RFC net-next v2 3/4] vsock: Add lockless sendmsg() support
 2023-05-03 12:13 UTC  (6+ messages)
  ` [PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams

[PATCH net v2] virtio_net: Fix error unwinding of XDP initialization
 2023-05-02 19:42 UTC  (3+ messages)

[PATCH v3] virtio_net: suppress cpu stall when free_unused_bufs
 2023-05-02  9:05 UTC 

[PATCH net v1 2/2] virtio_net: Close queue pairs using helper function
 2023-05-01 16:53 UTC  (5+ messages)

[PATCH net v1 1/2] virtio_net: Fix error unwinding of XDP initialization
 2023-05-01 14:14 UTC  (2+ messages)

[RFC PATCH net 0/3] virtio-net: allow usage of small vrings
 2023-05-01 11:59 UTC  (14+ messages)
` [RFC PATCH net 1/3] virtio: re-negotiate features if probe fails and features are blocked
` [RFC PATCH net 2/3] virtio-net: allow usage of vrings smaller than MAX_SKB_FRAGS + 2
` [RFC PATCH net 3/3] virtio-net: block ethtool from converting a ring to a small ring

[PATCH net-next] xsk: introduce xsk_dma_ops
 2023-05-01  4:28 UTC  (11+ messages)

[PATCH 01/14] vhost: add vhost_worker pointer to vhost_virtqueue
 2023-04-28 16:35 UTC  (15+ messages)
` [PATCH 02/14] vhost, vhost_net: add helper to check if vq has work
` [PATCH 03/14] vhost: take worker or vq instead of dev for queueing
` [PATCH 04/14] vhost: take worker or vq instead of dev for flushing
` [PATCH 05/14] vhost: convert poll work to be vq based
` [PATCH 06/14] vhost_sock: convert to vhost_vq_work_queue
` [PATCH 07/14] vhost_scsi: make SCSI cmd completion per vq
` [PATCH 08/14] vhost_scsi: convert to vhost_vq_work_queue
` [PATCH 09/14] vhost: remove vhost_work_queue
` [PATCH 10/14] vhost_scsi: flush IO vqs then send TMF rsp
` [PATCH 11/14] vhost: add helper to parse userspace vring state/file
` [PATCH 12/14] vhost: replace single worker pointer with xarray
` [PATCH 13/14] vhost: allow userspace to create workers
` [PATCH 14/14] vhost_scsi: add support for worker ioctls
` [PATCH v7 00/14] vhost: multiple worker support

[PATCH] virtio_net: suppress cpu stall when free_unused_bufs
 2023-04-28 13:56 UTC  (6+ messages)

[PATCH v3] vringh: IOMEM support
 2023-04-28  2:00 UTC  (4+ messages)

[PATCH net-next v4 00/15] virtio_net: refactor xdp codes
 2023-04-28  1:54 UTC  (4+ messages)
` [PATCH net-next v4 12/15] virtio_net: small: avoid double counting in xdp scenarios

[PATCH] virtio_net: suppress cpu stall when free_unused_bufs
 2023-04-28  1:09 UTC  (2+ messages)
  ` [PATCH v2] "


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).