From owner-svn-src-all@freebsd.org Wed Aug 15 21:35:08 2018 Return-Path: Delivered-To: svn-src-all@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 4354F107184F; Wed, 15 Aug 2018 21:35:08 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 B00B07D6E6; Wed, 15 Aug 2018 21:35:07 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id w7FLYuvo041810 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 16 Aug 2018 00:34:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua w7FLYuvo041810 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id w7FLYu8J041809; Thu, 16 Aug 2018 00:34:56 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 16 Aug 2018 00:34:56 +0300 From: Konstantin Belousov To: rgrimes@freebsd.org Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r337682 - in stable/11: share/mk tools/build/options usr.bin/ofed usr.bin/ofed/infiniband-diags Message-ID: <20180815213456.GD2340@kib.kiev.ua> References: <201808120845.w7C8jNQU027742@repo.freebsd.org> <201808121550.w7CFovDw033112@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201808121550.w7CFovDw033112@pdx.rh.CN85.dnsmgr.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 21:35:08 -0000 On Sun, Aug 12, 2018 at 08:50:57AM -0700, Rodney W. Grimes wrote: > > Author: kib > > Date: Sun Aug 12 08:45:23 2018 > > New Revision: 337682 > > URL: https://svnweb.freebsd.org/changeset/base/337682 > > > > Log: > > MFC r336569: > > Move mostly useless examples binaries from OFED, as well as the Subnet > > Manager, under the new option WITH_OFED_EXTRA, disabled by default. > > I never got a response on putting opensm out from under _EXTRA. I thought that I already answered. If no, sorry. I do not see much point in this split. Right now you get either nothing or everyting, the split allows to get nothing/libs/everything. I do not see allowing SM by a separate option to serve significant number of users to justify me spending several more days tinderboxing the change. If somebody else wants to do that, I have no objections.