virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-19 06:19:11 to 2023-04-27 08:20:04 UTC [more...]

[PATCH] virtio_net: suppress cpu stall when free_unused_bufs
 2023-04-27  8:13 UTC  (4+ messages)

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

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

[PATCH v3] vringh: IOMEM support
 2023-04-26  6:10 UTC  (2+ messages)

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

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

[PATCH v2 0/3] vhost_vdpa: better PACKED support
 2023-04-25 16:21 UTC  (8+ messages)
` [PATCH v2 1/3] vhost_vdpa: tell vqs about the negotiated
` [PATCH v2 2/3] vhost: support PACKED when setting-getting vring_base
` [PATCH v2 3/3] vhost_vdpa: "

[PATCH net] virtio-net: reject small vring sizes
 2023-04-25 13:08 UTC  (26+ messages)

[PATCH] can: virtio-can: cleanups
 2023-04-25 12:45 UTC  (2+ messages)

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

[PATCH net-next] xsk: introduce xsk_dma_ops
 2023-04-25  8:12 UTC  (19+ messages)

[PATCH 0/3] vhost_vdpa: better PACKED support
 2023-04-24 21:49 UTC  (9+ messages)
` [PATCH 1/3] vhost_vdpa: tell vqs about the negotiated
` [PATCH 2/3] vhost: support PACKED when setting-getting vring_base
` [PATCH 3/3] vhost_vdpa: "

[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
 2023-04-24 21:48 UTC 

[GIT PULL] fork: user workers & vhost
 2023-04-24 21:45 UTC 

[PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver
 2023-04-24 18:40 UTC 

[RFC PATCH 0/3] Introduce a PCIe endpoint virtio console
 2023-04-24 10:06 UTC  (4+ messages)
  ` [EXT] "

[PATCH v3] vhost_vdpa: fix unmap process in no-batch mode
 2023-04-24  3:47 UTC 

[RFC 0/2] vduse: add support for networking devices
 2023-04-24  3:42 UTC  (14+ messages)
` [RFC 1/2] vduse: validate block features only with block devices
` [RFC 2/2] vduse: enable Virtio-net device type

[PATCH net-next v1] xsk: introduce xsk_dma_cbs
 2023-04-23 20:42 UTC  (6+ messages)

[PATCH net] virtio-net: reject small vring sizes
 2023-04-23 11:09 UTC  (4+ messages)

[PATCH] tools/virtio: ringtest: Add .gitignore
 2023-04-23  6:51 UTC 

[PATCH net-next v2 00/14] virtio_net: refactor xdp codes
 2023-04-23  6:27 UTC  (31+ messages)
` [PATCH net-next v2 01/14] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v2 02/14] virtio_net: introduce mergeable_xdp_prepare()
` [PATCH net-next v2 03/14] virtio_net: optimize mergeable_xdp_prepare()
` [PATCH net-next v2 04/14] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v2 05/14] virtio_net: introduce xdp res enums
` [PATCH net-next v2 08/14] virtio_net: auto release xdp shinfo
` [PATCH net-next v2 09/14] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v2 10/14] virtio_net: merge: remove skip_xdp
` [PATCH net-next v2 11/14] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v2 12/14] virtio_net: small: optimize code
` [PATCH net-next v2 13/14] "

MICRADS´23 - The 2023 Multidisciplinary International Conference of Research Applied to Defense and Security | Deadline: May 14 | Bogota, Colombia
 2023-04-21 15:22 UTC 

[PATCH] vhost_net: revert upend_idx only on retriable error
 2023-04-21  7:11 UTC  (3+ messages)

[PATCH v2] vdpa/mlx5: Support interrupt bypassing
 2023-04-21  7:09 UTC  (3+ messages)

[PATCH v6 00/11] vhost: multiple worker support
 2023-04-21  6:49 UTC  (2+ messages)

[PATCH V2] tools/virtio: fix build break for aarch64
 2023-04-20  3:35 UTC 

[PATCH RFC net-next v2 1/4] virtio/vsock: support dgram
 2023-04-19 10:00 UTC  (4+ messages)
  ` [PATCH RFC net-next v2 2/4] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
  ` [PATCH RFC net-next v2 3/4] vsock: Add lockless sendmsg() support
  ` [PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams

[PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
 2023-04-19  7:34 UTC  (2+ messages)

[PATCH vhost v6 00/11] virtio core prepares for AF_XDP
 2023-04-19  6:16 UTC  (18+ messages)
` [PATCH vhost v6 08/11] virtio_ring: introduce virtqueue_dma_dev()


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