Hi,

I am working on latest drivers  of ixgbe of 3.16.1. It is not updating
statistics in /proc/net/dev.


I insert drivers into kernel into 2.6.32.

Assign IP addres : ifconfig eth6 10.0.77.1 netmask 255.255.0.0 up

 ping 10.0.77.1
PING 10.0.77.1 (10.0.77.1) 56(84) bytes of data.
64 bytes from 10.0.77.1: icmp_seq=1 ttl=64 time=0.024 ms
64 bytes from 10.0.77.1: icmp_seq=2 ttl=64 time=0.010 ms
64 bytes from 10.0.77.1: icmp_seq=3 ttl=64 time=0.006 ms
64 bytes from 10.0.77.1: icmp_seq=4 ttl=64 time=0.005 ms
64 bytes from 10.0.77.1: icmp_seq=5 ttl=64 time=0.006 ms
64 bytes from 10.0.77.1: icmp_seq=6 ttl=64 time=0.006 ms


 cat /proc/net/dev
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes
packets errs drop fifo colls carrier compressed
    lo: 1069152   12727    0    0    0     0          0         0
1069152   12727    0    0    0     0       0          0
  eth0:50724937   78844    0    0    0     0          0        79
6534552   17908    0    0    0     0       0          0
  eth1:       0       0    0    0    0     0          0         0
0       0    0    0    0     0       0          0
  eth2:       0       0    0    0    0     0          0         0
0       0    0    0    0     0       0          0
  eth3:       0       0    0    0    0     0          0         0
0       0    0    0    0     0       0          0
  eth4:       0       0    0    0    0     0          0         0
0       0    0    0    0     0       0          0
  eth5:       0       0    0    0    0     0          0         0
0       0    0    0    0     0       0          0
  eth6:       0       0    0    0    0     0          0         0
468       6    0    0    0     0       0          0
  eth7:       0       0    0    0    0     0          0         0
468       6    0    0    0     0       0          0

it alway constant 468 for tx bytes and tx packets is 6.

please how to resolve this issue.

Thanks and regard's
venkat
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to