]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: IB: fix the rds_ib_fmr_wq kick call
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 14 Sep 2015 05:34:37 +0000 (22:34 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 5 Oct 2015 18:19:01 +0000 (11:19 -0700)
commit6d8c1e677ec96c29d234381204dda534f6dfe916
treecdd616c5d0a6422f10eca4b765d638987e94f512
parentff2f0ff0de29a7ff6272b3f78f55b4a834058a1e
RDS: IB: fix the rds_ib_fmr_wq kick call

RDS IB mr pool has its own workqueue 'rds_ib_fmr_wq', so we need
to use queue_delayed_work() to kick the work. This was hurting
the performance since pool maintenance was less often triggered
from other path.

Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/ib_rdma.c