e1000e: save skb counts in TX to avoid cache misses
[pandora-kernel.git] / drivers / net / e1000e / e1000.h
index 906c4da..c0b3db4 100644 (file)
@@ -189,6 +189,8 @@ struct e1000_buffer {
                        unsigned long time_stamp;
                        u16 length;
                        u16 next_to_watch;
+                       unsigned int segs;
+                       unsigned int bytecount;
                        u16 mapped_as_page;
                };
                /* Rx */