From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id B60E77D22 for ; Thu, 24 Aug 2017 15:17:38 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id m207so5171238wma.1 for ; Thu, 24 Aug 2017 06:17:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=JMb7GxiZ5NL+sd1bTodPpDBdwjD4ERPHAI1S4QUjbXA=; b=I2Mkg/JZBRiIK/mR4Bq7w36sc485tWzG6lJH28L9U837kljep/VoPXINEeWmqkp67l zOMJr9A/yjZDyr0VJFOgiEWNBXLwu3ZPh+KnBhhUYQD5t92Vge5kd3RjvW61lTxrthGC jb1XnD1d1Joltvcxz1XURwCP4hSym+lkB2uK31H9sU+s4Q9lXFX71rRDeoLY+ueOrUnf 5iGaXQHnFesVplmBD91x70GOCu4kdJEXWVGVah5ul/68TzH4i6IPwxjt0Ldb7vrJ0kTJ 7D1LAT90y1yrMo3LJo1HrDZTkfBwEJM7UylDBGydUY8jui/sB8GtLo804fNiMLJ5DK+H KQng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=JMb7GxiZ5NL+sd1bTodPpDBdwjD4ERPHAI1S4QUjbXA=; b=mLdEE4WUgJB/wINS3SwQCqchYADXUOENGI+H/Hps+Z7Qu5sUVsR6WiP5lDoJQEEVhm CXuLuTMXJHs9FMFS7CB5Zt+h6BlIwrP/KJ/VJOF2Dx+nzOSc/EHn3jFm05lsLb5QYNeA riZkpamc+t2ghsRzH4ZBY00P4wRJAkFhrxi/YlBS/qq4qGcKUt2GOFaummrI6ZlaJDFL LSQ2aZ6ejmLMlI5bWZV1wINJyPxp5qyOjCtwp9h4Pf0Cm9EdnKqevRtRmunKPIfDVHPK jH9rn7n8t4FYCHS7vHkiPddxX+a9BOB04aDqLXYXl6LAdW+hgkRoiPaPBa7stbGgMl9P 0kKQ== X-Gm-Message-State: AHYfb5iIoOi5N9bWH9p35o7muolS4euQw9BUHOu77Srvn0Sx1lW7wYtP LxtVJwW+tUNm7F1f X-Received: by 10.28.133.211 with SMTP id h202mr3771728wmd.143.1503580658445; Thu, 24 Aug 2017 06:17:38 -0700 (PDT) Received: from autoinstall.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id q7sm3754957wrd.89.2017.08.24.06.17.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Aug 2017 06:17:37 -0700 (PDT) Date: Thu, 24 Aug 2017 15:17:28 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Shahaf Shuler Cc: adrien.mazarguil@6wind.com, dev@dpdk.org, Xueming Li Message-ID: <20170824131728.GI4544@autoinstall.dev.6wind.com> References: <20170823071058.115338-1-shahafs@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170823071058.115338-1-shahafs@mellanox.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/mlx5: extend debug logs verbosity 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: Thu, 24 Aug 2017 13:17:38 -0000 On Wed, Aug 23, 2017 at 10:10:58AM +0300, Shahaf Shuler wrote: > Extend debug logs verbosity by printing the full completion with error > along with the entire txq in case of error. For the Rx case no logs were > added since such errors are counted and recovered by the Rx data path. > > Such prints are essential to understand the root cause for the error. > > Signed-off-by: Shahaf Shuler > Signed-off-by: Xueming Li > --- > > This patch should be applied only after the series: > http://dpdk.org/dev/patchwork/patch/27367/ > > --- > drivers/net/mlx5/mlx5_rxtx.h | 20 +++++++++++++++++--- > 1 file changed, 17 insertions(+), 3 deletions(-) Acked-by: Nelio Laranjeiro -- Nélio Laranjeiro 6WIND