]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: IB: split the mr registration and invalidation path
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 8 Mar 2016 17:19:01 +0000 (09:19 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 2 Jan 2017 22:02:47 +0000 (14:02 -0800)
commitd5b60fef2864fb6fc4638ece6f726ccbca69304a
tree38c3280346b68541e459497342a0246998a9089f
parentc9f132fad3356ee25515db73a60caf4aa29e0d3b
RDS: IB: split the mr registration and invalidation path

MR invalidation in RDS is done in background thread and not in
data path like registration. So break the dependency between them
which helps to remove the performance bottleneck.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/ib.h
net/rds/ib_cm.c
net/rds/ib_frmr.c