You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: announce changes in structure alignments for UBSan
As part of the effort to limit undefined behaviors in DPDK code,
some structure alignments revealed not to be accurate enough.
At the moment two structures have been identified but others may be
found while running more parts of DPDK with UBSan.
Though the calling code can explicitly request alignment,
we would prefer to put the alignment constraints as part of the
structure definition itself.
Such changes are ABI breakages.
Signed-off-by: David Marchand <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
Acked-by: Morten Brørup <[email protected]>
Acked-by: Konstantin Ananyev <[email protected]>
0 commit comments