From: David S. Miller Date: Fri, 13 Dec 2019 05:39:14 +0000 (-0800) Subject: Merge branch 'netdev-ndo_tx_timeout-cleanup' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1f4782ae2457cdd5b0e4fa0c897b5c5883cc0392;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'netdev-ndo_tx_timeout-cleanup' Michael S. Tsirkin says: ==================== netdev: ndo_tx_timeout cleanup Yet another forward declaration I missed. Hopfully the last one ... A bunch of drivers want to know which tx queue triggered a timeout, and virtio wants to do the same. We actually have the info to hand, let's just pass it on to drivers. Note: tested with an experimental virtio patch by Julio. That patch itself isn't ready yet though, so not included. Other drivers compiled only. ==================== Signed-off-by: David S. Miller --- 1f4782ae2457cdd5b0e4fa0c897b5c5883cc0392