]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rds: remove the _reuse_ rds ib pool statistics
authorWengang Wang <wen.gang.wang@oracle.com>
Tue, 10 Nov 2015 02:43:38 +0000 (10:43 +0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 13 Nov 2015 17:10:29 +0000 (09:10 -0800)
commit177c47ac4058db2c530bd35e8c07b3861a7fd244
treef0e460c596e47b6a1806bbececb2dc65bba8d2ca
parentd2cf3024d699dd0332ae30f2a97ce059713bee16
rds: remove the _reuse_ rds ib pool statistics

Orabug: 22124214
fix a regress introduced by ceb99ba579a769f4e02375a3d52e36f44ae5f27f

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 <santosh.shilimkar@oracle.com>
Acked-by: Ajaykumar Hotchandani <ajaykumar.hotchandani@oracle.com>
Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
net/rds/ib.h
net/rds/ib_rdma.c