[ofa-general] Re: [RFC] [PATCH 2/3] 2.6.22 or 23 ib/sa: add path record caching

Roland Dreier rdreier at cisco.com
Tue Apr 24 11:36:07 PDT 2007


I still need to think about the overall approach, and read through
Michael and Jason's comments, but one quick note on the code itself:

 > +static struct miscdevice local_sa_misc = {
 > +	.minor	= MISC_DYNAMIC_MINOR,
 > +	.name	= "ib_local_sa",
 > +};

I don't understand why you're registering a miscdevice etc.  I don't
see any implementation of a character device or indeed any userspace
interface at all.  So what's up here?



More information about the general mailing list