mbox series

[net,0/2] ipv4: Fix incorrect TOS in route get reply

Message ID 20240715142354.3697987-1-idosch@nvidia.com (mailing list archive)
Headers show
Series ipv4: Fix incorrect TOS in route get reply | expand

Message

Ido Schimmel July 15, 2024, 2:23 p.m. UTC
Two small fixes for incorrect TOS in route get reply. See more details
in the commit messages.

No regressions in FIB tests:

 # ./fib_tests.sh
 [...]
 Tests passed: 218
 Tests failed:   0

Ido Schimmel (2):
  ipv4: Fix incorrect TOS in route get reply
  ipv4: Fix incorrect TOS in fibmatch route get reply

 include/net/ip_fib.h                     |  1 +
 net/ipv4/fib_trie.c                      |  1 +
 net/ipv4/route.c                         | 16 ++++++++--------
 tools/testing/selftests/net/fib_tests.sh | 24 ++++++++++++------------
 4 files changed, 22 insertions(+), 20 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 18, 2024, 9:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 15 Jul 2024 17:23:52 +0300 you wrote:
> Two small fixes for incorrect TOS in route get reply. See more details
> in the commit messages.
> 
> No regressions in FIB tests:
> 
>  # ./fib_tests.sh
>  [...]
>  Tests passed: 218
>  Tests failed:   0
> 
> [...]

Here is the summary with links:
  - [net,1/2] ipv4: Fix incorrect TOS in route get reply
    https://git.kernel.org/netdev/net/c/338bb57e4c2a
  - [net,2/2] ipv4: Fix incorrect TOS in fibmatch route get reply
    https://git.kernel.org/netdev/net/c/f036e68212c1

You are awesome, thank you!