diff options
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | 2014-08-13 10:29:41 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-13 23:04:46 -0400 |
commit | 1d311ad2f9fe5d75cf228372174170d0f435e3ef (patch) | |
tree | e1ceb11d8f5ea8602b970baac8475735dd88eda9 /drivers/net/ethernet/seeq | |
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>
Diffstat (limited to 'drivers/net/ethernet/seeq')
0 files changed, 0 insertions, 0 deletions