ETH DRIVER whether the fpga-axi-eth.c driver works on 10Gbase-r network? #258
-
hello ,I want to know that whether the fpga-axi-eth.c driver works on 10Gbase-r network? If not, how can it be modified to drive 10gbase-r Ethernet networks. Looking forward to receiving your recovery, thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
eugene-tarassov
Dec 28, 2024
Replies: 1 comment 3 replies
-
The driver does not depend on the link type or speed. All it does is moving data between memory and NIC using DMA. It should work with 10Gbase-r. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zhou-he
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The driver does not depend on the link type or speed. All it does is moving data between memory and NIC using DMA. It should work with 10Gbase-r.