From nobody Tue Apr 18 10:04:09 2023 X-Original-To: freebsd-net@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 4Q0zzJ1XHvz44rwG; Tue, 18 Apr 2023 10:04:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q0zzH6hHrz3pGY; Tue, 18 Apr 2023 10:04:11 +0000 (UTC) (envelope-from hps@selasky.org) Authentication-Results: mx1.freebsd.org; none Received: from [10.36.2.154] (unknown [46.212.121.255]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 3FB85260984; Tue, 18 Apr 2023 12:04:09 +0200 (CEST) Message-ID: <2c7b7432-f7ae-67e0-87a4-e556a26d981b@selasky.org> Date: Tue, 18 Apr 2023 12:04:09 +0200 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: Ifconfig limitations To: =?UTF-8?Q?Mina_Gali=c4=87?= , freebsd-net@freebsd.org, freebsd-infiniband@FreeBSD.org References: Content-Language: en-US From: Hans Petter Selasky In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Q0zzH6hHrz3pGY X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 4/18/23 11:44, Mina Galić wrote: > Hi HPS, > > i don't see those sysctl entries for regular devices? > is this infiniband specific? > or is there anything I need to enable to get these sysctls? > > Kind regards, > Hi, The sysctl entries you are referring to are created by ibcore.ko . Unless the network card attaches to those API's like mlx5ib, no such entries exist. In upstream FreeBSD there is no software infiniband or RoCE support. --HPS