From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2A035A0577; Mon, 13 Apr 2020 21:48:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E2B6E1C21E; Mon, 13 Apr 2020 21:43:09 +0200 (CEST) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id E1EF71C215 for ; Mon, 13 Apr 2020 21:43:08 +0200 (CEST) Received: by mail-pf1-f195.google.com with SMTP id y25so2702417pfn.5 for ; Mon, 13 Apr 2020 12:43:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=C9lUS9sFSTHCxyrYYozuK5ft1/Mp6zqO77NovdGKj0k=; b=SMYWdQdu4Iy8xVZGf9wARXaX4wW1tEmg2Rp2c8vpcbLTIkfC49Mu7M/40EVhxa0n4c UCNM0796S7TlcPZFjcpnQPd22kvKkj4kfXhirPs1c78+jO/RdDi6mQ+KPJqpxbQfIBwL FnxS2YxfyKWHBgAsYtKBgl/ScFLwOPT6OHd8g= 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; bh=C9lUS9sFSTHCxyrYYozuK5ft1/Mp6zqO77NovdGKj0k=; b=CZtIyp+Acbe113Ww1kelRYuod0tSvP+qBFXenlMaKOilDwvejYO8eevQt+tLkuzvwA M2ARf4r9/0p8sAEDvisUOzugp6slzcpPHdSrXldT+h3YNO/ueCN2UEH3qjjIplYIlta+ quf8OlT0RKKy6ibacbQpiUcZ2iX10uZsplhPiifdSbuHY0nYkzH0oszQpgj0tQWZNOEW fDkAJOudAoriiytIyeCDNGp2rY73QNFTvu6spOb/EICib6aVIzAaVMugNsgytmbtYxuh vYw60aESlgM2XA9Vfbk+OfIJDUf4XTbrPLjYMeTl2UxHYZmy9cuQgAkIRRPmNnzpdDIF NSbg== X-Gm-Message-State: AGi0PuaTqnk4y7bjIkpWbwhZLV8G83SoZj17H6uO1c3OyT/6u2lcpH/L NOxTFHhw0hRFWpTWQRbaq5Jcx7eGgpw8Bk8dpt/dYJWyigQ5iKqxpAoRNDueDzsugE0TBR6NXeZ rCCDlTOPFyd4MhmPeM9x9Ynx9dFgvO83rMAy/geOb441oRTgOsFht87+RFXX00pmYxMur X-Google-Smtp-Source: APiQypLLWMjHShoER4kkArRZYRDo2LurdgX2HJ19RWyWu1ws6Psm2SxtT3tPLK4DaSLGaXla0O9uIw== X-Received: by 2002:a62:ee05:: with SMTP id e5mr8821474pfi.288.1586806987700; Mon, 13 Apr 2020 12:43:07 -0700 (PDT) Received: from S60.dhcp.broadcom.net ([192.19.234.250]) by smtp.gmail.com with ESMTPSA id 9sm1381663pfn.204.2020.04.13.12.43.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2020 12:43:07 -0700 (PDT) From: Venkat Duvvuru To: dev@dpdk.org Cc: Venkat Duvvuru Date: Tue, 14 Apr 2020 01:10:11 +0530 Message-Id: <1586806811-21736-35-git-send-email-venkatkumar.duvvuru@broadcom.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1586806811-21736-1-git-send-email-venkatkumar.duvvuru@broadcom.com> References: <1584459511-5353-1-git-send-email-venkatkumar.duvvuru@broadcom.com> <1586806811-21736-1-git-send-email-venkatkumar.duvvuru@broadcom.com> Subject: [dpdk-dev] [PATCH v2 34/34] net/bnxt: enable meson build on truflow code 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" Include tf_ulp & tf_core directories and the files inside them. Signed-off-by: Venkat Duvvuru Reviewed-by: Somnath Kotur Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/meson.build | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/drivers/net/bnxt/meson.build b/drivers/net/bnxt/meson.build index 0c311d2..d75f887 100644 --- a/drivers/net/bnxt/meson.build +++ b/drivers/net/bnxt/meson.build @@ -1,7 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation +# Copyright(c) 2020 Broadcom install_headers('rte_pmd_bnxt.h') + +includes += include_directories('tf_ulp') +includes += include_directories('tf_core') + sources = files('bnxt_cpr.c', 'bnxt_ethdev.c', 'bnxt_filter.c', @@ -16,6 +21,27 @@ sources = files('bnxt_cpr.c', 'bnxt_txr.c', 'bnxt_util.c', 'bnxt_vnic.c', + + 'tf_core/tf_core.c', + 'tf_core/bitalloc.c', + 'tf_core/tf_msg.c', + 'tf_core/rand.c', + 'tf_core/stack.c', + 'tf_core/tf_em.c', + 'tf_core/tf_rm.c', + 'tf_core/tf_tbl.c', + 'tf_core/tfp.c', + + 'tf_ulp/bnxt_ulp.c', + 'tf_ulp/ulp_mark_mgr.c', + 'tf_ulp/ulp_flow_db.c', + 'tf_ulp/ulp_template_db.c', + 'tf_ulp/ulp_utils.c', + 'tf_ulp/ulp_mapper.c', + 'tf_ulp/ulp_matcher.c', + 'tf_ulp/ulp_rte_parser.c', + 'tf_ulp/bnxt_ulp_flow.c', + 'rte_pmd_bnxt.c') if arch_subdir == 'x86' -- 2.7.4