mbox series

[rdma-next,0/3] rdma: move to the new NAPI helpers

Message ID 20220705230208.924408-1-kuba@kernel.org (mailing list archive)
Headers show
Series rdma: move to the new NAPI helpers | expand

Message

Jakub Kicinski July 5, 2022, 11:02 p.m. UTC
I'm dropping the wight argument from netif_napi_add()
because most callers just want the default. This is
prep taking care of the few callers in RDMA.

Jakub Kicinski (3):
  IB/hfi1: switch to netif_napi_add_tx()
  IB/hfi1: switch to netif_napi_add_weight()
  ipoib: switch to netif_napi_add_weight()

 drivers/infiniband/hw/hfi1/ipoib_tx.c     | 4 +---
 drivers/infiniband/hw/hfi1/netdev_rx.c    | 2 +-
 drivers/infiniband/ulp/ipoib/ipoib_main.c | 6 ++++--
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

Leon Romanovsky July 17, 2022, 6:34 p.m. UTC | #1
On Tue, Jul 05, 2022 at 04:02:05PM -0700, Jakub Kicinski wrote:
> I'm dropping the wight argument from netif_napi_add()
> because most callers just want the default. This is
> prep taking care of the few callers in RDMA.
> 
> Jakub Kicinski (3):
>   IB/hfi1: switch to netif_napi_add_tx()
>   IB/hfi1: switch to netif_napi_add_weight()
>   ipoib: switch to netif_napi_add_weight()
> 
>  drivers/infiniband/hw/hfi1/ipoib_tx.c     | 4 +---
>  drivers/infiniband/hw/hfi1/netdev_rx.c    | 2 +-
>  drivers/infiniband/ulp/ipoib/ipoib_main.c | 6 ++++--
>  3 files changed, 6 insertions(+), 6 deletions(-)

Thanks, applied.

> 
> -- 
> 2.36.1
>