alistair23-linux/drivers/net/ibm_emac
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t
So that it is also an offset from skb->head, reduces its size from 8 to 4 bytes
on 64bit architectures, allowing us to combine the 4 bytes hole left by the
layer headers conversion, reducing struct sk_buff size to 256 bytes, i.e. 4
64byte cachelines, and since the sk_buff slab cache is SLAB_HWCACHE_ALIGN...
:-)

Many calculations that previously required that skb->{transport,network,
mac}_header be first converted to a pointer now can be done directly, being
meaningful as offsets or pointers.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:26:28 -07:00
..
ibm_emac.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_core.c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 2007-04-25 22:26:28 -07:00
ibm_emac_core.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_debug.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
ibm_emac_debug.h fix file specification in comments 2006-10-03 23:01:26 +02:00
ibm_emac_mal.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
ibm_emac_mal.h [POWERPC] Make EMAC use generic DCR access methods 2006-12-04 16:08:31 +11:00
ibm_emac_phy.c PHY probe not working properly for ibm_emac (PPC4xx) 2006-12-26 16:41:08 -05:00
ibm_emac_phy.h [PATCH] New PowerPC 4xx on-chip ethernet controller driver 2005-10-28 16:42:01 -04:00
ibm_emac_rgmii.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_rgmii.h fix file specification in comments 2006-10-03 23:01:26 +02:00
ibm_emac_tah.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_tah.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_zmii.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_zmii.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
Makefile [PATCH] New PowerPC 4xx on-chip ethernet controller driver 2005-10-28 16:42:01 -04:00