Xilinx / open-nic-shell

AMD OpenNIC Shell includes the HDL source files
Apache License 2.0
94 stars 63 forks source link

OpenNIC on U55N can't pass traffic #32

Closed zhiyisun closed 1 year ago

zhiyisun commented 1 year ago

I use the below command to compile the project.

vivado -mode batch -source build.tcl -tclargs -board au55n -impl 1 -post_impl 1 -num_phys_func 2 -num_cmac_port 2

Then, I send traffic from both port 0 and port 1 from the host CPU side. But none of them can send any packet out. In the RX direction, only port 0 can receive the traffic. The traffic to port 1 will also be received by port 0 on the host CPU side instead of port 1.

zhiyisun commented 1 year ago

Merge request

https://github.com/Xilinx/open-nic-shell/pull/33