netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/1] selftests: net: Add support for testing SO_RCVMARK and SO_RCVPRIORITY
@ 2025-01-29 14:36 Anna Emese Nyiri
  2025-01-29 14:36 ` [PATCH net-next 1/1] " Anna Emese Nyiri
  0 siblings, 1 reply; 7+ messages in thread
From: Anna Emese Nyiri @ 2025-01-29 14:36 UTC (permalink / raw)
  To: netdev
  Cc: fejes, edumazet, kuba, pabeni, willemb, idosch, davem, horms,
	shuah, linux-kselftest, Anna Emese Nyiri

After submitting the patch implementing the SO_RCVPRIORITY socket option
(https://lore.kernel.org/netdev/20241213084457.45120-5-annaemesenyiri@gmail.com),
it was requested to include a test for the functionality. As a first step, write 
a test that also validates the SO_RCVMARK value, since no existing test covers  
it. If this combined test is not suitable, I will provide a standalone
test specifically for SO_RCVPRIORITY and submit it separately.

Anna Emese Nyiri (1):
  add support for testing SO_RCVMARK and SO_RCVPRIORITY

 tools/testing/selftests/net/Makefile          |   1 +
 tools/testing/selftests/net/so_rcv_listener.c | 147 ++++++++++++++++++
 tools/testing/selftests/net/test_so_rcv.sh    |  56 +++++++
 3 files changed, 204 insertions(+)
 create mode 100644 tools/testing/selftests/net/so_rcv_listener.c
 create mode 100755 tools/testing/selftests/net/test_so_rcv.sh

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-02 16:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29 14:36 [PATCH net-next 0/1] selftests: net: Add support for testing SO_RCVMARK and SO_RCVPRIORITY Anna Emese Nyiri
2025-01-29 14:36 ` [PATCH net-next 1/1] " Anna Emese Nyiri
2025-01-29 20:05   ` Jakub Kicinski
2025-01-30 13:27     ` Anna Nyiri
2025-01-30 15:06     ` Willem de Bruijn
2025-01-30 15:15   ` Willem de Bruijn
2025-02-02 16:00   ` Ido Schimmel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).