Sindhu Devale

Results 2 issues of Sindhu Devale

In ctx_alloc_credit function in perftest_resources.c file, ctrl_buf is allocated a size of user_param->num_of_qps however it is being memset to a size of buf_size: ALLOCATE(ctx->ctrl_buf,uint32_t,user_param->num_of_qps); memset(&ctx->ctrl_buf[0],0,buf_size); Fix this by allocating the...

Pandoc is removed in RHEL 9.0 and no longer a build requirement. Reflect this in the spec file. Signed-off-by: Shiraz Saleem Signed-off-by: Tatyana Nikolova Signed-off-by: Sindhu-Devale