[dpdk-dev] [PATCH v10 08/10] bus/pci: introduce Windows support with stubs

Thomas Monjalon thomas at monjalon.net
Mon Jun 29 22:40:50 CEST 2020


29/06/2020 14:37, talshn at mellanox.com:
> +if host_machine.system() == 'windows'

Should be is_windows.

[...]
> +if host_machine.system() == 'bsd'

Should be 'freebsd', or even better, is_freebsd.





More information about the dev mailing list