Hi Bing, On Thu, Apr 04, 2013 at 03:56:28PM -0700, Bing Zhao wrote: > > > > set 1: > > 1/4 mwifiex: rework round robin scheduling of bss nodes. > > 2/4 mwifiex: replace ra_list_curr by list rotation. > > 3/4 mwifiex: bug: hold proper locks when accessing ra_list / bss_prio lists. > > 4/4 mwifiex: bug: remove NO_PKT_PRIO_TID. > > In your patchset 1, the actual patches are: > > 1/4 mwifiex: bug: wrong list in list_empty check. > 2/4 mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl. > 3/4 mwifiex: bug: remove NO_PKT_PRIO_TID. > 4/4 mwifiex: bug: hold proper locks when accessing ra_list / bss_prio lists. thanks for fixing > > And I have comments on 2/4 and 4/4. Could you please make changes and resend v3 series? > Please let me know if you want me to make the change and post the v3. thanks for fixing > > set 2: > > 1/2 mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl. > > 2/2 mwifiex: bug: wrong list in list_empty check. > > And the actual patchset 2 is: > > 1/2 mwifiex: replace ra_list_curr by list rotation. > 2/2 mwifiex: rework round robin scheduling of bss nodes. > > checkpatch.pl detected a couple warnings. Please check and resend v3 series for patchset 2. I get only one warning: WARNING: networking block comments don't use an empty /* line, use /* Comment... #191: FILE: drivers/net/wireless/mwifiex/wmm.c:1011: + +/* Probably this issue: >From Documentation/CodingStyle: ---------------------------------------------------------------------- The preferred style for long (multi-line) comments is: /* * This is the preferred style for multi-line * comments in the Linux kernel source code. * Please use it consistently. * * Description: A column of asterisks on the left side, * with beginning and ending almost-blank lines. */ For files in net/ and drivers/net/ the preferred style for long (multi-line) comments is a little different. /* The preferred comment style for files in net/ and drivers/net * looks like this. * * It is nearly the same as the generally preferred comment * style, * but there is no initial almost-blank line. */ ---------------------------------------------------------------------- If I run: checkpatch.pl -f drivers/net/wireless/mwifiex/wmm.c. I get about 10-20 similar warnings. In general it seems mwifiex sticks with type 1 multiline comments. And I wanted to stick with the de-facto standard. Should I still fix the warning? Should I prepare a separate patch on top fixing all multiline comments? > > > > Patch set 2 can be delayed, but since hard to read code probably > > introduced all the problems, I suggest to apply it promptly. > > It simplifies the code a lot. > > I will ack your latest patchset 2 as soon as the WMM test is passed. > > > > We will run stress tests against 4-6. > > > > I'm here at 4+ days, still running. This exceeds all previous > > tests on my particular setup. > > Could you share what test cases you are running? I will try to cover the cases you have not done. Duration test with high load, sender and receiver. I have dualband router and two DUT. One DUT connects to 2.4GHz-band the other to 5GHz-band. One is running iperf as server the other iperf as a client in a while true loop. Eventually I will switch over to set one DUT as uAP, but didn't play with uAP yet. rgds, Andi -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html