udp

  1. A

    Seeking guidance on modifying RoCEv2 code for continuous reception of UDP data packets from an FPGA over Ethernet

    I’m currently working on receiving UDP data packets over Ethernet using RoCEv2, but I’ve encountered a challenge in my code. I’m trying to continuously receive data packets emitted by an FPGA, utilizing RoCEv2. I attempted to modify the code for multicast given in following document ,to unicast...