Skip to content

Commit

Permalink
add memory alignment for ARM32 (#4208) (#4401)
Browse files Browse the repository at this point in the history
Co-authored-by: Daiki AMINAKA <[email protected]>
  • Loading branch information
liveans and ami-GS authored Jul 16, 2024
1 parent c3acdfe commit 0d7f76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/datapath_epoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ typedef struct DATAPATH_RX_IO_BLOCK {

} DATAPATH_RX_IO_BLOCK;

typedef struct DATAPATH_RX_PACKET {
typedef struct __attribute__((aligned(16))) DATAPATH_RX_PACKET {
//
// The IO block that owns the packet.
//
Expand Down

0 comments on commit 0d7f76a

Please sign in to comment.