Xilinx / open-nic-shell

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

fix: au55n qdma configuration issue #33

Closed zhiyisun closed 1 year ago

zhiyisun commented 1 year ago

OpenNIC on U55N can't send packet out of ports. In RX direction, all packets received from both ports received by port on on host CPU side.

Original qdma_no_sriov_au55n.tcl is very different than other board's. After use the same configuration of QDMA as other boards, both RX and TX works on U55N.

Signed-off-by: Zhiyi Sun zhiyis@amd.com

cneely-amd commented 1 year ago

Thanks!