Skip to content

Commit

Permalink
add memory alignment for ARM32 (#4208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Apr 15, 2024
1 parent a80ca97 commit 75d8ae4
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 75d8ae4

Please sign in to comment.