]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
erasure-code: Pickup gf-complete v3 with runtime SIMD detection
authorBassam Tabbara <bassam.tabbara@quantum.com>
Tue, 20 Sep 2016 19:29:49 +0000 (12:29 -0700)
committerBassam Tabbara <bassam.tabbara@quantum.com>
Thu, 29 Sep 2016 17:34:33 +0000 (10:34 -0700)
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
.gitmodules
src/erasure-code/jerasure/CMakeLists.txt
src/erasure-code/jerasure/gf-complete

index 3cbe3b859caed331194554c2aa07d95e330b5b46..9e564a02dce86a57b3477bbaf16c9baa67120107 100644 (file)
@@ -11,7 +11,7 @@
 [submodule "src/erasure-code/jerasure/gf-complete"]
        path = src/erasure-code/jerasure/gf-complete
        url = https://github.com/ceph/gf-complete.git
-       branch = v2-ceph
+       branch = v3-ceph
 [submodule "src/rocksdb"]
        path = src/rocksdb
        url = https://github.com/ceph/rocksdb
index 36d61a4aa4efa860ef298a3209c5c5040d43a249..cf22a43d14d087409dcd9badfaef8e33ea4c2f6f 100644 (file)
@@ -16,6 +16,7 @@ set(jerasure_srcs
   jerasure/src/jerasure.c
   jerasure/src/liberation.c
   jerasure/src/reed_sol.c
+  gf-complete/src/gf_cpu.c
   gf-complete/src/gf_wgen.c
   gf-complete/src/gf_method.c
   gf-complete/src/gf_w16.c
index 9caeefbf2860e56a75502f4d3342deed5b5ba265..a6847973cba329ae079d3bd26341a4ec2906f012 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9caeefbf2860e56a75502f4d3342deed5b5ba265
+Subproject commit a6847973cba329ae079d3bd26341a4ec2906f012