linux-rdma/perftest

Why are rate_limit, burst_size and other parameters designed under "Rate Limiter"?

Opened this issue · 0 comments

Questions:

I have two questions for Rate Limiter:

    1. Why the HW rate limit is diabled?
    1. What is the point of setting rate limit under SW?

HW disabled

fprintf(stderr, "\x1b[31mThe QP failed to accept HW rate limit, providing SW rate limit \x1b[0m\n");

image

rate limit under SW

image