Re: [E1000-devel] Programming i2c interface on XL710

2015-05-20 Thread Vladimir Levintovich
[root@none ~]# ethtool -i p6p1 driver: i40e version: 1.2.38 firmware-version: f4.22.27454 a1.2 n4.26 e14b5 bus-info: :02:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes [root@none ~]# ethtool -i p6p2 driver: i40e version: 1.2.38 firmwar

Re: [E1000-devel] Programming i2c interface on XL710

2015-05-20 Thread Rose, Gregory V
Could you please send the output of 'ethtool -i' for each of the interfaces? Also the output of 'dmesg | grep -i i40e' would help. Thanks, - Greg > -Original Message- > From: Rose, Gregory V [mailto:gregory.v.r...@intel.com] > Sent: Wednesday, May 20, 2015 1:37 PM > To: Vladimir Levint

Re: [E1000-devel] Programming i2c interface on XL710

2015-05-20 Thread Rose, Gregory V
> -Original Message- > From: Vladimir Levintovich [mailto:vladim...@silicom.co.il] > Sent: Wednesday, May 20, 2015 7:25 AM > To: Rose, Gregory V; e1000-devel@lists.sourceforge.net > Subject: RE: Programming i2c interface on XL710 > > Thanks. > I tryed. > Here are 2 commands for example: >

Re: [E1000-devel] Question on driver with centos 6.5

2015-05-20 Thread Fujinaka, Todd
Trying to pick-and-choose drivers out of the source tree is difficult and not recommended. If you need to update just the igb driver, we provide and out-of-tree driver on e1000.sourceforge.net that should compile and run on CentOS 6.5. It includes features that were not acceptable for the upstre

Re: [E1000-devel] Question on driver with centos 6.5

2015-05-20 Thread de Brouwer Tom (ST-CO/ENG5.1)
Hi Todd, Thanks for your answer, so this basically means that there is no way to update the driver out of any source tree. Since the later CentOS releases are just 64-bit and don't compile on CentOS 6.5. Three questions I hope you can help me with to get me to a correct solution: - with the 5.

Re: [E1000-devel] Question on driver with centos 6.5

2015-05-20 Thread Fujinaka, Todd
The -k drivers are in-kernel. You just get them with the kernel. The out-of-tree drivers on sourceforge should compile just fine on CentOS 6.5, but we only support the latest one (5.2.18) and we only really support it on RHEL. CentOS should be the same as RHEL but you get what you paid for. The

[E1000-devel] Question on driver with centos 6.5

2015-05-20 Thread de Brouwer Tom (ST-CO/ENG5.1)
All, I have a question about the 5.0.5-k driver which is by default delivered with CentOS 6.5. If I check later drivers it has some fixes for the chipset I'm using (I210), I started doing this since I have some issues with IEE1588 timestamping. It seems to be a bit hard to get a newer version c

Re: [E1000-devel] Programming i2c interface on XL710

2015-05-20 Thread Vladimir Levintovich
Thanks. I tryed. Here are 2 commands for example: find /sys/kernel/debug/i40e/ -name command -exec sh -c 'echo "write 0x000881e0 0x05a01234" > {}' {} ';' find /sys/kernel/debug/i40e/ -name command -exec sh -c 'echo "read 0x000881e0 " > {}' {} ';' Below is the result from the dmesg buffer: [8