]> asedeno.scripts.mit.edu Git - linux.git/commit
net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 12 Jan 2017 20:09:09 +0000 (12:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Jan 2017 17:19:07 +0000 (12:19 -0500)
commit148d3d021cf9724fcf189ce4e525a094bbf5ce89
treec6d987671822dc7838d99c79e155e45a3d301e7f
parent7aa4865506a26c607e00bd9794a85785b55ebca7
net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim

The __bcm_sysport_tx_reclaim() function is used to reclaim transmit
resources in different places within the driver. Most of them should
not affect the state of the transit flow control.

Introduce bcm_sysport_tx_clean() which cleans the ring, but does not
re-enable flow control towards the networking stack, and make
bcm_sysport_tx_reclaim() do the actual transmit queue flow control.

Fixes: 80105befdb4b ("net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c