From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751320AbdA1Kdk (ORCPT ); Sat, 28 Jan 2017 05:33:40 -0500 Received: from mail-qk0-f169.google.com ([209.85.220.169]:34623 "EHLO mail-qk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750814AbdA1Kdd (ORCPT ); Sat, 28 Jan 2017 05:33:33 -0500 MIME-Version: 1.0 In-Reply-To: <1483737256-18581-5-git-send-email-jgunthorpe@obsidianresearch.com> References: <1483737256-18581-1-git-send-email-jgunthorpe@obsidianresearch.com> <1483737256-18581-5-git-send-email-jgunthorpe@obsidianresearch.com> From: Moritz Fischer Date: Sat, 28 Jan 2017 11:33:31 +0100 Message-ID: Subject: Re: [PATCH v3 fpga 4/4] fpga zynq: Use the scatterlist interface To: Jason Gunthorpe Cc: Alan Tull , Linux Kernel Mailing List , linux-fpga@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jason, On Fri, Jan 6, 2017 at 10:14 PM, Jason Gunthorpe wrote: > This allows the driver to avoid a high order coherent DMA allocation > and memory copy. With this patch it can DMA directly from the kernel > pages that the bitfile is stored in. > > Since this is now a gather DMA operation the driver uses the ISR > to feed the chips DMA queue with each entry from the SGL. > > Signed-off-by: Jason Gunthorpe Acked-by: Moritz Fischer Thanks, Moritz