Bug ID 1711
Summary Warnings from unaligned access on 32 bit build
Product DPDK
Version unspecified
Hardware All
OS All
Status UNCONFIRMED
Severity minor
Priority Normal
Component core
Assignee dev@dpdk.org
Reporter stephen@networkplumber.org
Target Milestone ---

Created attachment 316 [details]
Build output with clang 32 bit

Building 32 bit with clang produces these warnings about atomic operations on 8
bit values that are not properly aligned.  Doing atomic on unaligned is
possible but slow on 32 bit x86 but may not work at all on other platforms like
Arm.
          


You are receiving this mail because: