[dpdk-dev] [PATCH] vfio: fix compilation errors in bsdapp

Burakov, Anatoly anatoly.burakov at intel.com
Wed Jan 17 18:07:17 CET 2018


On 17-Jan-18 4:23 PM, Moti Haimovsky wrote:
> This patch fixes the following compilation errors in bsdapp
> /home/patchWorkOrg/compilation/lib/librte_eal/bsdapp/eal/eal.c:782:5:
> error: no previous prototype for function 'rte_vfio_clear_group'
> [-Werror,-Wmissing-prototypes]
> int rte_vfio_clear_group(int vfio_group_fd)
>      ^
> /home/patchWorkOrg/compilation/lib/librte_eal/bsdapp/eal/eal.c:782:30:
> error: unused parameter 'vfio_group_fd' [-Werror,-Wunused-parameter]
> int rte_vfio_clear_group(int vfio_group_fd)
>                               ^
> Fixes: c564a2a20093 ("vfio: expose clear group function for internal usages")
> Cc: Hemant Agrawal <hemant.agrawal at nxp.com>
> 
> Signed-off-by: Moti Haimovsky <motih at mellanox.com>
> ---

Acked-by: Anatoly Burakov <anatoly.burakov at intel.com>

-- 
Thanks,
Anatoly


More information about the dev mailing list