diff options
| author | Quinn Tran <[email protected]> | 2015-12-17 14:57:06 -0500 |
|---|---|---|
| committer | Nicholas Bellinger <[email protected]> | 2016-01-07 13:57:47 -0800 |
| commit | fb3269baf4ecc2ce6d17d4eb537080035bdf6d5b (patch) | |
| tree | 2212158881f09829ec8d01d989b1d138fda2fbd1 /include/target | |
| parent | cdb898c52d1dfad4b4800b83a58b3fe5d352edde (diff) | |
qla2xxx: Add selective command queuing
queue work element to specific process lessen cache miss
Signed-off-by: Quinn Tran <[email protected]>
Signed-off-by: Himanshu Madhani <[email protected]>
Signed-off-by: Nicholas Bellinger <[email protected]>
Diffstat (limited to 'include/target')
| -rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index dc8b796dbcc7..4b258fcc7d6f 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -528,6 +528,7 @@ struct se_cmd { unsigned int t_prot_nents; sense_reason_t pi_err; sector_t bad_sector; + int cpuid; }; struct se_ua { |