* Re: [PATCH 9/9] treewide: Inline ib_dma_map_*() functions
[not found] ` <20170111005648.14988-10-bart.vanassche@sandisk.com>
@ 2017-01-12 11:45 ` Sagi Grimberg
2017-01-12 13:09 ` Leon Romanovsky
1 sibling, 0 replies; 2+ messages in thread
From: Sagi Grimberg @ 2017-01-12 11:45 UTC (permalink / raw)
To: Bart Van Assche, Doug Ledford
Cc: Latchesar Ionkov, devel, linux-nfs, Andreas Dilger, linux-rdma,
netdev, Trond Myklebust, linux-kernel, linux-nvme, Anna Schumaker,
Oleg Drokin, Eric Van Hensbergen, target-devel, Ron Minnich,
James Simmons, v9fs-developer, rds-devel, David S . Miller,
lustre-devel
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 9/9] treewide: Inline ib_dma_map_*() functions
[not found] ` <20170111005648.14988-10-bart.vanassche@sandisk.com>
2017-01-12 11:45 ` [PATCH 9/9] treewide: Inline ib_dma_map_*() functions Sagi Grimberg
@ 2017-01-12 13:09 ` Leon Romanovsky
1 sibling, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2017-01-12 13:09 UTC (permalink / raw)
To: Bart Van Assche
Cc: Doug Ledford, Latchesar Ionkov, devel, linux-nfs, Andreas Dilger,
linux-rdma, netdev, Trond Myklebust, linux-kernel, linux-nvme,
Anna Schumaker, Oleg Drokin, Eric Van Hensbergen, target-devel,
Ron Minnich, James Simmons, v9fs-developer, rds-devel,
David S . Miller, lustre-devel
[-- Attachment #1: Type: text/plain, Size: 2051 bytes --]
On Tue, Jan 10, 2017 at 04:56:48PM -0800, Bart Van Assche wrote:
> Almost all changes in this patch except the removal of local variables
> that became superfluous and the actual removal of the ib_dma_map_*()
> functions have been generated as follows:
>
> git grep -lE 'ib_(sg_|)dma_' |
> xargs -d\\n \
> sed -i -e 's/\([^[:alnum:]_]\)ib_dma_\([^(]*\)(\&\([^,]\+\),/\1dma_\2(\3.dma_device,/g' \
> -e 's/\([^[:alnum:]_]\)ib_dma_\([^(]*\)(\([^,]\+\),/\1dma_\2(\3->dma_device,/g' \
> -e 's/ib_sg_dma_\(len\|address\)(\([^,]\+\), /sg_dma_\1(/g'
>
> Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
> Reviewed-by: Christoph Hellwig <hch@lst.de>
> Cc: Andreas Dilger <andreas.dilger@intel.com>
> Cc: Anna Schumaker <anna.schumaker@netapp.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: Eric Van Hensbergen <ericvh@gmail.com>
> Cc: James Simmons <jsimmons@infradead.org>
> Cc: Latchesar Ionkov <lucho@ionkov.net>
> Cc: Oleg Drokin <oleg.drokin@intel.com>
> Cc: Ron Minnich <rminnich@sandia.gov>
> Cc: Trond Myklebust <trond.myklebust@primarydata.com>
> Cc: devel@driverdev.osuosl.org
> Cc: linux-nfs@vger.kernel.org
> Cc: linux-nvme@lists.infradead.org
> Cc: linux-rdma@vger.kernel.org
> Cc: lustre-devel@lists.lustre.org
> Cc: netdev@vger.kernel.org
> Cc: rds-devel@oss.oracle.com
> Cc: target-devel@vger.kernel.org
> Cc: v9fs-developer@lists.sourceforge.net
> ---
> drivers/infiniband/core/mad.c | 28 +--
> drivers/infiniband/core/rw.c | 30 ++-
> drivers/infiniband/core/umem.c | 4 +-
> drivers/infiniband/core/umem_odp.c | 6 +-
> drivers/infiniband/hw/mlx4/cq.c | 2 +-
> drivers/infiniband/hw/mlx4/mad.c | 28 +--
> drivers/infiniband/hw/mlx4/mr.c | 4 +-
> drivers/infiniband/hw/mlx4/qp.c | 10 +-
> drivers/infiniband/hw/mlx5/mr.c | 4 +-
For mlx5 and mlx4 parts.
Acked-by: Leon Romanovsky <leonro@mellanox.com>
Thanks
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-12 13:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170111005648.14988-1-bart.vanassche@sandisk.com>
[not found] ` <20170111005648.14988-10-bart.vanassche@sandisk.com>
2017-01-12 11:45 ` [PATCH 9/9] treewide: Inline ib_dma_map_*() functions Sagi Grimberg
2017-01-12 13:09 ` Leon Romanovsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox