Re: [RFC PATCH 3/4] PCI: endpoint: Introduce virtio library for EP functions

2023-02-07 Thread Shunsuke Mie
2023年2月3日(金) 19:20 Michael S. Tsirkin : > > On Fri, Feb 03, 2023 at 07:04:17PM +0900, Shunsuke Mie wrote: > > Add a new library to access a virtio ring located on PCIe host memory. The > > library generates struct pci_epf_vringh that is introduced in this patch. > > The struct has a vringh member,

Re: [RFC PATCH 3/4] PCI: endpoint: Introduce virtio library for EP functions

2023-02-03 Thread Michael S. Tsirkin
On Fri, Feb 03, 2023 at 07:04:17PM +0900, Shunsuke Mie wrote: > Add a new library to access a virtio ring located on PCIe host memory. The > library generates struct pci_epf_vringh that is introduced in this patch. > The struct has a vringh member, so vringh APIs can be used to access the > virtio

[RFC PATCH 3/4] PCI: endpoint: Introduce virtio library for EP functions

2023-02-03 Thread Shunsuke Mie
Add a new library to access a virtio ring located on PCIe host memory. The library generates struct pci_epf_vringh that is introduced in this patch. The struct has a vringh member, so vringh APIs can be used to access the virtio ring. Signed-off-by: Shunsuke Mie Signed-off-by: Takanari Hayama