Re: [patch] TCP/IP delacks disabled with MPI

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 2 Jun 1999 14:02:17 +0100 (BST)


> dev->flags cannot be changed by interrupts,
> it contains only static and administratively set flags.
> Othewise we will have to spinlock or atomize all the accesses
> to them.

Good thinking

> Link state flag must be separate. dev->link_state or a bit
> in atomic flag bitset. It may be translated to IFF_RUNNING
> by ioctl frontend though.

That sounds fine.

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