From: Kim Phillips Subject: Re: [PATCH 1/3] crypto: caam: fix some compile warnings Date: Thu, 5 Mar 2015 18:38:14 -0600 Message-ID: <20150305183814.a8d8254e8fd99750f846317c@freescale.com> References: <1425365453-19358-1-git-send-email-yanjiang.jin@windriver.com> <1425365453-19358-2-git-send-email-yanjiang.jin@windriver.com> <20150303125953.8585904680288a9734566b42@freescale.com> <54F66EA3.7080506@windriver.com> <54F6909D.8040002@windriver.com> <54F6CA60.5030905@freescale.com> <20150304123419.7baecac7320d5b3483449dab@freescale.com> <54F801CD.7040706@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: , , To: Cristian Stoica Return-path: Received: from mail-by2on0104.outbound.protection.outlook.com ([207.46.100.104]:42016 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752592AbbCFAnc (ORCPT ); Thu, 5 Mar 2015 19:43:32 -0500 In-Reply-To: <54F801CD.7040706@freescale.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Thu, 5 Mar 2015 09:12:13 +0200 Cristian Stoica wrote: > On 03/04/2015 08:34 PM, Kim Phillips wrote: > > > I don't see how, e.g., for one, dma_map_sg is I/O TLB > > implementation-dependent. > > I'll need some remedial classes on this topic, but for the moment I > don't see how this matters for mapping sg chains. Can you share some > pointers? I think it's better the driver not depend on whether the dma_map_sg implementation supports chains, but you're welcome to try... Kim