Open ArchangelSDY opened 1 year ago
The bug here is the current ARP code doesn't support multiple concurrent requests for resolution of the same IPv4 address.
We should fix this when we fix how the ARP code is structured.
@BrianZill is this a duplicate? https://github.com/demikernel/demikernel/issues/242
@BrianZill is this a duplicate? #242
Yes, it is. This Issue has more information about the problem, however, so I think we should just leave them linked together, unless GitHub has some better way to include this information into the existing Issue.
Description
Demikernel panicked when connecting to a same host concurrently.
How to Reproduce
10.180.0.10:80
:Command to run:
Got panic:
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Linux demikernel 5.15.0-1022-azure #27~20.04.1-Ubuntu SMP Mon Oct 17 02:03:50 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Linux demikernel-p 5.15.0-1029-azure #36~20.04.1-Ubuntu SMP Tue Dec 6 17:00:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Expected Behavior
No panic.
Related Issues
This is essentially the same as Issue #242.