| a49f758d | 26-Jun-2020 |
Maxime Coquelin <[email protected]> |
vhost: split vDPA header file
This patch split the vDPA header file in two, making rte_vdpa_device structure opaque to the application.
Applications should only include rte_vdpa.h, while drivers sh
vhost: split vDPA header file
This patch split the vDPA header file in two, making rte_vdpa_device structure opaque to the application.
Applications should only include rte_vdpa.h, while drivers should include both rte_vdpa.h and rte_vdpa_dev.h.
Signed-off-by: Maxime Coquelin <[email protected]> Acked-by: Adrián Moreno <[email protected]>
show more ...
|