Yoshiki Komachi wrote: > This patch applies new flag (FLOW_DISSECTOR_KEY_PORTS_RANGE) and > field (tp_range) to BPF flow dissector to generate appropriate flow > keys when classified by specified port ranges. > > Fixes: 8ffb055beae5 ("cls_flower: Fix the behavior using port ranges with hw-offload") > Signed-off-by: Yoshiki Komachi <komachi.yoshiki@xxxxxxxxx> > --- > net/core/flow_dissector.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c > index 2dbbb03..cc32d1d 100644 LGTM Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>