Re: [PATCH rfc 0/5] generic adaptive IRQ moderation library for I/O devices
From: Or Gerlitz <hidden>
Date: 2018-02-06 11:34:21
Also in:
linux-rdma
From: Or Gerlitz <hidden>
Date: 2018-02-06 11:34:21
Also in:
linux-rdma
On Tue, Feb 6, 2018 at 11:25 AM, Sagi Grimberg [off-list ref] wrote:
Hey Or,quoted
not any more, Andy and Tal made the mlx5 AM code a kernel library which is called DIM f4e5f0e MAINTAINERS: add entry for Dynamic Interrupt Moderation 6a8788f bnxt_en: add support for software dynamic interrupt moderation 8115b75 net/dim: use struct net_dim_sample as arg to net_dim 4c4dbb4 net/mlx5e: Move dynamic interrupt coalescing code to include/linux 9a31742 net/mlx5e: Change Mellanox references in DIM code b9c872f net/mlx5e: Move generic functions to new file f5e7f67 net/mlx5e: Move AM logic enums 138968e net/mlx5e: Remove rq references in mlx5e_rx_am f58ee09 net/mlx5e: Move interrupt moderation forward declarations 98dd1ed net/mlx5e: Move interrupt moderation structs to new file can you make use of that? cc-ing them in case you have questions/commentsThanks a lot for the pointer, I'm not following net-next regularly. This seems to be a copy of the mlx5 code.
Just to make it clear, the code was moved to a library and not copied... so there's single instance of the code upstream and lets try to find a way for your use case to take advantage of it possibly under some modifications.