From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 853951E2B for ; Mon, 28 Aug 2017 13:13:32 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2017 04:13:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,441,1498546800"; d="scan'208";a="123220291" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 28 Aug 2017 04:13:07 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler Cc: adrien.mazarguil@6wind.com, dev@dpdk.org, Xueming Li References: <20170823071058.115338-1-shahafs@mellanox.com> <20170824131728.GI4544@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: Date: Mon, 28 Aug 2017 12:13:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170824131728.GI4544@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit 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: Mon, 28 Aug 2017 11:13:32 -0000 On 8/24/2017 2:17 PM, NĂ©lio Laranjeiro wrote: > 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 > Acked-by: Nelio Laranjeiro > Applied to dpdk-next-net/master, thanks.