You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alpeshspatel : Clear counters is part of start transmit, if you start transmit on a flow the counters get reset and starts from 0 whereas clearing the counters during transmit is not available.
Can you explain the use case for clearing the counters during the transmit?
Is your feature request related to a use case? Please describe.
As of now in the test https://github.com/Azure/sonic-mgmt/blob/master/tests/snappi/ecn/test_dequeue_ecn_with_snappi.py , the count of ECN packets is calculated by capturing the packets and check for ECN bit.
The test works for 100 packets, but for scaling i.e capturing millions of packets has it's own limitations.
Describe the solution you'd like
A better way to calculate the count instead of capture (using custom stats filter).
The text was updated successfully, but these errors were encountered: