OFED v3.2 update

Hans Petter Selasky hps at selasky.org
Tue Apr 26 14:53:28 UTC 2016


Hi Krishnam,

If you are not using GIT's "am" commend, you'll need to create the 
following directories beforehand:

     mkdir -p contrib/ofed/libmlx5
     mkdir -p contrib/ofed/libmlx5/config
     mkdir -p contrib/ofed/libmlx5/debian
     mkdir -p contrib/ofed/libmlx5/debian/patches
     mkdir -p contrib/ofed/libmlx5/debian/source
     mkdir -p contrib/ofed/libmlx5/scripts/expose_libmlx5_headers
     mkdir -p contrib/ofed/libmlx5/src
     mkdir -p contrib/ofed/librdmacm/include/infiniband
     mkdir -p contrib/ofed/usr.lib/libmlx5
     mkdir -p sys/modules/mlx5ib

--HPS

On 04/26/16 16:26, KrishnamRaju ErapaRaju wrote:
>
> Hello Hans,
>
>
> I could apply  OFED 3.2 patches cleanly to r298617 but failed to build(buildworld), below is the compile error:(more error log at the bottom of this mail)
>              bmake[5]: bmake[5]: don't know how to make buf.c. Stop
>
> I took the latest OFED 3.2 patchsets as of today. And applied the patches with commands: "patch --remove-empty-files -F 30 -i /usr/src/ofed3.2/D5790.diff"
>
> Here is my config file:
>
> diff -r 5615b648049d sys/amd64/conf/GENERIC
> --- a/sys/amd64/conf/GENERIC    Tue Apr 26 05:21:27 2016 +0000
> +++ b/sys/amd64/conf/GENERIC    Mon Apr 25 15:34:54 2016 +0530
> @@ -21,8 +21,9 @@
> -makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
> +makeoptions    DEBUG="-g -O0"          # Build kernel with gdb(1) debug symbols
> +options KSTACK_PAGES=16
> +options KTR
> +options KTR_COMPILE=KTR_SPARE3
> +options KTR_MASK=KTR_SPARE3
> +options KTR_ENTRIES=65536
> +options BREAK_TO_DEBUGGER
> +options LINUXKPI
>



More information about the freebsd-infiniband mailing list