[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <D5C1322C3E673F459512FB59E0DDC32904E2B65F@orsmsx414.amr.corp.intel.com>
Date: Mon, 14 Apr 2008 12:16:55 -0700
From: "Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@...el.com>
To: "Krzysztof Halasa" <khc@...waw.pl>,
"Alan Cox" <alan@...rguk.ukuu.org.uk>
Cc: "Andrew Morton" <akpm@...ux-foundation.org>,
"Jeff Garzik" <jeff@...zik.org>, <linux-kernel@...r.kernel.org>,
<netdev@...r.kernel.org>
Subject: RE: [PATCH v2] Re: WAN: new PPP code for generic HDLC
> It's not that simple - it was broken between 2.6.22 and 2.6.23 (2.6.23
> was already broken), I just haven't noticed (I don't use PPP myself,
> except for tests).
> author Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...el.com>
> Fri, 6 Jul 2007 20:36:20 +0000 (13:36 -0700)
> commit f25f4e44808f0f6c9875d94ef1c41ef86c288eb2
> [CORE] Stack changes to add multiqueue hardware support API
> Add the multiqueue hardware device support API to the core network
> stack. Allow drivers to allocate multiple queues and manage them at
> the netdev level if they choose to do so.
> Added a new field to sk_buff, namely queue_mapping, for drivers to
> know which tx_ring to select based on OS classification of the flow.
> And it included:
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -565,9 +578,7 @@ struct net_device
> static inline void *netdev_priv(const struct net_device *dev)
> {
> - return (char *)dev + ((sizeof(struct net_device)
> - + NETDEV_ALIGN_CONST)
> - & ~NETDEV_ALIGN_CONST);
> + return dev->priv;
> }
What I find a bit disturbing is I found my original patchsets I
submitted to the list that were committed for this patchset. My
original patches don't have this change in them at all. :-(
-PJ Waskiewicz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists