From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C060A0555 for ; Fri, 21 Feb 2020 18:16:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 35C771BFC7; Fri, 21 Feb 2020 18:16:49 +0100 (CET) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 20F101BFAC; Fri, 21 Feb 2020 18:16:46 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id DC2B4608; Fri, 21 Feb 2020 12:16:44 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 21 Feb 2020 12:16:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=cHaDe7QXt1ut0yo9folTNF5N+YrYzXMhB1cjn6hCrNE=; b=kQVWWrTCFx0x bzfkJyNxu+xKenKpMCV1XS2DjGdbuQivX2v/E7K3k8wc8l/BmFZZOwSPkLzPBP06 PISJZrS9eQl8qkpOl3F1w7Bg+hEpbjgguzKzjiKfJIUJiSMu7MxsYVBkB9n4l+s6 Ioa90X9JzrJpVLAL0cPTz9Wb2DdHNPM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=cHaDe7QXt1ut0yo9folTNF5N+YrYzXMhB1cjn6hCr NE=; b=Gqz0IMxpSPdN9z5a/rrSZvrqacxpBrYBCHeKqL/t2XAW61SJotpeuc0Jn kWF6dLJlGfZ+cgP5c5/3hX3cZXoNnSzJ+lY5eEyZfka95kgZcAaL1eYZPDNQczXb pbleu1secW/dIvnJfsqYmctu8s3xVPTMFKw+izhPYfq7EOAaA4YM/F9fXitZwFGM 8oMZ7H8yKU1PjhABLVsdWG56hav//YttBpZeYkbZcZvnuPU1PFWqAeWGNMZlhIVi FnJ3SWUyVoS0P4Sqj6JGv4IHn0bd03BGARORzVbCcNjm8/aHWvrQCkH9wYi1WwZo mxYz9e3877/ugmIMZx7DbkXmY/Bhw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkeeggdellecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id ADAD03280063; Fri, 21 Feb 2020 12:16:42 -0500 (EST) From: Thomas Monjalon To: Pavan Nikhilesh Cc: stable@dpdk.org, Jerin Jacob , John McNamara , Marko Kovacevic , dpdk-dev , dpdk stable , Jerin Jacob Date: Fri, 21 Feb 2020 18:16:41 +0100 Message-ID: <8600561.rMLUfLXkoz@xps> In-Reply-To: References: <20200219065511.3877-1-pbhagavatula@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: fix octeontx2 eventdev devargs X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "stable" 21/02/2020 11:13, Jerin Jacob: > On Wed, Feb 19, 2020 at 12:25 PM wrote: > > > > From: Pavan Nikhilesh > > > > Fix OCTEON TX2 event device devargs examples. > > > > Fixes: 55e778ca4648 ("event/octeontx2: add devargs for inflight buffer count") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pavan Nikhilesh > > Reviewed-by: Jerin Jacob Applied, thanks