From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E80A499B4 for ; Sun, 30 Jul 2017 20:45:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5ED6D206EA; Sun, 30 Jul 2017 14:45:52 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 30 Jul 2017 14:45:52 -0400 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:x-sasl-enc; s=mesmtp; bh=yhGAteb+m8hVzK1 VUZGZGRnNPrN6KB5Q0FUPDfP98mI=; b=AZto2CSuu3IswGziLaHNFPpBMgWONXY L/g0+NqH4qPFtCx4HDaQ8uaRb5mCHLsZDGJS+8wJx9hb2n4BWHbyLIwIeVqzFQ3H oaNC4vYohIdKIbhDuQ7kgQ1aV8w1zrU9QVYHLnCyDuFw9WGpHBDu4H6axQURrdVq kmdc2IP5szX4= 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:x-sasl-enc; s= fm1; bh=yhGAteb+m8hVzK1VUZGZGRnNPrN6KB5Q0FUPDfP98mI=; b=WQP3NMNH AMI2wj+yyFi1qECeGaTJCbJ4iBcqjmpTqhYQu298dcZZNFVBmbI2LFwjAaxzcNBC kXXLTYjXKEJ6v4n0LrhvRLtUSLSYnhZUQA68Q0k7l3eqSs+XlBZXG5X/JsXI68Oy 0IRx+8qmWTgiay4w0tJhN2jXHY+D2KnKQQDh9jDQkqLhHaoGB0KrrGHEFFhF46cu uzu7ndgXDhnOUvnFGo+vJOHHS4u3MnJuyjZ2b4MORo44pQFiOR6EKCu9s0Ager9y LhvXfPlJvg1jAWefTm4ZzkCb+YueUcz1dKHVj8+zeiBw4moVnMcYv0qWspA7ivwD 9g44RRD8U2iwmA== X-ME-Sender: X-Sasl-enc: qGKU5rU//moj+k69bQ+jtBu5hkinHIQmU7bw8ID3sMT9 1501440351 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D78A0244AA; Sun, 30 Jul 2017 14:45:51 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, Nipun Gupta Date: Sun, 30 Jul 2017 20:45:51 +0200 Message-ID: <1727337.Hm1eaDVXv9@xps> In-Reply-To: <1500881507-2982-1-git-send-email-hemant.agrawal@nxp.com> References: <1500881507-2982-1-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/dpaa2: enable Tx congestion state check 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: Sun, 30 Jul 2017 18:45:54 -0000 24/07/2017 09:31, Hemant Agrawal: > For larger packet size congestion is observed on Tx Queues. > This patch enables Tx Queue congestion state check support. > If congested, try to resend the packet few times. > > Signed-off-by: Nipun Gupta > Signed-off-by: Hemant Agrawal Applied, thanks