From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/6] cxgb4: collect hardware logs via ethtool Date: Fri, 08 Dec 2017 14:34:35 -0500 (EST) Message-ID: <20171208.143435.494133025503583128.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, ganeshgr@chelsio.com, nirranjan@chelsio.com, indranil@chelsio.com To: rahul.lakkireddy@chelsio.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:57990 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752428AbdLHTeh (ORCPT ); Fri, 8 Dec 2017 14:34:37 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Rahul Lakkireddy Date: Fri, 8 Dec 2017 09:48:35 +0530 > Collect more hardware logs via ethtool --get-dump facility. > > Patch 1 collects on-chip memory layout information. > > Patch 2 collects on-chip MC memory dumps. > > Patch 3 collects HMA memory dump. > > Patch 4 evaluates and skips TX and RX payload regions in memory dumps. > > Patch 5 collects egress and ingress SGE queue contexts. > > Patch 6 collects PCIe configuration logs ... > --- > v2: > - Fix uninitialized variable "size" build warning in Patch 1. That looks better, series applied, thanks.