Quoting r. Roland Dreier <[EMAIL PROTECTED]>:
>  > > > ipoib_all_neigh_issues_2.patch
> 
>  > > Could we do this without a linear search through a list of neighbours?
>  > > It seems this might become a scalability issue.
> 
>  > We could have a list of distinct ops pointers. Would that be better?
> 
> Somewhat better.  Let me think about this too.

The right thing is to move the destructor pointer out of the ops
structure to the neighbour structure, let the driver
set it in the setup functiom.

This will also solve the ugly problem that only one driver in the whole kernel
can ever use the ops destructor pointer trick.

-- 
MST
_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to