> It's not that simple - it was broken between 2.6.22 and 2.6.23 (2.6.23
quoted text > was already broken), I just haven't noticed (I don't use PPP myself,
> except for tests).
quoted text > author Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
> Fri, 6 Jul 2007 20:36:20 +0000 (13:36 -0700)
> commit f25f4e44808f0f6c9875d94ef1c41ef86c288eb2
quoted text > [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.
quoted text > 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.
quoted text > And it included:
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -565,9 +578,7 @@ struct net_device
quoted text > 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
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
RE: [PATCH v2] Re: WAN: new PPP code for generic HDLC , Waskiewicz Jr, Peter P , (Mon Apr 14, 3:16 pm)