[PATCH 1/6] e1000e: update netstats traffic counters realtime

2007-11-13 Thread Auke Kok
formerly e1000/e1000e only updated traffic counters once every 2 seconds with the register values of bytes/packets. With newer code however in the interrupt and polling code we can real-time fill in these values in the netstats struct for users to see. Signed-off-by: Auke Kok [EMAIL PROTECTED]

Re: [PATCH 1/6] e1000e: update netstats traffic counters realtime

2007-11-13 Thread David Miller
From: Auke Kok [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 15:11:10 -0800 formerly e1000/e1000e only updated traffic counters once every 2 seconds with the register values of bytes/packets. With newer code however in the interrupt and polling code we can real-time fill in these values in the