Align filters structure by 8 bytes to per-CPU map.

This commit is contained in:
Christian Deacon
2023-12-12 23:38:57 +00:00
parent 8930d8f7ed
commit 69f7456423

View File

@@ -128,7 +128,7 @@ struct filter
struct tcpopts tcpopts; struct tcpopts tcpopts;
struct udpopts udpopts; struct udpopts udpopts;
struct icmpopts icmpopts; struct icmpopts icmpopts;
}; } __attribute__((__aligned__(8)));
struct stats struct stats
{ {