From patchwork Tue Mar 8 15:56:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Morrissey X-Patchwork-Id: 108606 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 7A1C7A00C2; Tue, 8 Mar 2022 16:57:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0B3D14068B; Tue, 8 Mar 2022 16:57:18 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id E181040141 for ; Tue, 8 Mar 2022 16:57:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646755036; x=1678291036; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=mtlsCB0AhB8AgAr1Kd7KggKxEMjL1PqilqU0f4AHlO8=; b=SPON5EFjynKVjm5KBFN370JzEKXiHxir+mFhXlDC4KLXUBwHdSLW7YuO xobMOGburqe1ZipDVR7VGxyh3uDTdCh6OGs2C9N9gz77WC41RfRtPNdZL ZZD0QCvuR67i7sJBuPVyUlrCFWZZZk+P1h8nrRImKRlna6PmbtK1n/9zO YoANxYoTFUl5E5eiA/nqlP/qZkVu3+RL4XA1RHCY7kGzX7zQ3aTdm0dB8 HWsEct4mtA/tUF2ElxtwQ7z3yE1mN7/EhfTkDQB7/x67a8aR9vABu1xAs dIamdBVTc1DKgo/TX6lQtu5R6cahW7Ytr5mt7dG8Anhus+zztu9NX8uYy Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10280"; a="242159067" X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="242159067" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2022 07:57:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="553670756" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga008.jf.intel.com with ESMTP; 08 Mar 2022 07:57:14 -0800 From: Sean Morrissey To: Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v1] doc: fix telemetry example for cryptodev Date: Tue, 8 Mar 2022 15:56:56 +0000 Message-Id: <20220308155656.2254466-1-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 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 Blank line added to the final telemetry example for the cryptography device library as to fix the example rendering. 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": }}