From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 912FDA0545; Tue, 20 Dec 2022 20:04:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 331F840698; Tue, 20 Dec 2022 20:04:41 +0100 (CET) Received: from mail-pj1-f42.google.com (mail-pj1-f42.google.com [209.85.216.42]) by mails.dpdk.org (Postfix) with ESMTP id 7B44540684 for ; Tue, 20 Dec 2022 20:04:40 +0100 (CET) Received: by mail-pj1-f42.google.com with SMTP id v23so8123333pju.3 for ; Tue, 20 Dec 2022 11:04:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=/OChBCehdE7nemV27I+KoOJIOoI4f+2VZWTttj0hVt0=; b=3LzQN9YBqZwAv4R9OK5hmfHIstEnIC+1gc/CHkp+fsrgu0WYu16CGgqChSQzq41FjY 65iB8ZW0utAdhL+mJuZL3dOpTMnjIEYv9R2hfxysGhuPJOULQDJ5eQ+ZF5+adHRT6VBX fdiHz58ph3Rb41IojiM6jdMzSNrEfY9rqB7rbvArTNtAtqE1MBmTTripr2wI53Q9rJtu JTAqUjdWtzlI4mVyGDp8PHV1Igz9k7xojZqiGewqD14MLEVIFuTxJnQZw+k1N5vvs6e2 iOBYcmdmcs40/fYiLesunLPqN8IVpuqdWtKqSWLvzY+OIh3ZTPZkVdDM9tl+FKFiloU/ c5vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/OChBCehdE7nemV27I+KoOJIOoI4f+2VZWTttj0hVt0=; b=XDCk3ICVtmdD+qTbUm2rozsrogNP9Y1sqCrjULLybdKsLwMIk1cVvUdo+WHbRgWc7L bAeU0ra0e0z4L1yW4gM+hzKBAGf9zE0jD49ejcxLD9W8nJaYArKd2A6cx3Ofkd9JwRCC YqWe/RBIrdQEry1ydxIaaGHkGqhr0gFGpgNRGcFwJFQkS3aFkOftUccMXKtdKKudrE6f Ubbwx1hLe9mCmZKDyqPBCJvxTqdFGiqkPRnJnDlTlXztPKzDd5fi/0RBorInKVmAKCYY /p3oHfWAFZVzarQ4s0WU2+N6owgfPyo6tnDZlmKJiE51v0dmBo/NxBbz/fCzATwqHkic rB6g== X-Gm-Message-State: AFqh2kpdPJN0kCxN6NW6HDBS9k4mmvy+PwAkAocG8U3iqn21Pp/qvY// yy8Ah8JM3gf+tcKfiyvvzVhi7A== X-Google-Smtp-Source: AMrXdXvtjBU07RExH6/AWjRuo03bFB63MseJ3PNxMPKEqoG7lwhEt6TUtWNoF96q1Sbrwza4mIsc7A== X-Received: by 2002:a17:902:7781:b0:191:35c9:db30 with SMTP id o1-20020a170902778100b0019135c9db30mr3641430pll.5.1671563079292; Tue, 20 Dec 2022 11:04:39 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id s4-20020a170902ea0400b00172f6726d8esm9747307plg.277.2022.12.20.11.04.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Dec 2022 11:04:39 -0800 (PST) Date: Tue, 20 Dec 2022 11:04:36 -0800 From: Stephen Hemminger To: Srikanth Yalavarthi Cc: Thomas Monjalon , , , , Subject: Re: [PATCH v3 1/4] common/ml: add initial files for ML common code Message-ID: <20221220110436.6f5521e5@hermes.local> In-Reply-To: <20221220175256.31302-2-syalavarthi@marvell.com> References: <20221212172108.17993-1-syalavarthi@marvell.com> <20221220175256.31302-1-syalavarthi@marvell.com> <20221220175256.31302-2-syalavarthi@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, 20 Dec 2022 09:52:53 -0800 Srikanth Yalavarthi 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?