From owner-svn-src-all@freebsd.org Mon Nov 23 08:44:54 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 041E9A3633A; Mon, 23 Nov 2015 08:44:54 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C844F1772; Mon, 23 Nov 2015 08:44:53 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacej9 with SMTP id ej9so184658190pac.2; Mon, 23 Nov 2015 00:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=gPdLRTb6WwCO2u3PlaCg6DcVFanw+3TrHyuTjmEEXh4=; b=x2xbEvw5HP9x3Ur3aiS3U1Z8w/Hbw9Z6C6imYfPYLxvHR0bYbZwgUGQnjen5VYfck2 wuV6nhYqwCT62vhK8rurr175EjEoXzeEbW1ldArKG9wM/BcfPhc66LVzguaJBONmchsl UdmMzFZuns0Ws+lDiskpJ/lVtRfk4riNQJaEWrNKTpvK2T1FZ2x2IMUWMy3FplJs1+K/ F8LFxzRnMqgAZ0bNAStC/nRTp2PS6cHWx2slamUbwfjyzHLzENjQhis93sww6zJu7/oY JKgNY//0kTvSCDRZA8UG8e6CrHYmN3HSmINhEjaGDvQ1wNljOyx8PF18Ykn2W1eUmNME 3hFw== X-Received: by 10.66.100.199 with SMTP id fa7mr34447613pab.149.1448268293433; Mon, 23 Nov 2015 00:44:53 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:b089:4150:5db1:6222? ([2601:601:800:126d:b089:4150:5db1:6222]) by smtp.gmail.com with ESMTPSA id b6sm9388934pbu.57.2015.11.23.00.44.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Nov 2015 00:44:51 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r291170 - head/share/man/man4 From: NGie Cooper In-Reply-To: <5652D07D.3060808@selasky.org> Date: Mon, 23 Nov 2015 00:44:50 -0800 Cc: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <52D633E7-92B1-49B7-85FF-FE57962B65FB@gmail.com> References: <201511230043.tAN0hNDY051580@repo.freebsd.org> <5652CFD1.5040508@selasky.org> <5652D07D.3060808@selasky.org> To: Hans Petter Selasky X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 23 Nov 2015 08:44:54 -0000 > On Nov 23, 2015, at 00:38, Hans Petter Selasky = wrote: >=20 > On 11/23/15 09:35, Hans Petter Selasky wrote: >>=20 >> Hi, >>=20 >> Strictly speaking, mlx5 and mlx5en is not under OFED any more, and = the >> manual page should be installed by default. >>=20 >> --HPS >=20 > Hi, >=20 > Maybe for 10-stable it will be under the OFED option, but not for = 11-current. Hmm.. does this have to do with the linuxkpi module? Also, technically mlx5 references files in ofed: sys/modules/mlx5/Makefile:CFLAGS+=3D -I${.CURDIR}/../../ofed/include Whether or not this is a typo is a good question *shrugs*. I tried = building the mlx4/mthca modules on vanilla FreeBSD and ran into some = minor speed bumps due to changes in module dependencies and options; = options LINUXCOMPAT was one of the items =E2=80=94 mlxen instead of = mlx4en was another minor inconsistency that didn=E2=80=99t make sense=E2=80= =A6 Thanks! -NGie=