From patchwork Thu Sep 9 13:48:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ray Kinsella X-Patchwork-Id: 98440 X-Patchwork-Delegate: thomas@monjalon.net 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 B2F3CA0547; Thu, 9 Sep 2021 15:50:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD73541178; Thu, 9 Sep 2021 15:50:36 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2F15C41175 for ; Thu, 9 Sep 2021 15:50:35 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10101"; a="200318441" X-IronPort-AV: E=Sophos;i="5.85,280,1624345200"; d="scan'208";a="200318441" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2021 06:50:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,280,1624345200"; d="scan'208";a="580894518" Received: from silpixa00396680.ir.intel.com (HELO silpixa00396680.ger.corp.intel.com) ([10.237.223.54]) by orsmga004.jf.intel.com with ESMTP; 09 Sep 2021 06:50:32 -0700 From: Ray Kinsella To: dev@dpdk.org Cc: bruce.richardson@intel.com, stephen@networkplumber.org, ferruh.yigit@intel.com, thomas@monjalon.net, ktraynor@redhat.com, mdr@ashroe.eu, aconole@redhat.com, roy.fan.zhang@intel.com, arkadiuszx.kusztal@intel.com, gakhil@marvell.com Date: Thu, 9 Sep 2021 14:48:08 +0100 Message-Id: <20210909134808.1585777-5-mdr@ashroe.eu> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210909134808.1585777-1-mdr@ashroe.eu> References: <20210618163659.85933-1-mdr@ashroe.eu> <20210909134808.1585777-1-mdr@ashroe.eu> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v13 4/4] devtools: add asym crypto to symbol-tool ignore 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 Sender: "dev" Add asym crypto to the symbol-tool's ignore file. Signed-off-by: Ray Kinsella Acked-by: Akhil Goyal --- devtools/symboltool.abignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 devtools/symboltool.abignore diff --git a/devtools/symboltool.abignore b/devtools/symboltool.abignore new file mode 100644 index 0000000000..800c500a82 --- /dev/null +++ b/devtools/symboltool.abignore @@ -0,0 +1,3 @@ +; regex of symbols for the symbol-tool to ignore + +rte_cryptodev_asym_.*