Displaying 5 results from an estimated 5 matches for "bbea3bcfd1d6".
2020 Jun 10
2
[PATCH RESEND V2] vdpa: introduce virtio pci driver
...'s not
>> conflict with the drivers like virtio-pci or IFCVF.
>>
>> Signed-off-by: Jason Wang<jasowang at redhat.com>
> error: sha1 information is lacking or useless (drivers/vdpa/Kconfig).
>
> which tree is this on top of?
Your vhost.git vhost branch, HEAD is bbea3bcfd1d6 vdpa: fix typos in the
comments for __vdpa_alloc_device()
Do I need to use other branch?
Thanks
>
2020 Jun 10
2
[PATCH RESEND V2] vdpa: introduce virtio pci driver
...'s not
>> conflict with the drivers like virtio-pci or IFCVF.
>>
>> Signed-off-by: Jason Wang<jasowang at redhat.com>
> error: sha1 information is lacking or useless (drivers/vdpa/Kconfig).
>
> which tree is this on top of?
Your vhost.git vhost branch, HEAD is bbea3bcfd1d6 vdpa: fix typos in the
comments for __vdpa_alloc_device()
Do I need to use other branch?
Thanks
>
2020 Jun 10
0
[PATCH RESEND V2] vdpa: introduce virtio pci driver
...s like virtio-pci or IFCVF.
> > >
> > > Signed-off-by: Jason Wang<jasowang at redhat.com>
> > error: sha1 information is lacking or useless (drivers/vdpa/Kconfig).
> >
> > which tree is this on top of?
>
>
> Your vhost.git vhost branch, HEAD is bbea3bcfd1d6 vdpa: fix typos in the
> comments for __vdpa_alloc_device()
>
> Do I need to use other branch?
>
> Thanks
No it's ok, I am just wondering why doesn't it apply then.
>
> >
2020 Jun 10
2
[PATCH RESEND V2] vdpa: introduce virtio pci driver
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 driver which allow us to play with real hardware
features
- type independent instead of networking
2020 Jun 10
2
[PATCH RESEND V2] vdpa: introduce virtio pci driver
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 driver which allow us to play with real hardware
features
- type independent instead of networking