From: James Smart <James.Smart@Emulex.Com>
To: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [RFC] pv-scsi driver (scsiback/scsifront)
Date: Wed, 16 May 2007 09:10:13 -0400 [thread overview]
Message-ID: <464B02B5.5000903@emulex.com> (raw)
In-Reply-To: <1AC79799C3B324t.horikoshi@jp.fujitsu.com>
Tomonari Horikoshi wrote:
> Hi all.
>
> We developped a pv-scsi driver that we refered Fujita-san's scsi-driver
> and blkback.
> (see, http://www.xensource.com/files/xensummit_4/Xen_Summit_8_Matsumoto.pdf)
>
> The pv-scsi driver's feature is as follow:
> * Guest has dedicated SCSI-HBAs of Dom0.
> * Guest can send scsi_cdb to the HBAs.
> * Guest recognises the HBAs from hostno of xenstore.
>
> Currentlly, We are developping FC version based on this.
>
> * Future work:
> * implement python code
> * performance tunning
> * attach, detach
> * suspend, resume
>
> * We are wondering about:
> * We used "scsihost" as xenstore nodename. Is it suitable?
> * We consider about configfile format...
> scsihost = ['fc,0', 'scsi,1', 'type,num']
> type = "fc" or "scsi"
> num = scsi host number on Dom0
I would expect "fc" does not need to be specified, unless there
is FC-isms exposed to the guest.
> Do you have any comment?
> * We have no idea how to implement suspend/resume feature.
> ex. Physical HBA mapping for resumed guest.
> Pending I/O.
> The WWN within FC mode for resumed guest.
The WWN is a whole different issue - and I'm going to want to make
sure that whatever you do here is consistent with FC NPIV virtual
ports instantiated in Dom 0. See:
http://marc.info/?l=linux-scsi&m=117768770720886&w=2
> Influence of migration.
> ...
>
> Could you suggest to us about this?
>
>
>
> Best regards,
> Tomonari Horikoshi
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2007-05-16 13:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-16 9:08 [RFC] pv-scsi driver (scsiback/scsifront) Tomonari Horikoshi
2007-05-16 13:10 ` James Smart [this message]
2007-05-18 2:48 ` akira hayakawa
2007-05-18 13:08 ` James Smart
2007-05-17 11:49 ` Ian Pratt
2007-05-22 13:58 ` akira hayakawa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=464B02B5.5000903@emulex.com \
--to=james.smart@emulex.com \
--cc=t.horikoshi@jp.fujitsu.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.