kldload ibcore.ko fails in snapshot: FreeBSD-12.0-CURRENT-amd64-20180329-r331740-disc1
Somayajulu, David
David.Somayajulu at cavium.com
Fri Apr 27 18:40:49 UTC 2018
Thanks Hans. It works.
Cheers
David S.
-----Original Message-----
From: Hans Petter Selasky [mailto:hps at selasky.org]
Sent: Friday, April 27, 2018 12:06 AM
To: Somayajulu, David <David.Somayajulu at cavium.com>; Julian Elischer <julian at freebsd.org>; freebsd-net at freebsd.org
Cc: davidcs at freebsd.org
Subject: Re: kldload ibcore.ko fails in snapshot: FreeBSD-12.0-CURRENT-amd64-20180329-r331740-disc1
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
More information about the freebsd-net
mailing list