From d83436bc8fc5cf01b247ed11b28bc0314a6d1aba Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 27 Nov 2018 04:58:30 +0000 Subject: [PATCH 1/3] srpt/README: Remove the reference to scripts/spread-mlx4-ib-interrupts git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7834 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srpt/README b/srpt/README index 6b0ce56b5..3e590bd09 100644 --- a/srpt/README +++ b/srpt/README @@ -366,8 +366,7 @@ Performance Notes - Initiator Side If the HCA model in your initiator system supports multiple MSI-X interrupts the next step is either to stop the irqbalance service or to write a policy script that stops irqbalance from modifying the IB interrupt CPU - affinity. Once this has been done spread the IB interrupts uniformly over - CPU cores via e.g. scripts/spread-mlx4-ib-interrupts. + affinity. For more information about scsi-mq see also Michael Larabel, SCSI Multi-Queue Performance Appears Great For Linux 3.17, Phoronix, June 18, From 44ae78e51e56b6a0f0cc6ce827baa7b719e98770 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 28 Nov 2018 05:44:17 +0000 Subject: [PATCH 2/3] www/downloads.html: Remove an outdated sentence git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7835 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- www/downloads.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/downloads.html b/www/downloads.html index 4b5ca8414..0ccd3e6af 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -56,8 +56,6 @@

There is also a well done user space port, which you can find here.

-

SCST version 3.3 is in release candidate features freeze in SVN branch 3.3.x. It is going to be released in few weeks.

-

The latest development version of SCST is 3.4. You can download it as well as target drivers and user space utilities directly from the SCST SVN. You can access it using either web-based SVN repository viewer or using anonymous access:

From ebcc4891d27e9cc88f55f14c7614178791017d16 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 28 Nov 2018 05:44:40 +0000 Subject: [PATCH 3/3] nightly build: Update kernel versions git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7836 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index dcbceeb7d..cf07e5e53 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,28 +3,28 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -4.19.1 \ +4.19.5 \ 4.18.18-nc \ 4.17.18-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.80-nc \ +4.14.84-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ 4.10.17-nc \ -4.9.136-nc \ +4.9.141-nc \ 4.8.17-nc \ 4.7.10-nc \ 4.6.7-nc \ 4.5.7-nc \ -4.4.163-nc \ +4.4.165-nc \ 4.3.6-nc \ 4.2.8-nc \ 4.1.52-nc \ 4.0.9-nc \ 3.19.8-nc \ -3.18.125-nc \ +3.18.127-nc \ 3.17.8-nc \ 3.16.60-nc \ 3.15.10-nc \