open-nic icon indicating copy to clipboard operation
open-nic copied to clipboard

Can open-nic support XCVP1202?

Open xiongyiyi opened this issue 2 years ago • 2 comments

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?

xiongyiyi avatar Jun 15 '23 08:06 xiongyiyi

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..

cneely-amd avatar Jun 16 '23 02:06 cneely-amd

thanks ^_^

xiongyiyi avatar Aug 01 '23 09:08 xiongyiyi