<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: ODROID-XU4 tune network and USB speed	</title>
	<atom:link href="https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/feed/" rel="self" type="application/rss+xml" />
	<link>https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/</link>
	<description>Beyond Reality</description>
	<lastBuildDate>Sun, 17 Dec 2023 12:23:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: ed		</title>
		<link>https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-309226</link>

		<dc:creator><![CDATA[ed]]></dc:creator>
		<pubDate>Sun, 17 Dec 2023 12:23:13 +0000</pubDate>
		<guid isPermaLink="false">https://obihoernchen.net/?p=1416#comment-309226</guid>

					<description><![CDATA[Looks a little bit different but still a great method for speed improovement on armbian bullseye. Thank you!

omv:~:# grep -E &#039;CPU0&#124;usb&#039; /proc/interrupts
           CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7
124:          1          0          0          0          0          0          0          0     GICv2 103 Level     ehci_hcd:usb1, ohci_hcd:usb2
140:         73          0      24453          0          0          0          0          0     GICv2 104 Level     xhci-hcd:usb3
141:        765          0          0          0          0          0          0     569180     GICv2 105 Level     xhci-hcd:usb5
omv:~:#
omv:~:# echo 6 &#062; /proc/irq/124/smp_affinity_list
omv:~:# echo 5 &#062; /proc/irq/140/smp_affinity_list
omv:~:# echo 4 &#062; /proc/irq/141/smp_affinity_list]]></description>
			<content:encoded><![CDATA[<p>Looks a little bit different but still a great method for speed improovement on armbian bullseye. Thank you!</p>
<p>omv:~:# grep -E &#8216;CPU0|usb&#8217; /proc/interrupts<br />
           CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7<br />
124:          1          0          0          0          0          0          0          0     GICv2 103 Level     ehci_hcd:usb1, ohci_hcd:usb2<br />
140:         73          0      24453          0          0          0          0          0     GICv2 104 Level     xhci-hcd:usb3<br />
141:        765          0          0          0          0          0          0     569180     GICv2 105 Level     xhci-hcd:usb5<br />
omv:~:#<br />
omv:~:# echo 6 &gt; /proc/irq/124/smp_affinity_list<br />
omv:~:# echo 5 &gt; /proc/irq/140/smp_affinity_list<br />
omv:~:# echo 4 &gt; /proc/irq/141/smp_affinity_list</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim		</title>
		<link>https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-53719</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Sat, 04 Feb 2017 04:27:55 +0000</pubDate>
		<guid isPermaLink="false">https://obihoernchen.net/?p=1416#comment-53719</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-53709&quot;&gt;Obihoernchen&lt;/a&gt;.

It was already on performance :(
I just noticed that 104 is now the latest kernel, so I ran your script and now its even worse haha.

root@odroid:~# uname -a
Linux odroid 3.10.104+ #1 SMP PREEMPT Fri Jan 13 22:56:35 CET 2017 armv7l GNU/Linux
root@odroid:~#

--------------------------------------------------------------------------------------------------

C:\ip&#062;iperf.exe -c 192.168.2.1 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  208 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.2.1, TCP port 5001
TCP window size:  208 KByte (default)
------------------------------------------------------------
[  4] local 192.168.2.52 port 35581 connected with 192.168.2.1 port 5001
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec   301 MBytes   253 Mbits/sec
[  4] local 192.168.2.52 port 5001 connected with 192.168.2.1 port 38749
[  4]  0.0-10.0 sec   204 MBytes   171 Mbits/sec]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-53709">Obihoernchen</a>.</p>
<p>It was already on performance 🙁<br />
I just noticed that 104 is now the latest kernel, so I ran your script and now its even worse haha.</p>
<p>root@odroid:~# uname -a<br />
Linux odroid 3.10.104+ #1 SMP PREEMPT Fri Jan 13 22:56:35 CET 2017 armv7l GNU/Linux<br />
root@odroid:~#</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>C:\ip&gt;iperf.exe -c 192.168.2.1 -r<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Server listening on TCP port 5001<br />
TCP window size:  208 KByte (default)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Client connecting to 192.168.2.1, TCP port 5001<br />
TCP window size:  208 KByte (default)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[  4] local 192.168.2.52 port 35581 connected with 192.168.2.1 port 5001<br />
[ ID] Interval       Transfer     Bandwidth<br />
[  4]  0.0-10.0 sec   301 MBytes   253 Mbits/sec<br />
[  4] local 192.168.2.52 port 5001 connected with 192.168.2.1 port 38749<br />
[  4]  0.0-10.0 sec   204 MBytes   171 Mbits/sec</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Obihoernchen		</title>
		<link>https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-53709</link>

		<dc:creator><![CDATA[Obihoernchen]]></dc:creator>
		<pubDate>Fri, 03 Feb 2017 23:34:11 +0000</pubDate>
		<guid isPermaLink="false">https://obihoernchen.net/?p=1416#comment-53709</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-53695&quot;&gt;Tim&lt;/a&gt;.

Have a look at my post: http://forum.odroid.com/viewtopic.php?f=98&amp;t=14907&amp;p=172156#p172994 Maybe this helps. But I bet you&#039;ll get more if you set your cpu governor to performance.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-53695">Tim</a>.</p>
<p>Have a look at my post: <a href="http://forum.odroid.com/viewtopic.php?f=98&#038;t=14907&#038;p=172156#p172994" rel="nofollow ugc">http://forum.odroid.com/viewtopic.php?f=98&#038;t=14907&#038;p=172156#p172994</a> Maybe this helps. But I bet you&#8217;ll get more if you set your cpu governor to performance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim		</title>
		<link>https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-53695</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Fri, 03 Feb 2017 15:00:06 +0000</pubDate>
		<guid isPermaLink="false">https://obihoernchen.net/?p=1416#comment-53695</guid>

					<description><![CDATA[great update, i was hitting 870 and after the update hitting 940!
ive been having massive issues with my Probox getting dropped from the XU4 (EXT4 - copying files/streaming/etc and it just randomly disconnects) so I upgraded the kernel (3.10.96 -&#062; 3.10.103) having had one drop, but now,

C:\ip&#062;iperf.exe -c 192.168.2.1 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  208 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.2.1, TCP port 5001
TCP window size:  208 KByte (default)
------------------------------------------------------------
[  4] local 192.168.2.52 port 12145 connected with 192.168.2.1 port 5001
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec   751 MBytes   630 Mbits/sec
[  4] local 192.168.2.52 port 5001 connected with 192.168.2.1 port 60215
[  4]  0.0-10.0 sec  1.06 GBytes   914 Mbits/sec

(not sure which ones up/down) one way only maxes out at around 630-640)

any ideas?]]></description>
			<content:encoded><![CDATA[<p>great update, i was hitting 870 and after the update hitting 940!<br />
ive been having massive issues with my Probox getting dropped from the XU4 (EXT4 &#8211; copying files/streaming/etc and it just randomly disconnects) so I upgraded the kernel (3.10.96 -&gt; 3.10.103) having had one drop, but now,</p>
<p>C:\ip&gt;iperf.exe -c 192.168.2.1 -r<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Server listening on TCP port 5001<br />
TCP window size:  208 KByte (default)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Client connecting to 192.168.2.1, TCP port 5001<br />
TCP window size:  208 KByte (default)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[  4] local 192.168.2.52 port 12145 connected with 192.168.2.1 port 5001<br />
[ ID] Interval       Transfer     Bandwidth<br />
[  4]  0.0-10.0 sec   751 MBytes   630 Mbits/sec<br />
[  4] local 192.168.2.52 port 5001 connected with 192.168.2.1 port 60215<br />
[  4]  0.0-10.0 sec  1.06 GBytes   914 Mbits/sec</p>
<p>(not sure which ones up/down) one way only maxes out at around 630-640)</p>
<p>any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Obihoernchen		</title>
		<link>https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-52835</link>

		<dc:creator><![CDATA[Obihoernchen]]></dc:creator>
		<pubDate>Sun, 08 Jan 2017 00:47:44 +0000</pubDate>
		<guid isPermaLink="false">https://obihoernchen.net/?p=1416#comment-52835</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-52823&quot;&gt;Obihoernchen&lt;/a&gt;.

done :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://obihoernchen.net/1416/odroid-xu4-tune-network-and-usb-speed/comment-page-1/#comment-52823">Obihoernchen</a>.</p>
<p>done 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
