commit | 1d311ad2f9fe5d75cf228372174170d0f435e3ef | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Wed Aug 13 10:29:41 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 13 20:04:46 2014 -0700 |
tree | e1ceb11d8f5ea8602b970baac8475735dd88eda9 | |
parent | adddc32d6fde82156c779997f928865100542e55 [diff] |
sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx path At the tail of vnet_event(), if we hit the maybe_tx_wakeup() condition, we try to take the netif_tx_lock() in the recv-interrupt-context and can deadlock with dev_watchdog(). vnet_event() should schedule maybe_tx_wakeup() as a tasklet to avoid this deadlock Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>