[DPDK/core Bug 1711] Warnings from unaligned access on 32 bit build
bugzilla at dpdk.org
bugzilla at dpdk.org
Thu May 22 22:33:32 CEST 2025
https://bugs.dpdk.org/show_bug.cgi?id=1711
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 at dpdk.org
Reporter: stephen at networkplumber.org
Target Milestone: ---
Created attachment 316
--> https://bugs.dpdk.org/attachment.cgi?id=316&action=edit
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:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250522/fe977f24/attachment.htm>
More information about the dev
mailing list