[PATCH v3 1/4] common/ml: add initial files for ML common code

Stephen Hemminger stephen at networkplumber.org
Tue Dec 20 20:04:36 CET 2022


On Tue, 20 Dec 2022 09:52:53 -0800
Srikanth Yalavarthi <syalavarthi at marvell.com> wrote:

> diff --git a/drivers/common/ml/meson.build b/drivers/common/ml/meson.build
> new file mode 100644
> index 0000000000..b0ecc42668
> --- /dev/null
> +++ b/drivers/common/ml/meson.build
> @@ -0,0 +1,20 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright (c) 2022 Marvell.
> +
> +if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
> +    build = false
> +    reason = 'only supported on 64-bit Linux'
> +    subdir_done()
> +endif
> +

Why only x86? and why only linux?


More information about the dev mailing list