[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Ethernet performance with xps_ll_temac
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Ethernet performance with xps_ll_temac
- From: "Terry ONeal" <terryoneal3@xxxxxxxxx>
- Date: Mon, 3 Nov 2008 16:20:41 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=d25JWYgscldZJgM4VUo+vr6nQYa5yqehprNrOhXaf24=; b=romlbASJW+OGIl5s5GVVtdhB9EyWAHCo1uS8QZj7kFhGIH2p96jVBiamOe3itTrmpP yj2q5m+RIHGAZvO564Z+oxYnsosbCkGGxX42dVSvnbAUR//aocjaSx83oASI2N7GAVAR ojY057+s2pCPtbJbZP5I3HEJyDlnUsgN5PiRc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FWkRgAqsmtZrWZugingQaEBPzDhKDKsDf6THOGCZy+6q5g+FCZJx91P0mKUrCZ3PUj kjsUFMYlanO5KhOU3ORqUbVxG8rqS19rC+cqAJuUDOSdvoYgkNIcSIx//JtUY12QD0zm bGE0ltIDo9A5IqgWAxljv6Npr8Oh//IvfexWs=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Hi All, I'm working on a Microblaze system (MMU enabled) that uses xps_ll_temac, and I'm seeing poor network performance when running netperf. The phy is in 100Mb mode and I'm seeing around 2.5Mb/s with the netperf TCP_STREAM test. Microblaze caches are 16K, temac buffers are 4k, barrell shifter and HW multiplier are turned on. I'm using petalinux sources I pulled from the svn repository on 10/16/08.
What is interesting is that it appears that the kernel is losing timer ticks - if I configure netperf to run the test for 10 seconds, it actually takes 20 seconds (per my watch) to run, but the kernel only thinks it's been runnning for 10 seconds. So it appears the the ll_temac driver is hogging the CPU.
I also put togther my own application that simply creates a UDP socket and sends data through it as fast as it can - the performance is a bit better than the netperf TCP test but still way off from what I'm expecting (at least 25Mb/s).
Has anyone had better luck with xps_ll_temac performance? Any suggestions as to what may be going that is limiting the performance?
Thanks,
Terry