Re: commit-3ac72b7b63d5 breaks networking on iMX28

2016-10-21 Thread Henri Roosen
Hi Fabio, On 10/21/2016 12:55 PM, Fabio Estevam wrote: Hi Henri, 2016-10-21 7:19 GMT-02:00 Henri Roosen : Hi, Unfortunately commit-3ac72b7b63d5 "net: fec: align IP header in hardware" breaks networking on an iMX28 system. The commit seems valid for iMX6, where it is tested okay

commit-3ac72b7b63d5 breaks networking on iMX28

2016-10-21 Thread Henri Roosen
Hi, Unfortunately commit-3ac72b7b63d5 "net: fec: align IP header in hardware" breaks networking on an iMX28 system. The commit seems valid for iMX6, where it is tested okay and solves the unaligned accesses. On iMX28 I still see unaligned accesses and networking is broken. Can anyone confirm th

Re: Kernel 4.6.7-rt13: Intel Ethernet driver igb causes huge latencies in cyclictest

2016-10-06 Thread Henri Roosen
On 10/06/2016 09:01 AM, Koehrer Mathias (ETAS/ESW5) wrote: Hi all, Hi Mathias, Although, to be clear, it isn't the fact that there exists 8 threads, it's that the device is firing all 8 interrupts at the same time. The time spent in hardirq context just waking up all 8 of those threads (a

[PATCH v3 1/1] phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.

2016-01-07 Thread Henri Roosen
t;) Acked-by: Andrew Lunn Signed-off-by: Henri Roosen --- Changes since v2: - removed unnecessary empty line drivers/net/phy/micrel.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index e13ad6c..7a56799 100

[PATCH v2 1/1] phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.

2015-12-23 Thread Henri Roosen
Commit 651df2183543 ("phy: micrel: Fix finding PHY properties in MAC node.") only fixes finding PHY properties in MAC node for KSZ9021. This commit applies the same fix for KSZ9031. Signed-off-by: Henri Roosen --- drivers/net/phy/micrel.c | 13 +++-- 1 file changed, 11 insert

Re: [PATCH 1/1] phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.

2015-12-23 Thread Henri Roosen
On 12/22/2015 11:14 PM, David Miller wrote: From: Andrew Lunn Date: Tue, 22 Dec 2015 12:06:34 +0100 On Tue, Dec 22, 2015 at 11:58:40AM +0100, Henri Roosen wrote: Commit 651df2183543 ("phy: micrel: Fix finding PHY properties in MAC node.") only fixes finding PHY properties in MA

Re: [PATCH 1/1] phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.

2015-12-23 Thread Henri Roosen
On 12/22/2015 11:14 PM, David Miller wrote: From: Andrew Lunn Date: Tue, 22 Dec 2015 12:06:34 +0100 On Tue, Dec 22, 2015 at 11:58:40AM +0100, Henri Roosen wrote: Commit 651df2183543 ("phy: micrel: Fix finding PHY properties in MAC node.") only fixes finding PHY properties in MA

[PATCH 1/1] phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.

2015-12-22 Thread Henri Roosen
Commit 651df2183543 ("phy: micrel: Fix finding PHY properties in MAC node.") only fixes finding PHY properties in MAC node for KSZ9021. This commit applies the same fix for KSZ9031. Signed-off-by: Henri Roosen --- drivers/net/phy/micrel.c | 13 +++-- 1 file changed, 11 insert