On Tue, Sep 27, 2022 at 6:28 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > 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(). > > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Sure, but this kind of patch makes backports harder. Not sure how confused are newcomers about this NAPI_POLL_WEIGHT....