commit | ddd0ca5d60b350bbfbfb60b25885a9779ce6d6c7 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Mar 13 12:11:07 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 13 15:52:31 2015 -0400 |
tree | 974239fd13e2133fedb00e2096adfca16983440b | |
parent | ae67bf0188cbb9d1786bdfcca9e1976cb36ee327 [diff] |
net: bcmgenet: add support for xmit_more Delay the update of the TDMA producer index unless this is the last SKB in a batch, or the queue is already stopped. Move the check for whether the queue should be stopped before the xmit_more check to avoid locking the transmit queue in case there was a SKB submitted which has xmit_more set. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>