🎈 perf(packet_io_stat): cacheline aligned struct

This commit is contained in:
yangwei
2024-08-01 02:42:53 +08:00
committed by luwenpeng
parent 3a7cb200ea
commit 2ff76d6598

View File

@@ -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;