From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6B0D8A00BE for ; Wed, 9 Mar 2022 10:33:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5968C410E8; Wed, 9 Mar 2022 10:33:19 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 2A62A40395; Wed, 9 Mar 2022 10:33:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646818396; x=1678354396; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Gww+VgDftuVqIC3CRzzZ0iJS6SnJSJT5qyzhH9vG1TU=; b=W8waHkiWP5BaS7iQS3g8vrsyXqLdVudb8eV7hmpYRxCnJHsyUEBTSOO7 ONs+HJ9UgnGFJnCBJ0s6Hrp26cDrON/0zeOCwJjBt/a2EVm1XOKv1vRm6 NX41qZouePQSMhTibTZJykVmXX71KNlE9LfSik6P9bHYLl1qHmTqAXIru dbkQyPCMn6kcg3jgyW29U50crhZqWR3ByZL20iUBXxDVdMvYncGwbwdcx Vi6c5V7Snp3LLXTeOr7WLJ9Ql6mPDn0vYNha6mWpNKwr4aXwS4tEWNJd7 wZBt4Ptx3TRDZ0bymUlmnNuhr9XK0EWS8KX++9kNg+xkuR//73eJWUdIU Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10280"; a="254872829" X-IronPort-AV: E=Sophos;i="5.90,167,1643702400"; d="scan'208";a="254872829" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2022 01:33:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,167,1643702400"; d="scan'208";a="711882180" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga005.jf.intel.com with ESMTP; 09 Mar 2022 01:33:14 -0800 From: Sean Morrissey To: Cc: dev@dpdk.org, Sean Morrissey , stable@dpdk.org Subject: [PATCH v2] doc: fix telemetry example for cryptodev Date: Wed, 9 Mar 2022 09:33:10 +0000 Message-Id: <20220309093310.2855587-1-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220308155656.2254466-1-sean.morrissey@intel.com> References: <20220308155656.2254466-1-sean.morrissey@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Blank line added to the final telemetry example for the cryptography device library as to fix the example rendering. Fixes: 1c559ee8469 ("cryptodev: add telemetry endpoint for capabilities") Cc: stable@dpdk.org Signed-off-by: Sean Morrissey --- doc/guides/prog_guide/cryptodev_lib.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index ba4c592b84..edd11059bc 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/guides/prog_guide/cryptodev_lib.rst @@ -1211,6 +1211,7 @@ are shown below. "enqueue_err_count": 0, "dequeue_err_count": 0}} #. Get the capabilities of a particular Crypto device:: + --> /cryptodev/caps,0 {"/cryptodev/caps": {"crypto_caps": [], "crypto_caps_n": }} -- 2.25.1