Re: [dpdk-dev] [PATCH v2] eal/vfio: export all VFIO functions when not compiling VFIO

2018-04-16 Thread Thomas Monjalon
16/04/2018 14:13, Anatoly Burakov: > Previously, VFIO functions were not compiled in and exported if > VFIO compilation was disabled. Fix this by actually compiling > all of the functions unconditionally, , and provide missing > prototypes on Linux. > > Fixes: 279b581c897d ("vfio: expose functions

[dpdk-dev] [PATCH v2] eal/vfio: export all VFIO functions when not compiling VFIO

2018-04-16 Thread Anatoly Burakov
Previously, VFIO functions were not compiled in and exported if VFIO compilation was disabled. Fix this by actually compiling all of the functions unconditionally, , and provide missing prototypes on Linux. Fixes: 279b581c897d ("vfio: expose functions") Fixes: 73a639085938 ("vfio: allow to map oth