Displaying 5 results from an estimated 5 matches for "vhost_dst".
Did you mean:
vhost_dsp
2020 Sep 15
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...reate_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_dst, void *src, int len);
> + int (*read)(struct vhost_dev *vdev, void *dst, u64 vhost_src, int len);
> + int (*set_features)(struct vhost_dev *vdev, u64 device_features);
> + int (*set_status)(struct vhost_dev *vdev, u8 status);
> + u8 (*get_status)(struct vhost_dev *vdev);
> +};
> +...
2020 Sep 18
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...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_dst, void *src,
>>>>> int len);
>>>>> +??? int (*read)(struct vhost_dev *vdev, void *dst, u64 vhost_src, int
>>>>> len);
>>>>> +??? int (*set_features)(struct vhost_dev *vdev, u64 device_features);
>>>>> +??? int (*set_status)(s...
2020 Sep 16
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...???????? 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_dst, void *src,
>>> int len);
>>> +??? int (*read)(struct vhost_dev *vdev, void *dst, u64 vhost_src, int
>>> len);
>>> +??? int (*set_features)(struct vhost_dev *vdev, u64 device_features);
>>> +??? int (*set_status)(struct vhost_dev *vdev, u8 status);
>&...
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