From nobody Tue Apr 18 00:24:05 2023 X-Original-To: freebsd-cloud@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Q0l6F3ZVWz45Q46 for ; Tue, 18 Apr 2023 00:24:21 +0000 (UTC) (envelope-from freebsd@igalic.co) Received: from mail-40136.proton.ch (mail-40136.proton.ch [185.70.40.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q0l6D3R4tz3lxP for ; Tue, 18 Apr 2023 00:24:20 +0000 (UTC) (envelope-from freebsd@igalic.co) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=igalic.co header.s=protonmail header.b=xYd2rdWo; spf=pass (mx1.freebsd.org: domain of freebsd@igalic.co designates 185.70.40.136 as permitted sender) smtp.mailfrom=freebsd@igalic.co; dmarc=none Date: Tue, 18 Apr 2023 00:24:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=igalic.co; s=protonmail; t=1681777459; x=1682036659; bh=WCuXFydo7+ywC7oabjl7OcQnc0wWrlPM3iUcwFGc1QU=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=xYd2rdWoFztmCxpG113Gvg+CoLTPc7lev04GyaHMtpxfqOn8YzhH+QhBKctmJGVHm FQ4/SYxrk0TdDHnH+y3p605/TbO5MbUSk9Lkp3bOl754Ymtrj/LwiPkp1jdynGlS1w thLF7GUvm1F1cj+w0MJSp/h0AD7EQuKlDaj2s7Xh9kanL/+pRohk9Ml8YEz5cdxzqY 7gfGxqoWzsRoKo6pdbluI6kHQOj0HzVwkEfmE5aTMsUISzakxJ0HpaAbiiPkS7brL7 SjM1PRxQLx1zw5HtmU2awBp3IP7DalpDygGrOw1DtR8jepASY0c1wELIXBhNAcxwFy a1EKLngl7AyYw== To: "freebsd-cloud@FreeBSD.org" From: =?utf-8?Q?Mina_Gali=C4=87?= Subject: Infiniband at Azure Message-ID: In-Reply-To: References: Feedback-ID: 66573723:user:proton List-Id: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) List-Archive: https://lists.freebsd.org/archives/freebsd-cloud List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-cloud@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-2.45 / 15.00]; R_MIXED_CHARSET(1.00)[subject]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.95)[-0.951]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24:c]; R_DKIM_ALLOW(-0.20)[igalic.co:s=protonmail]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ARC_NA(0.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-cloud@FreeBSD.org]; DKIM_TRACE(0.00)[igalic.co:+]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[igalic.co]; RWL_MAILSPIKE_POSSIBLE(0.00)[185.70.40.136:from] X-Rspamd-Queue-Id: 4Q0l6D3R4tz3lxP X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N Hi folks! cross-posting because it concerns both topics! recently a cloud-init colleague working on Azure got me access to an Azure HPC instance =E2=80=94 which comes with two Infiniband Nvidia / Mellanox controllers. These show up with ibstat(8), but not under ifconfig(8). Under Linux, WA Agent is responsible for bringing Infiniband devices up to a base-line configuration: https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/enable-= infiniband On FreeBSD, WA Agent is rather poorly supported. So, how do I bring up these mlx5_0 devices? How do i make them show up in ifconfig? And is anyone interested in (me) fixing up WAAgent to work better on FreeBSD? Thank you for your help, Mina Gali=C4=87 Try PkgBase: https://alpha.pkgbase.live/ (as soon as i have a hardware sponsor again)