linux kernel - When will network stack will stop tx queue of netdev -


i see network stack stopping tx queue of netdev, not sure when , why causing.

on use cases, network stack call netif_stop_queue(). pointer great.


  2942 static inline void netif_stop_queue(struct net_device *dev)   2943 {   2944         netif_tx_stop_queue(netdev_get_tx_queue(dev, 0));   2945 } 


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -