Re: if_ral regression

2008-01-13 Thread Dag-Erling Smørgrav
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > revert the old patch at your AP side and try this one > http://people.freebsd.org/~sephe/rt2560_test.diff1 No improvement. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ freebsd-net@freebsd.org maili

Re: if_ral regression

2008-01-12 Thread Dag-Erling Smørgrav
Sam Leffler <[EMAIL PROTECTED]> writes: > FWIW I took ownership of a ral bug where AP mode tx just stopped for > no apparent reason (I think it was probe response frames but can't > recall). This sounds like the same thing; can you check kern/117655? Looks similar, except for the part about the P

Re: if_ral regression [was seq#'s on ap frames]

2008-01-11 Thread Sam Leffler
Sepherosa Ziehau wrote: On Jan 5, 2008 10:19 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: This actually brings up two things: 1) I think we should ignore seq in multicast frames; this is permitted in 802.11 standard. In dfly I did th

Re: if_ral regression

2008-01-11 Thread Dag-Erling Smørgrav
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > revert the old patch at your AP side and try this one > http://people.freebsd.org/~sephe/rt2560_test.diff1 I will, thanks. > apply following patch at you STA side > http://people.freebsd.org/~sephe/ieee80211_input.c.diff My STA side doesn't run Fr

Re: if_ral regression

2008-01-11 Thread Sepherosa Ziehau
On Jan 5, 2008 10:19 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > > This actually brings up two things: > > 1) I think we should ignore seq in multicast frames; this is permitted in > > 802.11 standard. In dfly I did that, since one of our u

Re: if_ral regression

2008-01-05 Thread Dag-Erling Smørgrav
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > This actually brings up two things: > 1) I think we should ignore seq in multicast frames; this is permitted in > 802.11 standard. In dfly I did that, since one of our users > encountered a broken commercial AP which is not 802.11e but uses > differ

Re: if_ral regression

2008-01-04 Thread Sepherosa Ziehau
On Jan 4, 2008 4:51 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > > Are you also using freebsd as STA too? If yes, would you have time to > > gather following information on the STA side before after and during > > the rsyncing: > > 1) wlande

Re: if_ral regression

2008-01-04 Thread Sepherosa Ziehau
On Jan 4, 2008 4:51 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > > Are you also using freebsd as STA too? If yes, would you have time to > > gather following information on the STA side before after and during > > the rsyncing: > > 1) wlande

Re: if_ral regression

2008-01-04 Thread Dag-Erling Smørgrav
Max Khon <[EMAIL PROTECTED]> writes: > Have you tried to turn off bgscan? bgscan is obviously not running since the broken ral is in the AP. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.or

Re: if_ral regression

2008-01-04 Thread Dag-Erling Smørgrav
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > Are you also using freebsd as STA too? If yes, would you have time to > gather following information on the STA side before after and during > the rsyncing: > 1) wlandebug -i sta_iface +input > 2) tcpdump -ni sta_iface -y ieee802_11 -w dump.bin I'l

Re: if_ral regression

2008-01-03 Thread Max Khon
Hi! Dag-Erling Smørgrav wrote: http://people.freebsd.org/~sephe/rt2560_test.diff I built a new kernel with the patch applied, and it seems to help, though it's a bit early to say for sure. Didn't help. A large rsync over ssh stalls the connection within minutes. Have you tried to turn off

Re: if_ral regression

