[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1310542733.2634.17.camel@edumazet-laptop>
Date: Wed, 13 Jul 2011 09:38:53 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Thomas De Schampheleire <patrickdepinguin+linuxppc@...il.com>
Cc: David Miller <davem@...emloft.net>, ronny.meeus@...il.com,
linuxppc-dev@...abs.org, netdev@...r.kernel.org,
afleming@...escale.com
Subject: Re: softirqs are invoked while bottom halves are masked
Le mercredi 13 juillet 2011 à 09:20 +0200, Thomas De Schampheleire a
écrit :
> I just want to mention that, although you seem to think that we
> shouldn't have created this thread in the first place, your and Eric's
> remarks have actually helped us in identifying the problem and
> increasing our understanding.
>
Thread was fine IMHO, but should have mentioned the context of "non
standard linux-2.6 or net-next-2.6 trees"
I would like to mention NETIF_F_LLTX existence.
While being marked deprecated, it allows a lockless tx path :
The device transmit handler can then perform custom actions, including
its own locking if needed.
If the user wants a specific Qdisc setup (instead of a no qdisc one), it
still can.
veth, loopback, dummy, macvlan & bond devices use NETIF_F_LLTX for
example.
But ndo_start_xmit() must always be called with BH disabled.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists