commit | 74840b83bd59ee51c591714470c6629ac18f424a | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@cavium.com> | Wed Jul 29 16:49:42 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 23:52:31 2015 -0700 |
tree | 5732034820e8d8f51b266e5747e7ba446c04df62 | |
parent | f8ce9666fa63da7e5afd9ff6e3221f86555621f3 [diff] |
net: thunderx: Wakeup TXQ only if CQE_TX are processed Previously TXQ is wakedup whenever napi is executed and irrespective of if any CQE_TX are processed or not. Added 'txq_stop' and 'txq_wake' counters to aid in debugging if there are any future issues. Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: Aleksey Makarov <aleksey.makarov@caviumnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>