From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/dpaa2: enable Tx congestion state check Date: Sun, 30 Jul 2017 20:45:51 +0200 Message-ID: <1727337.Hm1eaDVXv9@xps> References: <1500881507-2982-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Nipun Gupta To: Hemant Agrawal 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) In-Reply-To: <1500881507-2982-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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