search for: ntb_virtio

Displaying 7 results from an estimated 7 matches for "ntb_virtio".

Did you mean: nd_virtio
2020 Jul 03
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...>>>> ?? PCI: endpoint: Add EP function driver to provide VHOST interface >>>> ?? NTB: Add a new NTB client driver to implement VIRTIO functionality >>>> ?? NTB: Add a new NTB client driver to implement VHOST functionality >>>> ?? NTB: Describe the ntb_virtio and ntb_vhost client in the documentation >>>> >>>> ? Documentation/driver-api/ntb.rst????????????? |?? 11 + >>>> ? Documentation/rpmsg.txt?????????????????????? |?? 56 + >>>> ? drivers/ntb/Kconfig?????????????????????????? |?? 18 + >>>&gt...
2020 Jul 07
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...ndpoint: Add EP function driver to provide VHOST interface >>>>>> ??? NTB: Add a new NTB client driver to implement VIRTIO functionality >>>>>> ??? NTB: Add a new NTB client driver to implement VHOST functionality >>>>>> ??? NTB: Describe the ntb_virtio and ntb_vhost client in the documentation >>>>>> >>>>>> ?? Documentation/driver-api/ntb.rst????????????? |?? 11 + >>>>>> ?? Documentation/rpmsg.txt?????????????????????? |?? 56 + >>>>>> ?? drivers/ntb/Kconfig????????????????...
2020 Jul 08
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...iver to provide VHOST interface >>>>>>>> ???? NTB: Add a new NTB client driver to implement VIRTIO functionality >>>>>>>> ???? NTB: Add a new NTB client driver to implement VHOST functionality >>>>>>>> ???? NTB: Describe the ntb_virtio and ntb_vhost client in the documentation >>>>>>>> >>>>>>>> ??? Documentation/driver-api/ntb.rst????????????? |?? 11 + >>>>>>>> ??? Documentation/rpmsg.txt?????????????????????? |?? 56 + >>>>>>>> ???...
2020 Jul 02
11
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...for VHOST on Configurable PCIe Endpoint > device > PCI: endpoint: Add EP function driver to provide VHOST interface > NTB: Add a new NTB client driver to implement VIRTIO functionality > NTB: Add a new NTB client driver to implement VHOST functionality > NTB: Describe the ntb_virtio and ntb_vhost client in the documentation > > Documentation/driver-api/ntb.rst | 11 + > Documentation/rpmsg.txt | 56 + > drivers/ntb/Kconfig | 18 + > drivers/ntb/Makefile | 2 + > d...
2020 Jul 02
11
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...for VHOST on Configurable PCIe Endpoint > device > PCI: endpoint: Add EP function driver to provide VHOST interface > NTB: Add a new NTB client driver to implement VIRTIO functionality > NTB: Add a new NTB client driver to implement VHOST functionality > NTB: Describe the ntb_virtio and ntb_vhost client in the documentation > > Documentation/driver-api/ntb.rst | 11 + > Documentation/rpmsg.txt | 56 + > drivers/ntb/Kconfig | 18 + > drivers/ntb/Makefile | 2 + > d...
2020 Jul 09
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...face >>>>>>>>>> ????? NTB: Add a new NTB client driver to implement VIRTIO functionality >>>>>>>>>> ????? NTB: Add a new NTB client driver to implement VHOST functionality >>>>>>>>>> ????? NTB: Describe the ntb_virtio and ntb_vhost client in the >>>>>>>>>> documentation >>>>>>>>>> >>>>>>>>>> ???? Documentation/driver-api/ntb.rst????????????? |?? 11 + >>>>>>>>>> ???? Documentation/rpmsg.txt???...
2020 Sep 16
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...n on virtio backend? Not currently, vDPA is a superset of virtio (e.g it support virtqueue state save/restore). This it should be possible in the future probably. > > From a high level, I think I should be able to use vDPA for > virtio_pci_epf.c. Would you also suggest using vDPA for ntb_virtio.c? > ([RFC PATCH 20/22] NTB: Add a new NTB client driver to implement VIRTIO > functionality). I think it's your call. If you want 1) a well-defined standard virtio transport 2) willing to finalize d and maintain the spec 3) doesn't care about userspace drivers You can go with vir...