From patchwork Thu Dec 3 20:34:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Boyer X-Patchwork-Id: 84738 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 757BEA04B0; Thu, 3 Dec 2020 21:34:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7815CC9C6; Thu, 3 Dec 2020 21:34:44 +0100 (CET) Received: from mail-pj1-f67.google.com (mail-pj1-f67.google.com [209.85.216.67]) by dpdk.org (Postfix) with ESMTP id F1FAAC9C4 for ; Thu, 3 Dec 2020 21:34:41 +0100 (CET) Received: by mail-pj1-f67.google.com with SMTP id l23so1813619pjg.1 for ; Thu, 03 Dec 2020 12:34:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pensando.io; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=3ZdgIYv9szTFl7Jj0SgMMEbhaB5fAUA3zT6n33RwCFs=; b=IM+v1GwPQMf5As8xVAkQGt4aqKWOcuXdC4tN+F6jzG8FxUYE3j4me/AM0Ux84ZYLAI 1b5va1VahOU7dKXO2Mf/7nAOmFPvoc0xg/Ok9XMf8LHsaJOsel6P8HKyHMDTIiq+8O6F uYE6lT43O/z/9evqz86sr7NRy74HCxLudMR4yOuuw4t0RMiC/Of2O8bwiGG4sKg9QsGC NvlhMqUL4eG/6B7nZmXqr0AqPdRobZ95gr2TnkI94eqWi/v4OXG5iIaukXlyd3/L5MhX cY+6sztAuYR0uF/rIQxFKWchB48yKH7RiJg9blTlLTimwRS9Ws2hvy/7hk2krTQlUo9S 394g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=3ZdgIYv9szTFl7Jj0SgMMEbhaB5fAUA3zT6n33RwCFs=; b=r/+Bkn0OJAtxXvgse7EHeyug6inZMitkZHCfo7oatnpgHP01jJRyctSwN+6r9X35D6 VXO+aaFC4L8J3kLx3vbBZnCJusGc8NWV+gzRFes/PKgQ7gGvMSNe4kp5jndXx00uT0sw ID74AKbk9Nkg+Dx8DYJo8Cr9dnoGSCVoXMLrEPT8E2CZgnXcDTAHYMcOx3XVHqv6FruX iCyTSNrE9kZKl369lFGVOkfCy2FZqhMlJOMXhPaAYr9OGfMOQzfc+Ihe+N6VpOsSpBMs gosMuJQ62gDcG5t2gzFN2WXerbIFO+neCIyq+YUQubimFzsfcf7sgNCHCxfR2QyKrSpL m/Nw== X-Gm-Message-State: AOAM530NKUYCN6CzrqXOQDBk5G2TnBe6WTrq2MIDkP8jfmUsgm7ZCVB2 Olpo9A6B9cMPL0xbFFx6juGfM8dYNcIOog== X-Google-Smtp-Source: ABdhPJwo5j7gCJ67rodGt0oyCujAhsrIzXYdS58WuCFp5mV9MuPfuzsMveG4LgMhYxu/7/w3tNLECg== X-Received: by 2002:a17:90a:f28f:: with SMTP id fs15mr809232pjb.121.1607027680009; Thu, 03 Dec 2020 12:34:40 -0800 (PST) Received: from driver-dev1.pensando.io ([12.226.153.42]) by smtp.gmail.com with ESMTPSA id w145sm2709770pff.75.2020.12.03.12.34.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Dec 2020 12:34:39 -0800 (PST) From: Andrew Boyer To: dev@dpdk.org Cc: Alfredo Cardigliano , Andrew Boyer Date: Thu, 3 Dec 2020 12:34:10 -0800 Message-Id: <20201203203418.15064-2-aboyer@pensando.io> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201203203418.15064-1-aboyer@pensando.io> References: <20201203203418.15064-1-aboyer@pensando.io> In-Reply-To: <20201102183527.69209-1-aboyer@pensando.io> References: <20201102183527.69209-1-aboyer@pensando.io> Subject: [dpdk-dev] [PATCH v2 1/9] net/ionic: connect ionic to the build system X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Otherwise the ionic PMD is never built. Signed-off-by: Andrew Boyer --- drivers/net/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 29f477750..6e4aa6bf3 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -26,6 +26,7 @@ drivers = ['af_packet', 'iavf', 'ice', 'igc', + 'ionic', 'ipn3ke', 'ixgbe', 'kni',