mpc 8260 performance..

Steven Blakeslee BlakesleeS at embeddedplanet.com
Sat Feb 1 01:49:47 EST 2003


Also, if you go to Motorola's web page you can download a CPM performance
tool for the MPC8260.

-----Original Message-----
From: Allen Curtis [mailto:acurtis at onz.com]
Sent: Friday, January 31, 2003 9:34 AM
To: gopi at india.tejasnetworks.com
Cc: linuxppc-embedded at lists.linuxppc.org
Subject: RE: mpc 8260 performance..



> interfaces: hdlc interfaces (external hdlc controller connected
> to 8260 which
>             can write to SDRAM directly.  Hence 8260 wont be
> involved in packet copying).
>
> routing:
>                              +------------+
>                   Ethernet   | 8260 based |hdlc
> External world <===========> | embedded   |----- 40 systems
>                              | system     |-----
>                              |            |-----
>                              +------------+
>
> As you can see, the systems on hdlc are connected to external world
> through the 8260 based embedded system.
>
> At peak, 8260 will have to get/send of all the hdlc interfaces and
> route them to external world over Ethernet.

The only processor overhead you should have is inspecting the HDLC packets
and repackaging them for routing purposes. Take some time and learn the
Ethernet and SKB portions of Linux. You should be able to preallocate all
your buffers. The HDLC ASIC will DMA into RAM, the 8260 will DMA out the
Ethernet packets. Achievable CPU utilization should be very low.


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-embedded mailing list