Re: network performance get regression from 2.6 to 3.10 by each version
From: Rick Jones
Date: Mon May 05 2014 - 12:44:51 EST
On 05/02/2014 12:40 PM, V JobNickname wrote:
I have an ARM platform which works with older 2.6.28 Linux Kernel and
the embedded NIC driver
I profile the TCP Tx using netperf 2.6 by command "./netperf -H
{serverip} -l 300".
Is your ARM platform a multi-core one? If so, you may need/want to look
into making certain the assignment of NIC interrupts and netperf have
remained constant through your tests. You can bind netperf to a
specific CPU via either "taskset" or the global -T option. You can
check the interrupt assignment(s) for the queue(s) from the NIC by
looking at /proc/interrupts and perhaps via other means.
It would also be good to know if the drops in throughput correspond to
an increase in service demand (CPU per unit of work). To that end,
adding a global -c option to measure local (netperf side) CPU
utilization would be a good idea.
Still, even armed with that information, tracking down the regression or
regressions will be no small feat particularly since the timespan is so
long. A very good reason to be trying the newer versions as they
appear, even if only briefly, rather than leaving it for so long.
happy benchmarking,
rick jones
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/