Quoting r. Heiko J Schick <[EMAIL PROTECTED]>: > Subject: SDP and Linux 2.6.16-rc2 > > Hello, > > I figured out that Linux 2.6.16-rc2 don't export two symbols which are > needed by SDP. > > These symbols are: > - dev_ioctl > - ip_dev_find > > Will be this symbols exported in Linux 2.6.16 again, because without > is not possible to load ib_sdp. > > Regards, > Heiko
For ip_dev_find, you can apply this patch: https://openib.org/svn/trunk/contrib/mellanox/gen2/patches/sdp_ip_dev_find.patch I'll have to look into dev_ioctl usage, for now I think you can just remove the line that uses it in sdp_inet.c, its not too important. -- Michael S. Tsirkin Staff Engineer, Mellanox Technologies _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
