From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C4B2C2D0DB for ; Wed, 22 Jan 2020 18:22:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 03FB524125 for ; Wed, 22 Jan 2020 18:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579717340; bh=VRpJ4OQCxwNuMHi7OB1+vUTbgYYnhoJNXYt4shp4GBE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=j3CfbyMsRjk0ooV4XThHeGSPkwkk43/UaDDoJVilm4cvCJ+Wes8yzL/e0ob0LMa1z l9C8v2oarIA2JGsTyhjcOnxhuQD4BcTTVlk5T8Lp5cZC+UmXYsB+hZbEFogTq605tk 0ORSr73M9lF8aUBbIFGg98xBVdzej2Y8RWj8YROM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726101AbgAVSWR (ORCPT ); Wed, 22 Jan 2020 13:22:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:40168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725883AbgAVSWR (ORCPT ); Wed, 22 Jan 2020 13:22:17 -0500 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8AB0E24125; Wed, 22 Jan 2020 18:22:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579717336; bh=VRpJ4OQCxwNuMHi7OB1+vUTbgYYnhoJNXYt4shp4GBE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ILrlwPIX+qlULPuwQqz6MFuGc7wLA4/ByKGPSQfKrO6+jyz1Hrl83at0hXH0BtA1R PntcStdGNQLNL+LajWAoTConMb4YgUMizf9YOZ13NDpVj3tVRegN9iGNW3e2HRnsh8 uMyHBA/QOx2NftWhfaEKH2PujkeTF3LahSGscgxQ= Date: Wed, 22 Jan 2020 20:22:13 +0200 From: Leon Romanovsky To: Michal Kalderon Cc: Jakub Kicinski , Ariel Elior , "davem@davemloft.net" , "netdev@vger.kernel.org" , "linux-rdma@vger.kernel.org" , "linux-scsi@vger.kernel.org" Subject: Re: [EXT] Re: [PATCH net-next 13/14] qed: FW 8.42.2.0 debug features Message-ID: <20200122182213.GJ7018@unreal> References: <20200122152627.14903-1-michal.kalderon@marvell.com> <20200122152627.14903-14-michal.kalderon@marvell.com> <20200122075416.608979b2@cakuba> <20200122161451.GH7018@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Jan 22, 2020 at 04:41:10PM +0000, Michal Kalderon wrote: > > From: Leon Romanovsky > > Sent: Wednesday, January 22, 2020 6:15 PM > > > > External Email > > > > ---------------------------------------------------------------------- > > On Wed, Jan 22, 2020 at 04:03:04PM +0000, Michal Kalderon wrote: > > > > From: linux-rdma-owner@vger.kernel.org > > > owner@vger.kernel.org> On Behalf Of Jakub Kicinski > > > > > > > > On Wed, 22 Jan 2020 17:26:26 +0200, Michal Kalderon wrote: > > > > > Add to debug dump more information on the platform it was > > > > > collected from (kernel version, epoch, pci func, path id). > > > > > > > > Kernel version and epoch don't belong in _device_ debug dump. > > > This is actually very useful when customers provide us with a debug-dump > > using the ethtool-d option. > > > We can immediately verify the linux kernel version used. > > > > Why can't they give you "uname -a" output? > Unfortunately, history has shown us that in many cases even though requested uname -a is not > Provided, or worse, provided but does not match the actual kernel run on. > Having this information in the dump helps us and provides us with more confidence than uname -a output. I don't buy it, if user can't provide adequate "uname -a", you can't trust his "ethtool -d" dump file too. Thanks > > > > > Thanks