
The linux kernel is auto-affining iSCSI threads starting at pCPU0 and increasing by one for each connection, ignoring all kernel boot args. The problem seems to be that the drivers/target/iscsi code doesn't bother looking at "isolcpus" or the "kthread_cpus" parameter that we added. Resrict iSCSI kthreads CPU mask according to kthread_cpus kernel option. Do not allow them to run on other CPUs to prevent interference with VMs. Change-Id: I925184cf607dcb199bc0d801599ad97994b59aee Signed-off-by: Alex Kozyrev <alex.kozyrev@windriver.com>
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
COPY_LIST="files/*"
|
|
TIS_PATCH_VER=40
|
|
BUILD_IS_BIG=10
|
|
BUILD_IS_SLOW=12
|