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 6D935A0093; Tue, 8 Mar 2022 23:36:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0634E40395; Tue, 8 Mar 2022 23:36:55 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 09E4540141 for ; Tue, 8 Mar 2022 23:36:54 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id AB29E5C0152; Tue, 8 Mar 2022 17:36:53 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 08 Mar 2022 17:36:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; bh=yKV/hNeVOTR1Lw ILo4Osj+o7Ff7xP7upnX4j0OBkZ0g=; b=u9QaFdhThAep5NrbXj84c0ZubE983f pyFeDLIrzwjjQc6gab6BnoouYw5l65/p/zWV5bQJHRo/y3b3L6/+S3SeyZEUXCWL vnbODL4WXvPqqFSoJb9hssHUKMF+wumcGzb7maDsm+pQ6Wk6CO6vL96JFF8t7pVS q7ACMNQEdg+7sUiAkvUzrGI/Ik8yZKutcYoyEHs2M4D5PzmoTtEmYhnoJsMGNTUN wsRQUKFzqy/T15k+faaLeYCES5RRIh60WOP5A/T1XWrp3/uaE32rrBtPWM0l+Qvv GbNHtVX3+uJd8oR0Bg4Z2cgtOOclZ3zlUPsLQmbzWvRnri71m9588Mew== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=yKV/hNeVOTR1LwILo4Osj+o7Ff7xP7upnX4j0OBkZ 0g=; b=fw4Md9OMCCk4AGyMQYGzo/mha8Y+QmP/hXGgf9Fg6NjG/bo6E0jgPkHC/ /Ln7xu2MZvMGiNszMggh0xcuSDg+eLEq9G9CLDr1PNKUxo7Fr7rC7N6edhEpxgKN yS+mRn2KtxXkuwVAfgVQAwIHiXDB9c5fYCE5LiEKx6CLRNbb5wkuxjRIkXeX4vBE 862tEkbexYj3aLLIrlNadQKEnWccQVgta7qpoOafkT3UFnJVZEjs6OaHoUt+wAGT kjqEHB/xl+IKhMsRA8hw0aCluhi9C89OXEh5R3NTmlx8+a3uhoycSGlCYy59F0su h82XPaqE2ucN20xfqpXIAV6wCGZQg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudduiedgudeiudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Mar 2022 17:36:53 -0500 (EST) From: Thomas Monjalon To: Sean Morrissey Cc: dev@dpdk.org Subject: Re: [PATCH v1] doc: fix telemetry example for cryptodev Date: Tue, 08 Mar 2022 23:36:52 +0100 Message-ID: <5869074.FjKLVJYuhi@thomas> 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: 7Bit Content-Type: text/plain; charset="us-ascii" 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 08/03/2022 16:56, Sean Morrissey: > Blank line added to the final telemetry example for the > cryptography device library as to fix the example > rendering. Even for a simple fix like that, you need to add a Fixes: line so we know where to backport (or not). > > Signed-off-by: Sean Morrissey > --- > #. Get the capabilities of a particular Crypto device:: > + > --> /cryptodev/caps,0