We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3acdfe commit 0d7f76aCopy full SHA for 0d7f76a
src/platform/datapath_epoll.c
@@ -76,7 +76,7 @@ typedef struct DATAPATH_RX_IO_BLOCK {
76
77
} DATAPATH_RX_IO_BLOCK;
78
79
-typedef struct DATAPATH_RX_PACKET {
+typedef struct __attribute__((aligned(16))) DATAPATH_RX_PACKET {
80
//
81
// The IO block that owns the packet.
82
0 commit comments