diff options
author | Govindarajulu Varadarajan <_govind@gmx.com> | 2014-06-23 12:38:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-23 23:32:20 +0200 |
commit | 4cfe878537cec0e9c0f84b93cc6aa9526f6942b5 (patch) | |
tree | c3f002369ac3d8c478efb797561e9069f7c35f98 /crypto | |
parent | enic: add low latency socket busy_poll support (diff) | |
download | linux-4cfe878537cec0e9c0f84b93cc6aa9526f6942b5.tar.xz linux-4cfe878537cec0e9c0f84b93cc6aa9526f6942b5.zip |
enic: do tx cleanup in napi poll
Till now enic had been doing tx clean in isr.
Using napi infrastructure to move the tx clean up out of isr to softirq.
Now, wq isr schedules napi poll. In enic_poll_msix_wq we clean up the tx queus.
This is applicable only on MSIX. In INTx and MSI we use single napi to clean
both rx & tx queues.
Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions