commit | a1eb180238a71797d84bd91acfb1de1d632623c5 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Wed Nov 28 20:53:42 2018 +0200 |
committer | Leon Romanovsky <leonro@mellanox.com> | Tue Dec 04 09:25:55 2018 +0200 |
tree | ad4400633cdbdae4ef66fb00f067eb9735a463e9 | |
parent | f3da6577da67a3cd44610ca54e308c6838c92157 [diff] |
RDMA/mlx5: Unfold create RMP function There is no need to perform create_rmp in two separate function, while one of them uses stack as a placeholder for data while other allocates it dynamically. Combine those two functions to one instead of two. Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>