Actions
Task #4799
openaf-packet: review iface up/down logic
Effort:
Difficulty:
Label:
Description
AF_PACKET will detect when the interface goes down and reopen the interface when it gets back up.
It does appear the interfaces are not necessarily reopening their sockets in the same order as before and it seems they are also not waiting for all threads to reopen before processing packets. I suspect this means that during the reopening the fanout is all over the place, and after the reopening flows may not going to their threads. Needs review and testing.
Updated by Victor Julien almost 3 years ago
- Related to Bug #4803: af-packet: up/down logic leaks resources in autofp (tpacket v2) added
Updated by Victor Julien almost 3 years ago
- Related to Bug #4804: af-packet: tpacket v3 if/down logic broken added
Updated by Victor Julien over 1 year ago
- Status changed from New to Assigned
- Assignee set to Shivani Bhardwaj
- Target version set to 8.0.0-beta1
Actions