<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: T1040RDB upstream kernel ethernet issue in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562273#M1185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;I would recommend to post the problem to kernel mailing list&lt;/P&gt;&lt;P&gt;and cc it to network maintainer. If I get access to a &lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;T1040RDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;board in the coming weeks I will debug it as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2016 15:08:20 GMT</pubDate>
    <dc:creator>sinanakman</dc:creator>
    <dc:date>2016-07-18T15:08:20Z</dc:date>
    <item>
      <title>T1040RDB upstream kernel ethernet issue</title>
      <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562269#M1181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NXP team,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an T1040RDB at my place with which I am experimenting. (It is not a T1040D4RDB.)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with the Freescale SDK QorIQ-SDK-V1.8-20150619-yocto, provided in a virtual machine from freescale.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the Yocto Project I extracted the SDK to be able to conveniently standalone-compile the kernel outside the yocto environment. (bitbake core-image-minimal -c populate_sdk)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the linux sdk sources from the freescale git&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.freescale.com%2Fgit%2Fcgit.cgi%2Fppc%2Fsdk%2Flinux.git%2F" rel="nofollow" target="_blank"&gt;http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and compiled these using above SDK:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source /opt/freescale-sdk-64/environment-setup-ppc64e5500-fsl-linux&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export LDFLAGS="${LDFLAGS//-Wl,/}"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make corenet64_smp_defconfig&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make menuconfig&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; set the FMAN Kconfig selection to FMANV3L&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make uImage&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make t1040rdb.dtb&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The kernel compiles successfully.&lt;/P&gt;&lt;P&gt;Booting the kernel via nfs is successful. See attached log T1040RDB_sdk_bootlog.txt.&lt;/P&gt;&lt;P&gt;The root file system is a 64bit lsb-sdk network file system created from yocto for a different project involving a T1042.&lt;/P&gt;&lt;P&gt;The ethernet interfaces work as intended. See attached log T1040RDB_sdk_bootlog.txt.&lt;/P&gt;&lt;P&gt;All good so far.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the future I would like to work with the mainline kernel though.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now got the linux upstream sources from the freescale git&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.freescale.com%2Fgit%2Fcgit.cgi%2Fppc%2Fupstream%2Flinux.git%2F" rel="nofollow" target="_blank"&gt;http://git.freescale.com/git/cgit.cgi/ppc/upstream/linux.git/&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and compiled these using above SDK:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source /opt/freescale-sdk-64/environment-setup-ppc64e5500-fsl-linux&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export LDFLAGS="${LDFLAGS//-Wl,/}"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make corenet64_smp_defconfig&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make menuconfig&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; FMAN Kconfig selection not available here. Do nothing in menuconfig.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make uImage&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make fsl/t1040rdb.dtb&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The kernel compiles successfully.&lt;/P&gt;&lt;P&gt;Booting the kernel via nfs is successful. See attached log T1040RDB_upstream_bootlog.txt.&lt;/P&gt;&lt;P&gt;The root file system is the same as above.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now there is an issue with the regular ethernet interfaces:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~# ifconfig fm1-gb3 192.168.90.244&lt;/P&gt;&lt;P&gt;IPv6: ADDRCONF(NETDEV_UP): fm1-gb3: link is not ready&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~# IPv6: ADDRCONF(NETDEV_CHANGE): fm1-gb3: link becomes ready&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~# ifconfig fm1-gb3&lt;/P&gt;&lt;P&gt;fm1-gb3&amp;nbsp;&amp;nbsp; Link encap:Ethernet&amp;nbsp; HWaddr 00:04:9f:03:05:e7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet addr:192.168.90.244&amp;nbsp; Bcast:192.168.90.255&amp;nbsp; Mask:255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: fe80::204:9fff:fe03:5e7/64 Scope:Link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UP BROADCAST RUNNING MULTICAST&amp;nbsp; MTU:1500&amp;nbsp; Metric:1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets:9 errors:0 dropped:0 overruns:0 carrier:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collisions:0 txqueuelen:1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX bytes:0 (0.0 B)&amp;nbsp; TX bytes:932 (932.0 B)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory:ffe4e6000-ffe4e6fff&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~# ping -I fm1-gb3 192.168.90.200&lt;/P&gt;&lt;P&gt;PING 192.168.90.200 (192.168.90.200) from 192.168.90.244 fm1-gb3: 56(84) bytes of data.&lt;/P&gt;&lt;P&gt;From 192.168.90.244 icmp_seq=1 Destination Host Unreachable&lt;/P&gt;&lt;P&gt;From 192.168.90.244 icmp_seq=2 Destination Host Unreachable&lt;/P&gt;&lt;P&gt;From 192.168.90.244 icmp_seq=3 Destination Host Unreachable&lt;/P&gt;&lt;P&gt;^C&lt;/P&gt;&lt;P&gt;--- 192.168.90.200 ping statistics ---&lt;/P&gt;&lt;P&gt;5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3999ms&lt;/P&gt;&lt;P&gt;pipe 3&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~# ifconfig fm1-gb3&lt;/P&gt;&lt;P&gt;fm1-gb3&amp;nbsp;&amp;nbsp; Link encap:Ethernet&amp;nbsp; HWaddr 00:04:9f:03:05:e7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet addr:192.168.90.244&amp;nbsp; Bcast:192.168.90.255&amp;nbsp; Mask:255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: fe80::204:9fff:fe03:5e7/64 Scope:Link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UP BROADCAST RUNNING MULTICAST&amp;nbsp; MTU:1500&amp;nbsp; Metric:1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets:16 errors:0 dropped:0 overruns:0 carrier:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collisions:0 txqueuelen:1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX bytes:0 (0.0 B)&amp;nbsp; TX bytes:1468 (1.4 KiB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory:ffe4e6000-ffe4e6fff&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ping does not seem to work anymore, and no packets are received. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;The interface is attached to a NIC on my desktop PC. &lt;/P&gt;&lt;P&gt;I can see the incoming ARP Frames from the T1040RDB in wireshark.&lt;/P&gt;&lt;P&gt;The desktop PC answers with an ARP reply.&lt;/P&gt;&lt;P&gt;However, this reply does not reach the respective linux stack. The RX packet count does not increase.&lt;/P&gt;&lt;P&gt;Checking the respective eMAC registers with a tool shows something interesting. &lt;/P&gt;&lt;P&gt;It seems that there are RX octets received, but somehow get stuck in the MAC:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Receive Dropped Packets Counter Register (RDRPn)&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~#&amp;nbsp; memmap64 -r 0xffe4e615c&lt;/P&gt;&lt;P&gt;reg 0x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ffe4e615c:&amp;nbsp;&amp;nbsp; 0x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8200000000&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incremented for each dropped packet due to internal errors. Occurs when a receive FIFO overflows.&lt;/P&gt;&lt;P&gt;Includes also packets truncated as a result of the receive FIFO overflow.&lt;/P&gt;&lt;P&gt;This counter is continuously increasing with frames sent from the desktop PC to the T1040RDB.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Receive Dropped Not Truncated Packets Counter Register (RDRNTPn&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~#&amp;nbsp; memmap64 -r 0xffe4e61cc&lt;/P&gt;&lt;P&gt;reg 0x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ffe4e61cc:&amp;nbsp;&amp;nbsp; 0x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8200000000&lt;/P&gt;&lt;P&gt;Incremented for each fully dropped packet (not truncated) due to internal errors. Occurs when a receive&lt;/P&gt;&lt;P&gt;FIFO overflows.&lt;/P&gt;&lt;P&gt;This counter is continuously increasing with frames sent from the desktop PC to the T1040RDB.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Receive Frame Error Counter Register (RERRn)&lt;/P&gt;&lt;P&gt;root@tqmt1042-64b-stk:~#&amp;nbsp; memmap64 -r 0xffe4e613c&lt;/P&gt;&lt;P&gt;reg 0x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ffe4e613c:&amp;nbsp;&amp;nbsp; 0x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100000000&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incremented for each frame received with an error (except for undersized/fragment frame) :&lt;/P&gt;&lt;P&gt;• FIFO overflow error&lt;/P&gt;&lt;P&gt;• CRC error&lt;/P&gt;&lt;P&gt;• Payload length error&lt;/P&gt;&lt;P&gt;• Jabber and oversized error&lt;/P&gt;&lt;P&gt;• Alignment error (if supported)&lt;/P&gt;&lt;P&gt;• Reception of PHY/PCS error indication (0xFE, not a code error)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the upstream kernel that I am using supposed to function in the way I am using it?&lt;/P&gt;&lt;P&gt;Or have I overlooked some points (e.g. regarding the initialisation of the DPAA / FMAN)?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you can share some advice.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337165"&gt;T1040RDB_upstream_bootlog.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337165"&gt;T1040RDB_sdk_bootlog.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562269#M1181</guid>
      <dc:creator>stefanlange</dc:creator>
      <dc:date>2016-07-12T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: T1040RDB upstream kernel ethernet issue</title>
      <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562270#M1182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;NXP offers the latest SDK 2.0. This SDK supports T1040 RDB and DDR4 memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;Perhaps this SDK is suitable for your task and &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;mainline kernel is not needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 08:58:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562270#M1182</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2016-07-15T08:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: T1040RDB upstream kernel ethernet issue</title>
      <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562271#M1183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;The upstream tree you mention seems to be rather old (latest commit&lt;/P&gt;&lt;P&gt;log is from 2015-11-05). Why don't you give a try the mainline tree&lt;/P&gt;&lt;P&gt;at kernel.org ? The problem you are seeing might be already fixed in&lt;/P&gt;&lt;P&gt;the mainline tree.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 16:55:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562271#M1183</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2016-07-15T16:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: T1040RDB upstream kernel ethernet issue</title>
      <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562272#M1184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;I tried the kernel.org mainline kernel, but with the same result.&lt;/P&gt;&lt;P&gt;But I found something interesting:&lt;/P&gt;&lt;P&gt;If I deactivate the IOMMU/PAMU driver in the mainline kernel, the respective ethernet interfaces are working.&lt;/P&gt;&lt;P&gt;This is an acceptable solution for us at this point.&lt;/P&gt;&lt;P&gt;I did not investigate further for the root cause behind this. There are no IOMMU references in the ethernet device tree nodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 06:45:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562272#M1184</guid>
      <dc:creator>stefanlange</dc:creator>
      <dc:date>2016-07-18T06:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: T1040RDB upstream kernel ethernet issue</title>
      <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562273#M1185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;I would recommend to post the problem to kernel mailing list&lt;/P&gt;&lt;P&gt;and cc it to network maintainer. If I get access to a &lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;T1040RDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;board in the coming weeks I will debug it as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 15:08:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562273#M1185</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2016-07-18T15:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: T1040RDB upstream kernel ethernet issue</title>
      <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562274#M1186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mainline kernels do not have all the parts of the ethernet driver (despite having some fman code merged) so I don't see how this could work regardless of whether PAMU is enabled or not.&amp;nbsp; There's nothing the netdev maintainer can do about this.&amp;nbsp; We're working on getting the rest of the driver submitted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 20:18:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562274#M1186</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2016-07-18T20:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: T1040RDB upstream kernel ethernet issue</title>
      <link>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562275#M1187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott&lt;/P&gt;&lt;P&gt;Thanks for your follow up on the thread and clearing up on the stage of mainlining the ethernet driver. Sorry for misleading Stefan with netdev maintainer cc suggestion. Hope the driver will be mainlined soon for Stefan to give a try.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 17:03:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1040RDB-upstream-kernel-ethernet-issue/m-p/562275#M1187</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2016-07-19T17:03:38Z</dc:date>
    </item>
  </channel>
</rss>

