Re: [OpenWrt-Devel] [PATCH] ar71xx TCP/IPsec unaligned instructions

2012-01-04 Thread Markus Stockhausen
Awesome. Did you get any different performance numbers from something like iperf or netperf from this? Sorry but the patch is only a residue from my work on a fast IPsec module. It might help when doing normal transfers over gigabit interconnect. Here a snippet with the patch applied for an IPs

Re: [OpenWrt-Devel] Toolchain fails to compile on trunk with glibc 2.7

2012-01-04 Thread Peter Naulls
On 01/04/2012 08:55 AM, Jo-Philipp Wich wrote: Hi. Error: bad register name `%sil' You probably need a patch similar to this: http://old-list-archives.xen.org/archives/html/xen-devel/2009-05/binBCldaQtw31.bin Apart from that, there are still a number of pending patches required for e/glib

Re: [OpenWrt-Devel] IPTV over wifi (ath9k driver + OpenWrt)

2012-01-04 Thread Gioacchino Mazzurco
>Unfortunately mac80211 driver in AP mode does not support mcast_rate option. >If i'm correct basic_rates are 802.11 rates to be used for multicast packets. it seems that mcat_rate should work on latest backfire 2012/1/4 Viktar Palstsiuk > Hello > > I'm trying to set up IPTV over wifi (ath9k dr

Re: [OpenWrt-Devel] Toolchain fails to compile on trunk with glibc 2.7

2012-01-04 Thread Jo-Philipp Wich
Hi. > Error: bad register name `%sil' You probably need a patch similar to this: http://old-list-archives.xen.org/archives/html/xen-devel/2009-05/binBCldaQtw31.bin I see whether I can prepare one tonight. ~ Jow ___ openwrt-devel mailing list openwrt-

[OpenWrt-Devel] Toolchain fails to compile on trunk with glibc 2.7

2012-01-04 Thread Adam Gensler
Hi all, I'm attempting to build a fresh trunk pull using glibc 2.7 instead of uClibc. I'm building on a VM of ubuntu server 10.04LTS. This same server is building many OpenWRT builds using uClibc without issue. It is failing, when compiling glibc, with the following error: make[6]: Entering

Re: [OpenWrt-Devel] [PATCH] ar71xx TCP/IPsec unaligned instructions

2012-01-04 Thread Dave Taht
2012/1/4 Markus Stockhausen : > Hello, > > attached an extension to the already existing patch that will fix some more > unaligned > accesses on ar71xx devices. First patch location during establishing of tcp > recv operations. Awesome. Did you get any different performance numbers from something

[OpenWrt-Devel] reaver-wps package Makefile available

2012-01-04 Thread edgar . soldin
for the unaware http://code.google.com/p/reaver-wps/ somebody created a package Makefile for reaver in the forum https://forum.openwrt.org/viewtopic.php?pid=152639 ..ede ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwr

Re: [OpenWrt-Devel] [PATCH] ar71xx TCP/IPsec unaligned instructions

2012-01-04 Thread Jonathan Bither
On a side note would the unaligned patch in the ar71xx target benefit the atheros target? On 01/04/2012 10:58 AM, Markus Stockhausen wrote: Hello, attached an extension to the already existing patch that will fix some more unaligned accesses on ar71xx devices. First patch location during estab

[OpenWrt-Devel] [PATCH] ar71xx TCP/IPsec unaligned instructions

2012-01-04 Thread Markus Stockhausen
Hello, attached an extension to the already existing patch that will fix some more unaligned accesses on ar71xx devices. First patch location during establishing of tcp recv operations. The second one is only relevant for IPsec tunnels. In my setup this results in the following numbers: - Wit

[OpenWrt-Devel] IPTV over wifi (ath9k driver + OpenWrt)

2012-01-04 Thread Viktar Palstsiuk
Hello I'm trying to set up IPTV over wifi (ath9k driver in AP mode + OpenWrt). I'm using UDP multicast stream to deliver video. By default multicast packets are transmitted at 1 Mbps (802.11g) which is insufficient for SD video stream. Unfortunately mac80211 driver in AP mode does not support mcas