commit | d64b5e85bfe2fe4c790abcbd16d9ae32391ddd7e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Nov 18 06:31:00 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 18 16:17:41 2015 -0500 |
tree | 3b15f27d6adbc7fbc1ed4dc605c30a577b50c1c6 | |
parent | 93f93a4404159ecf7e9148f5ad0718ec702ac4cb [diff] |
net: add netif_tx_napi_add() netif_tx_napi_add() is a variant of netif_napi_add() It should be used by drivers that use a napi structure to exclusively poll TX. We do not want to add this kind of napi in napi_hash[] in following patches, adding generic busy polling to all NAPI drivers. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>