30 May
2003
30 May
'03
4:38 p.m.
In the IXP1200/MicroCode/Refdes directory, there are files called rec_scheduler2.uc and rec.uc which provide a reference design for scheduler/worker receive code. You might want to take a look at those files. On Fri, 30 May 2003, Jagannathan Iyer Venkatesan wrote:
Hi,
I have succeded in making the scheduler-worker design work for packets that are less than 214 bytes (size includes all the headers including the MAC header size; with UDP, the size of UDP data is 170 bytes).
I have avoided reading stale rcv_rdy_lo flag by looping around using the RCV_RDY_CNT register.