From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: add note on increased ring size to release notes Date: Thu, 08 Feb 2018 23:12:02 +0100 Message-ID: <2151176.iipdaggJaA@xps> References: <1518094078-21289-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: john.mcnamara@intel.com Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 6901A1B7E3 for ; Thu, 8 Feb 2018 23:12:08 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/02/2018 14:08, Ferruh Yigit: > On 2/8/2018 12:47 PM, John McNamara wrote: > > Added note on the increased ring size in testpmd and the sample > > applications to the release note. > > > > Signed-off-by: John McNamara > > Acked-by: Ferruh Yigit Fixes: bd8f10f6d69f ("app/testpmd: increase default ring sizes to 1024") Fixes: 867a6c66ecf3 ("examples: increase default ring sizes to 1024") Applied, thanks