commit | 56012459310a1dbcc55c2dbf5500a9f7571402cb | [log] [tgz] |
---|---|---|
author | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Tue Mar 08 09:19:01 2016 -0800 |
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Mon Jan 02 14:02:47 2017 -0800 |
tree | 38c3280346b68541e459497342a0246998a9089f | |
parent | 584a8279a44a800dea5a5c1e9d53a002e03016b4 [diff] |
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>