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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 44543C2D0DB for ; Fri, 31 Jan 2020 18:07:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 187B920CC7 for ; Fri, 31 Jan 2020 18:07:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580494056; bh=2f4/48ICTux6mAR3S9zWGr8brFiBJbNtcOEyMtwiSBs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=a7blKnR4UnaNw8LKlq1m/ifjM1zjZ0eDEJw1ISsgem2IjFwRvaUQqiZngMXE6ne+V e2rT/mxerU6WT5Doupy9tbqJuccCtXArXO7vU15zekJiroVZyxapBt5DRatZ0kjocL hbJrJN94lk0nbf98nHFPJeyCrHpV34QjldpSjfh8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727315AbgAaSHf (ORCPT ); Fri, 31 Jan 2020 13:07:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:59622 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726712AbgAaSHe (ORCPT ); Fri, 31 Jan 2020 13:07:34 -0500 Received: from cakuba.hsd1.ca.comcast.net (unknown [199.201.64.133]) (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 2C2B320663; Fri, 31 Jan 2020 18:07:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580494054; bh=2f4/48ICTux6mAR3S9zWGr8brFiBJbNtcOEyMtwiSBs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QGua5GQmC4wiT+9OMhNsiYcNIbJOSQLL7KBw97JMswvTgipxHG6SehwHZnElk416H uDanvGmqHqdxD0r7o6nU/kYI96dlAkBXOg2Ic+m4+3Gr2PJ2dA1Y99gJ4jj1Tf8G9y 5YPPIpWV1yw0sz9DjUicdYXloGOlm91tuiKLbPLM= Date: Fri, 31 Jan 2020 10:07:33 -0800 From: Jakub Kicinski To: Jacob Keller Cc: netdev@vger.kernel.org, jiri@resnulli.us, valex@mellanox.com, linyunsheng@huawei.com, lihong.yang@intel.com Subject: Re: [PATCH 11/15] ice: add board identifier info to devlink .info_get Message-ID: <20200131100733.113d5a17@cakuba.hsd1.ca.comcast.net> In-Reply-To: <20200130225913.1671982-12-jacob.e.keller@intel.com> References: <20200130225913.1671982-1-jacob.e.keller@intel.com> <20200130225913.1671982-12-jacob.e.keller@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 30 Jan 2020 14:59:06 -0800, Jacob Keller wrote: > Export a unique board identifier using "board.id" for devlink's > .info_get command. > > Obtain this by reading the NVM for the PBA identification string. > > Signed-off-by: Jacob Keller In general for the devlink info it'd be really useful to have example outputs to see what the values actually are.