🎈 perf(packet_io_stat): cacheline aligned struct
This commit is contained in:
@@ -9,7 +9,7 @@ extern "C"
|
||||
|
||||
#include "macro.h"
|
||||
|
||||
struct packet_io_stat
|
||||
struct __attribute__((aligned(64))) packet_io_stat
|
||||
{
|
||||
// device packet
|
||||
uint64_t dev_rx_pkts;
|
||||
|
||||
Reference in New Issue
Block a user