mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
60c85e23be
netif_napi_add() will soon default to weight of 64 instead of requiring the user to specify that parameter. Most users already pass or should pass 64. Move the callers in staging to netif_napi_add_weight() which will keep the argument. This way we'll avoid a huge cross-tree conversion when argument is removed. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Link: https://lore.kernel.org/r/20220705225801.923601-1-kuba@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
ethernet-defines.h | ||
ethernet-mdio.c | ||
ethernet-mdio.h | ||
ethernet-mem.c | ||
ethernet-mem.h | ||
ethernet-rgmii.c | ||
ethernet-rx.c | ||
ethernet-rx.h | ||
ethernet-sgmii.c | ||
ethernet-spi.c | ||
ethernet-tx.c | ||
ethernet-tx.h | ||
ethernet-util.h | ||
ethernet.c | ||
Kconfig | ||
Makefile | ||
octeon-ethernet.h | ||
octeon-stubs.h | ||
TODO |