virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-08 07:07:49 to 2023-10-16 12:01:00 UTC [more...]

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-16 12:00 UTC  (13+ messages)
` [PATCH net-next v1 01/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v1 02/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v1 03/19] virtio_net: independent directory
` [PATCH net-next v1 04/19] virtio_net: move to virtio_net.h
` [PATCH net-next v1 05/19] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH net-next v1 06/19] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 07/19] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 08/19] virtio_net: sq support premapped mode
` [PATCH net-next v1 09/19] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v1 10/19] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v1 11/19] virtio_net: xsk: tx: support tx
` [PATCH net-next v1 13/19] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer

[PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
 2023-10-16  9:53 UTC  (44+ messages)

[PATCH net-next 0/5] virtio-net: support dynamic coalescing moderation
 2023-10-16  7:51 UTC  (3+ messages)
      ` [PATCH net-next 2/5] virtio-net: separate rx/tx coalescing moderation cmds

[PATCH][next] iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()
 2023-10-16  7:37 UTC  (2+ messages)

[RESEND PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-10-16  7:18 UTC  (2+ messages)

[PATCH 0/4] vdpa: decouple reset of iotlb mapping from device reset
 2023-10-16  6:32 UTC  (14+ messages)
` [PATCH 1/4] vdpa: introduce .reset_map operation callback
` [PATCH 2/4] vhost-vdpa: reset vendor specific mapping to initial state in .release
` [PATCH 3/4] vhost-vdpa: introduce IOTLB_PERSIST backend feature bit
` [PATCH 4/4] vdpa/mlx5: implement .reset_map driver op

[RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
 2023-10-15 16:07 UTC 

WorldCIST'24 - 12nd World Conference on Information Systems and Technologies | Lodz, Poland
 2023-10-14 15:47 UTC 

[PATCH 2/2] virtio-mmio: Support multiple interrupts per device
 2023-10-14 10:49 UTC  (2+ messages)

[RFC PATCH] vdpa_sim: implement .reset_map support
 2023-10-13 17:29 UTC  (3+ messages)

[PATCH vhost 00/22] virtio-net: support AF_XDP zero copy
 2023-10-13 10:13 UTC  (40+ messages)
` [PATCH vhost 01/22] virtio_ring: virtqueue_set_dma_premapped support disable
` [PATCH vhost 02/22] virtio_ring: introduce virtqueue_dma_[un]map_page_attrs
` [PATCH vhost 03/22] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 04/22] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 05/22] virtio_net: independent directory
` [PATCH vhost 06/22] virtio_net: move to virtio_net.h
` [PATCH vhost 07/22] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH vhost 08/22] virtio_net: virtnet_poll_tx support rescheduled
` [PATCH vhost 09/22] virtio_net: separate virtnet_rx_resize()
` [PATCH vhost 10/22] virtio_net: separate virtnet_tx_resize()
` [PATCH vhost 11/22] virtio_net: sq support premapped mode
` [PATCH vhost 12/22] virtio_net: xsk: bind/unbind xsk
` [PATCH vhost 13/22] virtio_net: xsk: prevent disable tx napi
` [PATCH vhost 14/22] virtio_net: xsk: tx: support tx
` [PATCH vhost 15/22] virtio_net: xsk: tx: support wakeup
` [PATCH vhost 16/22] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH vhost 17/22] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH vhost 18/22] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH vhost 19/22] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH vhost 20/22] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH vhost 21/22] virtio_net: update tx timeout record
` [PATCH vhost 22/22] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

Report a possible vhost bug in stable branches
 2023-10-13  1:31 UTC  (2+ messages)

[RFC PATCH] ALSA: virtio: use copy and fill_silence callbacks
 2023-10-12 15:16 UTC  (2+ messages)

[PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices
 2023-10-12 11:40 UTC  (12+ messages)

[PATCH net-next v4 02/12] vsock: read from socket's error queue
 2023-10-11 12:57 UTC  (4+ messages)
  ` [PATCH net-next v4 10/12] test/vsock: MSG_ZEROCOPY flag tests
  ` [PATCH net-next v4 12/12] test/vsock: io_uring rx/tx tests
` [PATCH net-next v4 00/12] vsock/virtio: continue MSG_ZEROCOPY support

[PATCH vhost v3 0/4] strictly check the acccess to the common cfg
 2023-10-11  3:35 UTC  (10+ messages)
` [PATCH vhost v3 1/4] virtio: add definition of VIRTIO_F_NOTIF_CONFIG_DATA feature bit
` [PATCH vhost v3 2/4] virtio_pci: fix the common cfg map size
` [PATCH vhost v3 3/4] virtio_pci: add check for common cfg size
` [PATCH vhost v3 4/4] virtio_pci: add build offset check for the new common cfg items

[RFC PATCH 0/7] tun: Introduce virtio-net hashing feature
 2023-10-11  3:18 UTC  (17+ messages)
  ` [RFC PATCH 1/7] net: skbuff: Add tun_vnet_hash flag
  ` [RFC PATCH 5/7] tun: Introduce virtio-net hashing feature

[PATCH net-next v3 12/12] test/vsock: io_uring rx/tx tests
 2023-10-10  7:19 UTC  (5+ messages)
  ` [PATCH net-next v3 02/12] vsock: read from socket's error queue
  ` [PATCH net-next v3 10/12] test/vsock: MSG_ZEROCOPY flag tests
  ` [PATCH net-next v3 11/12] test/vsock: MSG_ZEROCOPY support for vsock_perf

[PATCH vhost v3 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-10  6:33 UTC  (24+ messages)
` [PATCH mlx5-vhost v3 01/16] vdpa/mlx5: Expose descriptor group mkey hw capability
` [PATCH vhost v3 02/16] vdpa: introduce dedicated descriptor group for virtqueue
` [PATCH vhost v3 03/16] vhost-vdpa: introduce descriptor group backend feature
` [PATCH vhost v3 04/16] vhost-vdpa: uAPI to get dedicated descriptor group id
` [PATCH vhost v3 05/16] vdpa/mlx5: Create helper function for dma mappings
` [PATCH vhost v3 06/16] vdpa/mlx5: Decouple cvq iotlb handling from hw mapping code
` [PATCH vhost v3 07/16] vdpa/mlx5: Take cvq iotlb lock during refresh
` [PATCH vhost v3 08/16] vdpa/mlx5: Collapse "dvq" mr add/delete functions
` [PATCH vhost v3 09/16] vdpa/mlx5: Rename mr destroy functions
` [PATCH vhost v3 10/16] vdpa/mlx5: Allow creation/deletion of any given mr struct
` [PATCH vhost v3 11/16] vdpa/mlx5: Move mr mutex out of "
` [PATCH vhost v3 12/16] vdpa/mlx5: Improve mr update flow
` [PATCH vhost v3 13/16] vdpa/mlx5: Introduce mr for vq descriptor
` [PATCH vhost v3 14/16] vdpa/mlx5: Enable hw support for vq descriptor mapping
` [PATCH vhost v3 15/16] vdpa/mlx5: Make iotlb helper functions more generic
` [PATCH vhost v3 16/16] vdpa/mlx5: Update cvq iotlb mapping on ASID change

[PATCH 2/2] tools/virtio: Add hints when module is not installed
 2023-10-09 10:52 UTC  (2+ messages)

[PATCH vhost v2 0/2] strictly check the acccess to the common cfg
 2023-10-09 10:37 UTC  (6+ messages)
` [PATCH vhost v2 1/2] virtio_pci: fix the common map size and add check for common size
` [PATCH vhost v2 2/2] virtio_pci: add build offset check for the new common cfg items

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-09  7:06 UTC  (8+ messages)
` [PATCH 09/16] vdpa/mlx5: Allow creation/deletion of any given mr struct

[PATCH vhost v1 0/2] strictly check the acccess to the common cfg
 2023-10-08  8:48 UTC  (4+ messages)
` [PATCH vhost v1 1/2] virtio_pci: fix the common map size and add check for vq-reset
` [PATCH vhost v1 2/2] virtio_pci: add build offset check for the new common cfg items

[PATCH] vduse: make vduse_class constant
 2023-10-08  7:07 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;
as well as URLs for NNTP newsgroup(s).