Re: [PATCH V2] vdpa: introduce virtio pci driver

2020-06-09 Thread Jason Wang
On 2020/6/10 下午12:47, Michael S. Tsirkin wrote: On Wed, Jun 10, 2020 at 11:59:20AM +0800, Jason Wang wrote: This patch introduce a vDPA driver for virtio-pci device. It bridges the virtio-pci control command to the vDPA bus. This will be used for developing new features for both software vDPA

Re: [PATCH V2] vdpa: introduce virtio pci driver

2020-06-09 Thread Michael S. Tsirkin
On Wed, Jun 10, 2020 at 11:59:20AM +0800, Jason Wang wrote: > This patch introduce a vDPA driver for virtio-pci device. It bridges > the virtio-pci control command to the vDPA bus. This will be used for > developing new features for both software vDPA framework and hardware > vDPA feature. The mai

[PATCH V2] vdpa: introduce virtio pci driver

2020-06-09 Thread Jason Wang
This patch introduce a vDPA driver for virtio-pci device. It bridges the virtio-pci control command to the vDPA bus. This will be used for developing new features for both software vDPA framework and hardware vDPA feature. Compared to vdpa_sim, it has several advantages: - it's a real device driv