Re: [net-next 00/10] net: create dynamic software irq moderation library

2018-01-05 Thread Andy Gospodarek
On Fri, Jan 05, 2018 at 10:14:43AM +0200, Tal Gilboa wrote: > Thanks Andy for your hard work. Looks great overall! > > On 1/4/2018 10:21 PM, Andy Gospodarek wrote: > > From: Andy Gospodarek > > > > This converts the dynamic interrupt moderation library from the mlx5_en > > driver > > into a lib

Re: [net-next 00/10] net: create dynamic software irq moderation library

2018-01-05 Thread Tal Gilboa
Thanks Andy for your hard work. Looks great overall! On 1/4/2018 10:21 PM, Andy Gospodarek wrote: From: Andy Gospodarek This converts the dynamic interrupt moderation library from the mlx5_en driver into a library so it can be used by any driver. The penultimatepatch in this Had to look up "

Re: [net-next 00/10] net: create dynamic software irq moderation library

2018-01-04 Thread Andy Gospodarek
On Thu, Jan 04, 2018 at 10:37:37PM +0200, Or Gerlitz wrote: > > net/mlx5e: move interrupt moderation structs to new file > > net/mlx5e: move interrupt moderation forward declarations > > net/mlx5e: remove rq references in mlx5e_rx_am > > net/mlx5e: move AM logic enums > > net/mlx5e: move

Re: [net-next 00/10] net: create dynamic software irq moderation library

2018-01-04 Thread Saeed Mahameed
On 1/4/2018 12:21 PM, Andy Gospodarek wrote: From: Andy Gospodarek This converts the dynamic interrupt moderation library from the mlx5_en driver into a library so it can be used by any driver. The penultimatepatch in this set adds support for interrupt moderation in the bnxt_en driver and t

Re: [net-next 00/10] net: create dynamic software irq moderation library

2018-01-04 Thread Or Gerlitz
> net/mlx5e: move interrupt moderation structs to new file > net/mlx5e: move interrupt moderation forward declarations > net/mlx5e: remove rq references in mlx5e_rx_am > net/mlx5e: move AM logic enums > net/mlx5e: move generic functions to new file > net/mlx5e: change Mellanox reference

[net-next 00/10] net: create dynamic software irq moderation library

2018-01-04 Thread Andy Gospodarek
From: Andy Gospodarek This converts the dynamic interrupt moderation library from the mlx5_en driver into a library so it can be used by any driver. The penultimatepatch in this set adds support for interrupt moderation in the bnxt_en driver and the last patch creates an entry in the MAINTAINERS