You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orabug: 22124214
fix a regress introduced by ceb99ba
The above commit introduced the two new statistics to rds_ib_statistics.
uint64_t s_ib_rdma_mr_1m_pool_reuse;
uint64_t s_ib_rdma_mr_8k_pool_reuse;
But didn't have rds-info changed accordingly thus rds-info gets shifted stats.
this removes these two stats.
Acked-by: Santosh Shilimkar <[email protected]>
Acked-by: Ajaykumar Hotchandani <[email protected]>
Signed-off-by: Wengang Wang <[email protected]>
0 commit comments