virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-25 12:45:40 to 2023-05-08 06:18:27 UTC [more...]

[PATCH net-next v5 00/15] virtio_net: refactor xdp codes
 2023-05-08  6:18 UTC  (17+ 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] virtio_net: set default mtu to 1500 when 'Device maximum MTU' bigger than 1500
 2023-05-08  6:15 UTC  (7+ messages)

[PATCH v4] virtio_net: suppress cpu stall when free_unused_bufs
 2023-05-08  6:13 UTC  (7+ messages)

[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
 2023-05-08  4:03 UTC  (10+ 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 V2] tools/virtio: fix build break for aarch64
 2023-05-08  3:07 UTC 

[PATCH net v3] virtio_net: Fix error unwinding of XDP initialization
 2023-05-08  1:45 UTC  (6+ messages)

[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] vhost_net: Use fdget() and fdput()
 2023-05-05 14:59 UTC  (2+ messages)

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

[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 v6 0/3] Add sync object UAPI support to VirtIO-GPU driver
 2023-05-03 17:07 UTC  (2+ messages)

[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  (14+ 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

[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] vdpa/snet: implement the resume vDPA callback
 2023-05-02 13:10 UTC 

[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  (8+ messages)
                  ` [PATCH v2] "

[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  (19+ 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()

[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
 2023-04-28  0:31 UTC  (2+ messages)

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

[PATCH 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-04-27  9:07 UTC  (14+ 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 v3 00/15] virtio_net: refactor xdp codes
 2023-04-26  6:00 UTC  (15+ messages)
` [PATCH net-next v3 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v3 12/15] virtio_net: small: optimize code
` [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 v2 0/3] vhost_vdpa: better PACKED support
 2023-04-25 16:21 UTC  (3+ messages)

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

[PATCH] can: virtio-can: cleanups
 2023-04-25 12:45 UTC  (2+ 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).