From patchwork Wed Oct 26 19:46:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Miller X-Patchwork-Id: 119172 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 76292A04FD; Wed, 26 Oct 2022 21:47:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F82C42B89; Wed, 26 Oct 2022 21:46:42 +0200 (CEST) Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) by mails.dpdk.org (Postfix) with ESMTP id 512864282B for ; Wed, 26 Oct 2022 21:46:37 +0200 (CEST) Received: by mail-io1-f48.google.com with SMTP id n191so4584492iod.13 for ; Wed, 26 Oct 2022 12:46:37 -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=xs7xFCqdpTTk0yosqz5u2h7zk96fzh9W9XgD2C9yqFY=; b=LQSyzyh+rVXvJlXzhUpOQAHjKLXio+KzMTmkUyyzIM1bVnq4sk/ccELbakNQ2AqfTO EbpAgCaETW7bqnseek+oxoddHqT/0P3iLYrL9ThlTF/Z5HW9kfmj3BEUaDI0diXM09/c hMJlP17wldkEIRzb4n+jPJW6ykAkZO+4mkYoEJtvstqyEbJD/takj6L7HNiUbD/EgxTD f8uN6qx0FFbOYZsEj0SI5xet7ohqEw7/Zst9iF8PRRvgSFQ2ODVJfxpUJ5UgdUxeaxaa Sn5OFsUGrRWrS7iUgWvisCMfUOjsnwIzCezxwfyj+4SgsKTGBWRHwlGq4QzQ82cGbpZP XOeA== 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=xs7xFCqdpTTk0yosqz5u2h7zk96fzh9W9XgD2C9yqFY=; b=EShYcunMi52lXK/BTmm1FmqsI/1Pu7gPjJ+oN1qlQhc2gkEcJSj7c5zNAHcZK1k3E/ nzpByHJWdLTgNTHjRfptiHcSeN2Q+U489ie2weFa5br2SiUM6lg2T97d8TV6NAoAhid/ v2sPFSRyz6SjzoLHCH5EQQv21mrY4xt7RlWT0pnADRMw81upetu3SyTt9NU7g+L2aUAy ePhanFuaE4Lnzv0MSKu0jNIVIK1kJVXcmS1N8Cp9GDfo1ndrR+6+1TapjIbIupsh7Yxl MEsG6sZbcqqJAs4cJ/kL4k5tk438oYbrKbsKGoZONP8WazfyfspSCVZMhLf+8sM0+d11 OexQ== X-Gm-Message-State: ACrzQf3pfB4jH3ppBcvHmrlJY/wGaU32kuGGUm52qLMzhk0e4kdJ20Di g6z36J5eFNsfP5zIEYW0t2gyCQ== X-Google-Smtp-Source: AMsMyM5IorwkWBnWri4oN+qXxoOGtu0N0QSBWvHrDH8Ya56UUPsKDPgV69uTE0FxjuU+99uZsKQ8jA== X-Received: by 2002:a05:6638:19c4:b0:363:afc3:b403 with SMTP id bi4-20020a05663819c400b00363afc3b403mr30892086jab.144.1666813596758; Wed, 26 Oct 2022 12:46:36 -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.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Oct 2022 12:46:36 -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 06/14] common/ark: update version map file Date: Wed, 26 Oct 2022 15:46:05 -0400 Message-Id: <20221026194613.1008232-6-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 Update the version map file with new common functions. Signed-off-by: John Miller --- drivers/common/ark/version.map | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/common/ark/version.map b/drivers/common/ark/version.map index 74d9f4b668..64d78cff24 100644 --- a/drivers/common/ark/version.map +++ b/drivers/common/ark/version.map @@ -1,18 +1,21 @@ -DPDK_22 { - local: *; -}; - -INTERNAL { +EXTERNAL { global: ark_api_num_queues; ark_api_num_queues_per_port; +}; + +INTERNAL { + global: + ark_ddm_dump_stats; ark_ddm_queue_byte_count; ark_ddm_queue_pkt_count; ark_ddm_queue_reset_stats; ark_ddm_stats_reset; + ark_ddm_queue_setup; + ark_ddm_queue_enable; ark_ddm_verify; ark_mpu_configure;