]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'switch-drivers-to-netif_napi_add_weight'
authorDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2022 10:33:57 +0000 (11:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2022 10:33:57 +0000 (11:33 +0100)
commitf288d55323b50e7b2a65b8823faf05870af96ba8
treeeb88fda00790024bd1dfc61db670cd9f638b7f48
parente1405b80046e5f525ade9ee9e8b441dd364ce6b0
parentc768a754d6ebc0c92fdbe7c0b6abd9cd6e36e208
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: David S. Miller <davem@davemloft.net>