Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Cc: [email protected] # 4.5+ Signed-off-by: Nicholas Bellinger <[email protected]>
- Loading branch information