29 Apr
2001
29 Apr
'01
1:08 a.m.
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