]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/siw: Relax from kmap_atomic() use in TX path
authorBernard Metzler <bmt@zurich.ibm.com>
Mon, 9 Sep 2019 13:29:45 +0000 (15:29 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 13 Sep 2019 19:59:55 +0000 (16:59 -0300)
commit4db8fd4973329810c8549b08df12907e6fe921c2
tree2b5e0ed06fc693ee76f2ede3a82ab035df507ea7
parent75c66515e4fea4e9bb488b6125e014220f846c61
RDMA/siw: Relax from kmap_atomic() use in TX path

Since the transmit path is never executed in an atomic context, we do not
need kmap_atomic() and can always use less demanding kmap().

Link: https://lore.kernel.org/r/20190909132945.30462-1-bmt@zurich.ibm.com
Signed-off-by: Bernard Metzler <bmt@zurich.ibm.com>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/sw/siw/siw_qp_tx.c