11/05/2018 18:50, Ferruh Yigit: > On 5/9/2018 1:26 AM, Stephen Hemminger wrote: > > Stephen Hemminger (4): > > bus/vmbus: add hyper-v virtual bus support > > net/netvsc: add hyper-v netvsc network device > > net/netvsc: add documentation > > bus/vmbus and net/netvsc: add meson build support > > I confirm my test scripts passes for x86, not able to cross build for other > architectures because of uuid dependency and I am missing cross version of it. > note: need to enable both LIBRTE_VMBUS & NETVSC_PMD
Unfortunately, I have a compilation error with meson because of uuid dependency: Library uuid found: NO [...] ./drivers/bus/vmbus/rte_bus_vmbus.h:23:10: fatal error: uuid/uuid.h: No such file or directory I think it is missing a "build = false" when dep is not found. In the next revision, please merge meson files in first patches, thanks.