mbox series

[net,0/4] flow_dissector: Fix handling of mixed port and port-range keys

Message ID 20250218043210.732959-1-xiyou.wangcong@gmail.com (mailing list archive)
Headers show
Series flow_dissector: Fix handling of mixed port and port-range keys | expand

Message

Cong Wang Feb. 18, 2025, 4:32 a.m. UTC
This patchset contains two fixes for flow_dissector handling of mixed
port and port-range keys, for both tc-flower case and bpf case. Each
of them also comes with a selftest.

---
Cong Wang (4):
  flow_dissector: Fix handling of mixed port and port-range keys
  selftests/net/forwarding: Add a test case for tc-flower of mixed port
    and port-range
  flow_dissector: Fix port range key handling in BPF conversion
  selftests/bpf: Add a specific dst port matching

 net/core/flow_dissector.c                     | 49 +++++++++++--------
 .../flow_dissector_classification.c           |  7 ++-
 .../net/forwarding/tc_flower_port_range.sh    | 46 +++++++++++++++++
 3 files changed, 81 insertions(+), 21 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 20, 2025, 3:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 17 Feb 2025 20:32:06 -0800 you wrote:
> This patchset contains two fixes for flow_dissector handling of mixed
> port and port-range keys, for both tc-flower case and bpf case. Each
> of them also comes with a selftest.
> 
> ---
> Cong Wang (4):
>   flow_dissector: Fix handling of mixed port and port-range keys
>   selftests/net/forwarding: Add a test case for tc-flower of mixed port
>     and port-range
>   flow_dissector: Fix port range key handling in BPF conversion
>   selftests/bpf: Add a specific dst port matching
> 
> [...]

Here is the summary with links:
  - [net,1/4] flow_dissector: Fix handling of mixed port and port-range keys
    https://git.kernel.org/netdev/net/c/3e5796862c69
  - [net,2/4] selftests/net/forwarding: Add a test case for tc-flower of mixed port and port-range
    https://git.kernel.org/netdev/net/c/dfc1580f960b
  - [net,3/4] flow_dissector: Fix port range key handling in BPF conversion
    https://git.kernel.org/netdev/net/c/69ab34f705fb
  - [net,4/4] selftests/bpf: Add a specific dst port matching
    https://git.kernel.org/netdev/net/c/15de6ba95dbe

You are awesome, thank you!