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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FE0CC433EF for ; Mon, 2 May 2022 14:39:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238276AbiEBOnG (ORCPT ); Mon, 2 May 2022 10:43:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238287AbiEBOnG (ORCPT ); Mon, 2 May 2022 10:43:06 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A88A120BA for ; Mon, 2 May 2022 07:39:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E681DB80EFA for ; Mon, 2 May 2022 14:39:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3AC03C385AC; Mon, 2 May 2022 14:39:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651502374; bh=6znODqSBb42svrOk3wcAvBAIp7jlhv+dO8Y+YtBP1Wk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KMKJNiTazZvEDdnfeppfR+lwyga86viufVb/BogqIXzM29SIhkfPbX5LY+8xBHTA3 bPyBnb+DzRxQZFYr8fzQCgX9wbgEQ7YuP+BgxyVVPQnWaod/JAsa54DIONIOtaHAK/ DN29eWuSCMxJcaPp+W+4+kkhw/X32r65BrOxm8Iv1c1XNTSUD34OyvI9cBprf/ab2O 6Ug6X9W8WL/zmETa86CGZ0oIGVIgLak0oQfPtG10IFoWOUAJBrKKUe8UPOWzTkmn6C 8RFHMCRQJ08WtQElr69I1hQGluyZ64HvQbcc/2LQ2XlwKr9gIMxGUIdB89k4fOBg0H SBASfY264+yqw== Date: Mon, 2 May 2022 07:39:33 -0700 From: Jakub Kicinski To: Jiri Pirko Cc: Ido Schimmel , Ido Schimmel , netdev@vger.kernel.org, davem@davemloft.net, pabeni@redhat.com, jiri@nvidia.com, petrm@nvidia.com, dsahern@gmail.com, andrew@lunn.ch, mlxsw@nvidia.com Subject: Re: [PATCH net-next 00/11] mlxsw: extend line card model by devices and info Message-ID: <20220502073933.5699595c@kernel.org> In-Reply-To: References: <20220426054130.7d997821@kernel.org> <20220426075133.53562a2e@kernel.org> <20220427071447.69ec3e6f@kernel.org> <20220429114535.64794e94@kernel.org> <20220429153845.5d833979@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 30 Apr 2022 08:27:35 +0200 Jiri Pirko wrote: > Now I just want to use this component name to target individual line > cards. I see it is a nice fit. Don't you think? Still on the fence. > I see that the manpage is mentioning "the component names from devlink dev info" > which is not actually implemented, but exactly what I proposed. How do you tie the line card to the component name? lc8_dev0 from the flashing example is not present in the lc info output. > >Please answer questions. I already complained about this once in > >this thread. > > Sorry, I missed this one. The file IS a FW just for a SINGLE gearbox. I see.