1
0
Fork 0
alistair23-linux/lib/dim
Yamin Friedman f4915455dc linux/dim: Implement RDMA adaptive moderation (DIM)
RDMA DIM implements a different algorithm from net DIM and is based on
completions which is how we can implement interrupt moderation in RDMA.

The algorithm optimizes for number of completions and ratio between
completions and events. In order to avoid long latencies, the
implementation performs fast reduction of moderation level when the
traffic changes.

Signed-off-by: Yamin Friedman <yaminf@mellanox.com>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-07-08 16:37:21 -03:00
..
Makefile linux/dim: Implement RDMA adaptive moderation (DIM) 2019-07-08 16:37:21 -03:00
dim.c linux/dim: Add completions count to dim_sample 2019-06-25 13:46:40 -07:00
net_dim.c
rdma_dim.c linux/dim: Implement RDMA adaptive moderation (DIM) 2019-07-08 16:37:21 -03:00