Unroll by 30.

This commit is contained in:
Christian Deacon
2025-03-23 20:47:27 -04:00
parent 0c77037537
commit b1bb658a58

View File

@@ -324,7 +324,7 @@ int xdp_prog_main(struct xdp_md *ctx)
int action = 0;
u64 block_time = 1;
#pragma unroll
#pragma unroll 30
for (int i = 0; i < MAX_FILTERS; i++)
{
u32 key = i;