Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi,
--- Quote Start --- As you can see, the GX board does detected the incoming traffic and reply back. I believe the kernel isn't configure correctly somehow so it responds back with something the PC couldn't understand. There could be a bug in the device driver which I also did a quick check on the "altera_tse.c". The irq handler function does trigger when it is ping from the board to PC or vice versa. --- Quote End --- From the observation, it seems that your kernel wants to respond to the arp request, but the reply packets won't be sent. Maybe you have a 'scatter gather DMA' for 'tx', please check whether it is working or not. Kazu