From owner-dev-commits-src-all@freebsd.org Wed Sep 8 16:02:41 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8C3D67DD82; Wed, 8 Sep 2021 16:02:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H4Rjs4yVbz3snd; Wed, 8 Sep 2021 16:02:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 20A02B9A4; Wed, 8 Sep 2021 16:02:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) To: Emmanuel Vadot , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202109070951.1879pxlF010607@gitrepo.freebsd.org> From: John Baldwin Subject: Re: git: 80645e1ce557 - main - pkgbase: Create a mlx-tools package Message-ID: Date: Wed, 8 Sep 2021 09:02:40 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <202109070951.1879pxlF010607@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2021 16:02:41 -0000 On 9/7/21 2:51 AM, Emmanuel Vadot wrote: > The branch main has been updated by manu: > > URL: https://cgit.FreeBSD.org/src/commit/?id=80645e1ce5574ce4d63f0a1cad287949440384da > > commit 80645e1ce5574ce4d63f0a1cad287949440384da > Author: Emmanuel Vadot > AuthorDate: 2021-09-01 17:12:09 +0000 > Commit: Emmanuel Vadot > CommitDate: 2021-09-07 08:20:16 +0000 > > pkgbase: Create a mlx-tools package > > mlx* are only useful for users who have a Mellanox card. > Create a package for it so users that don't have this card can > avoid having this program. > > Differential Revision: https://reviews.freebsd.org/D31795 Uh, mlxcontrol(8) is for mlx(4) which is an old Mylex RAID controller. It's not for Mellanox tools. -- John Baldwin