mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
RDMA/cxgb4: Don't limit fastreg page list depth
Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
841dba9a5a
commit
25737bd4ca
@ -759,9 +759,6 @@ struct ib_fast_reg_page_list *c4iw_alloc_fastreg_pbl(struct ib_device *device,
|
||||
dma_addr_t dma_addr;
|
||||
int size = sizeof *c4pl + page_list_len * sizeof(u64);
|
||||
|
||||
if (page_list_len > T4_MAX_FR_DEPTH)
|
||||
return ERR_PTR(-EINVAL);
|
||||
|
||||
c4pl = dma_alloc_coherent(&dev->rdev.lldi.pdev->dev, size,
|
||||
&dma_addr, GFP_KERNEL);
|
||||
if (!c4pl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user