Re: [PATCH] NCR53C9x ESP: C99 designated initializers

Arjan van de Ven (arjanv@redhat.com)
11 Nov 2002 18:43:15 +0100


--=-uLeu0/b3ArapwEqVeLaS
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2002-11-11 at 18:24, Linus Torvalds wrote:
>=20
> On 11 Nov 2002, Alan Cox wrote:
> >=20
> > The stupid thing is we take the lock then call the eh function then dro=
p
> > it. You can drop the lock, wait and retake it. I need to fix a couple o=
f
> > other drivers to do a proper wait and in much the same way.
>=20
> Hmm.. I wonder if the thing should disable the queue (plug it) and releas=
e=20
> the lock before calling reset. I assume we don't want any new requests at=
=20
> this point anyway, and having the low-level drivers know about stopping=20
> the queue etc sounds like a bad idea..

something similar is needed in the scsi layer for other reasons too; I
can imagine something that behaves similar as the network layer's=20
netif_stop_queue() and allows drivers to inform the upper layer to stop
trying to submit requests to the lower level driver. Fiber channel
drivers can do this for example on LIP down (and enable again on LIP
up). LIP is not the only reason this is useful; overall I estimate that
over half of the code in the (out of tree) qlogic 2x00 driver can be
removed if this functionality was available.

Greetings,
Arjan van de Ven

--=-uLeu0/b3ArapwEqVeLaS
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA9z+wyxULwo51rQBIRAtUOAJwO07AEb/55GQeaD8qw2oRwvbBsbQCgkhKN
jbU+AtgUuf70jin7Fur9xG0=
=v/lt
-----END PGP SIGNATURE-----

--=-uLeu0/b3ArapwEqVeLaS--

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