summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorImran Khan <kimran@codeaurora.org>2016-09-15 16:44:02 +0530
committerImran Khan <kimran@codeaurora.org>2016-09-21 22:46:40 +0530
commit6b520c7ac72604b16eb68274d23efe4ff49444f4 (patch)
tree2af30d8fba93f1ef7750cdb0f00eaac8284025be /lib/Makefile
parent4b91c1a0f78b6b4071e66c9a5879a784cedd6693 (diff)
blk-mq: use static mapping
blk-mq layer performs a remapping between s/w and h/w contexts and also between h/w contexts and CPUs, whenever a CPU hotplug event happens. This remapping has to wait for queue freezing which may take tens of miliseconds, resulting in a high latency in CPU hotplug path. This patch makes the above mentioned mappings static so that we can avoid remapping when CPU hotplug event happens and this results in improved CPU hotplug latency of up to 90 percent for CPU up path and of up to 50 percent for CPU down path. Change-Id: Idf38cb6c4e78c91fda3c86608c6d0441f01ab435 Signed-off-by: Imran Khan <kimran@codeaurora.org>
Diffstat (limited to 'lib/Makefile')
0 files changed, 0 insertions, 0 deletions