]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: Introduce netif_xmit_timeout_ms() helper
authorShahar Shitrit <shshitrit@nvidia.com>
Mon, 12 Jan 2026 09:16:21 +0000 (11:16 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 15 Jan 2026 10:55:05 +0000 (11:55 +0100)
commitcfbc8b6babf24ab252b6b5db936adbb5f3ca45dd
treed8bc0f027c0dca4289f5b5b793c09029c43e81e2
parentcc75d43783f74fe0a1c288aba9e6ac55f1444977
net: Introduce netif_xmit_timeout_ms() helper

Introduce a new helper function netif_xmit_timeout_ms() to check
if a TX queue is stopped and has timed out and report the timeout
duration. This makes the timeout logic reusable, and will be used
in several places in subsequent patches.

Signed-off-by: Shahar Shitrit <shshitrit@nvidia.com>
Reviewed-by: Yael Chemla <ychemla@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/1768209383-1546791-2-git-send-email-tariqt@nvidia.com
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/net/netdev_queues.h