Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 14 Feb 2025 21:58:28 +0100 you wrote:
Introduce tests to verify the correct functionality of the SO_RCVMARK and SO_RCVPRIORITY socket options.
Key changes include:
- so_rcv_listener.c: Implements a receiver application to test the correct
behavior of the SO_RCVMARK and SO_RCVPRIORITY options.
- test_so_rcv.sh: Provides a shell script to automate testing for these options.
- Makefile: Integrates test_so_rcv.sh into the kernel selftests.
[...]
Here is the summary with links: - [net-next,v3] selftests: net: add support for testing SO_RCVMARK and SO_RCVPRIORITY https://git.kernel.org/netdev/net-next/c/c935af429ec2
You are awesome, thank you!