X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_19_08.rst;h=defbc5e27cbfcfaa102263529f3b0f758f193ff2;hb=2173f3333b61d243ee4745f79519e86478f38c4d;hp=a01712c9c3257da84e908c8290deb0df24e671fa;hpb=db90b4969e2e2e5df88fb993779bf6a03e9cae39;p=dpdk.git diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index a01712c9c3..defbc5e27c 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -56,6 +56,13 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Added MCS lock.** + + MCS lock provides scalability by spinning on a CPU/thread local variable + which avoids expensive cache bouncings. + It provides fairness by maintaining a list of acquirers and passing + the lock to each CPU/thread in the order they acquired the lock. + * **Updated the EAL Pseudo-random Number Generator.** The lrand48()-based rte_rand() function is replaced with a