[openib-general] [PATCH v2] sa_query: require SA query registration
Sean Hefty
sean.hefty at intel.com
Mon Aug 7 16:28:56 PDT 2006
>> Fixed to call ib_unregister_client() before ib_sa_unregister_client().
>
>So, it seems tracking queries inside a client won't be useful now, will it?
Actually, what I think may be useful are calls similar to:
ib_sa_cancel_queries(struct ib_sa_client *, struct ib_device *);
ib_sa_cancel_all(struct ib_sa_client *);
However, until I can finish the userspace SA client support, I won't know what
the best API would be.
Tracking queries by every user seems redundant.
- Sean
More information about the general
mailing list