[ixp1200] Dev CD reference Designs

Taroon Mandhana mandhana at cs.utexas.edu
Sun Apr 29 01:08:43 EDT 2001


Hi,

  We are running L3fwd16 reference design from IXP Dev CD 1.1.109. Our
boards are B0. Apparently there is a bug in this reference design(s). When
we send packets for size >64, the size of the packet transmitted is
correct, but the data in the last mpkt is incorrect.

  This can be fixed by changing "tx_portinfo_save" macro in the tx.uc
file.

In this macro, change

  alu_shf[_port_info, _port_info, OR, in_status_byte, <<24] to

  alu_shf[_port_info, _port_info, OR, in_status_byte, <<16]


Thought it might be useful.

Taroon













More information about the ixp1200 mailing list