1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 20:36:17 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
jow
4c706d3cf5 Fix hard reset of alix/soekris hardware under heavy NIC load
The following patch corrects a hard reset that occurs on alix and
soekris net5501 hardware. Specifically, this is an issue with the via
rhine NIC driver. Under periods of extreme load, the via rhine driver
can cause a reset of the entire system. When this happens no output is
seen on the console, the device simply reboots. This was reported in the
following ticket:

Consistent crash on Soekris NET5501
https://dev.openwrt.org/ticket/11882

I was able to reproduce the problem locally with numerous alix 2d13
platforms. Under heavy 64 byte frame size load from a Smartbits traffic
generator, the alix hardware will hard reset in under 5 minutes. The
same hardware, under the same load, on FreeBSD 9.0 does not reset.

The patch below backports most of the via rhine changes from kernel 3.5.
With OpenWrt trunk being on kernel 3.3.8, it seemed prudent to bring
these changes in to avoid this serious issue.

I've tested this heavily in my test environment and was able to keep the
device stable under load for extended periods of time without any resets.

Also, a nice side effect of this change is that it significantly raises
the performance the platform. Without this patch the alix 2d13 can move
approximately 29,000 packets per second at 64 byte frame sizes. After
this patch the alix can move 52,000 packets per second at 64 byte frame
sizes.

I put this patch under the x86 patches as those are the only platforms
with via rhine hardware that I'm aware of. If it needs to go some place
else please let me know.

Thanks,
Adam

Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33072 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-09 09:41:22 +00:00
jogo
f4e4e8cad9 x86: make alix platform patch apply to 3.3
Based on a patch from Philip Prindeville.

While at it, also refresh the patches.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 20:17:00 +00:00
jow
7b270e443a [PATCH 1/1] geos: backport driver from linux-next to 3.2 and 3.3
The Geos driver is in linux-next and will be out in 3.4. It builds fine against 3.2.2 and 3.3-rc2.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 18:16:27 +00:00
jow
f7a67f2173 [PATCH 1/1] alix2: backport platform driver updates from linux-next
Add patches to x86/patches-3.2 and x86/patches-3.3 (update will appear in 3.4).
[Patch from Philipp Prindeville, via  http://patchwork.openwrt.org/patch/1817/]


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 19:26:32 +00:00