[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87iqm4jr8z.fsf@nemi.mork.no>
Date: Fri, 20 Mar 2009 13:47:08 +0100
From: Bjørn Mork <bjorn@...k.no>
To: Eric Dumazet <dada1@...mosbay.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [NET] net: reorder struct net_device_ops
Eric Dumazet <dada1@...mosbay.com> writes:
> [NET] net: reorder struct net_device_ops
>
> Moving ndo_start_xmit() field at first position in
> struct net_device_ops reduce the assembly needed to compute
> the prefetch() address.
You can't do this while the compatibility code is still there.
from net/core/dev.c:register_netdevice() :
/* This works only because net_device_ops and the
compatiablity structure are the same. */
dev->netdev_ops = (void *) &(dev->init);
Bjørn
--
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