From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Tue, 28 Nov 2017 13:42:17 +0100 Subject: [PATCH v3 1/1] nvme-rdma: Fix memory leak during queue allocation In-Reply-To: <20171128123647.GC30316@lst.de> References: <1511370080-23326-1-git-send-email-maxg@mellanox.com> <20171128123647.GC30316@lst.de> Message-ID: <20171128124217.GA30487@lst.de> On Tue, Nov 28, 2017@01:36:47PM +0100, Christoph Hellwig wrote: > Looks good and applied to nvme-4.15. > > In the long run I wonder if we want a real queue state machine intead > of the flags.. Actually, that was a little fast. This conflicts with the MR pool switch. Also why does it switch from rdma_destroy_qp to ib_destroy_qp?