Bug 1374841 - Implement SIMD support on EC
Summary: Implement SIMD support on EC
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: disperse
Version: 3.9
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On: 1289922
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-09 19:41 UTC by Pranith Kumar K
Modified: 2016-11-23 07:30 UTC (History)
3 users (show)

Fixed In Version: glusterfs-3.9.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1289922
Environment:
Last Closed: 2016-11-23 07:30:04 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Pranith Kumar K 2016-09-09 19:41:42 UTC
+++ This bug was initially created as a clone of Bug #1289922 +++

Description of problem:

Make use of hardware SIMD support to speed up EC's computations.

Version-Release number of selected component (if applicable): mainline


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

--- Additional comment from Vijay Bellur on 2016-07-25 07:21:19 EDT ---

REVIEW: http://review.gluster.org/12837 (cluster/ec: Add support for hardware acceleration) posted (#6) for review on master by Xavier Hernandez (xhernandez)

--- Additional comment from Worker Ant on 2016-09-01 16:45:56 EDT ---

REVIEW: http://review.gluster.org/12837 (cluster/ec: Add support for hardware acceleration) posted (#7) for review on master by Xavier Hernandez (xhernandez)

--- Additional comment from Worker Ant on 2016-09-01 19:30:29 EDT ---

REVIEW: http://review.gluster.org/12837 (cluster/ec: Add support for hardware acceleration) posted (#8) for review on master by Pranith Kumar Karampuri (pkarampu)

--- Additional comment from Worker Ant on 2016-09-06 14:28:47 EDT ---

REVIEW: http://review.gluster.org/12837 (cluster/ec: Add support for hardware acceleration) posted (#9) for review on master by Pranith Kumar Karampuri (pkarampu)

--- Additional comment from Worker Ant on 2016-09-08 02:44:00 EDT ---

REVIEW: http://review.gluster.org/12837 (cluster/ec: Add support for hardware acceleration) posted (#10) for review on master by Xavier Hernandez (xhernandez)

--- Additional comment from Worker Ant on 2016-09-08 13:08:29 EDT ---

COMMIT: http://review.gluster.org/12837 committed in master by Pranith Kumar Karampuri (pkarampu) 
------
commit 593b7a83f7408e59ab7b3ef7dfc4fe4096d6e3cd
Author: Xavier Hernandez <xhernandez>
Date:   Tue Dec 1 11:50:54 2015 +0100

    cluster/ec: Add support for hardware acceleration
    
    This patch implements functionalities for fast encoding/decoding
    using hardware support. Currently optimized x86_64, SSE and AVX is
    added.
    
    Additionally this patch implements a caching mecanism for inverse
    matrices to reduce computation time, as well as a new method for
    computing the inverse that takes quadratic time instead of cubic.
    
    Finally some unnecessary memory copies have been eliminated to
    further increase performance.
    
    Change-Id: I26c75f26fb4201bd22b51335448ea4357235065a
    BUG: 1289922
    Signed-off-by: Xavier Hernandez <xhernandez>
    Reviewed-on: http://review.gluster.org/12837
    Tested-by: Pranith Kumar Karampuri <pkarampu>
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>
    Reviewed-by: Pranith Kumar Karampuri <pkarampu>

Comment 1 Worker Ant 2016-09-09 20:00:34 UTC
REVIEW: http://review.gluster.org/15455 (cluster/ec: Add support for hardware acceleration) posted (#1) for review on release-3.9 by Pranith Kumar Karampuri (pkarampu)

Comment 2 Worker Ant 2016-09-10 02:19:16 UTC
COMMIT: http://review.gluster.org/15455 committed in release-3.9 by Pranith Kumar Karampuri (pkarampu) 
------
commit 05505c86e02a01ccd4ba2752de2bea4ebd9385a6
Author: Xavier Hernandez <xhernandez>
Date:   Tue Dec 1 11:50:54 2015 +0100

    cluster/ec: Add support for hardware acceleration
    
    This patch implements functionalities for fast encoding/decoding
    using hardware support. Currently optimized x86_64, SSE and AVX is
    added.
    
    Additionally this patch implements a caching mecanism for inverse
    matrices to reduce computation time, as well as a new method for
    computing the inverse that takes quadratic time instead of cubic.
    
    Finally some unnecessary memory copies have been eliminated to
    further increase performance.
    
     >Change-Id: I26c75f26fb4201bd22b51335448ea4357235065a
     >BUG: 1289922
     >Signed-off-by: Xavier Hernandez <xhernandez>
     >Reviewed-on: http://review.gluster.org/12837
     >Tested-by: Pranith Kumar Karampuri <pkarampu>
     >Smoke: Gluster Build System <jenkins.org>
     >NetBSD-regression: NetBSD Build System <jenkins.org>
     >CentOS-regression: Gluster Build System <jenkins.org>
     >Reviewed-by: Pranith Kumar Karampuri <pkarampu>
    
    BUG: 1374841
    Change-Id: I83731663922ed11ca84536deab5737463416e1e0
    Signed-off-by: Pranith Kumar K <pkarampu>
    Reviewed-on: http://review.gluster.org/15455
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>

Comment 3 Aravinda VK 2016-10-27 05:22:06 UTC
glusterfs-3.9.0rc2 is released[1] and packages are available for different distributions[2] to test.

[1] http://www.gluster.org/pipermail/maintainers/2016-October/001601.html
[2] http://www.gluster.org/pipermail/maintainers/2016-October/001605.html and http://www.gluster.org/pipermail/maintainers/2016-October/001606.html


Note You need to log in before you can comment on or make changes to this bug.