tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: X520-DA2 10Gbps



Dell R410 with Intel X520-DA2 -> Force10 switch -> Dell R810 with Intel X520-DA2
R410 has NetBSD 6.0 RC 2
R810 has CentOS Linux 6.4
The Force10 model escapes by but has 48 10Gbps ports + 4x 40Gbps ports
We're trying all benchmarks using iperf.

When I first modified the driver for this card, I enabled Jumbo
Packets on the 410 by replacing the FreeBSD predefined constant with
(1024 * 9), which is what the definition in FreeBSD was.  My second
modification to the driver was changing the number of descriptors,
replacing the FreeBSD predefined constant again when setting the
number of descriptors from 1 to 4 - again replacing MJUM9BYTES with
(1024 * 9) - which raised the maximum TCP window size from 128K to
512K.  This seems to not affect speed at all.

The Force10 and R810 also have Jumbo Frames set.

Wayne


On 14 June 2013 02:16, David Young <dyoung%pobox.com@localhost> wrote:
> On Fri, Jun 14, 2013 at 01:27:46AM -0300, Wayne Marsh wrote:
>>  Hello all,
>>
>>  I'm working on getting a NetBSD box working with an X520-DA2 card at 10Gbps.
>>
>>  I've enabled Jumbo Frames up to mtu 8982 and this seemed to give us a gain
>>  of 500Mbps as compared to a 1500 mtu.
>>
>>  The best we can get with this card is 2.9Gbps. using iperf with 8982 mtu
>>  and 2.4Gbps with 1500 mtu.
>
> What's your test setup look like?
>
> Dave
>
> --
> David Young
> dyoung%pobox.com@localhost    Urbana, IL    (217) 721-9981


Home | Main Index | Thread Index | Old Index