public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: James Smart <James.Smart-iH1Dq9VlAzfQT0dZR+AlfA@public.gmane.org>
To: Joe Eykholt <jeykholt-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
Cc: "devel-s9riP+hp16TNLxjTenLetw@public.gmane.org"
	<devel-s9riP+hp16TNLxjTenLetw@public.gmane.org>,
	"linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: how to do fc_remote_port_delete correctly
Date: Wed, 24 Jun 2009 14:31:35 -0400	[thread overview]
Message-ID: <4A427107.6060303@emulex.com> (raw)
In-Reply-To: <4A426698.3-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>



Joe Eykholt wrote:
> It seems like there are two slightly different sets of rules depending
> on whether dd_fcrport_size is zero or not, as specified by the LLDD.
> 
> In the first model, where dd_fcrport_size is zero, the transport
> never sets dd_data at all.  My understanding now is that its OK
> for the LLDD to set it non-NULL, but not OK to change it after that.
> I guess it would be OK but unnecessary to NULL it at dev_loss timeout
> just before freeing the attached context.  These are the usage rules
> I didn't fully understand. These rules are really established by
> how the LLDDs I/O routines use dd_data.

No. In all cases where you see dd_data, the dd_data field is a transport owned 
field.  The LLDD can change the contents of data pointed to by dd_data, but an 
LLDD  is not supposed to change the dd_data field itself.

> 
> In the second model, it doesn't seem like the LLDD has full control over
> the contents pointed to by dd_data either, since when the remote
> port is re-added the area pointed to by dd_data is cleared by the
> transport, so we always start fresh.  This is fine, but has
> implications on how the context is used during devloss.  For example,
> it shouldn't be used for list linkage unless it's unlinked
> before fc_remote_port_add.  All that's in the LLDDs control, so it's OK.

The only place the transport should be zero'ing the contents are:
a) when it's allocated
b) when it was deleted but kept around to hold the target id binding, then
    reallocated. Note: by deleted, I mean it fully transitioned through
    devloss_tmo_callbk() so for all intents and purposes, its as if it was
    freed and realloc'd.

If there's another case, it's bug and we should be fixing it.

> 
> For libfc, I'm leaning towards continuing to use a non-zero dd_fcrport_size
> and the fc_rport_libfc_priv struct.   libfc could use a separately
> allocated struct like fc_disc_rport for the discovery and
> rport (PLOGI, PRLI, etc.) state machines.

makes sense

> 
> This is all an effort to clean up some issues caused by creating "rogue"
> fc_rports in libfc so that we would always have both an fc_rport_libfc_priv
> and an fc_rport allocated together, even before fc_remote_port_add().
> It causes issues when we do remote_port_add and have to transition
> the state from the rogue to the "real" rport.
> In the meantime, the rogue could still be accessed by incoming requests,
> or new RSCNs, and those changes wouldn't get reflected to the real rport.
> It's messy, and hard to analyze all the potential problems, so I'm
> trying to fix that.
> 
> I really appreciate your help!  Thanks a bunch!
> 
> 	Joe

Ok..  Good Luck.

-- james

  parent reply	other threads:[~2009-06-24 18:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-24  0:27 how to do fc_remote_port_delete correctly Joe Eykholt
     [not found] ` <4A4172FA.70008-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2009-06-24 14:40   ` James Smart
     [not found]     ` <4A423ADE.80306-laKkSmNT4hbQT0dZR+AlfA@public.gmane.org>
2009-06-24 16:29       ` James Smart
2009-06-24 16:30       ` James Smart
     [not found]         ` <4A4254BC.6090302-laKkSmNT4hbQT0dZR+AlfA@public.gmane.org>
2009-06-24 17:47           ` Joe Eykholt
     [not found]             ` <4A426698.3-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2009-06-24 18:31               ` James Smart [this message]
     [not found]                 ` <4A427107.6060303-laKkSmNT4hbQT0dZR+AlfA@public.gmane.org>
2009-06-24 19:33                   ` Joe Eykholt
2009-06-24 17:10       ` Joe Eykholt
     [not found]         ` <4A425DF1.30005-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2009-06-24 17:43           ` James Smart
2009-06-24 17:45         ` [Open-FCoE] " James Smart

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=4A427107.6060303@emulex.com \
    --to=james.smart-ih1dq9vlazfqt0dzr+alfa@public.gmane.org \
    --cc=devel-s9riP+hp16TNLxjTenLetw@public.gmane.org \
    --cc=jeykholt-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
    --cc=linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox