https://bugs.linaro.org/show_bug.cgi?id=1051

Bill Fischofer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
           Severity|major                       |normal
             Status|UNCONFIRMED                 |IN_PROGRESS
           Priority|---                         |Normal

--- Comment #1 from Bill Fischofer <[email protected]> ---
This bug is caused by the code failing to account for buffers requesting less
than 16 byte alignment when the lockless tagging assumes a minimum of 16 byte
alignment. Until a fix is posted, this bug can be avoided by ensuring that any
non-zero buf_align specified on odp_buffer_pool_create() has a minimum value of
16.  It is recommended that buf_align be specified as 0 to allow the
implementation to pick a default alignment, which will also avoid this bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to