]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: drop unnecessary fallback to ioctl for tx queue length main
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 28 Jul 2026 21:31:22 +0000 (14:31 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 28 Jul 2026 21:31:22 +0000 (14:31 -0700)
commitfaceb3260ab264402ac7515538f1bb73179f6b08
treeb1c18dd34ebd693c5670cd61b74499f866103040
parent5696fee4c69fe3cc12e8cc821630633f616db8e2
ip: drop unnecessary fallback to ioctl for tx queue length

Kernel has been reporting TxQ length with netlink since
the 2.5 so the ioctl path is dead code.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipaddress.c