From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Cohen Subject: rdma_cm resource over use Date: Thu, 9 Dec 2010 19:53:38 +0200 Message-ID: <20101209175338.GA26902@mtldesk30> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: RDMA list List-Id: linux-rdma@vger.kernel.org Hi, the rdma_cm library opens all availabe devices and keeps them open even after binding to a specific device/port. This eats resources from other devices that would otherwise be available to other applications. Is there a way to avoid this? If not, maybe we should close all other devices after binfing? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html