-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
We need a thread safe method to flush counters in dataplane, as there may many thread sharing the same dataplane instance:(
Line 20 in c554f83
| dataplane_instance = None |
Counters:
Lines 571 to 575 in c554f83
| # counters of received packets (may include packets which were dropped due to queue overflow) | |
| self.rx_counters = defaultdict(int) | |
| # counters of transmited packets | |
| self.tx_counters = defaultdict(int) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels