Skip to content
Commit 9f88af22 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'switch-drivers-to-netif_napi_add_weight'



Jakub Kicinski says:

====================
net: switch drivers to netif_napi_add_weight()

The minority of drivers pass a custom weight to netif_napi_add().
Switch those away to the new netif_napi_add_weight(). All drivers
(which can go thru net-next) calling netif_napi_add() will now
be calling it with NAPI_POLL_WEIGHT or 64.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 8fc0b699 6f83cb8c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment