Re: [PATCH] rdma/siw: select CONFIG_DMA_VIRT_OPS

2019-07-12 Thread Bernard Metzler
mann" , "Jason Gunthorpe" >, linux-r...@vger.kernel.org, >linux-kernel@vger.kernel.org >Subject: [EXTERNAL] [PATCH] rdma/siw: select CONFIG_DMA_VIRT_OPS > >Without this symbol we get a link failure: > >ERROR: "dma_virt_ops" [drivers/infiniband/sw/siw/s

[PATCH] rdma/siw: select CONFIG_DMA_VIRT_OPS

2019-07-12 Thread Arnd Bergmann
Without this symbol we get a link failure: ERROR: "dma_virt_ops" [drivers/infiniband/sw/siw/siw.ko] undefined! Fixes: bdcf26bf9b3a ("rdma/siw: network and RDMA core interface") Signed-off-by: Arnd Bergmann --- drivers/infiniband/sw/siw/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a