From owner-freebsd-stable@freebsd.org Fri Apr 20 16:57:26 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E35B2FB1C9F for ; Fri, 20 Apr 2018 16:57:25 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4668401B for ; Fri, 20 Apr 2018 16:57:25 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [2a02:b90:3002:411::6] (helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1f9ZLf-0000Py-Hc for freebsd-stable@freebsd.org; Fri, 20 Apr 2018 16:57:23 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1f9ZLf-0003Ni-En for freebsd-stable@freebsd.org; Fri, 20 Apr 2018 17:57:23 +0100 To: freebsd-stable@freebsd.org Subject: A little oddity with mlx4en Message-Id: From: Pete French Date: Fri, 20 Apr 2018 17:57:23 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 16:57:26 -0000 This amsued me. If I run 'sysctl -a' on a box with a ConnectX-2 card in it then I get this message on console: "mlx4_core0: port level mtu is only used for IB ports" Quite surprised that listing sysctls results in messages to console! -pete.