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 7BA0CA046B for ; Wed, 26 Jun 2019 23:26:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 46200F04; Wed, 26 Jun 2019 23:26:49 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 4A3132AB for ; Wed, 26 Jun 2019 23:26:48 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C8EA321F48; Wed, 26 Jun 2019 17:26:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 26 Jun 2019 17:26:47 -0400 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=GrNv64HUHbdRhSnRd3+LDHP59gfvGot/QOJnMBht6Cs=; b=mQ1o7U/N5z+L 59+ZJpdkHSEu0Ugyb7B6c+NV9G2cSCYQuCO0v5OeACI3T6jVMY2qVUAKiU5OXgUw RFHHW5dza0iHHpVloUwshJxF9o1/cAt/ifBgy5mfuHoiJrQNew/gjYS+fR/g1RqI epRT8986/VzTLBLJD+QXvAE0RC/33RM= 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=fm3; bh=GrNv64HUHbdRhSnRd3+LDHP59gfvGot/QOJnMBht6 Cs=; b=cbj5DMVJMpfG1/JPAg/6hd0hR+YFWOJpT1SH8PfAAXHjONA9wq7uBOjVs 0uRAYA/ntJQLyGXGRYx86dysU+PvDlfgEA9iL22lKHNj/eH/E0xSmeX4oHLkBbEG N0R0Yr+ShfCZnC2fbvXEq0DRzzd/84FwQxh+KAtiMXOFgHAi8HKqpcPFRRT8Z1Dv SZ4+uH0grafdPm6SEOTWO+kahWdYS6q3naz0GNYSvRenOf0qApGcrRaOkAXSLl8o sylOAM2Tby/Fb5kNn401XVBLysJ/oRJmS/NBZibhlpnSkZFNnNPt5Hr8hQhpVwB2 uCquTjTOqnADvVOx/Oocp98WFq2+Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudeigdduieejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgeptd 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 91133380079; Wed, 26 Jun 2019 17:26:46 -0400 (EDT) From: Thomas Monjalon To: Tomasz Jozwiak Cc: dev@dpdk.org, fiona.trahe@intel.com, shallyv@marvell.com, arturx.trybula@intel.com Date: Wed, 26 Jun 2019 23:26:45 +0200 Message-ID: <1798464.7OlZIj6ydV@xps> In-Reply-To: <1561566633-12329-8-git-send-email-tjozwiakgm@gmail.com> References: <1560032553-15528-1-git-send-email-tjozwiakgm@gmail.com> <1561566633-12329-1-git-send-email-tjozwiakgm@gmail.com> <1561566633-12329-8-git-send-email-tjozwiakgm@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 7/7] doc: update release notes for 19.08 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/06/2019 18:30, Tomasz Jozwiak: > --- a/doc/guides/rel_notes/release_19_08.rst > +++ b/doc/guides/rel_notes/release_19_08.rst > +* **Updated test-compress-perf tool application.** > + > + Added multiple cores feature to compression perf tool application. This should be in the patch adding this feature.