RE: [PATCH 1/1] ibacm: open only prov endpoints with name/addr configured

2015-01-07 Thread Hefty, Sean
Thanks - merged -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/1] ibacm: open only prov endpoints with name/addr configured

2015-01-07 Thread kaike . wan
From: Kaike Wan This patch modifies the ibacm core so that it will request the provider to open those endpoints that have been assigned with at least one name or address. This change will avoid unnecessary endpoint open and close for those without any name/address configured by the administrator.