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 05A66C433DF for ; Wed, 17 Jun 2020 11:17:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5FBB20CC7 for ; Wed, 17 Jun 2020 11:17:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592392639; bh=eMxXf17fi1lb25kXg0RUwVui2Flx1C275LgVM4K2fF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=CtHFR0YUPu6FFCIxS0EQZB6DCx2okOOOmP/m6BN43RwRyCORB9Yi+KUflklhwZTZb EgtBxRo++/B6wQPFiUjwUv/XLkbcD3pFy1+zDgyHnedWDns03GD6toHUwQTMfG8DyT 6h9Qmr6Co8oYOzSRIdV+PTzkYEb8KC20oGPoJuMs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726271AbgFQLRS (ORCPT ); Wed, 17 Jun 2020 07:17:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:40194 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726890AbgFQLRP (ORCPT ); Wed, 17 Jun 2020 07:17:15 -0400 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 70D5A20DD4; Wed, 17 Jun 2020 11:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592392635; bh=eMxXf17fi1lb25kXg0RUwVui2Flx1C275LgVM4K2fF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FuBUeZEqWEpOPIbPglcLkbmXNPDsnsvpPDzaJW++8n9hxyvhqHizix04nEsfOVq4V +d7+A0C4g64kn3Q0GPlutFJgRSvrcWrE9K5IdwtrL4026Uolp3kQ1/pGZAPPxfg/D4 ZHbFg2L8lXb7AM6pf+RvVeFMxsFgVUkwomEpS4rk= Date: Wed, 17 Jun 2020 14:17:10 +0300 From: Leon Romanovsky To: Vladimir Chukov Cc: linux-rdma@vger.kernel.org Subject: Re: [BUG report] rdma-ndd: wrong NodeDescription for second device Message-ID: <20200617111710.GK2383158@unreal> References: 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, Jun 17, 2020 at 01:04:15PM +0200, Vladimir Chukov wrote: > Description: rdma-ndd sets correct NodeDescription for device which > was initialised first; for the second device description in sysfs is > set correctly, but saquery to that node will return default > "NodeDescription.........MT4119 ConnectX5 Mellanox Technologies" What do you see for the second device in NodeDescription? Thanks