Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934965AbcJFU4N (ORCPT ); Thu, 6 Oct 2016 16:56:13 -0400 Received: from mga05.intel.com ([192.55.52.43]:50407 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933401AbcJFU4H (ORCPT ); Thu, 6 Oct 2016 16:56:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,454,1473145200"; d="scan'208";a="1041335045" Subject: Re: [PATCH] lib/raid6: Add AVX2 optimized xor_syndrome functions To: Shaohua Li , Gayatri Kammela References: <1475259289-14205-1-git-send-email-gayatri.kammela@intel.com> <20161005231113.GA2804@kernel.org> Cc: linux-raid@vger.kerenl.org, linux-kernel@vger.kernel.org, ravi.v.shankar@intel.com, Yuanhan Liu , Fenghua Yu From: "H. Peter Anvin" Message-ID: <18ad74b1-c027-c08a-e77d-989709c54710@linux.intel.com> Date: Thu, 6 Oct 2016 13:56:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161005231113.GA2804@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 434 Lines: 13 On 10/05/16 16:11, Shaohua Li wrote: > On Fri, Sep 30, 2016 at 11:14:49AM -0700, Gayatri Kammela wrote: >> Implement the AVX2 optimization of RAID6 xor_syndrome functions which is >> simply based on sse2.c written by hpa. > > Applied, thanks! Could you please add xor_syndrome for sse1/mmx too? > Not that it would be a bad thing to have, but do you think anyone actually cares? We are talking hardware over a decade old. -hpa