From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Kukunas Subject: lib/raid6: SSSE3 optimized recovery functions Date: Fri, 16 Mar 2012 16:06:04 -0700 Message-ID: <1331939167-10787-1-git-send-email-james.t.kukunas@linux.intel.com> Return-path: Sender: linux-raid-owner@vger.kernel.org To: linux-raid@vger.kernel.org Cc: hpa@zytor.com List-Id: linux-raid.ids Hi Folks, The following patchset adds SSSE3 optimized recovery functions to RAID6. A technical description of the algorithm can be found at http://www.kernel.org/pub/linux/kernel/people/hpa/raid6.pdf Thanks.