NetFPGA/NetFPGA-1G-CML-live

My CML cannot exchange any packets.

devKyanon opened this issue · 1 comments

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

  • i7 Haswell/ 16G
  • Fedora 20 64bit
  • Xilinx ISE 14.7, Vivado 2015.2, and Digilient Adept2, plugins

Thank you.

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