logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

umad_unregister - unregister umad agent

Author

Hal Rosenstock <halr@voltaire.com> OpenIB May 21, 2007 UMAD_UNREGISTER(3)

Description

umad_unregister() unregisters the specified agentid previously registered using umad_register() or umad_register_oui().

Name

umad_unregister - unregister umad agent

Return Value

umad_unregister() returns 0 on success and negative value on error as follows: -EINVAL invalid port handle or agentid * (kernel error codes)

See Also

umad_register(3), umad_register_oui(3)

Synopsis

#include<infiniband/umad.h>intumad_unregister(intportid,intagentid);

See Also