[dpdk-dev] [PATCH] vfio: fix export of renamed symbols

Thomas Monjalon thomas at monjalon.net
Mon May 28 03:21:08 CEST 2018


28/05/2018 00:23, Thomas Monjalon:
> The functions
> 	- vfio_get_container_fd
> 	- vfio_get_group_fd
> 	- vfio_get_group_no
> have been renamed to
> 	- rte_vfio_get_container_fd
> 	- rte_vfio_get_group_fd
> 	- rte_vfio_get_group_num
> 
> The old names are removed from the map file.
> 
> Fixes: 964b2f3bfb07 ("vfio: export some internal functions")
> 
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>

Applied




More information about the dev mailing list