From 60d9c93a1d10db53ec279f6068df0e0ede1dcbbb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 19 Dec 2011 19:36:50 +0000 Subject: [PATCH] ib_srpt: Add 2.2.0 release notes git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4015 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/ChangeLog | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/srpt/ChangeLog b/srpt/ChangeLog index d640a3397..2054de8f3 100644 --- a/srpt/ChangeLog +++ b/srpt/ChangeLog @@ -1,7 +1,30 @@ -Version 1.0.1 (not yet released) +Version 2.2.0 (not yet released) +------------- +Changes compared to version 2.1.0: +- Changed default value of the kernel module parameter srp_max_req_size from + 2116 into 4148. That last value corresponds to a table size of 255 elements. +- "make debug2release" etc. now also affects ib_srpt. +- Slightly reduced the number of IB interrupts caused by SRP traffic. +- Fixed a bug that could cause unloading ib_srpt to take up to 120s. +- Fixed a crash in the I/O context ring allocation that was triggered when + trying to allocate more memory than available. + +Version 2.1.0 (September 8, 2011) +------------- +[ ... ] + +Version 2.0.0 (December 21, 2010) +------------- +[ ... ] + +Version 1.0.1.1 (released on August 14, 2009) +--------------- +[ ... ] + +Version 1.0.1 (released on April 28, 2009) ------------- -Changes: +Changes compared to version 1.0.0: - Performance has been improved. I/O requests are now handled in soft IRQ context instead of on a separate thread, which drastically reduces the number of context switches needed for processing I/O (r594).