Re: replace ifqueues in net80211 with mbuf_queus

2015-11-03 Thread Martin Pieuchot
On 04/11/15(Wed) 10:44, David Gwynne wrote: > ive sent this to a couple of people before, but that was before i > added mq_purge and ml_purge. > > it uses mbuf_queues in the net80211 stack instead of ifqueues. this > means we shrink memory usage slightly, and get some locking. > > could someone g

replace ifqueues in net80211 with mbuf_queus

2015-11-03 Thread David Gwynne
ive sent this to a couple of people before, but that was before i added mq_purge and ml_purge. it uses mbuf_queues in the net80211 stack instead of ifqueues. this means we shrink memory usage slightly, and get some locking. could someone give this a run on some wifi chips and see how it goes? ch