qed: configure the RoCE max message size
Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
332270fdc8
commit
793ea8a9c7
|
@ -750,6 +750,8 @@ static struct qed_rdma_port *qed_rdma_query_port(void *rdma_cxt)
|
|||
|
||||
p_port->link_speed = p_hwfn->mcp_info->link_output.speed;
|
||||
|
||||
p_port->max_msg_size = RDMA_MAX_DATA_SIZE_IN_WQE;
|
||||
|
||||
return p_port;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue