From patchwork Wed Oct 26 19:46:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Miller X-Patchwork-Id: 119170 X-Patchwork-Delegate: maxime.coquelin@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D37BEA04FD; Wed, 26 Oct 2022 21:46:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C01242B71; Wed, 26 Oct 2022 21:46:38 +0200 (CEST) Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by mails.dpdk.org (Postfix) with ESMTP id 777A64281B for ; Wed, 26 Oct 2022 21:46:35 +0200 (CEST) Received: by mail-il1-f172.google.com with SMTP id z9so6465885ilu.10 for ; Wed, 26 Oct 2022 12:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atomicrules-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=zh5fXCNrtUhJ7x0p+81Wa6EDJwLUX9OnSK1mLBE9/FI=; b=v2xLeCkIEAhhuAp07vuoj0zcI4BJEvDeozAbC6mE9UCE73YuB7eh+1/ishE1lWFgFn vszguxNl9hvQt6tNCDtOiQ919H9uswdeVsIA6LcpsgTw4Pz7EPhTxeZ5rA+naLxwMSF7 UMlhwNpKYVojg42ppd9j5cYBrY+jkQhQT2Yx7l8/xkVdAIwJNi+bM7paWYNtN8xc1Py+ ShHsXKzZbL3TQJEFcQIwyV05xwOTiUaHF8lhbhSW3mXmRvQyGm9Kj4nBQUgtjaC7vemg HbhUwKErJpnjCtFEffwN6D5XngyJ1JM9V+IRp1T1zstgdjhVRSWq6OVp+a2X1R1ORboG TLJA== 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:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zh5fXCNrtUhJ7x0p+81Wa6EDJwLUX9OnSK1mLBE9/FI=; b=S6QeW1pUafrg3GJ6p3CCIVF88exD74oYsLd8L6d5tCGNQ/IQfQc0IUZkewee/DBGxP utdHGim4XWnq/hbouGBXFeQTKcAaGCoiZsCmVMdgy9zfq/z1jo66ckFnduBnaGiLmsTN aHbyZsDricFJ/7vwZzP4a7jCYSLfcvpmaShpJQb1wwYZw48qq/YunIJmeoZeo6BguF7E L9TeRlL4nfkQR2Cez8AiAX8vR3/US1PzfWuZqXTEAe4gxCCedGkoQnXb1llAy/9PM+Mk e1AIzRu68BebFDt5DfI5gHYYctEL5jg9Ff6JT6yEgBjtdIKmCnLLHLku4UqUuxOJVjTM x/zQ== X-Gm-Message-State: ACrzQf0xactQHjJg+G+tsjF/k3Sx27YRmVH18BSW4Jz9FevRaNtL/hlq QsV2A6PNV/zUMtrlY+shzWLTXQ== X-Google-Smtp-Source: AMsMyM7sV76Vx++WivLSxYikVChBsSi8iqn+qDsI0J7UeGySZgZqeVcFLL8mgvzSzxAvVKJO/T71zg== X-Received: by 2002:a92:cc12:0:b0:300:174c:9856 with SMTP id s18-20020a92cc12000000b00300174c9856mr8101443ilp.127.1666813594950; Wed, 26 Oct 2022 12:46:34 -0700 (PDT) Received: from john-System-Product-Name.tds (h64-35-205-155.cntcnh.broadband.dynamic.tds.net. [64.35.205.155]) by smtp.googlemail.com with ESMTPSA id m1-20020a056e020de100b002faecf63c48sm2336169ilj.79.2022.10.26.12.46.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Oct 2022 12:46:34 -0700 (PDT) From: John Miller To: nicolas.chautru@intel.com Cc: dev@dpdk.org, ed.czeck@atomicrules.com, shepard.siegel@atomicrules.com, John Miller Subject: [PATCH 04/14] common/meson.build: Date: Wed, 26 Oct 2022 15:46:03 -0400 Message-Id: <20221026194613.1008232-4-john.miller@atomicrules.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221026194613.1008232-1-john.miller@atomicrules.com> References: <20221026194613.1008232-1-john.miller@atomicrules.com> MIME-Version: 1.0 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 Add common ark to build system. Signed-off-by: John Miller --- drivers/common/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/meson.build b/drivers/common/meson.build index ea261dd70a..5514f4ba83 100644 --- a/drivers/common/meson.build +++ b/drivers/common/meson.build @@ -3,6 +3,7 @@ std_deps = ['eal'] drivers = [ + 'ark', 'cpt', 'dpaax', 'iavf',