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:

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.

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

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

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: find

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

[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