SoftRoCE / rxe-dev

Development Repository for RXE
Other
132 stars 56 forks source link

Implement backoff timer instead of busy wait #7

Closed Kamalheib closed 9 years ago

Kamalheib commented 9 years ago

Need to replace the busy wait in the xmit_one_packet function with backoff timer, this will prevent use from overloading the CPU.

Kamalheib commented 9 years ago

Done, in internal review.

Kamalheib commented 9 years ago

Done