> -----Original Message----- > From: linux-rdma-owner@xxxxxxxxxxxxxxx <linux-rdma- > owner@xxxxxxxxxxxxxxx> On Behalf Of Matthew Wilcox > Sent: Wednesday, February 20, 2019 6:21 PM > To: Jason Gunthorpe <jgg@xxxxxxxx> > Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx>; linux-rdma@xxxxxxxxxxxxxxx > Subject: [PATCH 12/32] cxgb3: Convert cqidr to XArray > > It would make sense to convert this to an allocating XArray and remove > the kfifo that is currently used to allocate the CQID, but that work > is better done by someone who has the hardware to test with. > > Signed-off-by: Matthew Wilcox <willy@xxxxxxxxxxxxx> > --- Acked-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx>