diff options
author | 2014-06-05 10:22:15 -0700 | |
---|---|---|
committer | 2014-06-05 15:36:54 -0700 | |
commit | d8498088cf466483093c9a29121e3833e7923287 (patch) | |
tree | 04e2c004671adb5d276b7c6d6f7d706b0f889c75 /drivers/net/ethernet/amd/xgbe/xgbe-dev.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next (diff) | |
download | linux-dev-d8498088cf466483093c9a29121e3833e7923287.tar.xz linux-dev-d8498088cf466483093c9a29121e3833e7923287.zip |
net: systemport: fix transmit locking scheme
Our transmit locking scheme did not account for the TX ring full
interrupt. If a TX ring full interrupt fires while we are attempting to
transmit, we will cause a deadlock to occur. Fix this by making sure
that we properly disable interrupts while acquiring the spinlock.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/amd/xgbe/xgbe-dev.c')
0 files changed, 0 insertions, 0 deletions