commit | 6bb14e48ee8d8ec23d191fd91de33f09da1ecce4 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Thu Sep 10 18:48:22 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 10 15:24:26 2020 -0700 |
tree | 7c344a7f487353c84948b55f11bfe0ca65036308 | |
parent | 5ac54d8768da973d761fef8aa1be9f00001107c0 [diff] |
net/smc: dynamic allocation of CLC proposal buffer Reduce stack size for smc_listen_work() and smc_clc_send_proposal() by dynamic allocation of the CLC buffer to be received or sent. Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>