commit | eebe580feb5b8ff1322ee5f35312a9f04932c24e | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@nvidia.com> | Sat Sep 26 13:24:44 2020 +0300 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Tue Sep 29 13:09:49 2020 -0300 |
tree | 8efe81a63c95298530820983dd19f132f81ec1cb | |
parent | 2dc4d6725bc24e992de7fc689d8437ae3250b86f [diff] |
RDMA/mlx5: Delete not needed GSI QP signal QP type GSI QP doesn't need signal QP type because it is initialized statically to zero, which is IB_SIGNAL_ALL_WR also wr->send_flags isn't set too. This means that the GSI QP signal QP type can be removed. Link: https://lore.kernel.org/r/20200926102450.2966017-5-leon@kernel.org Reviewed-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>