[Disksim-users] Disksim-users Digest, Vol 67, Issue 15

葉柏成 poohtimu at gmail.com
Wed May 25 03:37:06 EDT 2011


Hi,

It really works!! Including Number of parallel units = 1,2,4
But original should be "tmp->blkno = blkno"; not "tmp->blkno = tmp->blkno;"
 Thanks anyway. :D
Now I have a new problem about saturation msg while Plane block mapping =
simple concatenation in postmark trace
I will try first, thank you very much.

2011/5/25 <disksim-users-request at ece.cmu.edu>

> Send Disksim-users mailing list submissions to
>        disksim-users at ece.cmu.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
> or, via email, send a message with subject or body 'help' to
>        disksim-users-request at ece.cmu.edu
>
> You can reach the person managing the list at
>        disksim-users-owner at ece.cmu.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Disksim-users digest..."
>
>
> Today's Topics:
>
>   1. ssd-add-on questions (poohtimu)
>   2. Re: ssd-add-on questions (YaoQing,Wang)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 24 May 2011 00:50:16 +0800
> From: poohtimu <poohtimu at gmail.com>
> Subject: [Disksim-users] ssd-add-on questions
> To: disksim-users at ece.cmu.edu
> Message-ID: <1306169416.27548.0.camel at poohtimu-linux>
> Content-Type: text/plain; charset="UTF-8"
>
> Hi all,
> I have some question about using ssd-add-on.
> I have made it work properly in default setting while
> runvalid(/ssdmodel/runvalid)
> but while I modified the parameter in ssd spec, "Plane block mapping"
> and "Number of parallel units", there is something wrong.
> when I set Plane block mapping = 1 and Number of parallel units = 2,
> synthetic workload "rw5m" and real traces "iozone" will generate
> segmentation fault.
> moreover, Plane block mapping = 3 and Number of parallel units = 2
>          Plane block mapping = 1 and Number of parallel units = 4
>          Plane block mapping = 3 and Number of parallel units = 4
> these parameter has same result.
>
> All I did is modified this two parameter, I can't figure out why there
> is a segmentation fault
> Is there anything I missed?
> Please help me, I will appreciate your help
>
> Best Regards
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 24 May 2011 19:27:34 +0800
> From: "YaoQing,Wang" <ericoolbe at ymail.com>
> Subject: Re: [Disksim-users] ssd-add-on questions
> To: disksim-users at ece.cmu.edu
> Message-ID: <BANLkTi=2h=UqaTgmdW-ocBSLqDjLR1_haQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hi~
>
> maybe try to add a line in the function of "
> ssd_media_access_request_element
> "
> original:
> tmp->blkno = tmp->blkno;
>
> modified:
> tmp->blkno = tmp->blkno;
> tmp->opid = curr->opid;
>
> good luck
>
> On Tue, May 24, 2011 at 12:50 AM, poohtimu <poohtimu at gmail.com> wrote:
>
> > Hi all,
> > I have some question about using ssd-add-on.
> > I have made it work properly in default setting while
> > runvalid(/ssdmodel/runvalid)
> > but while I modified the parameter in ssd spec, "Plane block mapping"
> > and "Number of parallel units", there is something wrong.
> > when I set Plane block mapping = 1 and Number of parallel units = 2,
> > synthetic workload "rw5m" and real traces "iozone" will generate
> > segmentation fault.
> > moreover, Plane block mapping = 3 and Number of parallel units = 2
> >          Plane block mapping = 1 and Number of parallel units = 4
> >          Plane block mapping = 3 and Number of parallel units = 4
> > these parameter has same result.
> >
> > All I did is modified this two parameter, I can't figure out why there
> > is a segmentation fault
> > Is there anything I missed?
> > Please help me, I will appreciate your help
> >
> > Best Regards
> >
> > _______________________________________________
> > Disksim-users mailing list
> > Disksim-users at ece.cmu.edu
> > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20110524/24df04a4/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> Disksim-users mailing list
> Disksim-users at ece.cmu.edu
> https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
>
>
> End of Disksim-users Digest, Vol 67, Issue 15
> *********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/disksim-users/attachments/20110525/5d757b07/attachment.html>


More information about the Disksim-users mailing list