I think you are pinging yourself (the same machine that you just configured, 10.0.77.1). So the packets aren't really going out to the system and back into the system. Ping a remote machine that is on the same subnet and see what it does.
Cheers, John > -----Original Message----- > From: venkatakrishna pari [mailto:[email protected]] > Sent: Monday, October 28, 2013 5:54 AM > To: [email protected]; [email protected] > Subject: [E1000-devel] ixgbe 13.16.1 statistics are not updating into > /proc/net/dev > > 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 ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&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
