X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_2_2.rst;h=59dda59bc6f23d5462199780638adc1207b224ac;hb=03e5ff41ceb57209ca2908b4eae5bb8dd212f6b4;hp=c5d92eaba37e4f8b9c0d68195d884950e1380b86;hpb=761f5a568050405a07f5b7dea6aa8a5fe8d2447f;p=dpdk.git diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index c5d92eaba3..59dda59bc6 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -162,12 +162,6 @@ Drivers Fixed issue when releasing null control queue. -* **hash: Fixed thread scaling by reducing contention.** - - Fixed issue in hash library where, using multiple cores with - hardware transactional memory support, thread scaling did not work, - due to the global ring that is shared by all cores. - Libraries ~~~~~~~~~ @@ -183,6 +177,12 @@ Libraries key was not added in the table and the key was looked up, resulting in an incorrect hit. +* **hash: Fixed thread scaling by reducing contention.** + + Fixed issue in hash library where, using multiple cores with + hardware transactional memory support, thread scaling did not work, + due to the global ring that is shared by all cores. + Examples ~~~~~~~~