diff options
author | Leon Romanovsky <leon@kernel.org> | 2023-03-23 10:22:32 +0200 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-03-23 10:22:32 +0200 |
commit | 602fb420572e5f0011b6fe71bead02e558143d96 (patch) | |
tree | 0dc5c32ee131c78608991d35f22da11665546c0f /net/smc/af_smc.c | |
parent | 6dddd93938b3651cfeba7158ac179b4e6d3c1553 (diff) | |
parent | f4244e55e4c3a14374ea319b680f33d97cf6ba7e (diff) |
Enable IB out-of-order by default in mlx5
This series from Or changes default of IB out-of-order feature and
allows to the RDMA users to decide if they need to wait for completion
for all segments or it is enough to wait for last segment completion only.
Thanks
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'net/smc/af_smc.c')
-rw-r--r-- | net/smc/af_smc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/smc/af_smc.c b/net/smc/af_smc.c index ff6dd86bdc9f..c6b4a62276f6 100644 --- a/net/smc/af_smc.c +++ b/net/smc/af_smc.c @@ -3501,6 +3501,7 @@ out_pnet: out_nl: smc_nl_exit(); out_ism: + smc_clc_exit(); smc_ism_exit(); out_pernet_subsys_stat: unregister_pernet_subsys(&smc_net_stat_ops); |