NetFPGA / NetFPGA-1G-CML-live

NetFPGA 1G CML Live development repository
10 stars 2 forks source link

My CML cannot exchange any packets. #9

Open devKyanon opened 6 years ago

devKyanon commented 6 years ago

Hello, I am a newbie for 1G-CML.

I am now following the getting started guide and I've passed the loopback test (Actually, it is also doubtable). However, my NIC cannot exchange any packets with other devices (my laptop).

I've checked 'lspci', 'ifconfig', 'lshw' or others ways which I can do, but I cannot find any reasons. ifconfig can up nf0~3 after load driver, and In lspci, I found Xilinx ethernet and it recognized nf10 driver.

However, as I mentioned before, It doesn't work to communicate with other devices. When I traced kernel logs of the driver (nf10.ko) by inserting several printk, it cannot print any logs for receiving functions( 'skb_receive...()'...). Hence, I think it might be a driver problem to handle PCI interface.

What should I do to send/receive packets?

My environment is

Thank you.

suluoniu commented 6 years ago

Hello,I have met the same problem with you. How do you fix them . I make&download the refrence -router project successful,but I cannot ping from PC(10.1.1.1) to nf0 (10.1.1.2) What should I do?

Thank you