public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Asynchronous Event Reporting
@ 2002-04-16 12:30 Michael Heinz
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Heinz @ 2002-04-16 12:30 UTC (permalink / raw)
  To: linux-scsi

I'd like to do a quick sanity check here...

I've been asked to make sure I support async event reporting in the 
driver I'm working on (which will eventually be GPL! Honest! :-P).

 From reviewing the code in 2.4 scsi/drivers it appears that the best I 
can do is log that I got the event, but then ignore it - sd.c does not 
support AER.

Is this correct?

-- 
knock knock.

Michael Heinz <mheinz@infiniconsys.com>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Asynchronous Event Reporting
@ 2002-04-16 12:59 Martin Peschke3
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Peschke3 @ 2002-04-16 12:59 UTC (permalink / raw)
  To: Michael Heinz; +Cc: linux-scsi

Hi,

is there any transfer mechanism which allows an HBA driver to push
its AER data to the mid layer?

Mit freundlichen Grüßen / with kind regards

Martin Peschke

IBM Deutschland Entwicklung GmbH
Linux for eServer Development
Phone: +49-(0)7031-16-2349


Michael Heinz <mheinz@infiniconsys.com>@vger.kernel.org on 04/16/2002
02:30:34 PM

Please respond to Michael Heinz <mheinz@infiniconsys.com>

Sent by:    linux-scsi-owner@vger.kernel.org


To:    linux-scsi@vger.kernel.org
cc:
Subject:    Asynchronous Event Reporting



I'd like to do a quick sanity check here...

I've been asked to make sure I support async event reporting in the
driver I'm working on (which will eventually be GPL! Honest! :-P).

 From reviewing the code in 2.4 scsi/drivers it appears that the best I
can do is log that I got the event, but then ignore it - sd.c does not
support AER.

Is this correct?

--
knock knock.

Michael Heinz <mheinz@infiniconsys.com>


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Asynchronous Event Reporting
@ 2002-04-17 13:37 Heinz, Michael
  2002-04-17 13:43 ` Douglas Gilbert
  0 siblings, 1 reply; 5+ messages in thread
From: Heinz, Michael @ 2002-04-17 13:37 UTC (permalink / raw)
  To: Martin Peschke3; +Cc: linux-scsi

Well, the fact that no one has answered either one of us would indicate
that, no, there is no way to pass AER data to the mid layer...


--
Now, where is that clue? I know I had one a minute ago....
--
mheinz@infiniconsys.com


> -----Original Message-----
> From: Martin Peschke3 [mailto:MPESCHKE@de.ibm.com]
> Sent: Tuesday, April 16, 2002 9:00 AM
> To: Heinz, Michael
> Cc: linux-scsi@vger.kernel.org
> Subject: Re: Asynchronous Event Reporting
> 
> 
> Hi,
> 
> is there any transfer mechanism which allows an HBA driver to push
> its AER data to the mid layer?
> 
> Mit freundlichen Grüßen / with kind regards
> 
> Martin Peschke
> 
> IBM Deutschland Entwicklung GmbH
> Linux for eServer Development
> Phone: +49-(0)7031-16-2349
> 
> 
> Michael Heinz <mheinz@infiniconsys.com>@vger.kernel.org on 04/16/2002
> 02:30:34 PM
> 
> Please respond to Michael Heinz <mheinz@infiniconsys.com>
> 
> Sent by:    linux-scsi-owner@vger.kernel.org
> 
> 
> To:    linux-scsi@vger.kernel.org
> cc:
> Subject:    Asynchronous Event Reporting
> 
> 
> 
> I'd like to do a quick sanity check here...
> 
> I've been asked to make sure I support async event reporting in the
> driver I'm working on (which will eventually be GPL! Honest! :-P).
> 
>  From reviewing the code in 2.4 scsi/drivers it appears that 
> the best I
> can do is log that I got the event, but then ignore it - sd.c does not
> support AER.
> 
> Is this correct?
> 
> --
> knock knock.
> 
> Michael Heinz <mheinz@infiniconsys.com>
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> 
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Asynchronous Event Reporting
  2002-04-17 13:37 Asynchronous Event Reporting Heinz, Michael
@ 2002-04-17 13:43 ` Douglas Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Douglas Gilbert @ 2002-04-17 13:43 UTC (permalink / raw)
  To: Heinz, Michael; +Cc: Martin Peschke3, linux-scsi

Michael,
Yes I believe you are correct.

Sounds like an interesting challange, though.

Doug Gilbert


"Heinz, Michael" wrote:
> 
> Well, the fact that no one has answered either one of us would indicate
> that, no, there is no way to pass AER data to the mid layer...
> 
> --
> Now, where is that clue? I know I had one a minute ago....
> --
> mheinz@infiniconsys.com
> 
> > -----Original Message-----
> > From: Martin Peschke3 [mailto:MPESCHKE@de.ibm.com]
> > Sent: Tuesday, April 16, 2002 9:00 AM
> > To: Heinz, Michael
> > Cc: linux-scsi@vger.kernel.org
> > Subject: Re: Asynchronous Event Reporting
> >
> >
> > Hi,
> >
> > is there any transfer mechanism which allows an HBA driver to push
> > its AER data to the mid layer?
> >
> > Mit freundlichen Grüßen / with kind regards
> >
> > Martin Peschke
> >
> > IBM Deutschland Entwicklung GmbH
> > Linux for eServer Development
> > Phone: +49-(0)7031-16-2349
> >
> >
> > Michael Heinz <mheinz@infiniconsys.com>@vger.kernel.org on 04/16/2002
> > 02:30:34 PM
> >
> > Please respond to Michael Heinz <mheinz@infiniconsys.com>
> >
> > Sent by:    linux-scsi-owner@vger.kernel.org
> >
> >
> > To:    linux-scsi@vger.kernel.org
> > cc:
> > Subject:    Asynchronous Event Reporting
> >
> >
> >
> > I'd like to do a quick sanity check here...
> >
> > I've been asked to make sure I support async event reporting in the
> > driver I'm working on (which will eventually be GPL! Honest! :-P).
> >
> >  From reviewing the code in 2.4 scsi/drivers it appears that
> > the best I
> > can do is log that I got the event, but then ignore it - sd.c does not
> > support AER.
> >
> > Is this correct?
> >
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Asynchronous Event Reporting
@ 2002-04-17 13:59 Heinz, Michael
  0 siblings, 0 replies; 5+ messages in thread
From: Heinz, Michael @ 2002-04-17 13:59 UTC (permalink / raw)
  To: Douglas Gilbert; +Cc: Martin Peschke3, linux-scsi


> Michael,
> Yes I believe you are correct.
> 
> Sounds like an interesting challenge, though.
> 
>

LoL. Yup. Looks like a real "opportunity to excel" :-P

Seriously, from the current structure of the code I think anything doing
with AER would  be a major hack. It probably makes more sense to hold
off and deal with it as part of a complete rework of the scsi drivers.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-04-17 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-17 13:37 Asynchronous Event Reporting Heinz, Michael
2002-04-17 13:43 ` Douglas Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2002-04-17 13:59 Heinz, Michael
2002-04-16 12:59 Martin Peschke3
2002-04-16 12:30 Michael Heinz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox