From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Subject: Re: [PATCH v6 0/8] Raid: enable talitos xor offload for improving performance Date: Mon, 6 Aug 2012 20:35:06 -0500 Message-ID: <20120806203506.bcf31cc63a2d1f55a9695f13@freescale.com> References: <1344247815-1104-1-git-send-email-qiang.liu@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: arnd@arndb.de, vinod.koul@intel.com, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, dan.j.williams@gmail.com, herbert@gondor.hengli.com.au, linux-crypto@vger.kernel.org, dan.j.williams@intel.com, linuxppc-dev@lists.ozlabs.org To: Return-path: In-Reply-To: <1344247815-1104-1-git-send-email-qiang.liu@freescale.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" List-Id: linux-crypto.vger.kernel.org On Mon, 6 Aug 2012 18:10:15 +0800 wrote: > Changes in v6: > - swap the order of original patch 3/6 and 4/6; > - merge Ira's patch to reduce the size of original patch; > - merge Ira's patch of carma in 8/8; > - update documents and descriptions according to Ira's advice; fwiw, I gave v5 a test-drive, setting up a RAID5 array on ramdisks [1], and this patchseries, along with FSL_DMA && NET_DMA set seems to be holding water, so this series gets my: Tested-by: Kim Phillips Thanks, Kim [1] mdadm --create --verbose --force /dev/md0 --level=raid5 --raid-devices=4 /dev/ram[0123] From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757202Ab2HGBh6 (ORCPT ); Mon, 6 Aug 2012 21:37:58 -0400 Received: from [65.55.88.13] ([65.55.88.13]:55600 "EHLO tx2outboundpool.messaging.microsoft.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1757149Ab2HGBh4 (ORCPT ); Mon, 6 Aug 2012 21:37:56 -0400 X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-SpamScore: -2 X-BigFish: VS-2(zz98dI4015Izz1202hzz8275bhz2dh2a8h668h839h944hd24he5bhf0ah107ah) Date: Mon, 6 Aug 2012 20:35:06 -0500 From: Kim Phillips To: CC: , , , , , , , , , Subject: Re: [PATCH v6 0/8] Raid: enable talitos xor offload for improving performance Message-ID: <20120806203506.bcf31cc63a2d1f55a9695f13@freescale.com> In-Reply-To: <1344247815-1104-1-git-send-email-qiang.liu@freescale.com> References: <1344247815-1104-1-git-send-email-qiang.liu@freescale.com> Organization: Freescale Semiconductor, Inc. X-Mailer: Sylpheed 3.2.0beta5 (GTK+ 2.24.10; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Aug 2012 18:10:15 +0800 wrote: > Changes in v6: > - swap the order of original patch 3/6 and 4/6; > - merge Ira's patch to reduce the size of original patch; > - merge Ira's patch of carma in 8/8; > - update documents and descriptions according to Ira's advice; fwiw, I gave v5 a test-drive, setting up a RAID5 array on ramdisks [1], and this patchseries, along with FSL_DMA && NET_DMA set seems to be holding water, so this series gets my: Tested-by: Kim Phillips Thanks, Kim [1] mdadm --create --verbose --force /dev/md0 --level=raid5 --raid-devices=4 /dev/ram[0123]