From owner-freebsd-scsi@FreeBSD.ORG Mon Jul 13 10:05:03 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176921065674 for ; Mon, 13 Jul 2009 10:05:03 +0000 (UTC) (envelope-from freebsd-scsi@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD158FC1A for ; Mon, 13 Jul 2009 10:05:02 +0000 (UTC) (envelope-from freebsd-scsi@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MQI9E-0002VZ-Vf for freebsd-scsi@freebsd.org; Mon, 13 Jul 2009 09:48:36 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jul 2009 09:48:36 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jul 2009 09:48:36 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-scsi@freebsd.org From: Ivan Voras Date: Mon, 13 Jul 2009 11:48:24 +0200 Lines: 65 Message-ID: References: <7f834c1c0907070405mdab72u3223d90b84b2a201@mail.gmail.com> <20090707173629.GA33007@in-addr.com> <7f834c1c0907102141n5d55f786keb55f44126cd94c2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090615) In-Reply-To: <7f834c1c0907102141n5d55f786keb55f44126cd94c2@mail.gmail.com> Sender: news Subject: Re: iscsi_initiator 2.2.2 slow to write and read X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 10:05:03 -0000 Jiansong Liu wrote: > On Wed, Jul 8, 2009 at 1:36 AM, Gary Palmer wrote: > >> On Tue, Jul 07, 2009 at 07:05:03PM +0800, Jiansong Liu wrote: >>> Hello All, >>> >>> I downloaded the latest iscsi_initiator 2.2.2 from Danny's FTP, >>> and compile kernel and iscontrol with 7.2 STABLE GENERIC config, only got >>> about 800KB/Sec speed to a DELL MD3000i disk array, I searched in >>> this malling list and found a patch, but it seems is not for this version >>> (2.2.2), any advice would be great appreciated. >>> >>> here are some details about my system: >>> >>> # sysctl net.iscsi >>> net.iscsi.driver_version: 2.2.2 >>> net.iscsi.isid: ???DIB00 >>> net.iscsi.sessions: 1 >>> net.iscsi.0.targetname: >>> iqn.1984-05.com.dell:powervault.md3000i.60024e80004e71a9000000004a011120 >>> net.iscsi.0.targeaddress: 192.168.4.182 >>> net.iscsi.0.stats: recv=594 sent=594 flags=0x0000039f pdus-alloc=16 >>> pdus-max=16 cws=426 cmd=157 exp=157 max=300 stat=159 itt=157 >>> net.iscsi.0.douio: 0 >>> net.iscsi.0.pid: 754 >>> >>> # cat /etc/iscsi.conf >>> scpstorage01 { >>> initiatorname =iqn.2005-01.il.ac.huji.cs::static01.com >>> TargetName >>> >> =iqn.1984-05.com.dell:powervault.md3000i.60024e80004e71a9000000004a011120 >>> TargetAddress =192.168.4.182:3260,1 >>> tags =4 >>> } >> I'm no expert, but if that "tags" line refers to SCSI tags then that >> number is too small. Try increasing it and see if that helps to >> address the problem. >> >> Regards, >> >> Gary >> > > Hi Gary, > > Thanks for the advice, I have tried set tags to 32 and 64, > but it could not get more performance on IO (90MB write and 56MB read). > I think the writing is good enough for my application, but the reading still > is a problem. > > # dd if=/home/mogdata/test.foo of=/dev/null > 2048000+0 records in > 2048000+0 records out > 1048576000 bytes transferred in 17.670549 secs (59340318 bytes/sec) Are you really reading sector by sector? Try adding bs=1m to the dd line. There is something else you can try to increase sequential reading, if that's what you're interested in: increase the vfs.read_max sysctl to 32 or 64. On the other hand, it will do nothing to improve, and may harm random read performance. Test with your actual application before drawing conclusions. From owner-freebsd-scsi@FreeBSD.ORG Mon Jul 13 11:07:06 2009 Return-Path: Delivered-To: freebsd-scsi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3067010656C7 for ; Mon, 13 Jul 2009 11:07:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 135848FC16 for ; Mon, 13 Jul 2009 11:07:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6DB757B040778 for ; Mon, 13 Jul 2009 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6DB75TH040774 for freebsd-scsi@FreeBSD.org; Mon, 13 Jul 2009 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 13 Jul 2009 11:07:05 GMT Message-Id: <200907131107.n6DB75TH040774@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-scsi@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-scsi@FreeBSD.org X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 11:07:06 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/134488 scsi [mpt] MPT SCSI driver probes max. 8 LUNs per device o amd64/132394 scsi [isp] - bad underruns with QLogic qla2300 and amd64 o kern/132250 scsi [ciss] ciss driver does not support more then 15 drive o kern/132206 scsi [mpt] system panics on boot when mirroring and 2nd dri o kern/131032 scsi [panic] hald causing panic in scsi_sg o kern/130735 scsi [cam] [patch] pass M_NOWAIT to the malloc() call insid o kern/130621 scsi [mpt] tranfer rate is inscrutable slow when use lsi213 o kern/129602 scsi [ahd] ahd(4) gets confused and wedges SCSI bus o kern/128452 scsi [sa] [panic] Accessing SCSI tape drive randomly crashe o kern/128245 scsi [scsi] "inquiry data fails comparison at DV1 step" [re o kern/127927 scsi [isp] isp(4) target driver crashes kernel when set up o kern/126866 scsi [isp] [panic] kernel panic on card initialization o kern/124667 scsi [amd] [panic] FreeBSD-7 kernel page faults at amd-scsi o kern/123674 scsi [ahc] ahc driver dumping o kern/123666 scsi [aac] attach fails with Adaptec SAS RAID 3805 controll o sparc/121676 scsi [iscsi] iscontrol do not connect iscsi-target on sparc o kern/120487 scsi [sg] scsi_sg incompatible with scanners o kern/120247 scsi [mpt] FreeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s o kern/119668 scsi [cam] [patch] certain errors are too verbose comparing o kern/114597 scsi [sym] System hangs at SCSI bus reset with dual HBAs o kern/110847 scsi [ahd] Tyan U320 onboard problem with more than 3 disks o kern/99954 scsi [ahc] reading from DVD failes on 6.x [regression] o kern/94838 scsi Kernel panic while mounting SD card with lock switch o o kern/92798 scsi [ahc] SCSI problem with timeouts o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 s kern/61165 scsi [panic] kernel page fault after calling cam_send_ccb o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load o kern/60598 scsi wire down of scsi devices conflicts with config s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o kern/52638 scsi [panic] SCSI U320 on SMP server won't run faster than o kern/44587 scsi dev/dpt/dpt.h is missing defines required for DPT_HAND o kern/40895 scsi wierd kernel / device driver bug o kern/39388 scsi ncr/sym drivers fail with 53c810 and more than 256MB m o kern/38828 scsi [dpt] [request] DPT PM2012B/90 doesn't work o kern/35234 scsi World access to /dev/pass? (for scanner) requires acce 37 problems total. From owner-freebsd-scsi@FreeBSD.ORG Mon Jul 13 15:10:04 2009 Return-Path: Delivered-To: freebsd-scsi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58CFF1065673; Mon, 13 Jul 2009 15:10:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EB348FC08; Mon, 13 Jul 2009 15:10:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6DFA4ek035447; Mon, 13 Jul 2009 15:10:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6DFA4Bt035441; Mon, 13 Jul 2009 15:10:04 GMT (envelope-from linimon) Date: Mon, 13 Jul 2009 15:10:04 GMT Message-Id: <200907131510.n6DFA4Bt035441@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-scsi@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/136718: [ciss] ciss driver issue on HP DL585 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 15:10:04 -0000 Old Synopsis: ciss driver issue on HP DL585 New Synopsis: [ciss] ciss driver issue on HP DL585 Responsible-Changed-From-To: freebsd-bugs->freebsd-scsi Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 13 15:09:44 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=136718 From owner-freebsd-scsi@FreeBSD.ORG Tue Jul 14 20:16:13 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53B071065677 for ; Tue, 14 Jul 2009 20:16:13 +0000 (UTC) (envelope-from dhorvay@4whitetiger.com) Received: from callisto.lunarpages.com (callisto.lunarpages.com [216.97.232.200]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1568FC18 for ; Tue, 14 Jul 2009 20:16:13 +0000 (UTC) (envelope-from dhorvay@4whitetiger.com) Received: from [216.144.51.159] (helo=scmedina17) by callisto.lunarpages.com with esmtpa (Exim 4.69) (envelope-from ) id 1MQnuQ-0002l0-2X for freebsd-scsi@freebsd.org; Tue, 14 Jul 2009 12:43:26 -0700 From: "David A. Horvay - MRINetwork " To: Date: Tue, 14 Jul 2009 15:43:29 -0400 Organization: Ultimate Placements, LLC Message-ID: <5F827F3371AB451C9BEE79962F2B17BB@scmedina17> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcoEuDGuDD9FbXkIThSI0ItQzPBFzA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - callisto.lunarpages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - 4whitetiger.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Atheros wireless device driver developer X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dhorvay@4whitetiger.com List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2009 20:16:13 -0000 Hello Everyone, =20 I have an opportunity for a device driver developer with a heavy = wireless Atheros background. =20 Please let me know if anyone is interested or might know someone. =20 Please see job description below. =20 Thank you very much.... =20 -Dave =20 Senior Software Engineer with WLAN Device Driver Development Experience The ideal candidate will have several years of communication experience = as well as experience programming low level hardware drivers. Requirements: = * BSCS or BSEE or relevant experience=20 * 5+ years of experience in development of WLAN device drivers=20 * Fluency in coding and debugging C * Experience with Atheros drivers a plus * Expertise in one or more of these protocols:=20 =A7 802.11=20 =A7 ATM=20 =A7 Sonet/SDH=20 =A7 NDIS=20 =A7 Bluetooth=20 =A7 Ethernet, GBit Ethernet=20 * Experience with one or more of the following operating = systems:=20 =A7 MS Windows, WinCE=20 =A7 Linux=20 =A7 Embedded RTOS=20 =20 =20 =20 David A. Horvay Sr. Account Executive Technology Solutions Division=20 MRINetwork Ultimate Placements, LLC One Park Centre Drive, Suite 305A TF:877-334-0285 ext. 202 dhorvay@4whitetiger.com http://www.linkedin.com/in/davidhorvay www.MRINetwork.com =20 BUILDING THE HEART OF BUSINESS (TM) =20 Please understand my mission at MRI Ultimate Placements is to partner = with those select clients where there is a philosophical fit. My goal has = never been to be all things to all people. =93As a client-focused search = consultant I evaluate each potential assignment based on alignment with my area of expertise and the timing and urgency of each search.=94 =20 =20 From owner-freebsd-scsi@FreeBSD.ORG Wed Jul 15 03:53:59 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1450106566B for ; Wed, 15 Jul 2009 03:53:59 +0000 (UTC) (envelope-from jiansong.liu@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9BB818FC0A for ; Wed, 15 Jul 2009 03:53:59 +0000 (UTC) (envelope-from jiansong.liu@gmail.com) Received: by wa-out-1112.google.com with SMTP id m38so857544waf.27 for ; Tue, 14 Jul 2009 20:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=u8ODvID6feUAuEdiI8+WfZtATa3Tbn0mXAQZkfTcpwU=; b=ME0FqfNURW+sucFccOgjzI6ME12DTO8sA/QcIIxsMYu9F9S15iPWIszYj1JembyNjt GT16sJKbobA8xIQQpxvxao/nNnboprfUq13G4i9U8Nyo2zCE9MW0VoCzR5jh4XaRiwOZ hRIysCwvdsG8IzKxI+bLtcs1KYfihMXGhM7Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=UbWK8WeSTpLZGQSVLNI6CmeMDHJl4H3zFuqsn36axAnjyLrKKqCS6jUCOop91KWO0l lIQLApekHvA4zSawYbEP79MQJVfG4PVWA5hI5kbZOaiE2nDZJbMN/y1DAicfQlXeJ5ZK tBaJEI91bQDleUfVSS3k8CSldi5nZQUF6gBXQ= MIME-Version: 1.0 Received: by 10.114.185.8 with SMTP id i8mr11856385waf.85.1247630039220; Tue, 14 Jul 2009 20:53:59 -0700 (PDT) In-Reply-To: References: <7f834c1c0907070405mdab72u3223d90b84b2a201@mail.gmail.com> <20090707173629.GA33007@in-addr.com> <7f834c1c0907102141n5d55f786keb55f44126cd94c2@mail.gmail.com> From: Jiansong Liu Date: Wed, 15 Jul 2009 11:53:39 +0800 Message-ID: <7f834c1c0907142053oc0271c6kbf85872a92f6ebbb@mail.gmail.com> To: Ivan Voras Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-scsi@freebsd.org Subject: Re: iscsi_initiator 2.2.2 slow to write and read X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 03:54:00 -0000 On Mon, Jul 13, 2009 at 5:48 PM, Ivan Voras wrote: > Jiansong Liu wrote: > >> On Wed, Jul 8, 2009 at 1:36 AM, Gary Palmer wrote: >> >> On Tue, Jul 07, 2009 at 07:05:03PM +0800, Jiansong Liu wrote: >>> >>>> Hello All, >>>> . >>> >>> . >>>> >>>> =iqn.1984-05.com.dell:powervault.md3000i.60024e80004e71a9000000004a011120 >>> >>> TargetAddress =192.168.4.182:3260,1 >>>> tags =4 >>>> } >>>> >>> I'm no expert, but if that "tags" line refers to SCSI tags then that >>> number is too small. Try increasing it and see if that helps to >>> address the problem. >>> >>> Regards, >>> >>> Gary >>> >>> >> Hi Gary, >> >> Thanks for the advice, I have tried set tags to 32 and 64, >> but it could not get more performance on IO (90MB write and 56MB read). >> I think the writing is good enough for my application, but the reading >> still >> is a problem. >> >> # dd if=/home/mogdata/test.foo of=/dev/null >> 2048000+0 records in >> 2048000+0 records out >> 1048576000 bytes transferred in 17.670549 secs (59340318 bytes/sec) >> > > Are you really reading sector by sector? Try adding bs=1m to the dd line. > > There is something else you can try to increase sequential reading, if > that's what you're interested in: increase the vfs.read_max sysctl to 32 or > 64. > > On the other hand, it will do nothing to improve, and may harm random read > performance. Test with your actual application before drawing conclusions. > Hi Ivan,It got 8MB/s better after adding bs=1m to the dd command. Thanks for your notice, random read is more important to my application, it is a image storage which stores pictures between 10KB~5MB, sequential reading performance is not important. Thanks all who kindly gave advice to me. Best regards, Liu Jiansong From owner-freebsd-scsi@FreeBSD.ORG Thu Jul 16 19:35:07 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35F7110656D0 for ; Thu, 16 Jul 2009 19:35:07 +0000 (UTC) (envelope-from biswajit23@gmail.com) Received: from mail-gx0-f217.google.com (mail-gx0-f217.google.com [209.85.217.217]) by mx1.freebsd.org (Postfix) with ESMTP id 8EC9E8FC12 for ; Thu, 16 Jul 2009 19:35:06 +0000 (UTC) (envelope-from biswajit23@gmail.com) Received: by gxk17 with SMTP id 17so533301gxk.19 for ; Thu, 16 Jul 2009 12:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=rr5atkOlUWidg00aiILKaaL9Vf5buJN2gpJFG1z00tQ=; b=p8C6k/EWIAB1BP97us6ejNDaOapqTduAUZUPBAsXPGp1w90Ie/XNy81cETsw7/kMIB tfPNnY+78I0KG4s6JiVGwCM5qTHPt+6SHSBlv/m/xlizCBlEC/iQHbs71afhezFydV2s GV9T39lNxzscb23dw6HOfUpuzEhiVvBkGFbRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fl2LFtlXuw9fwDAociFlCNgFWCyc72+n19wBTKhE9FATNJfwqYkxRvJHTvVQg+3Iqo 1JPVCJXxM7Oi7QcMcPxBaEc/jUwts3X9yrmVy+bWh8fxKmd3uXOuHUBtIQ1n0zXCxyb3 TIhyGuTzbaYopA4qcNgMn4cDWZZr82TRLELno= MIME-Version: 1.0 Received: by 10.90.117.13 with SMTP id p13mr89752agc.26.1247771142705; Thu, 16 Jul 2009 12:05:42 -0700 (PDT) Date: Fri, 17 Jul 2009 00:35:42 +0530 Message-ID: <1b433af10907161205l70cafdf0nc7bdd2af90d9b6da@mail.gmail.com> From: biswajit sahoo To: freebsd-scsi@freebsd.org Content-Type: multipart/mixed; boundary=0016362836ccb8d4d2046ed75bb7 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: resume X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2009 19:35:07 -0000 --0016362836ccb8d4d2046ed75bb7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -- Thanks & Regards Biswajit Sahoo 09916356257 --0016362836ccb8d4d2046ed75bb7--