* Why does e1000 (in net-2.6) have extra pseudo-netdevices
@ 2008-07-25 19:04 Stephen Hemminger
0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2008-07-25 19:04 UTC (permalink / raw)
To: jeffery.t.kirsher, jesse.brandeburg, bruce.w.allan,
peterj.p.waskiewicz.jr
Cc: netdev, e1000-devel
Since we have multi-queue tx, and multi-napi, why does E1000 still
have extra fake network devices?
static int __devinit e1000_alloc_queues(struct e1000_adapter *adapter)
{
...
adapter->polling_netdev = kcalloc(adapter->num_rx_queues,
sizeof(struct net_device),
GFP_KERNEL);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-25 19:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 19:04 Why does e1000 (in net-2.6) have extra pseudo-netdevices Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).