1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/qlogic/qede
Jakub Kicinski b48b89f9c1 net: drop the weight argument from netif_napi_add
We tell driver developers to always pass NAPI_POLL_WEIGHT
as the weight to netif_napi_add(). This may be confusing
to newcomers, drop the weight argument, those who really
need to tweak the weight can use netif_napi_add_weight().

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for CAN
Link: https://lore.kernel.org/r/20220927132753.750069-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-09-28 18:57:14 -07:00
..
Makefile net: qede: update copyright years 2020-06-30 15:51:40 -07:00
qede.h ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
qede_dcbnl.c net: qede: update copyright years 2020-06-30 15:51:40 -07:00
qede_ethtool.c net: ethernet: move from strlcpy with unused retval to strscpy 2022-08-31 14:11:26 -07:00
qede_filter.c ethernet: constify references to netdev->dev_addr in drivers 2021-10-14 09:22:11 -07:00
qede_fp.c net: add skb_[inner_]tcp_all_headers helpers 2022-07-02 16:22:25 +01:00
qede_main.c net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
qede_ptp.c qede: Reduce verbosity of ptp tx timestamp 2022-04-30 13:55:03 +01:00
qede_ptp.h net: qede: update copyright years 2020-06-30 15:51:40 -07:00
qede_rdma.c net: qede: Use list_for_each_entry() to simplify code 2021-06-08 16:31:24 -07:00