Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 13:23:27 -0300
From:      =?UTF-8?B?T3RhY8OtbGlv?= <otacilio.neto@bsd.com.br>
To:        Adrian Chadd <adrian.chadd@gmail.com>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>, "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>
Subject:   Re: Poor performance when using urtwn on beaglebone black
Message-ID:  <9688c9e7-3619-82ef-a10e-00ef97d435c4@bsd.com.br>
In-Reply-To: <CAJ-Vmo=UZGqc9OntKgxf8A%2Bti8Kwmbr7Y5dsaqmUgvNPAVA7Kg@mail.gmail.com>
References:  <8751579c-68ae-7330-eb9b-c67d84ae18db@bsd.com.br> <CAJ-Vmo=UZGqc9OntKgxf8A%2Bti8Kwmbr7Y5dsaqmUgvNPAVA7Kg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I did the tests with two adapters. Bellow RTL8192CU

poor performance
% dmesg | grep urtwn
urtwn0: <vendor 0x0bda product 0x8178, class 0/0, rev 2.00/2.00, addr 2> 
on usbus1
urtwn0: MAC/BB RTL8192CU, RF 6052 2T2R
urtwn0: enabling 11n
% netperf -H squitch
MIGRATED TCP STREAM TEST from 0.0.0.0 () port 0 AF_INET to squitch () 
port 0 AF_INET : histogram : interval : dirty data : demo
Recv   Send    Send
Socket Socket  Message  Elapsed
Size   Size    Size     Time     Throughput
bytes  bytes   bytes    secs.    10^6bits/sec

  65536  32768  32768    10.72       1.06

good performance (after create the interface using -ht)
% dmesg | grep urtwn
urtwn0: <vendor 0x0bda product 0x8178, class 0/0, rev 2.00/2.00, addr 2> 
on usbus1
urtwn0: MAC/BB RTL8192CU, RF 6052 2T2R
urtwn0: enabling 11n
% netperf -H squitch
MIGRATED TCP STREAM TEST from 0.0.0.0 () port 0 AF_INET to squitch () 
port 0 AF_INET : histogram : interval : dirty data : demo
Recv   Send    Send
Socket Socket  Message  Elapsed
Size   Size    Size     Time     Throughput
bytes  bytes   bytes    secs.    10^6bits/sec

  65536  32768  32768    10.16       7.41

=====================================================================================
poor performance for RTL8188CUS

% dmesg | grep urtwn
urtwn0: <vendor 0x0bda product 0x8176, class 0/0, rev 2.00/2.00, addr 2> 
on usbus1
urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
urtwn0: enabling 11n
% netperf -H squitch
MIGRATED TCP STREAM TEST from 0.0.0.0 () port 0 AF_INET to squitch () 
port 0 AF_INET : histogram : interval : dirty data : demo
Recv   Send    Send
Socket Socket  Message  Elapsed
Size   Size    Size     Time     Throughput
bytes  bytes   bytes    secs.    10^6bits/sec

  65536  32768  32768    14.03       0.02


good performance (after create the interface using -ht)
urtwn0: <vendor 0x0bda product 0x8176, class 0/0, rev 2.00/2.00, addr 2> 
on usbus1
urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
urtwn0: enabling 11n
% netperf -H squitch
MIGRATED TCP STREAM TEST from 0.0.0.0 () port 0 AF_INET to squitch () 
port 0 AF_INET : histogram : interval : dirty data : demo
Recv   Send    Send
Socket Socket  Message  Elapsed
Size   Size    Size     Time     Throughput
bytes  bytes   bytes    secs.    10^6bits/sec

  65536  32768  32768    10.15       5.81

Em 23/06/2016 13:06, Adrian Chadd escreveu:
> which urtwn is it? can you do a dmesg | grep urtwn?
>
> I'd like to see which NIC it is and whether firmware rate control is working.
>
> Thanks,
>
>
>
> -adrian
>
>
> On 22 June 2016 at 10:52, Otacílio <otacilio.neto@bsd.com.br> wrote:
>> Dears
>>
>> I'm getting poor performance when using wifi by urtwn on beaglebone black.
>> I'm using netperf to do benchmarks and I'm getting less than 1Mbps normally
>> and between 3Mbps and 7.5Mbps when creating the interface with -ht option. I
>> think that previous versions has better performance.
>>
>> FreeBSD beaglebone 11.0-ALPHA4 FreeBSD 11.0-ALPHA4 #0 r302064: Wed Jun 22
>> 00:25:52 BRT 2016
>> ota@squitch:/root/workdir/crochet/work/obj/arm.armv6/usr/src/sys/BEAGLEBONE
>> arm
>>
>> []'s
>>
>> -Otacílio
>>
>>
>> _______________________________________________
>> freebsd-arm@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-arm
>> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9688c9e7-3619-82ef-a10e-00ef97d435c4>