Re: [ovs-dev] [PATCH v2 1/3] netdev-dummy: Allocate dummy_packet_stream on cacheline boundary

2023-01-18 Thread Ilya Maximets
On 1/11/23 16:56, Mike Pattrick wrote: > UB Sanitizer report: > > lib/netdev-dummy.c:197:15: runtime error: member access within > misaligned address 0x0217a7f0 for type 'struct > dummy_packet_stream', which requires 64 byte alignment > ^ > #0 dummy_packet_stream_init lib/net

[ovs-dev] [PATCH v2 1/3] netdev-dummy: Allocate dummy_packet_stream on cacheline boundary

2023-01-11 Thread Mike Pattrick
UB Sanitizer report: lib/netdev-dummy.c:197:15: runtime error: member access within misaligned address 0x0217a7f0 for type 'struct dummy_packet_stream', which requires 64 byte alignment ^ #0 dummy_packet_stream_init lib/netdev-dummy.c:197 #1 dummy_packet_stream_create lib