Actions
Optimization #7528
open
JL
OD
decode: remove duplicate counters tracking unknown ethertype values
Optimization #7528:
decode: remove duplicate counters tracking unknown ethertype values
Effort:
Difficulty:
Label:
Description
Issue 7129 introduced a counter to track events raise for unknown ethertypes. This results in 2 values tracking unknown ethertypes as this example from stats.log shows:
decoder.unknown_ethertype | Total | 281 decoder.event.ethernet.unknown_ethertype | Total | 281
Remove the legacy counter -- decoder.unknown_ethertype -- and keep the event-based counter.
JL Updated by Jeff Lucovsky about 1 year ago
- Related to Feature #7129: decode: Create a decode event for unknown ethertypes added
JL Updated by Jeff Lucovsky about 1 year ago
- Subject changed from Remov to decode: remove duplicate counters tracking unknown ethertype values
PA Updated by Philippe Antoine 9 months ago
- Affected Versions 8.0.0 added
PA Updated by Philippe Antoine 7 months ago
- Tracker changed from Bug to Optimization
- Affected Versions deleted (
8.0.0)
PA Updated by Philippe Antoine 2 months ago
- Status changed from New to Assigned
Actions