From: Bassam Tabbara Date: Wed, 21 Sep 2016 13:47:08 +0000 (-0700) Subject: doc: Updated PendingReleaseNotes. X-Git-Tag: v11.0.1~44^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=421af3e21e7e1358c7108aac84f906dbc78e453d;p=ceph.git doc: Updated PendingReleaseNotes. Signed-off-by: Bassam Tabbara --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 6aabd1dbc5d6..dd19f2a7342b 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -51,4 +51,11 @@ development packages (lib*-dev) any more. As it is unneeded, and per https://wiki.debian.org/ReleaseGoals/LAFileRemoval and https://www.debian.org/doc/manuals/maint-guide/advanced.en.html, - we should remove them. \ No newline at end of file + we should remove them. + +* The jerasure and shec plugins can now detect SIMD instruction at runtime + and no longer need to be built for different processors. The following + plugins are now deprecated: jerasure_generic, jerasure_sse3, jerasure_sse4, + jerasure_neon, shec_generic, shec_sse3, shec_sse4, and shec_neon. If you use any + of these plugins directly you will see a warning in the mon log file. + Please switch to using just 'jerasure' or 'shec'.