cns3xxx: ethernet - clean up tx descs only when needed
authorFelix Fietkau <nbd@openwrt.org>
Thu, 27 Feb 2014 23:02:43 +0000 (23:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 27 Feb 2014 23:02:43 +0000 (23:02 +0000)
commitcad7ddfdc02df0c36e44aca9e3cb6e29769e0f7f
tree47a03bb4681f97ad197b6b6d1778dab0221d6f29
parentcc53fad0065de6422d7a8ff8104fd6769513811c
cns3xxx: ethernet - clean up tx descs only when needed

We already clean up tx descriptors in the napi eth_poll() function so it
would likely be rare to run out of available descriptors in eth_xmit. Thus
we can clean them up only when needed and return busy only when we
still don't have enough.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39762 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/cns3xxx/files/drivers/net/ethernet/cavium/cns3xxx_eth.c