[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070817.165625.23014105.davem@davemloft.net>
Date: Fri, 17 Aug 2007 16:56:25 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: shemminger@...ux-foundation.org
Cc: netdev@...r.kernel.org
Subject: Re: [RFC] restore netdev_priv optimization
From: Stephen Hemminger <shemminger@...ux-foundation.org>
Date: Fri, 17 Aug 2007 16:19:28 -0700
> The subqueue is only referenced in start/stop queue and that only happens
> once per packet on normal tx, and only if multiqueue is used.
If it only happens when multiqueue, then why does loopback need
at least one queue entry there even though it's not multiqueue? :-)
This thing is deref'd regardless of multi-queue.
Once per TX packet is a lot, and it's the same amount of derefs
as dev->priv will have on the TX path.
-
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