commit | 2e26efb384d8a38ac62dc7022cff448cf54b80ee | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Tue Jul 05 15:58:57 2022 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 15 16:43:21 2022 +0800 |
tree | 2b8760be416444cd08585ba8ae5e40f7c9526e3b | |
parent | 1d5390a33a4b54b2129316656792d55755a03d06 [diff] |
crypto: caam/qi2 - switch to netif_napi_add_tx_weight() caam has its own special NAPI weights. It's also a crypto device so presumably it can't be used for packet Rx. Switch to the (new) correct API. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>