From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BBC53A49F for ; Fri, 12 Jan 2018 12:48:28 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6CF5620D52; Fri, 12 Jan 2018 06:48:28 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 12 Jan 2018 06:48:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=snMXYKBu0UeGihA5jmEuGNzcAb pQATnw9Bxgv/Buux4=; b=b52AsDsNuDq4u5lsS74EN+3ySy3pi7GaaviFKXYM6F dKvD+FZM23GeVsy876feR7GpMEWCMB1d29GZnToe3Z9bj9HsygTqLORLVWfREYI2 +nQ+EmB7SSfaGVzNDA/OjQGYATXQKDt+PVI66wGK2jeAOxDd9fyrV6tQ6LBO1hrF 0= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=snMXYK Bu0UeGihA5jmEuGNzcAbpQATnw9Bxgv/Buux4=; b=dOgL0hqSjSaDlDGi/qQcHX Bjo/bmgMMh8q8KmueN7eXcpCSVRG+AR5k3Eiyx0IfwKTD/WfjqSz9gI+8+Vhg/+5 m4gWWu/hzXMuZoCf7+Bky/MU1Ep7z0TbhJPBpG2QN2drz+bdw2v++FNFsUuexOR4 rUlOMMD42m5MVGSync11DkXvx9nwZuyonLInOU18Bm88OAEeSuZ4y07QAfOWFfdS ztFo9qYmYfbAdpnOgaghJMI1o5CVYeq5XX8t4e34K3nJZH/KxdsS4YEj/ImYedhr CL1fohcXde7Dy3GLFkkHj+Tk/EyKlwpl6IOqMitqQGGP/KQadq0BLqBBkCc2FUUA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1536E24235; Fri, 12 Jan 2018 06:48:28 -0500 (EST) From: Thomas Monjalon To: Nipun Gupta Cc: dev@dpdk.org, Shreyansh Jain , ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Fri, 12 Jan 2018 12:47:58 +0100 Message-ID: <1960268.40KerNktNo@xps> In-Reply-To: References: <1514993944-11940-1-git-send-email-nipun.gupta@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/fslmc: change the eqcr stashing threshold to 1 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: , X-List-Received-Date: Fri, 12 Jan 2018 11:48:28 -0000 05/01/2018 12:23, Shreyansh Jain: > On Wednesday 03 January 2018 09:09 PM, Nipun Gupta wrote: > > Changing the EQCR stashing threshold boosts the performance > > of l3fwd application on LS2088 by more than 20% as it helps > > in burst packet processing at the Tx side. CPU is immediately > > informed about the empty EQCR entries once consumed by the > > hardware. > > > > Signed-off-by: Nipun Gupta > > Acked-by: Shreyansh Jain Applied, thanks