You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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..
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?
The text was updated successfully, but these errors were encountered: