]> git.baikalelectronics.ru Git - kernel.git/commit
net: rds: exchange of 8K and 1M pool
authorZhu Yanjun <yanjun.zhu@oracle.com>
Wed, 24 Apr 2019 06:56:42 +0000 (02:56 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 19:07:08 +0000 (12:07 -0700)
commitc8d7537254791d39b749e0524b959b06b3fcb660
tree9165eb637d041b983dbb92a4808191701b54fc2b
parent33f23a6d3d2c0e07435e53dad8389dd61dc76b4a
net: rds: exchange of 8K and 1M pool

Before the commit f9945a93ca2b ("RDS: IB: move FMR code to its own file"),
when the dirty_count is greater than 9/10 of max_items of 8K pool,
1M pool is used, Vice versa. After the commit f9945a93ca2b ("RDS: IB: move
FMR code to its own file"), the above is removed. When we make the
following tests.

Server:
  rds-stress -r 1.1.1.16 -D 1M

Client:
  rds-stress -r 1.1.1.14 -s 1.1.1.16 -D 1M

The following will appear.
"
connecting to 1.1.1.16:4000
negotiated options, tasks will start in 2 seconds
Starting up..header from 1.1.1.166:4001 to id 4001 bogus
..
tsks  tx/s  rx/s tx+rx K/s  mbi K/s  mbo K/s tx us/c  rtt us
cpu %
   1    0    0     0.00     0.00     0.00    0.00 0.00 -1.00
   1    0    0     0.00     0.00     0.00    0.00 0.00 -1.00
   1    0    0     0.00     0.00     0.00    0.00 0.00 -1.00
   1    0    0     0.00     0.00     0.00    0.00 0.00 -1.00
   1    0    0     0.00     0.00     0.00    0.00 0.00 -1.00
...
"
So this exchange between 8K and 1M pool is added back.

Fixes: commit f9945a93ca2b ("RDS: IB: move FMR code to its own file")
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_fmr.c
net/rds/ib_rdma.c