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

2020-06-09 Thread Jason Wang
On 2020/6/10 下午2:21, Michael S. Tsirkin wrote: On Wed, Jun 10, 2020 at 02:16:26PM +0800, Jason Wang wrote: On 2020/6/10 下午2:07, Michael S. Tsirkin wrote: On Wed, Jun 10, 2020 at 01:49:51PM +0800, Jason Wang wrote: This patch introduce a vDPA driver for virtio-pci device. It bridges the virti

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

2020-06-09 Thread Michael S. Tsirkin
On Wed, Jun 10, 2020 at 02:16:26PM +0800, Jason Wang wrote: > > On 2020/6/10 下午2:07, Michael S. Tsirkin wrote: > > On Wed, Jun 10, 2020 at 01:49:51PM +0800, Jason Wang wrote: > > > This patch introduce a vDPA driver for virtio-pci device. It bridges > > > the virtio-pci control command to the vDPA

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

2020-06-09 Thread Jason Wang
On 2020/6/10 下午2:07, Michael S. Tsirkin wrote: On Wed, Jun 10, 2020 at 01:49:51PM +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 f

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

2020-06-09 Thread Michael S. Tsirkin
On Wed, Jun 10, 2020 at 01:49:51PM +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. > > Com

[PATCH RESEND 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