virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-17 01:54:04 to 2023-04-25 07:36:41 UTC [more...]

[PATCH vhost v7 00/11] virtio core prepares for AF_XDP
 2023-04-25  7:36 UTC  (12+ 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 v2 0/3] vhost_vdpa: better PACKED support
 2023-04-25  6:08 UTC  (7+ 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-next] xsk: introduce xsk_dma_ops
 2023-04-25  2:11 UTC  (23+ 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] can: virtio-can: cleanups
 2023-04-24 21:09 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 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-04-24  9:53 UTC  (13+ messages)
` [PATCH 2/5] get_driver_features from virito registers

[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 20:17 UTC  (32+ messages)

[PATCH net-next v3 00/15] virtio_net: refactor xdp codes
 2023-04-23 10:57 UTC  (16+ 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] 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  (35+ 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 06/14] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v2 07/14] virtio_net: separate the logic of freeing the rest mergeable buf
` [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] "
` [PATCH net-next v2 14/14] virtio_net: small: remove skip_xdp

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  (3+ 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()

[PATCH 1/1] vdpa/mlx5: Support interrupt bypassing
 2023-04-19  4:41 UTC  (3+ messages)

[PATCH] drm/qxl: remove variable count
 2023-04-18 20:09 UTC 

[PATCH v4 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
 2023-04-17 12:17 UTC  (6+ messages)
` [PATCH v4 1/2] vdpa/snet: support getting and setting VQ state
` [PATCH v4 2/2] vdpa/snet: support the suspend vDPA callback

[PATCH v5] vdpa/mlx5: Avoid losing link state updates
 2023-04-17 11:41 UTC  (3+ messages)

[PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages()
 2023-04-17 11:14 UTC 

[PATCH] vdpa/snet: implement kick_vq_with_data callback
 2023-04-17  8:38 UTC 

[PATCH 0/2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-17  8:05 UTC  (3+ messages)
` [PATCH 2/2] virtio-vdpa: "

[PATCH net-next V2 0/2] virtio-net: don't busy poll for cvq command
 2023-04-17  3:40 UTC  (6+ messages)
` [PATCH net-next V2 1/2] virtio-net: convert rx mode setting to use workqueue

[PATCH v2] vhost_vdpa: fix unmap process in no-batch mode
 2023-04-17  3:31 UTC 

[PATCH v3 RESEND 1/2] virtio_ring: add a struct device forward declaration
 2023-04-17  2:20 UTC  (2+ messages)
` [PATCH v3 RESEND 2/2] tools/virtio: fix build caused by virtio_ring changes


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