search for: virtqueue_set_dma_premapped

Displaying 4 results from an estimated 4 matches for "virtqueue_set_dma_premapped".

2023 Aug 10
12
[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
...s After | 1109316pps | 742853pps Please review. Thanks. v13: 1. virtio-net uses the virtqueue_dma_* APIs 2. virtio-net unmap with the flags DMA_ATTR_SKIP_CPU_SYNC v12: 1. Alloc dma info from the alloc frag. Avoid alloc array to store the dma info. 2. rename virtqueue_set_premapped() to virtqueue_set_dma_premapped() v11 1. virtio-net merges dma operates based on the feature premapped 2. A better way to handle the map error with the premapped v10: 1. support to set vq to premapped mode, then the vq just handles the premapped request. 2. virtio-net support to do dma mapping in advance v9: 1. use flag t...
2023 Aug 10
12
[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
...s After | 1109316pps | 742853pps Please review. Thanks. v13: 1. virtio-net uses the virtqueue_dma_* APIs 2. virtio-net unmap with the flags DMA_ATTR_SKIP_CPU_SYNC v12: 1. Alloc dma info from the alloc frag. Avoid alloc array to store the dma info. 2. rename virtqueue_set_premapped() to virtqueue_set_dma_premapped() v11 1. virtio-net merges dma operates based on the feature premapped 2. A better way to handle the map error with the premapped v10: 1. support to set vq to premapped mode, then the vq just handles the premapped request. 2. virtio-net support to do dma mapping in advance v9: 1. use flag t...
2023 Sep 03
1
[GIT PULL] virtio: features
...a_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK Jason Wang (1): virtio_vdpa: build affinity masks conditionally Xuan Zhuo (12): virtio_ring: check use_dma_api before unmap desc for indirect virtio_ring: put mapping error check in vring_map_one_sg virtio_ring: introduce virtqueue_set_dma_premapped() virtio_ring: support add premapped buf virtio_ring: introduce virtqueue_dma_dev() virtio_ring: skip unmap for premapped virtio_ring: correct the expression of the description of virtqueue_resize() virtio_ring: separate the logic of reset/enable from virtqueue_resize...
2023 Sep 03
1
[GIT PULL] virtio: features
...a_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK Jason Wang (1): virtio_vdpa: build affinity masks conditionally Xuan Zhuo (12): virtio_ring: check use_dma_api before unmap desc for indirect virtio_ring: put mapping error check in vring_map_one_sg virtio_ring: introduce virtqueue_set_dma_premapped() virtio_ring: support add premapped buf virtio_ring: introduce virtqueue_dma_dev() virtio_ring: skip unmap for premapped virtio_ring: correct the expression of the description of virtqueue_resize() virtio_ring: separate the logic of reset/enable from virtqueue_resize...