Files
packages/libs/libpfring/patches/100-fix-compilation-warning.patch
John Thomson 29b1b8301a libpfring: update to 8.4.0
Release notes:
https://github.com/ntop/PF_RING/releases/tag/8.4.0

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
(cherry picked from commit 534bd518f3)
2024-06-07 03:21:46 +08:00

12 lines
329 B
Diff

--- a/kernel/pf_ring.c
+++ b/kernel/pf_ring.c
@@ -3902,7 +3902,7 @@ static int hash_pkt_cluster(ring_cluster
break;
}
/* else, fall through, because it's like 2-tuple for non-TCP packets */
-
+ fallthrough;
case cluster_per_flow_2_tuple:
case cluster_per_inner_flow_2_tuple:
flags |= mask_2_tuple;