OpenWrt Forum Archive

Topic: Barrier Breaker can't break 160+ Mbps down

The content of this topic has been archived between 4 Apr 2018 and 22 Apr 2018. Unfortunately there are posts – most likely complete pages – missing.

Alright
I decided to put up my own little lab.
These are my results with my non-OCed (560Mhz) WDR4300 running jperf for 30 seconds with 8 multiple streams over 4 runs.
Jperf was running on 2 CoreDuo laptops with Win7/8, of course both with 1Gbit interface.

All configs were default with no QoS.

TP-Link 3.14.1 HW NAT On
712Mbit

TP-Link 3.14.1 HW NAT off
263MBit

DD-WRT r26436 non-DDTB
200Mbit

I would have tested a DDTB version of DD-WRT if one were available for WDR4300

OpenWRT AA 12.09
default 276Mbit
iptables flush 283Mbit

OpenWRT BB 14.07
default 150-170Mbit really different results at each run
iptables flush 180Mbit more constant rate.

OpenWRT CC -r44541
default 170-220Mbit really different results at each run
iptables flush no change

So far it seems I need to stick with AA

(Last edited by bjoeg on 6 Mar 2015, 12:00)

@alphasparc

I'm trying to compile for a wdr3600 but i get stuck running ./bb_openwrt.sh which causes these 3 errors:

Compiling ./feeds/packagetrunk/lang/node-arduino-firmata/files/usr/lib/node/arduino-firmata/lib/arduino-firmata.js
./feeds/packagetrunk/lang/node-arduino-firmata/files/usr/lib/node/arduino-firmata/lib/arduino-firmata.js:143: ERROR - Parse error. identifier is a reserved word
            var byte, j, len, results;
                ^
./feeds/packagetrunk/lang/node-arduino-firmata/files/usr/lib/node/arduino-firmata/lib/arduino-firmata.js:146: ERROR - Parse error. identifier is a reserved word
              byte = data[j];
              ^
./feeds/packagetrunk/lang/node-arduino-firmata/files/usr/lib/node/arduino-firmata/lib/arduino-firmata.js:147: ERROR - Parse error. identifier is a reserved word
              results.push(_this.process_input(byte));
                                               ^
3 error(s), 0 warning(s)

If you could give me some hints i appreciate.

Thanks for your work btw.

You can ignore this message.

Tried to continue but came across this error.

Applying /home/keizo/openwrt/target/linux/generic/patches-3.10/063-arm-fix-fiq-vivt.patch using plaintext: 
patching file arch/arm/kernel/fiq.c
Hunk #1 FAILED at 84.

Also just noticed that can't open ports on the firewall with this firmware, even port 80 gives me connection refused.

(Last edited by keizo on 27 Oct 2015, 02:56)

keizo wrote:

Tried to continue but came across this error.

Applying /home/keizo/openwrt/target/linux/generic/patches-3.10/063-arm-fix-fiq-vivt.patch using plaintext: 
patching file arch/arm/kernel/fiq.c
Hunk #1 FAILED at 84.

Also just noticed that can't open ports on the firewall with this firmware, even port 80 gives me connection refused.

Should have been fixed with this

@@ -49,7 +49,7 @@ done
 #rm  ./package/network/utils/iptables/files/l7/aim.pat
 #rm  ./package/network/utils/iptables/files/l7/msnmessenger.pat
 #rm  ./package/network/utils/iptables/files/l7/ntp.pat
-
+rm ./target/linux/generic/patches-3.10/063-arm-fix-fiq-vivt.patch
 #Comment the lines below to enable L7-Protocol
 rm ./target/linux/generic/patches-3.10/600-netfilter_layer7_2.22.patch
 rm ./target/linux/generic/patches-3.10/601-netfilter_layer7_pktmatch.patch

To build from scratch command is

git clone git://git.openwrt.org/14.07/openwrt.git --depth 1 && git clone https://github.com/gwlim/mips74k-barrie … -patch.git temp --depth 1; mv temp/* openwrt/; rm -rf temp && cd openwrt && ./bb_openwrt.sh

Then make menuconfig and make V=s

It is not meant to be maintained but patched from scratch

alphasparc wrote:

Should have been fixed with this

@@ -49,7 +49,7 @@ done
 #rm  ./package/network/utils/iptables/files/l7/aim.pat
 #rm  ./package/network/utils/iptables/files/l7/msnmessenger.pat
 #rm  ./package/network/utils/iptables/files/l7/ntp.pat
-
+rm ./target/linux/generic/patches-3.10/063-arm-fix-fiq-vivt.patch
 #Comment the lines below to enable L7-Protocol
 rm ./target/linux/generic/patches-3.10/600-netfilter_layer7_2.22.patch
 rm ./target/linux/generic/patches-3.10/601-netfilter_layer7_pktmatch.patch

Works like a charm! Thank you for your help.

Well

Still no way to keep performance with newer builds ?? i never saw again anything like 12.09 AA rc1 or oficial one ... anything above i can't make it work with my isp line 200Mb ...

DD  r49223  gives me ~260Mb/s

The discussion might have continued from here.