diff options
| author | 2017-02-05 16:11:59 -0500 | |
|---|---|---|
| committer | 2017-02-05 16:11:59 -0500 | |
| commit | bd092ad1463ca0990581fa992e12a9b0ed295d25 (patch) | |
| tree | 393a469e499e95a0fbc8eb22d6f1707bbb7053cb /include | |
| parent | Merge branch 'ipv6-Improve-user-experience-with-multipath-routes' (diff) | |
| parent | net: remove __napi_complete() (diff) | |
| download | linux-dev-bd092ad1463ca0990581fa992e12a9b0ed295d25.tar.xz linux-dev-bd092ad1463ca0990581fa992e12a9b0ed295d25.zip | |
Merge branch 'remove-__napi_complete_done'
Eric Dumazet says:
====================
net: get rid of __napi_complete()
This patch series removes __napi_complete() calls, in an effort
to make NAPI API simpler and generalize GRO and napi_complete_done()
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 6f18b509fb2f..014fbe256d55 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -463,7 +463,6 @@ static inline bool napi_reschedule(struct napi_struct *napi) return false; } -bool __napi_complete(struct napi_struct *n); bool napi_complete_done(struct napi_struct *n, int work_done); /** * napi_complete - NAPI processing complete |
