search for: create_vq

Displaying 5 results from an estimated 5 matches for "create_vq".

Did you mean: create_vqs
2020 Sep 15
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...ma_map)(struct vdpa_device *vdev, u64 iova, u64 size, > u64 pa, u32 perm); > int (*dma_unmap)(struct vdpa_device *vdev, u64 iova, u64 size); > > /* Free device resources */ > void (*free)(struct vdpa_device *vdev); > }; > > +struct vhost_config_ops { > + int (*create_vqs)(struct vhost_dev *vdev, unsigned int nvqs, > + unsigned int num_bufs, struct vhost_virtqueue *vqs[], > + vhost_vq_callback_t *callbacks[], > + const char * const names[]); > + void (*del_vqs)(struct vhost_dev *vdev); > + int (*write)(struct vhost_dev *vdev, u64 vhost_ds...
2020 Sep 18
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...ice *vdev, u64 iova, u64 size); >>>>> >>>>> ?????/* Free device resources */ >>>>> ?????void (*free)(struct vdpa_device *vdev); >>>>> }; >>>>> >>>>> +struct vhost_config_ops { >>>>> +??? int (*create_vqs)(struct vhost_dev *vdev, unsigned int nvqs, >>>>> +????????????? unsigned int num_bufs, struct vhost_virtqueue *vqs[], >>>>> +????????????? vhost_vq_callback_t *callbacks[], >>>>> +????????????? const char * const names[]); >>>>> +??? voi...
2020 Sep 16
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...perm); >>> ????int (*dma_unmap)(struct vdpa_device *vdev, u64 iova, u64 size); >>> >>> ????/* Free device resources */ >>> ????void (*free)(struct vdpa_device *vdev); >>> }; >>> >>> +struct vhost_config_ops { >>> +??? int (*create_vqs)(struct vhost_dev *vdev, unsigned int nvqs, >>> +????????????? unsigned int num_bufs, struct vhost_virtqueue *vqs[], >>> +????????????? vhost_vq_callback_t *callbacks[], >>> +????????????? const char * const names[]); >>> +??? void (*del_vqs)(struct vhost_dev *v...
2020 Jul 02
11
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
On Thu, Jul 02, 2020 at 01:51:21PM +0530, Kishon Vijay Abraham I wrote: > This series enhances Linux Vhost support to enable SoC-to-SoC > communication over MMIO. This series enables rpmsg communication between > two SoCs using both PCIe RC<->EP and HOST1-NTB-HOST2 > > 1) Modify vhost to use standard Linux driver model > 2) Add support in vring to access virtqueue over
2020 Jul 02
11
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
On Thu, Jul 02, 2020 at 01:51:21PM +0530, Kishon Vijay Abraham I wrote: > This series enhances Linux Vhost support to enable SoC-to-SoC > communication over MMIO. This series enables rpmsg communication between > two SoCs using both PCIe RC<->EP and HOST1-NTB-HOST2 > > 1) Modify vhost to use standard Linux driver model > 2) Add support in vring to access virtqueue over