From: Christoph Hellwig <hch@infradead.org>
To: James Smart <James.Smart@Emulex.Com>
Cc: linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH] fc transport: Add support for events
Date: Wed, 22 Feb 2006 17:21:27 +0000 [thread overview]
Message-ID: <20060222172127.GA20137@infradead.org> (raw)
In-Reply-To: <43FC8CB4.2000507@emulex.com>
On Wed, Feb 22, 2006 at 11:09:24AM -0500, James Smart wrote:
>
> The following patch adds support for hbaapi events within the FC transport.
> It adds the following attributes to the fc_host:
> max_events : sizes the internal array for the number of events that are
> buffered in the transport. This value can be tuned by a
> module parameter.
> event_cnt : number of events pending in the buffer
> event : reads an event from the buffer
>
> It adds the following routine for LLDD's to post events:
> void fc_host_event_post(struct Scsi_Host *shost,
> enum fc_host_event_code event_code, u32 event_data);
>
> Not all hbaapi events are contained within the transport. Many events
> correspond to elements outside the fc_host, and can be serviced by normal
> hot-plug events, either on the fc_host, or rport. I believe I've included
> those events that could be posted. I've also punted on anything that has
> more
> than 1 32-bit word of data - which should only affect RLIR payloads, and
> vendor-unique payloads. We will address these items once we figure out how
> to deal with large payloads in the transport.
>
> In conjunction with the event infrastructure, the module uses hot plug
> events
> to notify user entities about changes. For the fc_host, the only event
> posted
> is a KOBJ_CHANGE event. For the rport, ONLINE/OFFLINE is posted whenever
> the
> rport goes through a block, then unblock. To get to the class_device for
> the
> rport, a new attribute_container function is added locate the class_device
> for
> the device.
>
> This implementation expects the user-space hbaapi provider to deal with
> multiple user-space readers.
>
> I've coordinated with Andrew Vasquez, who has sent his approval.
>
> The lpfc driver will be posted shortly to utilize this infrastructure.
I must admit I don't like this too much. The natural way to send events
to userspace would be a netlink socket, but integrating this with the
transport class might be a bit hard. Having named netlink sockets
similar to named unix sockets would be nice for this..
next prev parent reply other threads:[~2006-02-22 17:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-22 16:09 [PATCH] fc transport: Add support for events James Smart
2006-02-22 17:21 ` Christoph Hellwig [this message]
2006-02-22 17:43 ` James Smart
2006-02-22 17:45 ` Christoph Hellwig
2006-02-22 18:01 ` Mike Anderson
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=20060222172127.GA20137@infradead.org \
--to=hch@infradead.org \
--cc=James.Smart@Emulex.Com \
--cc=linux-scsi@vger.kernel.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