From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754224AbcIILdG (ORCPT ); Fri, 9 Sep 2016 07:33:06 -0400 Received: from mga03.intel.com ([134.134.136.65]:44800 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753299AbcIILdD (ORCPT ); Fri, 9 Sep 2016 07:33:03 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,304,1470726000"; d="scan'208";a="1053584760" Date: Fri, 9 Sep 2016 17:11:17 +0530 From: Vinod Koul To: Nicolin Chen Cc: linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, dan.j.williams@intel.com Subject: Re: [PATCH] dmaengine: dmatest: Apply copy_align to DMA_SG as well Message-ID: <20160909114117.GN9355@localhost> References: <1473297868-26787-1-git-send-email-nicoleotsuka@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473297868-26787-1-git-send-email-nicoleotsuka@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 07, 2016 at 06:24:28PM -0700, Nicolin Chen wrote: > The DMA_SG is still a type of memory copy operation that should > conform the hardware restriction. So this patch just applies the > copy_align to DMA_SG as well. Applied, thanks -- ~Vinod