On Tue, 20 Dec 2022 09:52:53 -0800 Srikanth Yalavarthi <syalavar...@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?