| fbe6be6e | 26-Jun-2020 |
Maxime Coquelin <[email protected]> |
examples/vdpa: remove useless device count
The VDPA example now uses the vDPA class iterator, so knowing the number of available devices beforehand is no longer needed.
Signed-off-by: Maxime Coquel
examples/vdpa: remove useless device count
The VDPA example now uses the vDPA class iterator, so knowing the number of available devices beforehand is no longer needed.
Signed-off-by: Maxime Coquelin <[email protected]> Acked-by: Adrián Moreno <[email protected]>
show more ...
|
| 71296e7b | 26-Jun-2020 |
Maxime Coquelin <[email protected]> |
examples/vdpa: use new wrappers instead of ops
Now that wrappers to query number of queues, Virtio features and Vhost-user protocol features are available, let's make the vDPA example to use them.
examples/vdpa: use new wrappers instead of ops
Now that wrappers to query number of queues, Virtio features and Vhost-user protocol features are available, let's make the vDPA example to use them.
Signed-off-by: Maxime Coquelin <[email protected]> Acked-by: Adrián Moreno <[email protected]>
show more ...
|