]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: drop test for IFLA_NUM_RX_QUEUES
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 10 Jun 2023 07:45:02 +0000 (16:45 +0900)
committerLennart Poettering <lennart@poettering.net>
Mon, 12 Jun 2023 07:37:11 +0000 (09:37 +0200)
commit2824385c4eb83842776528dc7440305b80137e53
tree9ffebcc28db8605f4965b4162a9ade980bbe0a83
parentd30d9bf0acbd8dce97299b7485691f6309810da6
test: drop test for IFLA_NUM_RX_QUEUES

The attribute is not included in the netlink message if the kernel
built with CONFIG_RPS disabled.

Fixes #27969.
src/libsystemd/sd-netlink/test-netlink.c