commit | 1ba0158fa66b5b2c597a748f87be1650c9960ccc | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Mon Aug 22 10:54:11 2016 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Oct 21 01:19:44 2016 -0700 |
tree | 4ab5c556a6f8025eadacef59cb48c03c123e93e7 | |
parent | 8962a4d29bcb3d12164c02d207c8ff1ab8b04558 [diff] |
target/tcm_fc: use CPU affinity for responses The libfc stack assigns exchange IDs based on the CPU the request was received on, so we need to send the responses via the same CPU. Otherwise the send logic gets confuses and responses will be delayed, causing exchange timeouts on the initiator side. Signed-off-by: Hannes Reinecke <hare@suse.com> Cc: stable@vger.kernel.org # 4.5+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>