diff options
author | sborrill <sborrill> | 2011-03-16 08:31:25 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2011-03-16 08:31:25 +0000 |
commit | 57dff89162e3f387212e4bcbaf12d0c1057b8cb9 (patch) | |
tree | fec05d98f91aa90cc240723af90c558e049a4d05 /net/istgt | |
parent | deb013e4490d178e5571d83eb587cc1d2bb01925 (diff) | |
download | pkgsrc-57dff89162e3f387212e4bcbaf12d0c1057b8cb9.tar.gz |
Update to 20110223. Changelog is in Japanese, but author says:
Many bugs are fixed. Especially, a memory leak in queuing.
And it have new experimental multi-threaded mode.
(QueueDepth with -m1 command line option)
In this mode, it improves I/O delay such as small random R/W.
It is also intended to use Quad or more core CPU and 10Gbps link.
Diffstat (limited to 'net/istgt')
-rw-r--r-- | net/istgt/Makefile | 4 | ||||
-rw-r--r-- | net/istgt/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile index 40460aabc6f..e8807826155 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/05/11 14:21:13 sborrill Exp $ +# $NetBSD: Makefile,v 1.5 2011/03/16 08:31:25 sborrill Exp $ # -DISTNAME= istgt-20100407 +DISTNAME= istgt-20110223 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ diff --git a/net/istgt/distinfo b/net/istgt/distinfo index ed06b8a7f87..f1062781926 100644 --- a/net/istgt/distinfo +++ b/net/istgt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/05/11 14:21:13 sborrill Exp $ +$NetBSD: distinfo,v 1.4 2011/03/16 08:31:25 sborrill Exp $ -SHA1 (istgt-20100407.tar.gz) = ee8571f2759e45e5bfdc47aefafa8d1d93e7bdba -RMD160 (istgt-20100407.tar.gz) = 04f2e0053c3a7f30cdaf4436ea50809b5ad039ab -Size (istgt-20100407.tar.gz) = 212666 bytes +SHA1 (istgt-20110223.tar.gz) = 49d179a86baa25088db4517ca68c36f592c839d5 +RMD160 (istgt-20110223.tar.gz) = 7a908666c11f277f6f1eb5bb967d18335dfd4fad +Size (istgt-20110223.tar.gz) = 223384 bytes |