Date: Fri, 27 Apr 2018 09:06:11 +0200 From: Hans Petter Selasky <hps@selasky.org> To: "Somayajulu, David" <David.Somayajulu@cavium.com>, Julian Elischer <julian@freebsd.org>, "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Cc: "davidcs@freebsd.org" <davidcs@freebsd.org> Subject: Re: kldload ibcore.ko fails in snapshot: FreeBSD-12.0-CURRENT-amd64-20180329-r331740-disc1 Message-ID: <d3a481fe-bb1e-de84-0d60-eb9584880798@selasky.org> In-Reply-To: <CY4PR07MB31255FAECFC694916958C912EE8E0@CY4PR07MB3125.namprd07.prod.outlook.com> References: <BN6PR07MB3122A34BF6462952F5C53CEFEE890@BN6PR07MB3122.namprd07.prod.outlook.com> <53cea7bc-c3e5-26c3-30d8-42438e67f19f@selasky.org> <32be98b1-4abe-3de4-ec62-c3282bc3cad2@freebsd.org> <c3a67535-3f5c-c16e-fe76-6ba8dcdb31ec@selasky.org> <CY4PR07MB31255FAECFC694916958C912EE8E0@CY4PR07MB3125.namprd07.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04/26/18 22:45, Somayajulu, David wrote: > Thanks Hans and Julian. > I did the following and still see the problem > > #cd /usr/src > #make buildworld WITH_OFED=yes > #make installworld WITH_OFED=yes > #reboot > #cd /usr/src > #make buildkernel WITH_OFED=yes KERNCONF=MYKERNEL ; MYKERNEL content is shown below in case it is a cause > #make installkernel WITH_OFED=yes KERNCONF=MYKERNEL > #reboot > #cd /usr/src/sys/modules/linuxkpi > #make clean && make WITH_OFED=yes Hi, WITH_OFED=YES is only valid for buildworld. Please add DEBUG_FLAGS="-DVIMAGE=1" whenever you are building modules outside buildworld. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d3a481fe-bb1e-de84-0d60-eb9584880798>