diff options
author | Ursula Braun <ubraun@linux.ibm.com> | 2019-02-04 13:44:44 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-04 18:11:19 +0100 |
commit | ad6f317f720f4a3121756c23831a43dda9b095e5 (patch) | |
tree | dacaa78d52ad4cd6b3850618987e5cc6de80cb52 /sound/pcmcia/Kconfig | |
parent | net: dp83640: expire old TX-skb (diff) | |
download | linux-ad6f317f720f4a3121756c23831a43dda9b095e5.tar.xz linux-ad6f317f720f4a3121756c23831a43dda9b095e5.zip |
net/smc: preallocated memory for rdma work requests
The work requests for rdma writes are built in local variables within
function smc_tx_rdma_write(). This violates the rule that the work
request storage has to stay till the work request is confirmed by
a completion queue response.
This patch introduces preallocated memory for these work requests.
The storage is allocated, once a link (and thus a queue pair) is
established.
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/pcmcia/Kconfig')
0 files changed, 0 insertions, 0 deletions