2008-01-03 Thread Weongyo Jeong
On Wed, Jan 02, 2008 at 09:28:30PM +0800, Sepherosa Ziehau wrote: > On Jan 2, 2008 10:38 AM, Weongyo Jeong <[EMAIL PROTECTED]> wrote: > > > > > Even with these in place in dfly, I still have strange TX performance > > > regression in sta mode (drop from 20Mb/s to 3Mb/s under very well > > > conditi

Re: if_ral regression

2008-01-03 Thread Sepherosa Ziehau
On Jan 3, 2008 10:37 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > > > http://people.freebsd.org/~sephe/rt2560_test.diff > > I built a new kernel with the patch applied, and it seems to help,

Re: if_ral regression

2008-01-03 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > > http://people.freebsd.org/~sephe/rt2560_test.diff > I built a new kernel with the patch applied, and it seems to help, > though it's a bit early to say for sure. Didn't help. A large rsync over ss

Re: if_ral regression

2008-01-03 Thread Max Khon
Hi! Sepherosa Ziehau wrote: I don't whether following thingies will fix your problem: [...] Can you provide a diff? http://people.freebsd.org/~sephe/rt2560_test.diff Hope it will have some effect. Do you have a similar patch for Ralink 2661? /fjoe

Re: if_ral regression

2008-01-02 Thread Sepherosa Ziehau
On Jan 3, 2008 12:16 AM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > > http://people.freebsd.org/~sephe/rt2560_test.diff > > Thank you, I'll try that. > > Could you explain what the RT2560_BBP_BUSY loop is about? bbp read involves one write to

Re: if_ral regression

2008-01-02 Thread Dag-Erling Smørgrav
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > http://people.freebsd.org/~sephe/rt2560_test.diff > > Hope it will have some effect. I built a new kernel with the patch applied, and it seems to help, though it's a bit early to say for sure. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___

Re: if_ral regression

2008-01-02 Thread Dag-Erling Smørgrav
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > http://people.freebsd.org/~sephe/rt2560_test.diff Thank you, I'll try that. Could you explain what the RT2560_BBP_BUSY loop is about? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ freebsd-net@freeb

Re: if_ral regression

2008-01-02 Thread Sepherosa Ziehau
On Jan 2, 2008 10:38 AM, Weongyo Jeong <[EMAIL PROTECTED]> wrote: > > > Even with these in place in dfly, I still have strange TX performance > > regression in sta mode (drop from 20Mb/s to 3Mb/s under very well > > condition) on certain hardwares after 20sec~30sec TCP_STREAM netperf > > testing; d

Re: if_ral regression

2008-01-02 Thread Sepherosa Ziehau
On Jan 1, 2008 9:32 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > > I don't whether following thingies will fix your problem: > > [...] > > Can you provide a diff? http://people.freebsd.org/~sephe/rt2560_test.diff Hope it will have some effe

Re: if_ral regression

2008-01-01 Thread Weongyo Jeong
On Tue, Jan 01, 2008 at 02:27:47PM +0800, Sepherosa Ziehau wrote: > On Dec 29, 2007 8:33 PM, Dag-Erling Sm�rgrav <[EMAIL PROTECTED]> wrote: > > I upgraded my router cum firewall cum access point (soekris net4801 with > > a cheap third-party ralink-based wlan adapter) from RELENG_6 to HEAD and > > n

Re: if_ral regression

2008-01-01 Thread Dag-Erling Smørgrav
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes: > I don't whether following thingies will fix your problem: > [...] Can you provide a diff? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/

Re: if_ral regression

2007-12-31 Thread Sepherosa Ziehau
On Dec 29, 2007 8:33 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > I upgraded my router cum firewall cum access point (soekris net4801 with > a cheap third-party ralink-based wlan adapter) from RELENG_6 to HEAD and > noticed what seems to be a regression in if_ral. After a certain amount >

Re: if_ral regression

2007-12-29 Thread Dag-Erling Smørgrav
Kimi <[EMAIL PROTECTED]> writes: > sysctl net.isr.direct=0 Tried that, problem still occurs. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, s

Re: if_ral regression

2007-12-29 Thread bazzoola
On Dec 29, 2007, at 7:33 AM, Dag-Erling Smørgrav wrote: I upgraded my router cum firewall cum access point (soekris net4801 with a cheap third-party ralink-based wlan adapter) from RELENG_6 to HEAD and noticed what seems to be a regression in if_ral. After a certain amount of use (i.e. a

if_ral regression

2007-12-29 Thread Kimi
did you check the archives? one suggested "fix" is to turn off netisr ? sysctl net.isr.direct=0 fixed things for me when I had ral based cards, and do this be default with any machine with wireless, even though I use ath based cards now. Happy new year -- Kimi

if_ral regression

2007-12-29 Thread Dag-Erling Smørgrav
I upgraded my router cum firewall cum access point (soekris net4801 with a cheap third-party ralink-based wlan adapter) from RELENG_6 to HEAD and noticed what seems to be a regression in if_ral. After a certain amount of use (i.e. actually having a client connected to it and transferring data), th