From patchwork Tue Dec 12 16:31:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 135071 X-Patchwork-Delegate: gakhil@marvell.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 5FD08436D4; Tue, 12 Dec 2023 17:31:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0245442E4F; Tue, 12 Dec 2023 17:31:26 +0100 (CET) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id 39B3742E4E for ; Tue, 12 Dec 2023 17:31:24 +0100 (CET) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-6ce33234fd7so3069841b3a.0 for ; Tue, 12 Dec 2023 08:31:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1702398683; x=1703003483; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=8xnzvDBbYTAPKvmoCxgC/KNiqnddfEM08lgxBcod1uI=; b=sLTRG1iiQgKB7kqtRvLTxAkPjOVmm5tJqGvHFmhfbsZ/HDQsmcW1JnilM/h1YYUz8z vpbJwPeWYJuK5LkjkhEwrUQkUabSV2P5Qsepys09CwQMyXdEDR4ITZarb3uPe7clWgWB LqfqbOsOEi+sTnhIQHNSgeqUFoA//eRVmAU7fLoRjqDB/u2q9AFZ9VXLaug6ZFxV/CRZ d97M+74LYqjPdaaVah1JXU0Tkw7WiH+MmjrLvD4M0VYSj+LRJopI6F0b9YUhbsUlxulr OhIHTV39B5V0oD6y5+qguj8gz48GdVsqo09U9UCqm8Qul6o9tgsxrDgtlsTZAGimUT/x hsZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702398683; x=1703003483; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=8xnzvDBbYTAPKvmoCxgC/KNiqnddfEM08lgxBcod1uI=; b=goYmv7RBPQc4fAZxh558rQzDuMbYrAHhAfTIFQWSfG5QPQ/quh7oC1MOM4LwukGFUl ixuie/s2uFBPPsfBQV+jZtyUTs2aTSqpYGkVfAIX5oqC+vTgr8lu+xTklPf0htNHQzKO T/S3Txi9eEqbxPgwTZOQ/2DVdNd5ZlwKQn9lv3/eZ8EXOljcKakpQPQuKfBoFxaFIhnu chX5PHmcN2yfGeSbYaTRaN9xkG84S62RBxxJpp6BO1RpTKdtqU8rPexW3A7JmHE7CJoj bji4UfEi6psJRxGFIg02cAegJWV2c1tSK0ZuRNkff/eXwUBCMr9CjfACuwgwdbhtYvIq fYuQ== X-Gm-Message-State: AOJu0Yx8wHaTJNeK1OPUITl/xnwtNddnyBcZxLEQo9Yce14FI39SkNbw eRRucEvtL0LUjRSzHimkJWimbAelts6Ne4zfNig5Vw== X-Google-Smtp-Source: AGHT+IFs7O7Rh99MqfB0AYQQ42VlUnR0WUq7kPLqTxF3q7I1Oeu/E1nwQYkLQ27iqfzcj7oIimY9RQ== X-Received: by 2002:a05:6a20:7fa0:b0:18f:97c:5b86 with SMTP id d32-20020a056a207fa000b0018f097c5b86mr3259486pzj.84.1702398682981; Tue, 12 Dec 2023 08:31:22 -0800 (PST) Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id s1-20020a6550c1000000b005b96b42f7ccsm7214044pgp.82.2023.12.12.08.31.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Dec 2023 08:31:22 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Akhil Goyal , Fan Zhang , Pablo de Lara , Declan Doherty , Deepak Kumar Jain Subject: [PATCH] cryptodev: remove unused extern Date: Tue, 12 Dec 2023 08:31:04 -0800 Message-ID: <20231212163103.5645-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.42.0 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 The variable rte_cyptodev_names is unused and misspelled. Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented") Signed-off-by: Stephen Hemminger Acked-by: Akhil Goyal --- lib/cryptodev/rte_cryptodev.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cryptodev/rte_cryptodev.h b/lib/cryptodev/rte_cryptodev.h index aaeaf294e6bb..59c7d69da5cc 100644 --- a/lib/cryptodev/rte_cryptodev.h +++ b/lib/cryptodev/rte_cryptodev.h @@ -26,8 +26,6 @@ extern "C" { #include "rte_cryptodev_trace_fp.h" -extern const char **rte_cyptodev_names; - /* Logging Macros */ #define CDEV_LOG_ERR(...) \