From: Herbert Xu Subject: Re: [PATCH v6 05/14] crypto: marvell/CESA: add TDMA support Date: Wed, 17 Jun 2015 20:25:33 +0800 Message-ID: <20150617122533.GA13185@gondor.apana.org.au> References: <1434527142-3609-1-git-send-email-boris.brezillon@free-electrons.com> <1434527142-3609-6-git-send-email-boris.brezillon@free-electrons.com> <20150617095001.GA11538@gondor.apana.org.au> <20150617133324.1ee6ad55@bbrezillon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , linux-crypto@vger.kernel.org, Arnaud Ebalard , Tawfik Bayouk , Lior Amsalem , Nadav Haklai , Eran Ben-Avi , Thomas Petazzoni , Gregory CLEMENT , Jason Cooper , Sebastian Hesselbarth , Andrew Lunn , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jason Gunthorpe , Imre Kaloz To: Boris Brezillon Return-path: Received: from helcar.hengli.com.au ([209.40.204.226]:41424 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753366AbbFQM00 (ORCPT ); Wed, 17 Jun 2015 08:26:26 -0400 Content-Disposition: inline In-Reply-To: <20150617133324.1ee6ad55@bbrezillon> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Wed, Jun 17, 2015 at 01:33:24PM +0200, Boris Brezillon wrote: > > Actually, I think I don't need to save the dma_map_sg return val, since > I'm using the sg_next function to iterate over the scatterlist. Am I > right ? > IOW, is the ->map_sg() function (in dma_map_ops) supposed to merge the > contiguous entries and then flag the unused entries with the is_chain > flag ? Right. If you're simply using sg_dma_length in conjunction with sg_next then you don't need the new length. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt