Xilinx / open-nic

AMD OpenNIC Project Overview
Apache License 2.0
222 stars 37 forks source link

Can open-nic support XCVP1202? #15

Open xiongyiyi opened 1 year ago

xiongyiyi commented 1 year ago

I'am going to write a net driver based on XCVP1202 and DCMAC refer to open-nic. I want to know if open-nic can support XCVP1202. And I think it is very likely to support. The reason is as follows.

According to the source code of open-nic and dma_ip_drivers( https://github.com/Xilinx/dma_ip_drivers ), The supported device ids of open-nic are completely contained by dma_ip_drivers. Because dma_ip_drivers supports XCVP1202, So I think open-nic also supports XCVP1202. Of course, some register configurations may need to be adjusted.And I should know the differences of register between to devices.

Is it possible that i think so?

cneely-amd commented 1 year ago

Just checking if your plans include making changes to open-nic-shell towards supporting one of the Versal Alveo cards, too? Currently, the open-nic-shell repo hasn't been extended for those yet. So, I'd say that creating a modified or new net driver might be possible but still there's work needed on the open-nic-shell side, too, involving supporting the different MAC, etc..

xiongyiyi commented 1 year ago

thanks ^_^