From: David S. Miller Date: Sun, 8 May 2022 10:33:57 +0000 (+0100) Subject: Merge branch 'switch-drivers-to-netif_napi_add_weight' X-Git-Tag: v6.1-rc5~1274^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f88af22521db8602c68dc7b38b3b1189a6ec0ba;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 9f88af22521db8602c68dc7b38b3b1189a6ec0ba